+ Reply to Thread
Page 6 of 14 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 LastLast
Results 76 to 90 of 203
  1. #76
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    Looks like the update.zip you downloaded is either corrupted (redownload) or you are not using vulnerable recovery.

    Thanks Semseddin for the signature and avatar.

  2. #77
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    13
    Uploads
    0
    Thanks for the help, but now it's doing it:

    install from sd card

    instaslling update

    cannot find update_binary

    open recovery by skrilax_cz v1.14

    installing busybox...

    installing bash ...

    installing toolbox.....

    launching open recovery

    install from sdcard complete

    What should I do?

  3. #78
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    Do you have the OpenRecovery folder on your sdcard?

    Thanks Semseddin for the signature and avatar.

  4. #79
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0

    Recovery mode not working

    Hi,

    I have the shols 2.36 build and 90.78 bootloader... and i've flashed the vulnerable recovery.

    I hold down X and power up and release power up button and hold only X till the exclamation mark appears... then nothing happens... it just stays like that, so i just press the power button once and it reboots normally. So I'm not able to access even the phones stock recovery mode...

    I was wondering if i was doing something wrong or if it was just an incompatibility??

    Thanks!
    Carthik
    Last edited by carthikv12; 07-28-2010 at 11:41 AM.

  5. #80
    offline So I Hear You Can Mod
    Join Date
    Mar 2010
    Posts
    169
    Thanks
    6
    Thanked 14 Times in 13 Posts
    Downloads
    1
    Uploads
    0
    After you get to the exclamation mark, you have to press the Volume Up and Camera key at the same time to get to the menu. Then you use the DPad to Navigate and select the options.

  6. The Following User Says Thank You to Aumkar For This Useful Post:

    carthikv12 (07-28-2010)

  7. #81
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0

    Thanks!

    haha... that was pretty easy! thanks for the tip...

  8. #82
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    4
    Uploads
    0
    OK, now I'm totally lost... When 2.1 UK was launched I installed it and rooted it. Now I'd like to get some "custom" firmwares installed but I got nothing yet. Whenever I try to install a custom recovery (I tried to do a nandroid backup some time ago), I can't. With OpenRecovery I get till this point (http://imgur.com/ScY5J.jpg) but I cannot advance.
    Things so far I've done:
    - I followed the link to the vulnerable recovery with exploit (though I think I already applied it to root it)
    - Obviously checked and re-checked the OpenRecovery folder is in /sdcard/ (need I give it special permissions?)
    - Seems that exploitable recoveries have and android with a skate, is that for only some models?

    Thank you for your help!

    Edit: forgot to mention, I have the original 90.73 bootloader
    Edit2: tried it again and saw that some information on the screenshot was missing http://imgur.com/fuvWK.jpg
    Last edited by arrowsama; 07-31-2010 at 11:11 AM.

  9. #83
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    Can someone please fix OpenRecovery, im starting to get complaints from many,many people, as nandroid scripts do not use FORMAT of the partitions and they end up with mixed files, as ".myfolder" as example are never deleted from the filesystem.

    As help to others, please use Recovery menu -> factory reset, when installing nandroid backups!! so phone partitions gets wiped completely.

  10. The Following User Says Thank You to dext3r For This Useful Post:

    Skrilax_CZ (08-02-2010)

  11. #84
    offline So I Hear You Can Mod
    Join Date
    Feb 2007
    Posts
    119
    Thanks
    10
    Thanked 14 Times in 8 Posts
    Downloads
    13
    Uploads
    0
    Quote Originally Posted by dext3r View Post
    Can someone please fix OpenRecovery, im starting to get complaints from many,many people, as nandroid scripts do not use FORMAT of the partitions and they end up with mixed files, as ".myfolder" as example are never deleted from the filesystem.

    As help to others, please use Recovery menu -> factory reset, when installing nandroid backups!! so phone partitions gets wiped completely.
    I dont get it inside the open recovery itself there is factory reset they also is cache and dlavik reset , areyou saying these features dont work as well as the one in the default recover console ?

  12. #85
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    Quote Originally Posted by DAGr8 View Post
    I dont get it inside the open recovery itself there is factory reset they also is cache and dlavik reset , areyou saying these features dont work as well as the one in the default recover console ?
    not really, im saying, that using wipe where its easy to find, if people do not even use OpenRecovery, factory reset is working the same way. (i know factory reset sounds scary)

  13. #86
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    Well I'm quite busy here and don't have much time lately, so here is a hotfix:

    The problem is that: "rm -rf *" will not erase hidden files / folders. (it should be "rm –rf .??*" and then "rm -rf *"). But a better solution is to implement an executable doing format_root_device, found in the roots.c in the source. But you can do a factory reset too, it will do the trick unless there is something hidden in system partition.

    There are some more problems reported with the nandroid and the ext2 module and the original nandroid script is already big mess so I'll use my own (with same format of the backup).

    Though two teasers for new OR.

    The new backup menu. Will allow backing up the ext2 partition.


    Console on the phone. (atm. colorless and haven't implemented yet the minui for landscape view)

    Thanks Semseddin for the signature and avatar.

  14. 2 Users Say Thank You to Skrilax_CZ For This Useful Post

    dext3r (08-02-2010), Thyrus (08-02-2010)

  15. #87
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    Quote Originally Posted by Skrilax_CZ View Post
    Well I'm quite busy here and don't have much time lately, so here is a hotfix:
    Thanks for the top job done here.. and i should not be alone saying if you help me, i help you :-)
    Im probably gonna get the SDK / cross compile packages so i can look at a kernel compile for the ext2 module, if that helps you.

    ill ask on the forum or IRC for the specific packs i need to get started on linux. (i only got experience from sh4 platforms from satboxes)

    but regarding to the "rm -R" you can also do "rm -R /data/*" which works a little different but should solve it and takes hidden folders (with . extension) .. reason for using hidden attribute was i so often needed to clear /data and doing rm -R * was really no good with all system apps installed there.

  16. #88
    nadlabak's Avatar
    offline Developer
    Join Date
    Feb 2010
    Location
    Praha
    Posts
    86
    Thanks
    3
    Thanked 79 Times in 34 Posts
    Downloads
    14
    Uploads
    0
    Console! Very good! I'm looking forward to the release.

  17. #89
    offline So I Hear You Can Mod
    Join Date
    Feb 2007
    Posts
    119
    Thanks
    10
    Thanked 14 Times in 8 Posts
    Downloads
    13
    Uploads
    0
    Quote Originally Posted by nadlabak View Post
    Console! Very good! I'm looking forward to the release.
    hell yea !

    EDIT : I got a thx !!!!
    Last edited by DAGr8; 08-05-2010 at 08:49 AM.

  18. The Following User Says Thank You to DAGr8 For This Useful Post:

    Skrilax_CZ (08-02-2010)

  19. #90
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    7
    Uploads
    0
    Quote Originally Posted by Skrilax_CZ View Post
    Looks like the update.zip you downloaded is either corrupted (redownload) or you are not using vulnerable recovery.
    Hi where i can download the latest update.zip? I'm use an old version but i don't found this new update.zip in any place.

    Thanks for any link or tip.
    Regards from Argentina!
    Alejandro

LinkBacks (?)

  1. 10-11-2010, 03:59 AM

Posting Permissions

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