Thread: Open Recovery v1.46 [11/21/2010]
- 05-22-2010 05:58 PM #31
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 1
- Uploads
- 0
Hi Skrilax_CZ,
Hi all,
hear are an update for the OpenRecovery v1_05 to_Superuser 2.1
it updates the Superuser.apk in the OpenRecovery
to the su-2.1-e-unsecure-signed.zip form ChainsDD
souce: http://forum.xda-developers.com/showthread.php?t=682828
work for me on a milestone with android 2.1 SHOLS_U2_02.34.0
it also contents a unroot.sh you can add it to the init.menu
md5 e83c774e27802d10139e8b28f233cca4 OpenRecovery_update_to_Superuser_2.1.zip
sha-1 a91508099e547b48aaff5c201d289027d11467e1 OpenRecovery_update_to_Superuser_2.1.zip
http://rapidshare.com/files/39049407...eruser_2.1.zip
best wisches
bofh
- 05-23-2010 03:15 AM #32
Thanks, already have them for the next version.

Thanks Semseddin for the signature and avatar.
- 05-26-2010 02:50 AM #33
Itty Bitty Modder
- Join Date
- Oct 2008
- Posts
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 9
- Uploads
- 0
Help.....
I put the zip file in OpenRecovery/update but when I try to apply it say
CANT FIND BINARY UPDATE
what's wrong?
- 05-26-2010 04:46 AM #34
You have to have the update-binary in it (see the sample update.zip for Open Recovery (take the one from there)).

Thanks Semseddin for the signature and avatar.
- 06-02-2010 02:45 PM #35
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 5
- Uploads
- 0
Hey
when you will release the next version of your recovery?
Greez
- 06-06-2010 10:58 AM #36
I'm hoping for the end of the week.
Updated to 1.12c. Changelog in the first post.Last edited by Skrilax_CZ; 06-06-2010 at 10:58 AM. Reason: Automerged Doublepost

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
jontyab (06-06-2010)
- 06-06-2010 02:26 PM #37
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 3
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Downloads
- 6
- Uploads
- 0
Attempt to format cache results in an unknown command "clear_cache"
ADB shell output looks a little odd:
Otherwise, I appreciate the console feedback..C:Users******>adb shell
←[32mMilestone-Recovery ←[33m/
←[0m#←[m mkdir /sdcard/example
mkdir /sdcard/example
←[32mMilestone-Recovery ←[33m/
←[0m#←[m cd /sdcard/example
cd /sdcard/example
←[32mMilestone-Recovery ←[33m/sdcard/example
←[0m#←[m ls
ls
←[32mMilestone-Recovery ←[33m/sdcard/example
←[0m#←[m
I'll have a look at the application menu, could be usefulLast edited by jontyab; 06-06-2010 at 02:40 PM.
-
The Following User Says Thank You to jontyab For This Useful Post:
Skrilax_CZ (06-06-2010)
- 06-06-2010 02:35 PM #38
Yes read the "note" to fix for windows cmd it or use proper terminal. This needs some feedback, I'll add a menu item for this (to switch the colours off/on). I forgot to update the switch.sh (I renamed the command to wipe_data and wipe_cache and forgot about it).
Thanks for feedback.Last edited by Skrilax_CZ; 06-06-2010 at 03:26 PM.

Thanks Semseddin for the signature and avatar.
- 06-06-2010 03:27 PM #39
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 3
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Downloads
- 6
- Uploads
- 0
- 06-06-2010 03:32 PM #40
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 19
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Downloads
- 3
- Uploads
- 0
Do you think you can add ability to install Apps2SD or move dalvik-cache to /cache in next version?
Thanks for your work!
- 06-07-2010 01:59 PM #41
Yeah, I used cygwin color scheme.
In /etc/profile under OpenRecovery root folder, edit the assigment for PS1:
To get rid of the colors.Code:alias ls='ls --color=never' PS1="# "
================================================== ================================================== ============
I've hotfixed the issues with wipes and bash in the 1.12d version.
@Lesiroth:
I think I'll wait for the kexec mod with that (since it will deprecate the "current way" of doing it).Last edited by Skrilax_CZ; 06-07-2010 at 02:01 PM. Reason: Automerged Doublepost

Thanks Semseddin for the signature and avatar.
- 06-08-2010 04:17 AM #42
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 19
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Downloads
- 3
- Uploads
- 0
Hmm.. what does the kexec mod have to do with Apps2SD? Just wondering..
And what is the current way of doing it? I'm looking for a guide to install Apps2SD, can't find any :/
- 06-08-2010 02:36 PM #43
Well the startup scripts will be different. I paritioned the sd card to have also ext2 partition and mounting it over /data on startup works (don't forget to fsck it prior to mounting). The kexec mod will to this better way, since the current way is to hijack the startup.

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
Lesiroth (06-08-2010)
- 06-08-2010 03:10 PM #44
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 19
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Downloads
- 3
- Uploads
- 0
Ah, I see now..
Hope the kexec module doesn't take too long to work properly
- 06-10-2010 06:11 PM #45
Ok updated to the 1.14 (minor things + UI). Also updated the source.

Thanks Semseddin for the signature and avatar.
LinkBacks (?)
- 10-11-2010, 03:59 AM


LinkBack URL
About LinkBacks
Reply With Quote

