• 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; Originally Posted by HussX So I've started going a little more hardball now. Using the clockwordmod recovery image I had created from the boot and ...

+ Reply to Thread
Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast
Results 71 to 80 of 100
Like Tree10Likes

Thread: Recovery

  1. #71
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by HussX View Post
    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.
    If u can enable adb in the stock recovery and still maintain the motor sign and get it to flash back then we could , in theory, mount the device in recovery and save a lot of peoples bricks tabs

    Sent from my Galaxy Nexus using Tapatalk

  2. # ADS
    Ads


  3. #72
    Xoom Operative
    Member #
    21618
    Join Date
    Mar 2012
    Location
    Ohio
    Posts
    113
    Liked
    16 times
    Twitter
    da_huss
    That was the idea.. I'm still playing around with swapping different parts in the hex editor in what bits of free time I'm getting. This is the heavy work time of the year for me. I may get some chances and downtime while I'm in Cali in June, also. This next week is hell week for me (3 stores a day, 7 days a week).

  4. #73
    Xoom Lurker
    Member #
    22388
    Join Date
    Apr 2012
    Posts
    2
    Liked
    0 times
    Hi there was just wondering has there been anymore progress on the xyboard and wanted to ty to all the developers the are working on trying to get a custom recovery for it
    but i ready to trade it for the 1st xoom or even the transformer prime

  5. #74
    Administrator

    Member #
    2101
    Join Date
    Mar 2011
    Location
    Wichita Falls
    Posts
    34,260
    Liked
    2181 times
    Twitter
    mgrant76308
    Quote Originally Posted by fharper2431 View Post
    Hi there was just wondering has there been anymore progress on the xyboard and wanted to ty to all the developers the are working on trying to get a custom recovery for it
    but i ready to trade it for the 1st xoom or even the transformer prime
    Welcome to the forum. Glad you decided to join us.

    SGS-IV-Stock_Rooted
    Nexus 4 - CyanMod 10.1
    SGS-II - Rooted - Jedi Mind Trick VX3
    Samsung Note II - Jedi Master 13
    Motorola Xoom - WiFi - Rooted - EOS 4.2.1 Nightlies

  6. #75
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by fharper2431 View Post
    Hi there was just wondering has there been anymore progress on the xyboard and wanted to ty to all the developers the are working on trying to get a custom recovery for it
    but i ready to trade it for the 1st xoom or even the transformer prime
    Trade it (IMO)

    Sent from my Galaxy Nexus using Tapatalk 2

  7. #76
    Xoom Lurker
    Member #
    22388
    Join Date
    Apr 2012
    Posts
    2
    Liked
    0 times
    strongly thinking about it seeing how development seems to be going nowhere for this tablet

  8. #77
    Xoom Informant
    Member #
    19644
    Join Date
    Jan 2012
    Posts
    46
    Liked
    15 times
    Quote Originally Posted by fharper2431 View Post
    strongly thinking about it seeing how development seems to be going nowhere for this tablet
    £10 that Motorola unlocks the bootloader this year and then development will begin.
    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.


  9. #78
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by luke.arran View Post
    £10 that Motorola unlocks the bootloader this year and then development will begin.
    Well I have already made a deodex from for it... not sure ow much us dollar but I'll take that bet

    Sent from my Xoom using Tapatalk

  10. #79
    Xoom Operative
    Member #
    701
    Join Date
    Mar 2011
    Posts
    129
    Liked
    13 times
    Twitter
    @AdamBath
    Quote Originally Posted by luke.arran View Post
    £10 that Motorola unlocks the bootloader this year and then development will begin.
    Yeah no, especially not the VZW version.

  11. #80
    Xoom Lurker
    Member #
    22968
    Join Date
    Apr 2012
    Posts
    11
    Liked
    8 times
    Greetings, guys! HussX, are you still busy with recovery? What I did - when you dump recovery.img you can split it with some perl scripts. And you can assemble it back with scripts. I had success to put it back into /dev/block/*blah blah blah*/recovery by "dd" command. And it works, but... It is only when you don't touch ramdrive. Even if you will gunzip it and gzip it back, you will unable to start this recovery. After that i changed only one random byte in original recovery.img. It gives same error. I made new recovery img with same size that original one. Same story. So, it must be checking hash. That's how i think like. And probably, SHA1 hash, like in update.sh script. What I think. If to put there another one image file with same hash, will we get another error? I wonder, that it should check hash first, if it suits, it will try to unpack file. May be if we will put file with same hash, and not an archive, we will have another error, about package is broken? I'm to tired already today to do this peash. Will try later. Just posted it, if somebody interested to know what is already done here


 

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.