• Login:

Welcome to the Xoom Forum - Motorola Xoom Forum.

Register ButtonIf this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Recovery

This is a discussion on Recovery within the Motorola XYBoard Development forums, part of the Motorola XYBoard Forum category; Btw does you guys have a real recovery with menu because when i tried to boot mine into recovery it just showed an android construction ...

+ Reply to Thread
Page 7 of 10 FirstFirst ... 5 6 7 8 9 ... LastLast
Results 61 to 70 of 100
Like Tree10Likes

Thread: Recovery

  1. #61
    Xoom Informant
    Member #
    22081
    Join Date
    Mar 2012
    Posts
    92
    Liked
    17 times
    Btw does you guys have a real recovery with menu because when i tried to boot mine into recovery it just showed an android construction logo and no menu. There it sits till it reboots after some minutes. Can post a screen tonight.

    Gesendet von meinem MB860

  2. # ADS
    Ads


  3. #62
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by nchantmnt View Post
    Btw does you guys have a real recovery with menu because when i tried to boot mine into recovery it just showed an android construction logo and no menu. There it sits till it reboots after some minutes. Can post a screen tonight.

    Gesendet von meinem MB860
    Once in recovery press power or a volume key and the options will pop up

    Sent from my Galaxy Nexus using Tapatalk

  4. #63
    Xoom Informant
    Member #
    22081
    Join Date
    Mar 2012
    Posts
    92
    Liked
    17 times
    Ok thanks. Will check that tonight. Seemed not to be working last time i tried as i was stuck in bootloop.

    Gesendet von meinem MB860

  5. #64
    Xoom Operative
    Member #
    21618
    Join Date
    Mar 2012
    Location
    Ohio
    Posts
    113
    Liked
    16 times
    Twitter
    da_huss
    New idea, although it could be a bit outlandish. Dan's root method keeps everything from resetting on a reboot using an exploit on the Xyboard, right? I wonder if it would be possible to pull apart his script, see what "xyz" uses, and use that to our advantage?


    Sent from my XB10.1
    luke.arran likes this.

  6. #65
    Xoom Informant
    Member #
    19644
    Join Date
    Jan 2012
    Posts
    46
    Liked
    15 times
    Quote Originally Posted by HussX View Post
    New idea, although it could be a bit outlandish. Dan's root method keeps everything from resetting on a reboot using an exploit on the Xyboard, right? I wonder if it would be possible to pull apart his script, see what "xyz" uses, and use that to our advantage?


    Sent from my XB10.1
    Is the any files which you want from my Xoom 2 which will help you?
    My Devices-
    HTC ChaCha - Running Rooted CyanogenMod 9 by adlx
    Samsung Galaxy Spica - Rooted CyanogenMod 9

    My ROM's-

    HTC ChaCha MIUI Port

    Wondering what I been up too? Check my GitHub profile.


  7. #66
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by luke.arran View Post
    Is the any files which you want from my Xoom 2 which will help you?
    Which model do u have?

    Sent from my Galaxy Nexus using Tapatalk

  8. #67
    Xoom Informant
    Member #
    19644
    Join Date
    Jan 2012
    Posts
    46
    Liked
    15 times
    Xoom 2 - mz615 :-)
    Attached Images

  9. #68
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by luke.arran View Post
    Xoom 2 - mz615 :-)
    Rooted right?
    Can u look at your /proc/partitions and tell me your recovery mmc block
    Is that the wifi only?
    Can u do this in terminal or shell from PC and upload the img that it creates on sdcard
    dd if=/dev/block/mmcblk1p12 of=/sdcard/recovery.img
    Sent from my Galaxy Nexus using Tapatalk

  10. #69
    Xoom Informant
    Member #
    19644
    Join Date
    Jan 2012
    Posts
    46
    Liked
    15 times
    Hello and sorry for the late reply been a wee bit busy. Yes I'm rooted! And here are the block things -
    And the recovery file is here -
    http://db.tt/VjvRguLN



    Code:
    $ export PATH=/data/local/bin:$PATH
    $ su
    #  fdisk -l /dev/block/mmcblk1p1
     Disk /dev/block/mmcblk1p1: 0 MB, 131072 bytes
    4 heads, 16 sectors/track, 4 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p1 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p2
     Disk /dev/block/mmcblk1p2: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p2 doesn't contain a valid partition table
    #  fdisk -l /dev/block/mmcblk1p3
     Disk /dev/block/mmcblk1p3: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p3 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p4
     Disk /dev/block/mmcblk1p4: 0 MB, 131072 bytes
    4 heads, 16 sectors/track, 4 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p4 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p5
     Disk /dev/block/mmcblk1p5: 4 MB, 4194304 bytes
    4 heads, 16 sectors/track, 128 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p5 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p6
     Disk /dev/block/mmcblk1p6: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p6 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p7
     Disk /dev/block/mmcblk1p7: 1 MB, 1048576 bytes
    4 heads, 16 sectors/track, 32 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p7 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p8
     Disk /dev/block/mmcblk1p8: 2 MB, 2097152 bytes
    4 heads, 16 sectors/track, 64 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p8 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p9
     Disk /dev/block/mmcblk1p9: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p9 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p10
     Disk /dev/block/mmcblk1p10: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p10 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p11
     Disk /dev/block/mmcblk1p11: 8 MB, 8388608 bytes
    4 heads, 16 sectors/track, 256 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p11 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p12
     Disk /dev/block/mmcblk1p12: 9 MB, 9437184 bytes
    4 heads, 16 sectors/track, 288 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p12 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p13
     Disk /dev/block/mmcblk1p13: 222 MB, 222298112 bytes
    4 heads, 16 sectors/track, 6784 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p13 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p14
     Disk /dev/block/mmcblk1p14: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p14 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p15
     Disk /dev/block/mmcblk1p15: 0 MB, 524288 bytes
    4 heads, 16 sectors/track, 16 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p15 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p16
     Disk /dev/block/mmcblk1p16: 4 MB, 4194304 bytes
    4 heads, 16 sectors/track, 128 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p16 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p17
     Disk /dev/block/mmcblk1p17: 629 MB, 629145600 bytes
    4 heads, 16 sectors/track, 19200 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p17 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p18
     Disk /dev/block/mmcblk1p18: 1004 MB, 1004535808 bytes
    4 heads, 16 sectors/track, 30656 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p18 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p19
     Disk /dev/block/mmcblk1p19: 734 MB, 734003200 bytes
    4 heads, 16 sectors/track, 22400 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p19 doesn't contain a valid partition table
    
    #  fdisk -l /dev/block/mmcblk1p20
     Disk /dev/block/mmcblk1p20: 13.2 GB, 13270777856 bytes
    4 heads, 16 sectors/track, 404992 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
     Disk /dev/block/mmcblk1p20 doesn't contain a valid partition table
    
    #
    My Devices-
    HTC ChaCha - Running Rooted CyanogenMod 9 by adlx
    Samsung Galaxy Spica - Rooted CyanogenMod 9

    My ROM's-

    HTC ChaCha MIUI Port

    Wondering what I been up too? Check my GitHub profile.


  11. #70
    Xoom Operative
    Member #
    21618
    Join Date
    Mar 2012
    Location
    Ohio
    Posts
    113
    Liked
    16 times
    Twitter
    da_huss
    So I've started going a little more hardball now. Using the clockwordmod recovery image I had created from the boot and recovery images, I hexedited all the stock parts of recovery back into the file minus the ramdisk (since it contains cwm).. Invalid CG HAB (Recovery). I'm not done playing with that aspect yet, however.
    Edit: I also added in all trailing information from the stock recovery image including the Moto sigs after the embedded gzip files, making the image identical in size to stock.

    New things learned:
    Upon pulling apart the stock recovery image and reading the recovery init.rc, the stock recovery image IS actually trying to find an update in /sdcard directory. However, for some odd reason, it won't properly mount in the stock recovery.

    Here is the stock recovery init.rc, if anyone wants to add some input:
    Code:
    on early-init
        start ueventd
    
    
    on init
        export PATH /sbin
        export ANDROID_ROOT /system
        export ANDROID_DATA /data
        export EXTERNAL_STORAGE /sdcard
    
    
        symlink /system/etc /etc
    
    
        mkdir /sdcard
        mkdir /system
        mkdir /data
        mkdir /cache
        mount /tmp /tmp tmpfs
    
    
    on boot
    
    
        ifup lo
        hostname localhost
        domainname localdomain
    
    
        class_start default
    
    
    service ueventd /sbin/ueventd
        critical
    
    
    service recovery /sbin/recovery
    
    
    service adbd /sbin/adbd recovery
    
    
    on property:persist.service.adb.enable=1
        start adbd
    
    
    on property:persist.service.adb.enable=0
        stop adbd
    I'm also going to attempt to see if it's possible to change the adbd settings in the recovery image to see if we can get some leeway there and lower the number of bricked devices, or help fix them (Zach).

    I also started reading up on how sbf files work. I want to see if it's possible to build one or REbuild one with somebody's stock system files. It's a slow work in progress, but it's more than we're getting from Moto at the moment. Any and all help is greatly appreciated.
    Last edited by HussX; 04-14-2012 at 03:23 PM.
    ggrant3876 and luke.arran like this.


 
