Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].
XdaUtils
From XDA-Developers
Also known as the itsutils tools collection.
Most of these utilities run on the commandline on your desktop machine, and do stuff on your PocketPC device. Most work on many platforms, not just the XDA.
you can browse the source with viewcvs here or download the source+executables here
recent binary downloads:
- http://nah6.com/~itsme/itsutilsbin-20091117.zip
- http://nah6.com/~itsme/itsutilsbin-20090515.zip
- http://nah6.com/~itsme/itsutilsbin-20090331.zip
- http://nah6.com/~itsme/itsutilsbin-20080923.zip
- http://nah6.com/~itsme/itsutilsbin-20080313.zip
- http://nah6.com/~itsme/itsutilsbin-20070705.zip
- http://nah6.com/~itsme/itsutilsbin-20070323.zip
- http://nah6.com/~itsme/itsutilsbin-20070302.zip
- http://nah6.com/~itsme/itsutilsbin-20061103.zip
- http://nah6.com/~itsme/itsutilsbin-20060821.zip
- itsutils.dll The dll that is copied to your device to do all the work remotely.
if you want to run these tools on a smartphone, don't forget to sign itsutils.dll using 'signcode.exe'
- pdblist.exe manipulates windows CeDatabases.
- pdebug.exe captures debugoutput from a process.
- pdel.exe deletes files.
- pdir.exe lists directories.
- pkill.exe kills processes.
- pmemdump.exe examines and copies memory.
- pmkdir.exe creates directories.
- pps.exe views process and thread information.
- preboot.exe reboots your PocketPC.
- pregutl.exe examines, changes, or deletes registry keys.
- prun.exe starts programs
- pdocread.exe read data from m-systems DiskOnChip devices.
- pdocwrite.exe write data to m-systems DiskOnChip devices.
- psdread.exe reads raw sectors from the SDCard in your PocketPC.
or in a flashcard reader attached to your PC.
- psdwrite.exe writes raw sectors to the SDCard in your PocketPC or in a flashcard reader attached to your PC.
- psetmem.exe writes data ('poke') directly to memory.
- psynctime.exe syncs your PocketPC clock with your desktop, and fix the 'lose-focus' problem.
- ppostmsg.exe sends or posts windows messages to wince windows. you can also use this tool to list all the windows and childwindows of your device. ( something which the official wince windows api can no do )
- prapi.exe interacts with your wince device via the provisioning API. currently you use this to change policy settings, and set or delete registry keys.
Wallaby only tools
- pnewbmp.exe flashes a new BootSplash image to your Wallaby PocketPC.
- pnewbootloader.exe (dangerous) flashes a new BootLoader to your Wallaby PocketPC.
Experimental tools
- pgsmdump.exe dumps gsm memory for the HTC_Wallaby.
- pmemmap.exe dumps what memory blocks are used by the current process.
- pregdmp.exe dumps the contents of your PocketPC registry.
- pcmon.exe communicates with the WallabyGsmBootloader.
- dump.exe Hexdumps a local file in various ways.
- tlbdump.exe dumps the contents of the virtual memory translation table.
ril experiments
- tstril2.exe views RIL notifications.
- riltest.exe tests the extendril.dll experiment
- extendril.dll attempts to add functionality at runtime to the rilgsm.dll