Page 9 of 14 FirstFirst 1234567891011121314 LastLast
Results 121 to 135 of 203
  1. #121
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    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.

  2. The Following User Says Thank You to Skrilax_CZ For This Useful Post:

    stovarich (10-02-2010)

  3. #122
    offline Itty Bitty Modder
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Downloads
    21
    Uploads
    0
    Quote Originally Posted by Skrilax_CZ View Post
    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.

    Thanx for answering Skrilax... problem is i dont see that folder created, there's just one folder (nandroid/openrecovery) ! do i have to create one, or im missing something?

  4. #123
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    Yes, if the folder doesn't exist, create it.

    Thanks Semseddin for the signature and avatar.

  5. #124
    offline 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?

  6. #125
    offline 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

  7. #126
    offline 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...

  8. #127
    offline Itty Bitty Modder
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Downloads
    21
    Uploads
    0
    Quote Originally Posted by piggyslasher View Post
    When I get to the screen with the triangle (and explanation mark), pressing volume up does nothing. Any ideas?

    Yours is xt701? if that is so, press the small button next to the camera button... that's it, openrecovery should run or get an error...
    Last edited by stovarich; 10-04-2010 at 07:47 AM.

  9. #128
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    Gitorious updated with version 1.43. Contains important nandroid bugfixes.

    Thanks Semseddin for the signature and avatar.

  10. #129
    offline 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

  11. #130
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    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.

  12. 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)

  13. #131
    offline Maybe Modder
    Join Date
    Mar 2007
    Posts
    21
    Thanks
    5
    Thanked 7 Times in 6 Posts
    Downloads
    39
    Uploads
    0
    Quote Originally Posted by Skrilax_CZ View Post
    Released OpenRecovery 1.44. Ready for FroYo

    Updated gitorious to 1.45 (added USB Mass Storage Mode).
    Updated to 1.45.
    Very usefull option , thanks again !

    So Nice to see threads moving ! ! !

    This gives us the noobs some hope ..

  14. #132
    offline Itty Bitty Modder
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    14
    Uploads
    0

    Question 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.

    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
    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.

    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.

  15. #133
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    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.

  16. #134
    offline 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:
    Code:
    mount("MTD", "system", "/system");
    
    ui_print("-- Executing /sdcard/update/update.sh...");
    run_program("/system/bin/sh", "/sdcard/update/update.sh");
    
    unmount("/system");
    I'll try your suggestions first and then go back to you.

    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

  17. #135
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    For some reason, it wasn't executed.

    Thanks Semseddin for the signature and avatar.

LinkBacks (?)

  1. 10-11-2010, 02: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
  •