If you’re like me, you’re tinkering with your launcher a lot, and rebooting the whole device everytime you want to see your changes… Then you find a faster way by launching a application then exiting back manually. But this gets tiresome. So after some researching around a bit, I have found the most optimal way to do this and even am sharing my resources.
The Script
Its super simple, create “Reload.sh” and put it on your device @ /home/cpi/apps/launcher/Menu/GameShell/
. I named the script 90_Reload.sh
so its at the end of my launcher list. For the contents of the script, use:
#!/bin/bash exit 0
Make it pretty
Download the above icon. My icon matches the original theme/skin of the Gameshell. Though of course you can make anything you want. This .png should match the same filename as your shell script, so in my case, I named it Reload.sh
.
Usage
This is handy for excactly as I stated above, if you’re moving things around or creating new launcher shortcuts, run this “Reload” script to quickly reload the launcher without having to reboot the whole GameShell.
Thanks @guu for providing such a easy, and effective code to get the job done.