Jump to content


Photo

OTA 98.72.165 - 1/10/14


  • Please log in to reply
94 replies to this topic

#61 nailbomb3

nailbomb3

    Member

  • Members
  • PipPip
  • 195 posts

Posted 15 January 2014 - 01:28 PM

Used adb as outlined in a previous post. Thanks for the save!

Sent from my DROID RAZR using Tapatalk



#62 mtylenol

mtylenol

    n00b

  • Members
  • Pip
  • 2 posts

Posted 15 January 2014 - 01:48 PM

Force stop and cleared smart actions. Turned off screen lock. Deleted device manager. Then ran rzr blade. Success!

Sent from my DROID RAZR using Tapatalk


  • cmh714 likes this

#63 universal_cynic

universal_cynic

    Member

  • Members
  • PipPip
  • 25 posts
  • LocationSE Wisconsin
  • Current Device(s):XT912

Posted 15 January 2014 - 06:05 PM

good news for you!! freezing apps from TiBu is the same as disabling the app with the now built in feature to disable apps you dont use. all you should have to do is go to settings > applications > all applications > scroll down to the very bottom and you should be able to find smart actions. enable it and boom shakalaka it should work. Let me know if it does. 

 

Thanks! I can confirm that it can be enabled.  Sadly, I did not have the patience last night and wiped/flashed in order to update w/ root.  



#64 satza

satza

    n00b

  • Members
  • Pip
  • 1 posts

Posted 16 January 2014 - 06:19 AM

I have a razr maxx that is rooted. i deleted some of the bloatware that came on it. I have the voodoo rootkeeper installed as well. when i try to dot he ota update it fails. I copied and pasted the .zip file to the sd card and tried to install it from there using recovery. I get an error that says it cant find the forest wallpaper. Is there any way around this without completely restoring it to factory?



#65 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 16 January 2014 - 06:24 AM

You can find the Forest Wallpaper and put it into the correct folder and that should work....assuming that it is the only file missing.

 

From your email it sounds like you deleted a bunch of stuff, which will mean you need a full flash



#66 Guest_dullawolf_*

Guest_dullawolf_*
  • Guests

Posted 16 January 2014 - 10:03 AM

This assumes the person has frozen SA very early on. Once SA is updated through the play store just clearing data and cache will not help. AFAIK

 

 

Force stop and cleared smart actions. Turned off screen lock. Deleted device manager. Then ran rzr blade. Success!

Sent from my DROID RAZR using Tapatalk

 

 

Well...... It worked for me and it worked mtylenol. So we must be the exception. 



#67 hawkz28

hawkz28

    n00b

  • Members
  • Pip
  • 12 posts

Posted 17 January 2014 - 08:34 AM

THIS!!

 

I have never unprotected root before taking an update, and never had a problem...until this morning with my phone. 

 

After doing an FDR on my wife's phone just last night (another XT912- don't let your 5 year old play games, break root, and cause general mayhem), I noticed after rooting the update notification came up, searched, and came here.  Checked my phone and it was there as well.  Since I am a loving husband, I gave the update to my phone first, and broke root.  My mistake might have been not updating SU first, but it was early and I hadn't been up longer than 10 minutes (excuses are like a$$holes, I know). 

 

I've NEVER used ADB- I've always used 1 click root methods on our OG Droids and our XT912s.  I just ran the elevated cmd prompt from the folder I have Matt's JB utility in on my desktop. 

 

I also learned you can copy and paste to command prompt.  I can type fast, but spaces for some of the commands were confusing from my screen- if there was a space or not. 

 

THANKS for posing this process!!



#68 hawkz28

hawkz28

    n00b

  • Members
  • Pip
  • 12 posts

Posted 17 January 2014 - 08:36 AM

I was referencing aivral88's post on page 1, post #24.  Don't know why it didn't quote it for me. 



#69 Hackn3y

Hackn3y

    n00b

  • Members
  • Pip
  • 1 posts
  • LocationOhio
  • Current Device(s):Droid Razr Maxx

Posted 17 January 2014 - 01:10 PM

 

Well...Looks like I've got my root back, was about to try that house of moto, downloaded everything needed for that but while waiting for download I came across something else I had to try out and it worked.  So here's what I did, just so you all know, this is the first time I've actually used adb, and it's pretty cool.  I think the ONLY reason I was able to do this was because I had "protected" root with Voodoo Rootkeeper before I did this OTA so I still had a backup file on my phone.

 

I first opened up a command prompt with administrative rights, and changed directories to where I saved matt's utility to so I could work with the files in there and call adb from there.  Then I executed the following commands one by one

 

adb kill-server > nul
adb start-server > nul
ping 1.1.1.1 -n 1 -w 500 > nul
adb wait-for-device devices > nul
adb shell "/system/usr/we-need-root/su-backup -c 'mount -o rw,remount -t ext4 /dev/block/system /system'" 
adb shell "/system/usr/we-need-root/su-backup -c 'cp /system/usr/we-need-root/su-backup /system/bin/su'" 
adb shell "/system/usr/we-need-root/su-backup -c 'chmod 6755 /system/bin/su'"
 
If you don't see any errors after running those commands (one at a time) do the following:
 
adb shell
 
