ID Menu Codes For LG Cookie -------------------------------- Code: getURL("FSCommand:Idle_CMD", "StateNameChange");This is used in idle_keylock to unlock the screen. Code: getURL("FSCommand:Common_CMD", "Back");Go back link. Code: getURL("FSCommand:Common_CMD", "TouchFeedback^KEY_PRESSED");This should trigger touch feedback. Code: getURL("FSCommand:MainMenu_CMD", "TabPressed^" + tabid); getURL("FSCommand:MainMenu_CMD", "IconPressed^" + menuid);These are used in topmenu. id's: tabid= 0, menuid= 0 - Dialling tabid= 0, menuid= 1 - Speed dials tabid= 0, menuid= 2 - Contacts tabid= 0, menuid= 3 - Call history tabid= 0, menuid= 4 - New SMS tabid= 0, menuid= 5 - New e-mail tabid= 0, menuid= 6 - Messaging tabid= 1, menuid= 0 - Gallery tabid= 1, menuid= 1 - My stuff tabid= 1, menuid= 2 - Camera tabid= 1, menuid= 3 - Video Camera tabid= 1, menuid= 4 - Muvee studio tabid= 1, menuid= 5 - Music tabid= 1, menuid= 6 - Radio tabid= 1, menuid= 7 - Games & Apps tabid= 2, menuid= 0 - Browser tabid= 2, menuid= 1 - Alarms tabid= 2, menuid= 2 - Voice recorder tabid= 2, menuid= 3 - Drawing Panel tabid= 2, menuid= 4 - Tools tabid= 2, menuid= 5 - menu of SIM card tabid= 2, menuid= 6 - (none) tabid= 2, menuid= 7 - Organiser tabid= 3, menuid= 0 - Profiles tabid= 3, menuid= 1 - Phone settings tabid= 3, menuid= 2 - Call settings tabid= 3, menuid= 3 - Touch settings tabid= 3, menuid= 4 - Bluetooth tabid= 3, menuid= 5 - Connectivity tabid= 3, menuid= 6 - (none) tabid= 3, menuid= 7 - Screen settings For example if you want launch Organiser, you need to insert this into button script: getURL("FSCommand:MainMenu_CMD", "TabPressed^" + 2); getURL("FSCommand:MainMenu_CMD", "IconPressed^" + 7); Code: getURL("FSCommand:Idle_CMD", "IconPressed^" + itemid);This is used in idle_widget to launch every menu of the phone! list of id's: 0 - Dialling screen 1 - Speed dials 2 - Add contact 3 - Contacts 4 - Groups 5 - All calls 6 - New SMS 7 - New e-mail 8 - Inbox 9 - Messaging 10 - Mailbox 11 - Drafts 12 - Outbox 13 - Sent items 14 - My folders (sms, not mystuff) 15 - Gallery 16 - My images 17 - My sounds 18 - My videos 19 - My games & apps (from my stuff) 20 - Flash contents (lol) 21 - Documents 22 - Others 23 - External memory 24 - Camera 25 - Video camera 26 - Muvee studio 27 - Music 28 - Radio 29 - Games& apps (directly from menu, must be same as 19) 30 - Browser (home page) 31 - Browser (enter address) 32 - Browser (bookmarks) 33 - Browser (RSS reader) 34 - Browser (saved pages) 35 - (my phone freezed, but it should be drawing panel, i will try to find out later.) 36 - Calendar 37 - To do 38 - Date finder 39 - Alarms 40 - Memo 41 - Voice recorder 42 - Calculator 43 - Converter 44 - Stopwatch 45 - Profiles 46 - Screen settings 47 - Phone settings 48 - Call settings 49 - Touchscreen effect 50 - Connectivity 51 - Paired devices (bluetooth) 52 - Some error Allcodes together(put code like this so you can use the theme in idle or top screens. getURL("FSCommand:Common_CMD", "TouchFeedback^KEY_PRESSED"); getURL("FSCommand:Idle_CMD", "IconPressed^" + 1); getURL("FSCommand:MainMenu_CMD", "TabPressed^" + 2); getURL("FSCommand:MainMenu_CMD", "IconPressed^" + 7) Code to hide operator text. Code: getURL("FSCommand:Idle_CMD", "TrayOpen"); Idle_widget soft key codes. if you want open dialling: Code: getURL("FSCommand:IdleSoftkey_CMD", "Cmd1"); phonebook: Code: getURL("FSCommand:IdleSoftkey_CMD", "Cmd2"); messages: Code: getURL("FSCommand:IdleSoftkey_CMD", "Cmd3"); topmenu: Code: getURL("FSCommand:IdleSoftkey_CMD", "Cmd4");