Przejdź do głównej zawartości

Posty

USB Mass Storage Problem Samsung Galaxy S i9000

If You're new to Samsung Galaxy S (aka i9000) and You have problem with connecting phone in Mass Storage mode to your computer via USB (only new hardware Samsung_Android in My Computer -> Devices) try downloading and installing drivers: http://drivers.softpedia.com/progDownload/Samsung-Galaxy-S-USB-Driver-for-Windows-x86-Download-96692.html 0. if Your phone is conected via USB disconnect it. 1. first try without debbuger mode -> Settings - > Application -> Developing -> USB Debugger = off ) 2. download and install drivers 3. connect your phone via USB, (in My Computer there should pop-up two new disks - but You won't be able to enjoy them :) ) 4. bring the topbar (notification bar) and select: Connect USB -> Connect ... now it's done... now it should work

Toggle Vibrate & Ring

Toggle VibraOrRing cab installation for WM 6.0: XDA Thread... c# how to toggle Vibra and Ring On ? simple... use this code :) using System; using System.Linq; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace toggleVibrateSound { class Program { private enum SoundEvent { All = 0, RingLine1, RingLine2, KnownCallerLine1, RoamingLine1, RingVoip } private enum SoundType { On = 0, File = 1, Vibrate = 2, None = 3 } private struct SNDFILEINFO { [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 260)] public string szPathNameNative; [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 260)] public string szDisplayNameNative; public SoundType SstType; } [DllImport("aygshell.dll",...

X Mapper 1.0 - Tool for mapping X Panel Button

I've made an application that allows simple mapping / binding exe files to X Panel Button (via editing registry file, SOFTWARE\\SonyEricsson\\PanelManager) I think that using my X Mapper is faster and easier then manual editing registry... Instruction: 1. if it's first time do Backup of registry entry and panelmanager.lnk in StartUp folder! a) (go to Menu->Backup->Save) b) (Menu->panelmanager.lnk->beckup before delete) 2. then we have to delete panelmanager.lnk from our StartUp folder (Menu->panelmanager.lnk->try to delete) 3. Choose one from available Events: - Run Program (allows to run program) - Run Program with Argument (allows to run any other application but with additional argument (uses my RWA app, see my signature) - Toggle WiFi (changes state of Wifi Adapter, uses external exe) - Toggle BT (changes state of BT Adapter, uses external exe) - Lock (devicelock.exe is executed) 4. if Run Program / Run Program with Argument is selected then press: "C...

Send WinKey - Open Start Menu...

Send WinKey is tiny application that is emulating click of Windows Key... * You can use it while binding / mapping your hardware keys (ex Xperia, Touch Pro etc.) when You need the "fast" opening of Start menu (not touching screen but pressing the button...) Cab Installation XDA-Developers Thread *(yesssss... I know that MortScript has got that kind of options... but ... not everybody needs to have mortscript installed... or not everybody wants to edit those lines of scripts/codes... etc) :) cheers...

RWA - Run With Argument - 1.0

RWA1.0 - Run With Argument small application that allows to run any other *.exe file with arguments...for some reasons it can be useful especially when working on HTC devices... - argument is saved in config file that has the same filename as rwa.exe file but with extension: *.txt (ex RWA.exe -> RWA.txt, AWR.exe -> AWR.txt, 123.exe->123.txt etc...) that function allows to have multi RWAs in system, without conflicts... - the config file is built as: \Windows\tmail.exe -t so the first line is absolute path to file, second line is argument that will be used when launching new process... - run RWA with any argument to enable logger (weird he ?? that application allows to run other applications with argument... and I want You to run it with arguments... heh... ;) only for education purpose... ) 12:45:39 _____________________NEW__ATTEMPT____________________ 12:45:39 The Log filename is: RWA1log.txt 12:45:39 Trying to open Registry 12:45:40 RWA filename: RWA1.exe 12:45:40 RWA ...

Xperia X1 Button Controller 1.1

I realised that Xperia X1 has great potential with hardware keys... I've already made small app for binding (mapping) X Panel Button ... but then I've noticed that Jonathan King from XDA-Developers already made sth like that few months ago - X1BC ... now it's in 1.1 version If You own Xperia X1 ... check that software: XDA Thread & Download cheers...

GDI + Custom Controls with Visual C Sharp 2005

A fast-paced example-driven tutorial to building custom controls using Visual C# 2005 Express Edition and .NET 2.0. If you want to build custom controls with C# but you don't know where to start, or you are intimidated by the huge amount of information that needs to be absorbed, then this book is for you. This friendly tutorial is based on numerous examples with real-world applicability, and includes a case study featuring the development of a fully functional PieChart control. Showing you how to use the free Visual C# 2005 Express Edition environment to develop your controls, Building Custom Controls with Visual C# 2005 will teach you how to create professional, reusable custom controls for your desktop applications in no time. This book has been written with the intermediate C# developer in mind. Assuming a working knowledge of C#, the book teaches you how to implement custom controls using Visual C# 2005 Express Edition and all other versions of Visual C#, and GDI+ with .NET 2.0...