You will see your device's android prompt:
 
1|shell@cdma_spyder:/ $ su

 

Then if all goes well it will put you in root mode

 

1|root@cdma_spyder:/ #

 

 

Looks like this all caused me to learn something new today!  B)

 

 

EDIT:  Wanted to add, looking back on it now I think where I went wrong was not "temp unrooting" through Voodoo before applying the OTA...

 

 

I can confirm this worked like a charm for me! Thanks a lot!



#70 larrygeary

larrygeary

    Member

  • Members
  • PipPip
  • 160 posts
  • LocationNJ, USA

Posted 17 January 2014 - 02:59 PM

I've tried taking the OTA several times, and it keeps failing. Is there a log somewhere that explains why? Is this update even worth the trouble?



#71 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 17 January 2014 - 03:04 PM

sideload the ota file and you can see what the error message is. ...usually its you deleted something from stock that the update file is looking for...



#72 claps1775

claps1775

    Droid Master

  • Dedicated Supporter
  • PipPipPip
  • 596 posts
  • LocationIowa. Close to the University of Iowa.

Posted 18 January 2014 - 09:37 PM

What about frozen apks? Would that do it? I am going to try it. Unfreeze them.

I have Moto Razr....I will cut you.


To powerful to fall into my hands. Click......Rooted. ICS rommed!!!!! Muhahahahah!!!!

#73 livinginkaos

livinginkaos

    I don't know what I'm doing anymore.....

  • Administrator
  • 15,282 posts
  • Google+:Hangouts - livinginkaos@gmail.com
  • LocationOregon
  • Current Device(s):Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7

Posted 18 January 2014 - 09:40 PM

Frozen stock apps is one place for error.

Sent from my VS980 4G using Tapatalk


  • cmh714 likes this

b2wvCBn.png

Sig by livinginkaos
Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7


#74 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,460 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 19 January 2014 - 03:43 AM

Another way to deal with it should you get too frustrated is a trip through the house of moto using the keep data script, then either root and protect, or update and root the new update.

Sent from my SM-P600 using Tapatalk


Non potest esse nisi unus


#75 claps1775

claps1775

    Droid Master

  • Dedicated Supporter
  • PipPipPip
  • 596 posts
  • LocationIowa. Close to the University of Iowa.

Posted 19 January 2014 - 07:13 AM

It worked. Thank you. Unfroze all APIs and update worked. Super user does not update for the binary.

I have Moto Razr....I will cut you.


To powerful to fall into my hands. Click......Rooted. ICS rommed!!!!! Muhahahahah!!!!

#76 my2cents

my2cents

    Member

  • Members
  • PipPip
  • 32 posts

Posted 20 January 2014 - 09:52 PM

RAZR Blade does work. 

 

Couple things to keep in mind

1. if frozen/disabled, re-enable smart actions. from the app drawer press and hold smart actions and drag the app to info. clear data and clear cache for smart actions. 

2. select smart actions and skip all the bs. select battery saver and select save

3. make sure usb debugging is enabled

4. go to the drop down and make sure you select Media Device(MTP) it wont work if mass storage is selected. 

5.  extract .zip to desktop if you haven't already

6.  run .bat as administrator

7. follow instructions after running .bat

8. profit

 

you are welcome. 

 

 

This assumes the person has frozen SA very early on. Once SA is updated through the play store just clearing data and cache will not help. AFAIK

I followed the steps above and it worked.  I did not have to downgrade SA to make it work.  The problem for me was just that I did not have MTP selected.  Thanks.



#77 Einsteindks

Einsteindks

    Droid Master

  • Members
  • PipPipPip
  • 340 posts

Posted 22 January 2014 - 07:49 AM

Way cool! Put the stock back in stock slot, updated all in play store, voodoo prep, took OTA, restore root, re-install SafeStrap recovery. Wow!!! Now THAT is a proper update! If only they were all that smooth & simple... *sigh* Tucked back away for safe keeping. Not sure, but the update SEEMS to be having an issue with SS3.6. I'll update if anything comes of this. fat-fingered and Maxx-ed out.

#78 nailbomb3

nailbomb3

    Member

  • Members
  • PipPip
  • 195 posts

Posted 24 January 2014 - 08:00 PM

Is there some way to BLOCK taking the update? I rolled back after my phone starting running like crap

Sent from my DROID RAZR using Tapatalk



#79 claps1775

claps1775

    Droid Master

  • Dedicated Supporter
  • PipPipPip
  • 596 posts
  • LocationIowa. Close to the University of Iowa.

Posted 25 January 2014 - 04:52 AM

I woke up and saw another update. 98.72.165. Anyone else get this?

I have Moto Razr....I will cut you.


To powerful to fall into my hands. Click......Rooted. ICS rommed!!!!! Muhahahahah!!!!

#80 claps1775

claps1775

    Droid Master

  • Dedicated Supporter
  • PipPipPip
  • 596 posts
  • LocationIowa. Close to the University of Iowa.

Posted 25 January 2014 - 04:54 AM

I thought my update was successful. It has en.us behind it

I have Moto Razr....I will cut you.


To powerful to fall into my hands. Click......Rooted. ICS rommed!!!!! Muhahahahah!!!!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users