Not sure if this will work 100% as I haven't tested it personally, but this should be right. Use this .xml and .itm file exactly as you did the LEFT_SOFTKEY_HOOK (directions a few pages back)
RIGHT_SOFTKEY_HOOK.itm:
RIGHT_SOFTKEY_HOOK.xml:Code:RIGHT_SOFTKEY_HOOK.xml 0100444 0000002 0000002 00000001055 11006351462 0013056 0 ustar root root <?xml version="1.0" encoding="utf-8"?> <MenuItem version="1.0"> <item_text> <TEXT lang="xl" str="*******" /> <TEXT lang="cf" str="*******" /> <TEXT lang="pb" str="*******" /> <TEXT default_lang="en" str="*******" /> </item_text> <item_help> <TEXT lang="xl" str="*******" /> <TEXT lang="cf" str="*******" /> <TEXT lang="pb" str="*******" /> <TEXT default_lang="en" str="*******" /> </item_help> <item_icon /> <item_action> <ACTION type="Internal" str="FileManager" /> </item_action> </MenuItem>
And wherever you see the astricts ******, just replace with whatever text you want displayed for the button.Code:<?xml version="1.0" encoding="utf-8"?> <MenuItem version="1.0"> <item_text> <TEXT lang="xl" str="*****" /> <TEXT lang="cf" str="*****" /> <TEXT lang="pb" str="*****" /> <TEXT default_lang="en" str="*****" /> </item_text> <item_help> <TEXT lang="xl" str="*****" /> <TEXT lang="cf" str="*****" /> <TEXT lang="pb" str="*****" /> <TEXT default_lang="en" str="*****" /> </item_help> <item_icon /> <item_action> <ACTION type="Internal" str="FileManager" /> </item_action> </MenuItem>
It might take like a day or a few restarts to actually start working. Not sure why, but mine did. Someone said something about deleting a file from a directory after doing the NAV-UP unlock and that will make it stick. Should be a few pages back. I never did but I may have just gotten lucky.
Good Luck
Oh and to set it to connectivity, just replace "FileManager" with simply "Connectivity". There's some more complicated hooks too like "BlueTooth_Settings" so if you need anything specific I should be able to look up the hook.



Reply With Quote
Bookmarks