Przejdź do głównej zawartości

X Mapper 1.0 - Tool for mapping X Panel Button

I've made an application that allows simple mapping / binding exe files to X Panel Button (via editing registry file, SOFTWARE\\SonyEricsson\\PanelManager)

I think that using my X Mapper is faster and easier then manual editing registry...

Instruction:

1. if it's first time do Backup of registry entry and panelmanager.lnk in StartUp folder!
a) (go to Menu->Backup->Save)
b) (Menu->panelmanager.lnk->beckup before delete)
2. then we have to delete panelmanager.lnk from our StartUp folder
(Menu->panelmanager.lnk->try to delete)
3. Choose one from available Events:
- Run Program (allows to run program)
- Run Program with Argument (allows to run any other application but with additional argument (uses my RWA app, see my signature)
- Toggle WiFi (changes state of Wifi Adapter, uses external exe)
- Toggle BT (changes state of BT Adapter, uses external exe)
- Lock (devicelock.exe is executed)
4. if Run Program / Run Program with Argument is selected then press: "Choose File" button, the Open File dialog form will be showed, navigate for file, choose file by tapping on it's name, then press OK,
5. from Menu select: Save chosen settings,
6. then softreset (Menu->Soft Reset) and enjoy !

You can restore all made backups with:
Menu->Beckup->Recover (for default registry entry), or
Menu->panelmanager.lnk->recover link for default panelmanager link in Windows StartUp folder...


Thread & Download:
XDA-Developers.com Thread

cheers :)

Komentarze

Popularne posty z tego bloga

NetBeans and Trackpoint problem...

Netbeans doesn't allow (for some reasons) using native trackpoint + third blue button for scrolling through code view listing :/ that's annoying if You're not using mouse wheel ... I have Lenovo X200 and that was big problem for me... here is solution: open C:\Program Files\Lenovo\TrackPoint find tp4table.dat an edit it in Notepad++, add these lines, between similar lines: ; NetBeans support *,*,netbeans.exe,*,*,*,WheelStd,0,9 save the file, restart computer and voila... now Netbeans supports scrolling with Lenevo's trackpoint... tested with Netbeans 7.01 on win7 and default lenovo's trackpoint drivers

Send WinKey - Open Start Menu...

Send WinKey is tiny application that is emulating click of Windows Key... * You can use it while binding / mapping your hardware keys (ex Xperia, Touch Pro etc.) when You need the "fast" opening of Start menu (not touching screen but pressing the button...) Cab Installation XDA-Developers Thread *(yesssss... I know that MortScript has got that kind of options... but ... not everybody needs to have mortscript installed... or not everybody wants to edit those lines of scripts/codes... etc) :) cheers...