Page 9 of 41 FirstFirst 12345678910111213141516171819 ... LastLast
Results 121 to 135 of 601
  1. #121
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    15
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Downloads
    5
    Uploads
    0
    Edit: Clicked the wrong thread... SO SORRY... v.v

  2. #122
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0

    idea

    1st post here.

    first of all, thanks jrodd for all you've done to revolutionize the backflip.

    secondly, I just had an idea for a feature to maybe add to your recovery. would it be possible to make it so that theres an option to have the recovery perform a full wipe to the phone whenever when the flash ROM from Zip option is selected?

    seeing how many people here had trouble flashing your preclair ROM, I think it could significantly simplify the flashing procedure and make it a little less risky for someone who doesn't quite know what they're doing (like me haha). and it seems like it would minimize time between wiping and flashing thus minimizing chances of the wipe being 'corrupted' by a reboot etc.

    also, out of curiosity, are you planning on releasing the sources to any of your creations?

  3. #123
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    7
    Uploads
    0
    Ok so these are the steps that I took to remove that annoying recovery.img. And this is where my problem is. Any suggestion?

    $ su
    # mount -o rw,remount /dev/block/mtdblock1 /system
    # rm recovery.img
    rm failed for recovery.img, Read-only file system

  4. #124
    j_r0dd's Avatar
    offline Developer
    Join Date
    Nov 2009
    Location
    FLA
    Posts
    2,182
    Thanks
    570
    Thanked 2,781 Times in 739 Posts
    Downloads
    65
    Uploads
    11
    Quote Originally Posted by WasabiGrizz View Post
    1st post here.

    first of all, thanks jrodd for all you've done to revolutionize the backflip.

    secondly, I just had an idea for a feature to maybe add to your recovery. would it be possible to make it so that theres an option to have the recovery perform a full wipe to the phone whenever when the flash ROM from Zip option is selected?

    seeing how many people here had trouble flashing your preclair ROM, I think it could significantly simplify the flashing procedure and make it a little less risky for someone who doesn't quite know what they're doing (like me haha). and it seems like it would minimize time between wiping and flashing thus minimizing chances of the wipe being 'corrupted' by a reboot etc.

    also, out of curiosity, are you planning on releasing the sources to any of your creations?
    i do plan on making the sources public soon. the reason why that option wouldn't be feasible is the fact that what if it is just a small mod that is being flashed? or just a new version of a rom you are already using? this can lead to many unnecessary problems. what i do plan on implementing though is the option for a FULL wipe in menu. i have other stuff i am working on but that will come in the near future

    Quote Originally Posted by Mickey Th13teen View Post
    Ok so these are the steps that I took to remove that annoying recovery.img. And this is where my problem is. Any suggestion?

    $ su
    # mount -o rw,remount /dev/block/mtdblock1 /system
    # rm recovery.img
    rm failed for recovery.img, Read-only file system
    you are skipping a step! you need to
    Code:
    cd system
    before you can delete
    Last edited by j_r0dd; 09-29-2010 at 07:32 PM. Reason: Automerged Doublepost
    Nexus S: CM7.1 Kang w/Voodoo
    Backflip: CM7.1
    Cliq: CM7.1
    Follow me on Twitter
    If you like something I have done & want to buy me a RedBull click HERE

  5. #125
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    1
    Uploads
    0
    I had the same problem and this worked for me:

    su

    mount -o remount rw /system

  6. #126
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    7
    Uploads
    0
    you are skipping a step! you need to
    Code:
    cd system
    before you can delete
    My apologies for the mistake. I just went ahead and got the root explorer on my backflip and then deleted it that way. Then I flashed the j_r0dd recovery, reloaded the zip to the SD, then rebooted, did backup, wiped, SD EXT 3 and still E: Verication Failure. I really am stuck here
    Last edited by Pzyduck; 09-29-2010 at 08:47 PM.

  7. #127
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    10
    Thanks
    1
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    Hi to everybody,
    My first post, I did all and phone works fine (no BT but it is known), but can't connect backflip with android 2.1 to computer even it was possible with v1.5. App "phone portal" don't give me a opportunity to connect via usb cable. Missing drivers or something other?
    Thanks in advance for help

  8. #128
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    8
    Uploads
    0
    where are the instructions for the flassh and the rom???

  9. #129
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    10
    Thanks
    1
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0

  10. #130
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    19
    Thanks
    9
    Thanked 2 Times in 2 Posts
    Downloads
    0
    Uploads
    0
    Thank U for your hard work and effort!

  11. #131
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    3
    Uploads
    0
    i am having the same problem, and i used the method of of this site. and even when i type su after im in the adb shell it still says its read only

  12. #132
    j_r0dd's Avatar
    offline Developer
    Join Date
    Nov 2009
    Location
    FLA
    Posts
    2,182
    Thanks
    570
    Thanked 2,781 Times in 739 Posts
    Downloads
    65
    Uploads
    11
    updated to 1.7.5.1. fixed a type-o for the ***WIPE ALL*** feature
    Nexus S: CM7.1 Kang w/Voodoo
    Backflip: CM7.1
    Cliq: CM7.1
    Follow me on Twitter
    If you like something I have done & want to buy me a RedBull click HERE

  13. #133
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    9
    Uploads
    0
    thanks for your hard work!
    I had flashed the new recovery v1.7.5.1。
    it works all right ,except a issue ,the VOLUM-KEY is Upside down。

  14. #134
    j_r0dd's Avatar
    offline Developer
    Join Date
    Nov 2009
    Location
    FLA
    Posts
    2,182
    Thanks
    570
    Thanked 2,781 Times in 739 Posts
    Downloads
    65
    Uploads
    11
    Quote Originally Posted by yaohai120 View Post
    thanks for your hard work!
    I had flashed the new recovery v1.7.5.1。
    it works all right ,except a issue ,the VOLUM-KEY is Upside down。
    Then you didn't flash the correct file.

    Sent from my SGH-T959 using Tapatalk
    Nexus S: CM7.1 Kang w/Voodoo
    Backflip: CM7.1
    Cliq: CM7.1
    Follow me on Twitter
    If you like something I have done & want to buy me a RedBull click HERE

  15. #135
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    9
    Uploads
    0
    Quote Originally Posted by j_r0dd View Post
    Then you didn't flash the correct file.

    Sent from my SGH-T959 using Tapatalk

    oh,yes u're right ,I have flashed the MB200's recovery

    thank u


Posting Permissions

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