Thread: Open Recovery v1.46 [11/21/2010]
- 10-01-2010, 05:14 PM #121
The old backups still go to nandroid/adbrecovery (having the nandroid.md5 file). Only the new backups are going to nandroid/openrecovery. It's in 1st post.

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
stovarich (10-02-2010)
- 10-02-2010, 10:44 AM #122
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 10
- Thanks
- 5
- Thanked 0 Times in 0 Posts
- Downloads
- 21
- Uploads
- 0
- 10-03-2010, 03:29 AM #123
Yes, if the folder doesn't exist, create it.

Thanks Semseddin for the signature and avatar.
- 10-03-2010, 07:02 AM #124
Itty Bitty Modder
- Join Date
- Oct 2010
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 2
- Uploads
- 0
When I get to the screen with the triangle (and explanation mark), pressing volume up does nothing. Any ideas?
- 10-03-2010, 07:44 AM #125
Of Mice and Modders
- Join Date
- May 2010
- Posts
- 62
- Thanks
- 11
- Thanked 10 Times in 9 Posts
- Downloads
- 52
- Uploads
- 0
You need press volume up and camera
- 10-04-2010, 12:55 AM #126
Themer
- Join Date
- Mar 2010
- Posts
- 43
- Thanks
- 4
- Thanked 10 Times in 8 Posts
- Downloads
- 22
- Uploads
- 0
Or by pressing camera button and X button of hardware keyboard...
My Themes for Milestone:
--Mixed_Theme for Cyanogen Port for Milestone
--Kalagas_Grayscale_for_GOT_2.2.1
--Kalagas_Mixed_for_GOT_2.2.1
--Kalagas_Mixed_Theme_for_CyanogenMod
- 10-04-2010, 07:45 AM #127
Itty Bitty Modder
- Join Date
- Jan 2010
- Posts
- 10
- Thanks
- 5
- Thanked 0 Times in 0 Posts
- Downloads
- 21
- Uploads
- 0
- 10-15-2010, 08:08 AM #128
Gitorious updated with version 1.43. Contains important nandroid bugfixes.

Thanks Semseddin for the signature and avatar.
- 10-15-2010, 12:54 PM #129
Of Mice and Modders
- Join Date
- May 2010
- Posts
- 62
- Thanks
- 11
- Thanked 10 Times in 9 Posts
- Downloads
- 52
- Uploads
- 0
What were the bugs in nandroid? - Sorry, just read changelog from Gitorious
Last edited by Alex469; 10-15-2010 at 01:12 PM. Reason: Pls desregard the question
- 10-18-2010, 04:46 PM #130
Released OpenRecovery 1.44. Ready for FroYo

Updated gitorious to 1.45 (added USB Mass Storage Mode).
Updated to 1.45.Last edited by Skrilax_CZ; 10-19-2010 at 02:29 PM. Reason: Automerged Doublepost

Thanks Semseddin for the signature and avatar.
-
4 Users Say Thank You to Skrilax_CZ For This Useful Post
Alex469 (10-16-2010), avatar_43 (10-18-2010), Pzyduck (10-19-2010), SuperJoker (10-16-2010)
- 10-19-2010, 07:07 PM #131
Maybe Modder
- Join Date
- Mar 2007
- Posts
- 21
- Thanks
- 5
- Thanked 7 Times in 6 Posts
- Downloads
- 39
- Uploads
- 0
- 10-24-2010, 08:43 AM #132
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 14
- Uploads
- 0
Please help me on the "Run Script" feature
Dear Skrilax_CZ, I got some problem on run the following script using the "Run Script" feature. Please help.
The problem is that after run the script and the phone rebooted, the phone showed me the setup wizard (language selection, Google account, etc.) screen. And after I went through the wizard, I found the applications I moved to SD card before were lost, but those installed in phone memeroy were kept.Code:/system/bin/rm /system/app/* /system/bin/rm /system/bin/busybox /system/bin/rm /system/bin/su /system/bin/rm /system/xbin/busybox /system/bin/rm /system/xbin/su /system/bin/cp -rf /sdcard/update/system/app/* /system/app/ /system/bin/chmod 644 /system/app/* /system/bin/cp -rf /sdcard/update/system/bin/* /system/bin/ /system/bin/chmod 755 /system/bin/mot_boot_mode /system/bin/chmod 755 /system/bin/mot_boot_mode.bin /system/bin/chmod 4755 /system/bin/busybox /system/bin/chmod 6755 /system/bin/su /system/bin/cp -rf /sdcard/update/system/etc/* /system/etc/ /system/bin/chmod 644 /system/etc/sysctl.conf /system/bin/chmod 644 /system/etc/permissions/com.motorola.android.jcifs.xml /system/bin/cp -rf /sdcard/update/system/fonts/* /system/fonts/ /system/bin/cp -rf /sdcard/update/system/framework/* /system/framework/ /system/bin/chmod 644 /system/framework/jcifs-krb5-1.3.12.jar /system/bin/cp -rf /sdcard/update/system/lib/* /system/lib/ /system/bin/chmod 644 /system/lib/modules/cpufreq_conservative.ko /system/bin/chmod 644 /system/lib/modules/cpufreq_interactive.ko /system/bin/chmod 644 /system/lib/modules/overclock.ko /system/bin/cp -rf /sdcard/update/system/xbin/* /system/xbin/ /system/bin/chmod 755 /system/xbin/apps2sd /system/bin/cp -f /sdcard/update/system/build.prop /system /system/bin/cp -f /sdcard/update/system/default.prop /system /system/bin/rm /data/system/packages.xml
If I use a update.zip created by myself (modified with the "volez" tool), this script works good: No need to setup wizard again, applications moved to SD card before are kept.
I'm using OpenRecovery 1.45 on my Milestone. Phone firmware is UK 2.2.1 released by G.O.T.
Is there anything wrong with my script?
Thank you.
- 10-24-2010, 01:29 PM #133
First:
Do not use "/system/bin/..." because there is dependency to what actually you have there. OpenRecovery busybox is in "/sbin" which is in the PATH, so just use "cp", "rm". Secondly the script should have header "#!/sbin/sh". I think that the responsible for the apps on the SD card is here "/system/bin/rm /data/system/packages.xml".
As for the reason about when you created the custom update.zip - to me it seems that the script wasn't called at all. (updater-script isn't a shell script).
Thanks Semseddin for the signature and avatar.
- 10-24-2010, 11:35 PM #134
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 14
- Uploads
- 0
Thanks for the reply.
Actually the above script is called by updater script when I use a custom update.zip.
Updater script is as below:
I'll try your suggestions first and then go back to you.Code:mount("MTD", "system", "/system"); ui_print("-- Executing /sdcard/update/update.sh..."); run_program("/system/bin/sh", "/sdcard/update/update.sh"); unmount("/system");
I removed the line "rm /data/system/packages.xml" then the result looked to be good: no setup wizard, apps moved to SD card were kept.
It's strange that "rm /data/system/packages.xml" results different when called by "Run Script" in OpenRecovery, comparing to called by custom update.zip.
Do you have any idea? Thank you.Last edited by hua_wuxin; 10-24-2010 at 11:35 PM. Reason: Automerged Doublepost
- 10-25-2010, 06:46 AM #135
For some reason, it wasn't executed.

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


LinkBack URL
About LinkBacks
Reply With Quote
! do i have to create one, or im missing something?
