Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
meszi1977
Old
#1  
Junior Member - OP
Thanks Meter 1
Posts: 16
Join Date: Oct 2011
Location: Berlin
Question [Q] IMG Files of Droid 2 Bootstrap Recovery readable in PC?

Hi,

I am wondering if there might be a way reading the backups made with "Droid 2 Bootstrap Recovery" on a PC, i.e. mounting it as a loop image in Linux or with IMDisk under Windows? I've been searching for a while already but I could not find any info about it.

CU,
Mészi.
 
meszi1977
Old
#2  
Junior Member - OP
Thanks Meter 1
Posts: 16
Join Date: Oct 2011
Location: Berlin
Update...

Code:
# losetup /dev/loop1 data.img
# fdisk -l /dev/loop1

Disk /dev/loop1: 516 MB, 516592640 bytes
255 heads, 63 sectors/track, 62 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xffffffff

Disk /dev/loop1 doesn't contain a valid partition table
Ok, the IMG file is no disk image. But what is it?
 
dangpzanco
Old
#3  
dangpzanco's Avatar
Senior Member
Thanks Meter 83
Posts: 706
Join Date: Dec 2010
Quote:
Originally Posted by meszi1977 View Post
Update...

Code:
# losetup /dev/loop1 data.img
# fdisk -l /dev/loop1

Disk /dev/loop1: 516 MB, 516592640 bytes
255 heads, 63 sectors/track, 62 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xffffffff

Disk /dev/loop1 doesn't contain a valid partition table
Ok, the IMG file is no disk image. But what is it?
It is a YAFFS image. I use unyaffs or dsixda's Kitchen to extract it, and mkyaffsimage (I cant find the link, but you'll have to compile it yourself) to repack (I never tested this one).
Just on Linux... for Windows I don't know a working method.

PS: The thread is in the wrong forum, no one comes here...
 
Post Reply+
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...