Alright, I've been back and forth with a couple of people over on xda-developers and I've finally figured out what parameters need to be set for creating custom cubes for the GSM Touch. So for all of you who would like to share your work with the GSM users on here, here is the format:
GSM Touch Cube Specs
All images must be in the \Windows directory.
All animations use .brn format
Rotate animations are only 3 frames long (ie A0.brn, A1.brn, A3.brn, A5.brn)
Up/Down animations are only 2 frames long (A0.brn, A01.brn, A02.brn)
APLauncher.exe icons are all .png format
APLauncher is hard coded to only have 6 buttons
APLauncher button registry entries are like so:
Quote:
HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\APLaunche r\App1_1
"IconPressPath"="\Windows\AL_01_HL.png"
"IconPath"="\Windows\AL_01.png"
"Param"="-service "ActiveSync""
"Path"="\Windows\tmail.exe"
"Name"="Email"
"Type"=dword:00000000
|
They continue on as App1_2, App1_3, App2_1, App2_2, App2_3
MiniMediaHub.exe icons are all .brn format
The following is for the 4th side on GSM Touch:
CustAPLauncher icons are all .brn format
CustApLauncher seems that it might be able to have more than 6 buttons because it takes parameters xPos and yPos.
Hope this helps. I know it will help me in porting the iCube over to the GSM Touch. I'm sure Polen would be interested as well with his Vista Cube.
Happy modding!