If the kernel is patched there is nothing that this root method can do. It's not like K1MU has a way of tweaking it, the vulnerability needed to root with this method is fixed and this can't be exploited.
I'm trying to install 4.4. I ran the unroot.bat file and did full unroot from SuperSU. I'm still getting the custom flag.
Is this because I used titanium backup to freeze or delete applications? I don't have Knox on my phone at all.
System restore the phone back to default and try again?
Is there a place I can download 4.4 and update through Kies? It's a pain to wait 45min to download the update from ATT, only for it to fail and have to re-download later.
If you've deleted anything, you aren't stock and therefore will have a "Custom" flag. That's why "debloating" is a bad idea if you ever want to take a factory upgrade.
Before unrooting, you should thaw anything you froze. Then you're back to stock but rooted, and all you need to do is to unroot. Modified and unrooted may not be able to be upgraded.
For a image that'll get you back to factory stock, look in the forums for your device.
I unfroze everything in Ti Backup. I no longer have the custom flag set, but it still won't update.
Is there a place the update gets saved to the phone when it downloads? It's so frustrating to have to wait an hour for the download only to fail again. Would be nice to try and reinstall from phone.
Do you have the stock recovery?I unfroze everything in Ti Backup. I no longer have the custom flag set, but it still won't update.
Is there a place the update gets saved to the phone when it downloads? It's so frustrating to have to wait an hour for the download only to fail again. Would be nice to try and reinstall from phone.
If a factory update fails, then there's some file that the factory provided that's been modified. I've posted verification scripts for various VZ images (MJ7, MK2 iirc), so you can figure out what to restore.
Using Saferoot alone will not modify anything that will stop you from applying a factory update. If you've done anything else, you'll need to figure out how to undo that, and restore to stock . Downloading an image is the best way to do that.
What happens when you try it? Given that it's a 4.4.4 build, it's probably running a patched kernel, which doesn't have the defect that Saferoot uses to gain root access.Is there any chance to work this on Android 4.4.4 Build: KTU84P.I9305XXUFNI3?
Can you help to root this version with safe root.
Many thanks
I can confirm this works on ME7 just in case anyone is wondering, Im pretty sure it can easily work on any build we have so far. Might require minor modification but for the most part, this is solid.
Hey, Does this root method allow TWRP to be installed. I read that you can't install a custom recovery, but then you mention safestrap if we want custom ROMS... so will it work with TWRP??
A factory reset will wipe your user partition, but won't usually strip root. If you re-flash with a factory ROM image, that will always cause you to lose root.I rooted my phone using this method years ago, but some recent app updates seem to be killing my battery and causing my phone to run hot. If I factory reset my phone will I lose root.
I am still on android 4.3 and am not interested in updates, which i why i rooted my phone in the first place.
A factory reset will wipe your user partition, but won't usually strip root. If you re-flash with a factory ROM image, that will always cause you to lose root.
The safest thing to do is to look for a pre-rooted flash for your device - in other words, a factory ROM image that has been modified to be rooted after installation completes.
It's very likely that the "/system/xbin/selinuxoff" and "/system/etc/install-recovery-2.sh" files won't be there.su
mount -o remount,rw /system
rm -f /system/etc/install-recovery-2.sh*
rm -f /system/xbin/selinuxoff*
find /system/xbin -type l | xargs rm
rm /system/xbin/busybox
mount -o remount,ro /system
exit
exit
Im glad I could help and good work! Im sure this will work with MK2 too.
Sent from my SCH-I545 using XDA Premium 4 mobile app