+ Reply to Thread
Page 7 of 10 FirstFirst ... 5 6 7 8 9 ... 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. issue with cw recovery
    By einsteins in forum ICS General Discussion
    Replies: 4
    Last Post: 02-27-2012, 05:53 PM
  2. Which Recovery
    By TADitto in forum Motorola Xoom Development
    Replies: 4
    Last Post: 02-16-2012, 02:52 PM
  3. File recovery
    By Paul london in forum New Member Introduction & Site Assistance
    Replies: 3
    Last Post: 09-16-2011, 03:10 PM
  4. ClockworkMod Recovery
    By Muteki in forum Motorola Xoom General Discussion
    Replies: 5
    Last Post: 07-16-2011, 02:31 AM
  5. [RECOVERY] Recovery IMG (New 4/22)
    By Steady Hawkin in forum Motorola Xoom Development
    Replies: 38
    Last Post: 04-26-2011, 07:16 PM

Search tags for this page

/dev/block/mmcblk1p14

,

atrix 2 cdt.bin

,
atrix 2 invalid cg version
,
atrix2 linux device node
,

bootloader preflash validation failure

,
clockworkmod mtd table
,

clockworkmod xyboard

,
fix cg version cc recovery atrix 2
,
invalid cg recovery on atrix 2
,
motorola utags partition
,

mtd on xoom

,
mz609 recovery.img
,
mz616 unlock bootloader preflash validation failure
,

preflash validation failure

,

razr mmcblk1p7

,

service adbd /sbin/adbd recovery

,
stock recovery xoom 2 mz608-16
,
xoom died reboot remote
,
xyboard fastboot#gsc.tab
,
xyboard recovery screen options
Click on a term to search for related topics.