Quote:
Originally Posted by alightfoot
Do I need to d/l that skin editor to change this? I only ask because I can't seem to make that work.. User error I'm sure, but...
|
No, you should only need to edit the skin file with a pword or a notepad on your PC. I use the jinks_email skin and made the following change:
Was:
Nav_Order = 19,4,5,2,3,6,1
Now:
Version_Number=1.5
Nav_Order = 26,4,5,2,3,6,1
Notice that the item numbers have changed. The Profile1 used to be 19, it's now 26 - which is probably why your's is not working.
'Image Order for 1-hand navigation
' APP_ITEM = 1, SMS_ITEM = 2, EMAIL_ITEM = 3, MISSED_ITEM = 4, VOICE_ITEM = 5,
' BLUE_ITEM = 6, BATT_ITEM = 7, SIGNAL_ITEM = 8, MEMORY_ITEM = 9, FLASHMEMORY_ITEM = 10, VOLUME_ITEM = 11,
' DIAL_FAV_ITEM = 12, TASKSWITCH_ITEM = 13, CLOCK_ITEM = 14, DATE_ITEM = 15, LOADSKIN_ITEM = 16,
' SPEAKER_ITEM = 17, DISCONNECT_ITEM = 18, PHONE_ITEM = 19, VOICECOMMAND_ITEM = 20,
' HEADSET_ITEM = 21, WLAN_ITEM = 22, MUTECALL_ITEM = 23
' NOTIFY_ITEM = 25, PROFILE1 = 26