Affichage des articles dont le libellé est a3300. Afficher tous les articles

Dear Experts.

I am struggling with modification for my Lenovo A3300 tablet.

The goal is to stat Android anytime the charger is plugged in even the device is switched off.

When the device is switched off and i plug in the charger i am getting the battery icon.
I used below modification to change the icon to reboot command:


Code:


#!/system/bin/sh
/system/bin/reboot
Be sure to add those permissions to the file

chmod 0755/system/bin/ipod
chown root.shell /system/bin/ipod


I modyfied file /system/bin/ipod (the battery icon) but the tablet is not booting up but stays on Lenovo logo.

Any ideas how to achieve this?

Thanks, Maciek