Twitter Facebook

Jump to content



Photo

Recovery /bootstrap For Ics 4-8-12


  • You cannot start a new topic
  • Please log in to reply
73 replies to this topic

#1 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 09:27 AM

Big thanks to @dhacker and @DROIDHIVE for giving me this to test out and share to all of you.

I have tested this out and it works great. The only thing that does not work is, mounting USB, other then that nandroids, advanced restore, and flashing are all functioning properly.

Install the apk as any other app.

++IF YOU GET A ERROR WHILE USING A BACK UP. DELETE THE SU BACKUP FROM ROOTKEEPER++

*****************************************As always DroidRazr, myself or anyone other then yourself, is NOT responsible for anything that may happen to your phone. *****************************************


Please Login or Register to see this Hidden Content




Sent from my DROID RAZR using Tapatalk

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#2 rickyheferle

 
rickyheferle

    Member

  • Members
  • PipPip
  • 61 posts
  • Google+:rickyheferle
 

Posted 08 April 2012 - 09:36 AM


Is there a safestrap?

#3 tyrthas

 
tyrthas

    CassDroid's Personal Stalker

  • Members
  • PipPipPip
  • 465 posts
  • Twitter:@tyrthas
  • Google+:Ron Becker
  • LocationMissouri
 

Posted 08 April 2012 - 09:57 AM

Awesome! Thanks for sharing this, now it's time to try and break stuff. :lol:

Sent from my DROID RAZR using Tapatalk 2 Beta-6

#4 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 11:43 AM

Not yet.

Sent from my DROID RAZR using Tapatalk

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#5 STiK

 
STiK

    STiK in the Mud

  • Members
  • PipPip
  • 257 posts
  • LocationEverett, WA
 

Posted 08 April 2012 - 11:52 AM

I still can't reboot from clockwork menu. I get moto logo and have to kill phone then it boots normal.

#6 PillClinton

 
PillClinton

    #FireGaryBettman

  • Members
  • PipPipPip
  • 396 posts
  • Twitter:530SharksFan
  • LocationNorthern California
 

Posted 08 April 2012 - 12:17 PM

*****************************************As always DroidRazr, myself or anyone other then yourself, is responsible for anything that may happen to your phone. *****************************************


You may want to amend that disclaimer to IS NOT RESPONSIBLE :P

#7 redls1

 
redls1

    Member

  • Members
  • PipPip
  • 99 posts
 

Posted 08 April 2012 - 12:39 PM

Is there a safestrap?


I guess I got lucky. I installed safe strap and didnt have a problem.

#8 ssmaynv

 
ssmaynv

    Member

  • Members
  • PipPip
  • 227 posts
  • LocationLas Vegas
 

Posted 08 April 2012 - 12:40 PM

You may want to amend that disclaimer to IS NOT RESPONSIBLE


LOL! Nice catch.

#9 BigDaddyHicks

 
BigDaddyHicks

    Team Rage Owner/Lead Developer

  • Developer
  • 4,330 posts
  • Twitter:@spc_hicks09 @Dev_Team_Rage
  • LocationWahiawa, Hawaii (808)
  • Current Device(s):Gnex / RAZR / S3
 

Posted 08 April 2012 - 01:00 PM

Thanks for this!!!! Nice to know that we can restore nands now if needed!!!

EDIT: Advanced Restore, Restoring system always fails every single time.
Image and video hosting by TinyPic

#10 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 02:23 PM

Lol thanks i was writing this in church

Sent from my DROID RAZR using Tapatalk

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#11 got556

 
got556

    Droid Master

  • Members
  • PipPipPip
  • 462 posts
  • Twitter:@got556
  • LocationChicago
 

Posted 08 April 2012 - 03:25 PM

ahh all this stuff released while I'm at work. Gonna have to wait to get home and back to flashin.
Posted Image

#12 greek6486

 
greek6486

    Member

  • Members
  • PipPip
  • 196 posts
  • Twitter:@greek6486
  • LocationMaryland
  • Current Device(s):Razr Maxx
 

Posted 08 April 2012 - 03:30 PM

Anyone have a way to make your phone boot to recovery every time like axiom?

Sent from my DROID RAZR using Tapatalk 2 Beta-5

#13 ssmaynv

 
ssmaynv

    Member

  • Members
  • PipPip
  • 227 posts
  • LocationLas Vegas
 

Posted 08 April 2012 - 03:30 PM

The restore fails when it encounters "su backup".


rm: can't remove '/system/su-backup': Operation not permitted
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
can't remove old file system/su-backup: Operation not permitted

