Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Egan
Old
#21  
Senior Member
Thanks Meter 105
Posts: 596
Join Date: May 2010
Quote:
Originally Posted by gjroeleveld View Post
Thanks a lot. Works like a charm

Now to make a full "original" fastboot flashable restore fileset:
Boot: dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
System: dd if=/dev/block/mmcblk0p4 of=/sdcard/system.img

Would this be enough to have a proper "original" image? (With the small addition of root offcourse)
Here /dev/block/mmcblk0p5 is the cache partition.
 
bcmobile
Old
(Last edited by bcmobile; 15th May 2011 at 12:18 PM.)
#22  
bcmobile's Avatar
Senior Member - OP
Thanks Meter 88
Posts: 357
Join Date: Jan 2009
Location: Sydney

 
DONATE TO ME
Quote:
Originally Posted by gjroeleveld View Post
I've tried to make a proper nandroid backup but haven't been able too.
Tried with romdump 0.72 but that crashes :(

Most tutorials use Rom Manager, but that needs some work from @koush before we can use it.

I'll google on

Sent from my GT-I9000 using XDA Premium App
Just use dd

See above post by gjroeleveld

MY GUIDES:
10.1v Root
10.1v Bootloader Unlock
MTP
Note: Im very slack at replying to PMs, since I live a busy life and as much as I love XDA, I rarely get a chance to get on it these days.
It's best to questions to the forums, as I may take a long time to respond.
Current Devices:
| Samsung Galaxy Tab 10.1v | Galaxy Nexus | Nexus 7 |
------------------------------------------------
Got DropBox?
 
Egan
Old
(Last edited by Egan; 15th May 2011 at 12:23 PM.)
#23  
Senior Member
Thanks Meter 105
Posts: 596
Join Date: May 2010
Quote:
Originally Posted by bcmobile View Post
Are you going to flash it?

You will earn the official "Balls of steel" badge
When I find a way to backup the current recovery image, yes .
Any idea where I can find that partition?

I think it is /dev/block/mmcblk0p2 but I need to check more.
 
bcmobile
Old
#24  
bcmobile's Avatar
Senior Member - OP
Thanks Meter 88
Posts: 357
Join Date: Jan 2009
Location: Sydney

 
DONATE TO ME
Quote:
Originally Posted by Egan View Post
When I find a way to backup the current recovery image, yes .
Any idea where I can find that partition?

I think it is /dev/block/mmcblk0p2 but I need to check more.
To earn the balls of steel badge, you must flash it without any known fix.

( joking, of course )

MY GUIDES:
10.1v Root
10.1v Bootloader Unlock
MTP
Note: Im very slack at replying to PMs, since I live a busy life and as much as I love XDA, I rarely get a chance to get on it these days.
It's best to questions to the forums, as I may take a long time to respond.
Current Devices:
| Samsung Galaxy Tab 10.1v | Galaxy Nexus | Nexus 7 |
------------------------------------------------
Got DropBox?
 
seraphimserapis
Old
#25  
seraphimserapis's Avatar
Senior Member
Thanks Meter 419
Posts: 357
Join Date: May 2009
Location: Berlin

 
DONATE TO ME
Quote:
Originally Posted by Egan View Post
When I find a way to backup the current recovery image, yes .
Any idea where I can find that partition?

I think it is /dev/block/mmcblk0p2 but I need to check more.
you could read my thread ;) 0p2 is correct

Sent from my Optimus 2X using Tapatalk
Galaxy Nexus
Samsung Galaxy Note
LG G-Slate
Samsung Galaxy Tab 10.1N

Buy me a beer for rooting the Motorola Milestone or Galaxy TAB!

Twitter: @SeraAndroid
The Following User Says Thank You to seraphimserapis For This Useful Post: [ Click to Expand ]
 
Egan
Old
#26  
Senior Member
Thanks Meter 105
Posts: 596
Join Date: May 2010
Quote:
Originally Posted by seraphimserapis View Post
you could read my thread ;) 0p2 is correct

Sent from my Optimus 2X using Tapatalk
Hehe, didnt know you had any :P.
So my guess was right, thanks for the confirmation!

EDIT: Checked your threads, excellent work m8. Going to follow it!
 
gjroeleveld
Old
#27  
Senior Member
Thanks Meter 26
Posts: 115
Join Date: Aug 2010
Location: Renswoude

 
DONATE TO ME
if I understand it correctly, DD can't be used to backup everything.
That's the reason I'm looking for a difrent way to make a Android backup before doing anything brave and/or stupid :)

Sent from my GT-P7100 using XDA Premium App
 
Egan
Old
(Last edited by Egan; 15th May 2011 at 01:49 PM.)
#28  
Senior Member
Thanks Meter 105
Posts: 596
Join Date: May 2010
Quote:
Originally Posted by bcmobile View Post
To earn the balls of steel badge, you must flash it without any known fix.

( joking, of course )
I flashed it permanently and all is working as it was. May I now please have this "Balls of steel badge"?

Still I dont know of a way to enter the recovery though. I tried 'adb reboot recovery' but that only powers off the device, as it did before I flashed it. Also no key combination get me into the recovery menu. Ideas?

EDIT: The command 'adb reboot recovery' does work when I use Remote ADB and thus not with the USB cable. When I use the USB cable it powers off and shows me the battery being charged. It seems the charging screen is taking over when you reboot through ABD.
 
bcmobile
Old
#29  
bcmobile's Avatar
Senior Member - OP
Thanks Meter 88
Posts: 357
Join Date: Jan 2009
Location: Sydney

 
DONATE TO ME
Quote:
Originally Posted by Egan View Post
I flashed it permanently and all is working as it was. May I now please have this "Balls of steel badge"?

Still I dont know of a way to enter the recovery though. I tried 'adb reboot recovery' but that only powers off the device, as it did before I flashed it. Also no key combination get me into the recovery menu. Ideas?

EDIT: The command 'adb reboot recovery' does work when I use remote ADB and thus not with the USB cable. When I use the USB cable it powers off and shows me the battery being charged.
That's weird. You may, indeed have your badge. You certainly earned it

MY GUIDES:
10.1v Root
10.1v Bootloader Unlock
MTP
Note: Im very slack at replying to PMs, since I live a busy life and as much as I love XDA, I rarely get a chance to get on it these days.
It's best to questions to the forums, as I may take a long time to respond.
Current Devices:
| Samsung Galaxy Tab 10.1v | Galaxy Nexus | Nexus 7 |
------------------------------------------------
Got DropBox?
 
seraphimserapis
Old
#30  
seraphimserapis's Avatar
Senior Member
Thanks Meter 419
Posts: 357
Join Date: May 2009
Location: Berlin

 
DONATE TO ME
Quote:
Originally Posted by bcmobile View Post
That's weird. You may, indeed have your badge. You certainly earned it
we need to investigate that for sure
Galaxy Nexus
Samsung Galaxy Note
LG G-Slate
Samsung Galaxy Tab 10.1N

Buy me a beer for rooting the Motorola Milestone or Galaxy TAB!

Twitter: @SeraAndroid

 
Post Reply+
Tags
10.1v, galaxy tab, guide, root
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...