mercredi 24 août 2016

Script not doing what it is supposed to do...

What is the problem in the code? It flashes successfully, but, I have noticed the the system is still mounted even though the script unmounts it...:confused:
Also, the folders which where meant to be deleted still remain...

I need help!:eek:

Code:

ui_print(" ");
ui_print(" Debloating... ");
ui_print(" ");
run_program("/sbin/busybox", "mount", "/data");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/cache");
delete("/system/app/YouTube");
delete("/system/app/YouTubeKaraokePlugin");
delete("/system/app/YouTubePlugin");
run_program("/sbin/busybox", "unmount", "/data");
run_program("/sbin/busybox", "unmount", "/system");
run_program("/sbin/busybox", "unmount", "/cache");
ui_print(" ");
ui_print(" Done !!! ");
ui_print(" ");



from xda-developers http://ift.tt/2bARhPv
via IFTTT

Aucun commentaire:

Enregistrer un commentaire