#14 Vithon

 
Vithon

    n00b

  • Members
  • Pip
  • 12 posts
 

Posted 08 April 2012 - 05:23 PM

The restore fails when it encounters "su backup".


rm: can't remove '/system/su-backup': Operation not permitted
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
can't remove old file system/su-backup: Operation not permitted


Either install a terminal emulator on your phone or use the adb shell.
Type "su" and hit enter. If you're using a terminal emulator on your phone, a superuser access notification will pop up. Allow it.

Then type the following:
chattr -i /system/su-backup
and hit enter. Try restoring again.

I'm not completely sure if that's the problem, but it's worth trying.

EDIT: You might not even need to use su for that. But whatever.

#15 superrelaxx

 
superrelaxx

    Droid Master

  • Superuser
  • 853 posts
  • Twitter:jasNwa
  • LocationSeattle, Washington
 

Posted 08 April 2012 - 07:50 PM

Anyone successfully restore a nandroid with this?

#16 ssmaynv

 
ssmaynv

    Member

  • Members
  • PipPip
  • 227 posts
  • LocationLas Vegas
 

Posted 08 April 2012 - 07:56 PM

sh-3.2$ export PATH=/data/local/bin:$PATH
sh-3.2$ su
sh-3.2# chattr -i /system/su-backup
root@(unknown):/# /system/su-backup: 1: Syntax error: word unexpected (expecting ")")
root@(unknown):/# NV]du000: not found
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: "|" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 2: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 1: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# on_codecom.noshufou.android.su.RESPONDUsage:: not found
root@(unknown):/# ]: not found
root@(unknown):/# /system/su-backup: 4: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 4: Syntax error: "(" unexpected
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/# : not found
root@(unknown):/# : not found
root@(unknown):/# : not found
root@(unknown):/# root@(unknown):/# root@(unknown):/# root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# : not found
root@(unknown):/# sh-3.2#









Make sire your su binary is up to date

#17 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 08:10 PM

Anyone successfully restore a nandroid with this?




Yes

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#18 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 08:22 PM

sh-3.2$ export PATH=/data/local/bin:$PATH
sh-3.2$ su
sh-3.2# chattr -i /system/su-backup
root@(unknown):/# /system/su-backup: 1: Syntax error: word unexpected (expecting ")")
root@(unknown):/# NV]du000: not found
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: "|" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 2: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 2: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 1: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 2: Syntax error: "(" unexpected
root@(unknown):/# on_codecom.noshufou.android.su.RESPONDUsage:: not found
root@(unknown):/# ]: not found
root@(unknown):/# /system/su-backup: 4: Syntax error: "(" unexpected
root@(unknown):/# /system/su-backup: 4: Syntax error: "(" unexpected
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/#
: not found
root@(unknown):/# : not found
root@(unknown):/# : not found
root@(unknown):/# : not found
root@(unknown):/# root@(unknown):/# root@(unknown):/# root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# /system/su-backup: 18: Syntax error: word unexpected (expecting ")")
root@(unknown):/# : not found
root@(unknown):/# sh-3.2#









Make sire your su binary is up to date





also did u mount the system cause if you did not, in recovery, ur not accessing the actual system partisan

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#19 BigDaddyHicks

 
BigDaddyHicks

    Team Rage Owner/Lead Developer

  • Developer
  • 4,330 posts
  • Twitter:@spc_hicks09 @Dev_Team_Rage
  • LocationWahiawa, Hawaii (808)
  • Current Device(s):Gnex / RAZR / S3
 

Posted 08 April 2012 - 08:23 PM

Going to Advanced Restore, then restoring system does not work for me. No nand restore option works on my phone, any suggestions?
Image and video hosting by TinyPic

#20 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 08:25 PM

Try mounting the system.

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#21 BigDaddyHicks

 
BigDaddyHicks

    Team Rage Owner/Lead Developer

  • Developer
  • 4,330 posts
  • Twitter:@spc_hicks09 @Dev_Team_Rage
  • LocationWahiawa, Hawaii (808)
  • Current Device(s):Gnex / RAZR / S3
 

Posted 08 April 2012 - 08:38 PM

Try mounting the system.


Thanks! I'll try that later and let you know what happens. I understand that you didn't make the recovery or anything but it's extremely hard to get ahold of DHacker lol.
Image and video hosting by TinyPic

#22 ssmaynv

 
ssmaynv

    Member

  • Members
  • PipPip
  • 227 posts
  • LocationLas Vegas
 

Posted 08 April 2012 - 09:49 PM

