Re: Mapping G-Alarm, Klaxxon, 3rd party alarms to your alarm button on the home scree
Run the .cmd file, and follow the prompts. When prompted at the end, you want to create a .cab file.
You then run this .cab file on your phone, and then it works. If you are running manila 2011.3030, there are problems. You can also see the manila file that it creates, find the exact same one on your phone (usually in the windows dir), DECOMPILE it (luatool.exe /d blahblahblah) replace the part that says "launchAlarm()" with whatever you need to.
I recommend extracting the manila file from .cab file that is created by the script, decompiling it -- and reading what it does. Then decompile the same file on your phone and read what that one does. Then modify your own file on your phone (because chances are, they're different.)
It's also a fantastic learning experience on how the phone works.
|