Register Hello & Welcome to AndroidTablets.net, is this your first visit?

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 31
Thanks Tree4Thanks

Thread: How to Create Full ROM Backup? And a Few Other Questions...

  1. #11
    Developer
    Points: 13,599, Level: 75
    Level completed: 88%, Points required for next Level: 51
    Overall activity: 85.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,445
    Thanked
    817 times
    Points
    13,599
    Level
    75
    Device
    Coby 9740, Coby 8042, Lenovo A2109
    Just use the mount command to see where your /data /cache /system are mounted from that you should be able to determine the rest.

    Quote Originally Posted by Folken View Post
    Since the MID7035-4 has been rooted I have been trying to dump the system for recovery, but it appears the nanda, nandc, and nandg are not in /dev/block. I have attached a screenshot of what appears in /dev/block as to potentially get any hints as to what needs to be backed up to make boot.img, bootloader.img, and recovery.img. A

    find / -name "nand*" -print

    as root did not show anything either. Any thoughts would be appreciated.

    Attachment 7580

  2. # ADS
    Ads
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

  3. #12
    Junior Member Achievements:
    500 Experience Points 31 days registered 250 Experience Points 100 Experience Points 7 days registered

    Member #
    129309
    Join Date
    Jul 2012
    Posts
    17
    Thanked
    4 times
    Device
    mid7035-4
    The list from mount looks like

    uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ # mount
    mount
    rootfs on / type rootfs (ro,relatime)
    tmpfs on /dev type tmpfs (rw,nosuid,relatime,mode=755)
    devpts on /dev/pts type devpts (rw,relatime,mode=600)
    proc on /proc type proc (rw,relatime)
    sysfs on /sys type sysfs (rw,relatime)
    tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
    tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
    ubi0_0 on /system type ubifs (rw,relatime,no_chk_data_crc,compr=none)
    ubi1_0 on /data type ubifs (rw,nosuid,nodev,noatime,bulk_read,no_chk_data_crc ,compr=none)
    ubi2_0 on /cache type ubifs (rw,nosuid,nodev,noatime,bulk_read,no_chk_data_crc ,compr=none)
    ubi3_0 on /nfdisk type ubifs (rw,noatime,bulk_read,no_chk_data_crc,compr=none)
    /dev/block/vold/7:0 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000, gid=1015,fmask=0002,dmask=0002,allow_utime=0020,co depage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
    uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ # cd /dev/block/ubi0_0
    cd /dev/block/ubi0_0
    sh: cd: /dev/block/ubi0_0 - No such file or directory
    1|uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:

    I found a list that said
    nanda = bootloader
    nandc = BOOT\Kernel
    nandg = recovery

    so from the mount point list is
    /data the equivalent nanda
    /system the equivalent of nandc
    /cache the equivalent of nandg

    Thanks for any information.

  4. #13
    Developer
    Points: 13,599, Level: 75
    Level completed: 88%, Points required for next Level: 51
    Overall activity: 85.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,445
    Thanked
    817 times
    Points
    13,599
    Level
    75
    Device
    Coby 9740, Coby 8042, Lenovo A2109
    post output of

    cat /proc/partitions

    I see you are using UBI File-System, I don't think anyone will touch that filesystem, with a 10 foot pole.
    Last edited by vampirefo.; 07-29-2012 at 04:18 PM.

  5. #14
    Junior Member Achievements:
    500 Experience Points 31 days registered 250 Experience Points 100 Experience Points 7 days registered

    Member #
    129309
    Join Date
    Jul 2012
    Posts
    17
    Thanked
    4 times
    Device
    mid7035-4
    The output is below. The device came with the UBI filesystem as far as I know. What are the issues with that filesystem compared to others? Thanks for your help with this, I am still trying to get educated on things.


    major minor #blocks name


    7 0 1135616 loop0
    31 0 10240 mtdblock0
    31 1 11264 mtdblock1
    31 2 120832 mtdblock2
    31 3 45056 mtdblock3
    31 4 393216 mtdblock4
    31 5 1703936 mtdblock5
    31 6 524288 mtdblock6
    31 7 1384448 mtdblock7

  6. #15
    Developer
    Points: 13,599, Level: 75
    Level completed: 88%, Points required for next Level: 51
    Overall activity: 85.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,445
    Thanked
    817 times
    Points
    13,599
    Level
    75
    Device
    Coby 9740, Coby 8042, Lenovo A2109
    Now try this command

    cat /proc/mtd

    This above command should tell you what you want to know.

    Quote Originally Posted by Folken View Post
    The output is below. The device came with the UBI filesystem as far as I know. What are the issues with that filesystem compared to others? Thanks for your help with this, I am still trying to get educated on things.


    major minor #blocks name


    7 0 1135616 loop0
    31 0 10240 mtdblock0
    31 1 11264 mtdblock1
    31 2 120832 mtdblock2
    31 3 45056 mtdblock3
    31 4 393216 mtdblock4
    31 5 1703936 mtdblock5
    31 6 524288 mtdblock6
    31 7 1384448 mtdblock7

  7. #16
    Junior Member Achievements:
    500 Experience Points 31 days registered 250 Experience Points 100 Experience Points 7 days registered

    Member #
    129309
    Join Date
    Jul 2012
    Posts
    17
    Thanked
    4 times
    Device
    mid7035-4
    Here is the info from /proc/mtd . If you can tell me which mtdX relates to boot.img, bootloader.img, and recovery.img . I can try to get a dump script working. Thanks again.

    uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,300 3,3006@android:/ $ cat /proc/mtd
    cat /proc/mtd
    dev: size erasesize name
    mtd0: 00a00000 00100000 "SysInfo"
    mtd1: 00b00000 00100000 "Uboot"
    mtd2: 07600000 00100000 "kernel"
    mtd3: 02c00000 00100000 "RKer"
    mtd4: 18000000 00100000 "System"
    mtd5: 68000000 00100000 "Data"
    mtd6: 20000000 00100000 "Cache"
    mtd7: 54800000 00100000 "user"

  8. #17
    Developer
    Points: 13,599, Level: 75
    Level completed: 88%, Points required for next Level: 51
    Overall activity: 85.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,445
    Thanked
    817 times
    Points
    13,599
    Level
    75
    Device
    Coby 9740, Coby 8042, Lenovo A2109
    mtd2: 07600000 00100000 "kernel" boot.img

    mtd1: 00b00000 00100000 "Uboot" bootloader.img

    mtd3: 02c00000 00100000 "RKer" recovery.img

    mtd4: 18000000 00100000 "System" system.img

  9. #18
    Junior Member
    Points: 207, Level: 4
    Level completed: 14%, Points required for next Level: 43
    Overall activity: 0%
    Achievements:
    31 days registered 100 Experience Points 7 days registered

    Member #
    145242
    Join Date
    Sep 2012
    Location
    Crestview, l
    Posts
    7
    Points
    207
    Level
    4
    Device
    Coby
    How do I obtain the zip file so I can load google apps on my 9742?

  10. #19
    Banned
    Points: 273,394, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Recommendation First Class Tagger First Class Created Album pictures 50000 Experience Points 25000 Experience Points
    Awards:
    Downloads

    Member #
    15754
    Join Date
    Jan 2011
    Posts
    828
    Thanked
    435 times
    Points
    273,394
    Level
    100
    nandroid dump, CWM backup, Titainium Backup - PLAT

  11. #20
    Junior Member
    Points: 207, Level: 4
    Level completed: 14%, Points required for next Level: 43
    Overall activity: 0%
    Achievements:
    31 days registered 100 Experience Points 7 days registered

    Member #
    145242
    Join Date
    Sep 2012
    Location
    Crestview, l
    Posts
    7
    Points
    207
    Level
    4
    Device
    Coby
    link please i am a babe in this


 
Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Ads:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. [HOW TO] Perform a Full System Backup Unrooted Android 4.0, 4.1 or 4.2 Device
    By Frederuco in forum Android Tablet Usage, Tips & Tricks
    Replies: 0
    Last Post: 12-15-2012, 01:00 AM
  2. Create Backup / Recovery / Dump
    By gth826a in forum Android Tablet Q&A
    Replies: 0
    Last Post: 08-06-2012, 01:48 PM
  3. How to create a backup recovery image
    By TimeOver in forum Android Tablet Hacking
    Replies: 0
    Last Post: 05-20-2012, 05:02 AM
  4. Android full backup possible?
    By jonatec in forum Android Tablet Discussions
    Replies: 1
    Last Post: 11-03-2011, 04:37 AM
  5. 1st post - how to full backup after vegan installed
    By xlancealotx in forum Viewsonic gTablet Technical
    Replies: 6
    Last Post: 06-15-2011, 10:54 PM

Search tags for this page

android backup rom image
,

android rom backup

,
android tablet rom backup
,

backup android rom

,
backup android tablet rom
,

backup rom android

,
backup rom android tablet
,

how to backup android rom

,

how to backup android tablet rom

,
how to backup rom android tablet
,
rom backup android
,
tablet rom backup
Click on a term to search our sites for related topics.
Powered by vBulletin® Version 4.1.11
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Android Tablets.net is not affiliated or associated with Google, Android Project or any of the device manufacturers listed on this site.
We are simply an enthusiast site.
All times are GMT -5. The time now is 04:39 AM.