So just to be sure....even though we are getting the nag for the system update, we should not do it until you guys update this rom?
And will the above fix (for stopping the nag from popping up) work without killing my battery?
One last question (getting them all out while I have the chance) at first when I flashed this rom my battery was doing awesome but in the past several weeks it seems to get worse....do you suggest putting the thundeRom kernal on or is that what I already have when I downloaded the rom to my sd card and booted from it?
I guess I'm confused what is the difference between the ROM and the Kernal or are they the same?
Thanks...and if I havent mentioned it awesome ROM.
Here is what I did from terminal emulator...How do I do the fixes from Terminal Emulator on my phone? I cannot connect to PC to do these changes.
yes i have. i wouldnt suggest you try it. i dont have proof that it caused all the problems im having as i am just now going to switch, or anyway to get proof, but while i was using it, many of the native android apps would slow down extremely and be very buggy, and the screen absolutely refused to rotate in any application......Hello.
I was wondering if anyone has tried this in ThundeRom? If so, does it make a difference? Either good...or bad? I'm interested in hearing some feedback on the benefits or disadvantages.
Thanks everyone.
@ Everyone
Sorry,must of forgot to change up that so ota's wouldn't bug you. In the meantime you can do the following in a terminal(command prompt) you will probably still get a notification but even if the update downloads it will not install.
Code:adb remount
Code:adb shell
Code:mv /system/etc/security/otacerts.zip /system/etc/security/otacerts.zip.bak
If you want to double check that it worked run this command after
Code:ls /system/etc/security
It should show
otacerts.zip.bak
instead of
otacerts.zip
I'm getting "adb: not found"..... What am I doing wrong?
I was using terminal emulator.... Will that not work?
if that's the case, then you don't need to do adb at all.. that's just the computer-side command to send further commands directly to the phone. so you should be able to just run 'mv /...." (whatever the actual command is) without doing adb at all. just be sure to type "su" at the start to get root permissions within the terminal. then reboot once you're done.
EDIT: You might be better off just flashing one of the updated buildprops from the legorom thread. Pretty sure it does the same thing, but probably a bit easier to just flash a zip than to type these commands. either way should work, though..
if that's the case, then you don't need to do adb at all.. that's just the computer-side command to send further commands directly to the phone. so you should be able to just run 'mv /...." (whatever the actual command is) without doing adb at all. just be sure to type "su" at the start to get root permissions within the terminal. then reboot once you're done.
EDIT: You might be better off just flashing one of the updated buildprops from the legorom thread. Pretty sure it does the same thing, but probably a bit easier to just flash a zip than to type these commands. either way should work, though..
testing...