Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes, I don't believe that you'll be able to install the OTA if the filesystem is modified (to include the addition of superuser).Do I need to take my Nexus 4 out of root in order to install this system update that was downloaded into my phone today Aug. 18 2015? It appears to be an Android System Update...
Is it sufficient to flash stock recovery to "unroot" before an OTA update?
... Honestly, with a Nexus I usually find it easier to just flash the latest factory image once it gets updated without wiping data in the process, then reflash the custom recovery of your choice, and flash the latest superuser.zip from custom recovery. Much less tedious.
If you look inside the flash-all script (.bat/.sh, as appropriate for your OS), there's a line that includes something about "fastboot update -w image-occam-lmy48m.zip". The -w indicates "wipe". Remove the -w from that command, save the file, and execute the script.May I ask how one accomplishes that "... without wiping data in the process ..." please, given:
occam-lmy48m/
occam-lmy48m/radio-mako-m9615a-cefwmazm-2.0.1701.07.img
occam-lmy48m/image-occam-lmy48m.zip
occam-lmy48m/flash-all.bat
occam-lmy48m/bootloader-mako-makoz30f.img
occam-lmy48m/flash-all.sh
occam-lmy48m/flash-base.sh
Does "flash-all" wipe data, or should I just do a subset?
If you look inside the flash-all script (.bat/.sh, as appropriate for your OS), there's a line that includes something about "fastboot update -w image-occam-lmy48m.zip". The -w indicates "wipe". Remove the -w from that command, save the file, and execute the script.
See also instructions here, just remember to omit the -w when you get to it.