View Single Post
  #3  
Old 11-07-2007, 04:43 PM
D/\SH's Avatar
D/\SH D/\SH is offline   Thread Starter  
Owner - Staff
Mobile Model: TP, TP2, soon Hero
Mobile Carrier: SPJ
Mobile OS: 6.5

 
Join Date: February 7th, 2007
Location: Grand Rapids, MI
Posts: 47,711
Downloads: 0
Uploads: 0
D/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their Stuff


View D/\SH's Profile   Edit Options Edit Profile Picture View D/\SH's Photo Album Add D/\SH's to Your Contacts Show Groups Edit Avatar Subscribed Threads Private Messages
Default Re: Grumps iphone-WOW edition

ok for the people that say the buttons on the interface don't work here you go some shortcuts for you premapped so all you have to do is enter them under the iconfig..... here they are


List of Shortcuts with Parameters (Tutorial)
Here's a list of shortcuts I've googled for, and they're in WM5's and WM6's(and possible wince2003) format. Just copy and paste into a .txt file, rename it as a .lnk file, and paste it where you wish it to be.

Control Panel
Connections:
Beam: 8#"ctlpnl"cplmain.cpl,15,0?shellres.dll,-13910
Bluetooth: 8#"ctlpnl"cplmain.cpl,23,0?shellres.dll,-13909
Connections: 8#"ctlpnl"cplmain.cpl,19,0?shellres.dll,-13953
Network cards: 8#"ctlpnl"cplmain.cpl,17,0?shellres.dll,-13888
Personal:
Buttons: 8#"ctlpnl"cplmain.cpl,12,0?shellres.dll,-13944
Input: 8#"ctlpnl"cplmain.cpl,8,0?shellres.dll,-13936
Lock: 8#"ctlpnl"cplmain.cpl,1,0?shellres.dll,-13942
Menus: 8#"ctlpnl"cplmain.cpl,11,0?shellres.dll,-13937
Owner Info: 8#"ctlpnl"cplmain.cpl,2,0?shellres.dll,-13841
Phone: 8#"ctlpnl"cplmain.cpl,20,0?shellres.dll,-13954
Sounds: 8#"ctlpnl"cplmain.cpl,9,0?shellres.dll,-13924
Today: 8#"ctlpnl"cplmain.cpl,13,0?shellres.dll,-13952
System:
about: 8#"ctlpnl"cplmain.cpl,5,0?shellres.dll,-13899
Certificates: 8#"ctlpnl"cplmain.cpl,22,0?shellres.dll,-13941
Clock n Alarm: 8#"ctlpnl"cplmain.cpl,16,0?shellres.dll,-13840
Error Reporting: 8#"ctlpnl"cplmain.cpl,24,0?shellres.dll,-13997
Memory: 8#"ctlpnl"cplmain.cpl,4,0?shellres.dll,-13900
Power: 8#"ctlpnl"cplmain.cpl,3,0?shellres.dll,-13895
Regional Settings: 8#"ctlpnl"cplmain.cpl,18,0?shellres.dll,-13901
Remove Programs: 8#"ctlpnl"cplmain.cpl,10,0?shellres.dll,-13943
Screen: 8#"ctlpnl"cplmain.cpl,7,0?shellres.dll,-13906

*additional info:
You might've noticed, there're 2 number delimited by comma in every shortcut. Eg. Bluetooth, the 2 numbers are "23,0". The first number is the id for Bluetooth, while the second number is the tab's id. If you open up the bluetooth setting, you will see 3 tabs: Mode, Devices, and COM Ports. 0 is for the first tab, 1 is for the second, and so on. So if you wish to open up Bluetooth and point straight to the Devices tab, just change it to "23,1".


SMS & Mail
SMS list view: 20#"\Windows\tmail.exe"-service "SMS"
New SMS: 20#"\Windows\tmail.exe"-service "SMS" -to "" -body ""
Email list view: 20#"\Windows\tmail.exe"-service "Name of email account"
New Email: 20#"\Windows\tmail.exe"-service "Name of email account" -to "" -body ""

*additional info:
The name for the default "Outlook" account is "ActiveSync" (case sensitive). To open up your own email account, make sure you type the exact name inside the quotes, including symbols and punctuations if necessary (case sensitive, too).


Phone Dialer
Phone dialer: 20#"\Windows\cprog.exe"
Prompt to call 1234567: 20#"\Windows\cprog.exe"-url tel: 1234567
*some phones use vtkey.exe instead of cprog.exe. I believe cprog.exe is used by Atoms only.

Important:
1) make sure you encase the path with quotes. eg. "\Windows\cprog.exe"
2) make sure there is no space between the path and the parameters. eg. "ctlpnl"cplmain.cpl
3) the number preceding the # character is the length of the path including the quotes (" "). eg. The length of "\Windows\cprog.exe" is 20.
Reply With Quote