| Overview: This is a quick guide, with the help of mysticales, on how to upload alerts/ringtones using only htConsole. Software Required: - htconsole
- Sidekick/hiptop dev key installed on phone
Pre-steps: -download and install developers kit from http://developer.danger.com -apply to developer key using your sidekicks IMEI # and your username -upload developer's key received in email to sidekick allow it to be able to upload apps, tones, etc (unlocking it for developer uses) (see guide to installing dev kit)
Loading Audio Files with htConsole
-Open htConsole.
-Make sure your ringer files are saved in the same folder as htConsole.exe (most likely in the htConsole folder of the dev kit).
Some basic htConsle commands related to audio loading/deleting/renaming. Type these commands at the htconsole command line.
Play a midi/wav file: upload audio/play filename.mid/wav (ie upload audio/play test.wav) Install a midi /wav file as a ringtone/ringer: upload audio/install filename.mid/wav (ie upload audio/install test.wav ) this will show up in the htConsole window when you install a midi/wav file as a ringtone/ringer:
(368) UsbDebug: exec 'upload' w/ 'audio/install 7318' (217) AUDIO::Adding Tone to USER (217) AUDIO:Display Tone Imported:Untitled 10 state (217) mType 1 mSubType 1 (217) mApplication danger.system.SysApp@202794768 (217) mResourceID -2001
There will be more information but the important thing is the Resource ID, which is -2001 here.
Change the name of a ringtone: send audio/rename -resourceid newname (ie send audio/rename -2001 myCoolring ) (where the -2001 is the Resource ID and MyCoolring the name you want to change it to, however you cannot change the name to one that has spaces!) Delete an installed ringtone: send audio/delete -ResourceID (ie send audio/delete -2001 would remove myCoolring i just uploaded) Get a list of installed ringtones/ringers w/resourceid: send audio/list custom |