Thread: Open Recovery v1.46 [11/21/2010]
- 07-18-2010 01:31 PM #76
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.
- 07-18-2010 04:25 PM #77
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?
- 07-19-2010 04:02 AM #78
Do you have the OpenRecovery folder on your sdcard?

Thanks Semseddin for the signature and avatar.
- 07-28-2010 11:38 AM #79
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!
CarthikLast edited by carthikv12; 07-28-2010 at 11:41 AM.
- 07-28-2010 12:00 PM #80
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.
-
The Following User Says Thank You to Aumkar For This Useful Post:
carthikv12 (07-28-2010)
- 07-28-2010 03:01 PM #81
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...
- 07-31-2010 10:41 AM #82
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.jpgLast edited by arrowsama; 07-31-2010 at 11:11 AM.
- 08-01-2010 08:32 PM #83
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.
-
The Following User Says Thank You to dext3r For This Useful Post:
Skrilax_CZ (08-02-2010)
- 08-02-2010 12:25 AM #84
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
- 08-02-2010 02:20 AM #85
Developer
- Join Date
- Apr 2010
- Posts
- 407
- Thanks
- 20
- Thanked 236 Times in 59 Posts
- Downloads
- 7
- Uploads
- 0
- 08-02-2010 04:43 AM #86
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.
-
- 08-02-2010 05:47 AM #87
Developer
- Join Date
- Apr 2010
- Posts
- 407
- Thanks
- 20
- Thanked 236 Times in 59 Posts
- Downloads
- 7
- Uploads
- 0
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.
- 08-02-2010 09:27 AM #88
Console! Very good! I'm looking forward to the release.
- 08-02-2010 03:20 PM #89
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
-
The Following User Says Thank You to DAGr8 For This Useful Post:
Skrilax_CZ (08-02-2010)
- 08-09-2010 11:27 PM #90
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 7
- Uploads
- 0
LinkBacks (?)
- 10-11-2010, 03:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
