This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
"open it, mount r/w, then goto /system/bin, long press pm, and scroll the menu down to edit in text editor, make sure #!/system/bin/sh is the top line if not, add it and save it
same with /system/bin/am"
"open it, mount r/w, then goto /system/bin, long press pm, and scroll the menu down to edit in text editor, make sure #!/system/bin/sh is the top line if not, add it and save it
same with /system/bin/am"
but non of them works. install-recovery.sh should be executed from init.rc in boot.img but even if I add it to init.d script "/system/etc/install-recovery.sh" the default InstallLocation is still 0.
I know I can do it with adb shell by typing pm setInstallLocation 1 or I can use e.g. Move2SD Enabler app but I want to have it set to 1 by default from the very beginning without need to change it after flashing ROM.