It's always the little things. I was able to execute the command successfully, but the restore still fails. I've wiped cache and dalvik but It's entirely possible that all the tweaking I've done today is causing it to fail though.

#23 DirtyDroidX

 
DirtyDroidX

    Head Admin

  • Administrator
  • 1,595 posts
  • Twitter:@DirtyDroidX
  • LocationPittsburgh
  • Current Device(s):xt912, xt926, sgs3, N7, Nook HD
 

Posted 08 April 2012 - 10:35 PM

Thanks! I'll try that later and let you know what happens. I understand that you didn't make the recovery or anything but it's extremely hard to get ahold of DHacker lol.




lol no problem i tested it out for him and just gtalk him and bullshit all the e time with him :P I was talking g to him about it. So that came straight from the horses mouth. I mounted the system last night and restored a backup just fine.

Become a supporting member and help ,get a DEV a phone, by going HERE

Please take the time to read our forum rules and guidelines.

uploadfromtaptalk1357197523765.jpg


#24 PillClinton

 
PillClinton

    #FireGaryBettman

  • Members
  • PipPipPip
  • 396 posts
  • Twitter:530SharksFan
  • LocationNorthern California
 

Posted 08 April 2012 - 11:11 PM

Going to Advanced Restore, then restoring system does not work for me. No nand restore option works on my phone, any suggestions?


Posted this in another thread as well, but here it is again.

Question for you: Do you use Voodoo to protect your root? If so, before booting into recovery & attempting to restore your nandroid backup, open Voodoo and delete your backup of root. This has caused issues for me previously! Let me know if this works for you

#25 ssmaynv

 
ssmaynv

    Member

  • Members
  • PipPip
  • 227 posts
  • LocationLas Vegas
 

Posted 08 April 2012 - 11:55 PM

That was it! Deleting Voodoo backup fixed the restore problem. Thank you.

#26 PillClinton

 
PillClinton

    #FireGaryBettman

  • Members
  • PipPipPip
  • 396 posts
  • Twitter:530SharksFan
  • LocationNorthern California
 

Posted 08 April 2012 - 11:59 PM

That was it! Deleting Voodoo backup fixed the restore problem. Thank you.


You're welcome, glad that did the trick!

#27 BigDaddyHicks

 
BigDaddyHicks

    Team Rage Owner/Lead Developer

  • Developer
  • 4,330 posts
  • Twitter:@spc_hicks09 @Dev_Team_Rage
  • LocationWahiawa, Hawaii (808)
  • Current Device(s):Gnex / RAZR / S3
 

Posted 09 April 2012 - 12:06 AM

You're welcome, glad that did the trick!


Are you talking about deleting the su-backup file in /system? Everytime I mount as rw i get "delete failed."

Sent from my DROID RAZR using Tapatalk
Image and video hosting by TinyPic

#28 PillClinton

 
PillClinton

    #FireGaryBettman

  • Members
  • PipPipPip
  • 396 posts
  • Twitter:530SharksFan
  • LocationNorthern California
 

Posted 09 April 2012 - 12:11 AM

Are you talking about deleting the su-backup file in /system? Everytime I mount as rw i get "delete failed."


No. Just open up the app. If you have already backed up root, there are 2 options. Just click the one that says Delete su backup and you'll be good to go!

#29 BigDaddyHicks

 
BigDaddyHicks

    Team Rage Owner/Lead Developer

  • Developer
  • 4,330 posts
  • Twitter:@spc_hicks09 @Dev_Team_Rage
  • LocationWahiawa, Hawaii (808)
  • Current Device(s):Gnex / RAZR / S3
 

Posted 09 April 2012 - 12:34 AM

No. Just open up the app. If you have already backed up root, there are 2 options. Just click the one that says Delete su backup and you'll be good to go!


You are the man! Thank you! I deleted the file, did a backup, then instead of an advanced restore, I just did a regular restore and everything went without a hitch. Thanks again man!

Sent from my DROID RAZR using Tapatalk
Image and video hosting by TinyPic

#30 superrelaxx

 
superrelaxx

    Droid Master

  • Superuser
  • 853 posts
  • Twitter:jasNwa
  • LocationSeattle, Washington
 

Posted 09 April 2012 - 02:33 AM

Posted this in another thread as well, but here it is again.

Question for you: Do you use Voodoo to protect your root? If so, before booting into recovery & attempting to restore your nandroid backup, open Voodoo and delete your backup of root. This has caused issues for me previously! Let me know if this works for you


Good info! This should be added to the OP :rolleyes:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users