Quick update and question. My phone is now nagging me to do the software update. Should I just ignore it? what happens if I take the update now?
First off, welcome to the site :hello:
Yes, an open phone just like original droid is one that I will always try to own.
For ROM's you probably won't find near as many as we enjoyed in the droid days, but what the heck.
Now for the most important part, your update 'nag'. If I were you, I would just go ahead and find a custom rom of your choosing and install it. Then the 'nag' will go away.
However, if you do go ahead and take the update, you will lose root and your custom recovery; however, once unlocked, your bootloader cannot be re-locked unless you do so manually (why would anyone do that, lol?).
But if you already have a supersu.zip file on your phone's memory, rerooting is simple. Just make sure that your favorite custom recovery is in your adb/fastboot folder and do this:
Code:
adb reboot bootloader
fastboot flash recovery [yourfavoritecustomrecovery].img
fastboot reboot recovery
Then flash the supersu.zip in recovery to root your phone again. After booting into Android, you may want to run (or download from the play store and run) sterickson's busybox. The only other thing to say if you are stock rooted is to remove/rename the file that will restore custom recovery on each boot. Forgive me as it has been a long, long, long, long long time, but I believe that the command is this:
Code:
mv /system/recovery-from-boot.p /system/recovery-from-boot.old