Tutorial-How to restore Email/Corpcal/Launcher from SPRecovery BKUP after UD9 Install

This is a discussion on Tutorial-How to restore Email/Corpcal/Launcher from SPRecovery BKUP after UD9 Install within the Blackdroid forums, part of the Custom Roms category; I have seen a couple posts from people who are a little miffed about Email / CorpCal and Launchers being removed from the default setup ...

Results 1 to 7 of 7

Thread: Tutorial-How to restore Email/Corpcal/Launcher from SPRecovery BKUP after UD9 Install

  1. Junior Droid
    Funkybrunk's Avatar
    Member #
    46258
    Join Date
    Mar 2010
    Posts
    17
    Phone
    MotoDroid
    #1

    Tutorial-How to restore Email/Corpcal/Launcher from SPRecovery BKUP after UD9 Install

    I have seen a couple posts from people who are a little miffed about Email / CorpCal and Launchers being removed from the default setup in the update.zip for UD9.

    Please note this is only for users with SPRecovery. I haven't made the plunge into Clockworkmod or Rom Manager, so I am unfamiliar with pulling data from Clockwork nandroid backups.

    -------------------------------------------------------------------------------------
    ClockworkMod IMG extraction instructions by Koush
    From Ok, Im done with clockwork recovery. - Post 38

    You can definitely edit .img files, but you generally shouldn't. Nandroids are just meant to be used as backups, not as a way to package ROMs. That's what update.zips are for.

    The file system format of Android devices is yaffs2 . The .img files are yaffs2 image files are created with mkyaffs2image (which is a byproduct of an Android build). The .img files can be extracted using unyaffs.

    I will post OSX versions of these tools at the bottom of this post. My ROMs also come with device versions of these tools! I think the Windows versions might be a bit harder to build/install. But in the meantime, here's how to generally edit a .img:

    <edited by Funkybrunk - not tested (I'm running SPRecovery)>
    Someone with ClockworkMod please test!

    Open Terminal Emulator

    su
    mkdir sdcard/IMGEXTRACT/system
    cd sdcard/IMGEXTRACT/system
    unyaffs Clockworkmod/<backupname>/system.img

    Mount the SDCard on a computer
    browse to the IMGEXTRACT/Sytem folder

    Copy Email.apk, CorpCal.apk, Launcher.apk, Launcher2.apk or any APKs for missing programs you would like to restore to the root of your sdcard.

    Eject and unmount your SDcard from the computer.

    Open Terminal Emulator and type the following commands (Email.APK used for ex):

    su
    sysrw
    busybox cp \sdcard\email.apk \system\app
    sync
    reboot


    Email will be restored at reboot. You can perfrom multiple busybox copies in one Terminal session to apply all APKs before sync and reboot. Just use the same commands above and substitute the appropriate APK name for Email.apk
    ---------------------------------------------------------------------------------

    SPRecovery Instructions:

    Mount your SDCard to your computer. Go to your final backup before installing UD9 and copy the system.tar to your computer.

    Extract the contents of the TAR file using WINRAR or whichever archiving program you prefer.

    In your extracted folders, browse to system/app. Copy Email.apk, CorpCal.apk, Launcher.apk, Launcher2.apk or any APKs for missing programs you would like to restore to the root of your sdcard.

    Eject and unmount your SDcard from the computer.

    Open Terminal Emulator and type the following commands (Email.APK used for ex):

    su
    sysrw
    busybox cp \sdcard\email.apk \system\app
    sync
    reboot


    Email will be restored at reboot. You can perfrom multiple busybox copies in one Terminal session to apply all APKs before sync and reboot. Just use the same commands above and substitute the appropriate APK name for Email.apk
    Last edited by Funkybrunk; 03-31-2010 at 01:40 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    neoj2's Avatar
    Member #
    3642
    Join Date
    Nov 2009
    Posts
    190
    Phone
    Galaxy Nexus
    #2
    thats great but......what about the people that already upgraded to UD9?
  4. Junior Droid
    Funkybrunk's Avatar
    Member #
    46258
    Join Date
    Mar 2010
    Posts
    17
    Phone
    MotoDroid
    #3
    Quote Originally Posted by neoj2 View Post
    thats great but......what about the people that already upgraded to UD9?
    You didn't backup first? Shame on you.
  5. Senior Droid
    neoj2's Avatar
    Member #
    3642
    Join Date
    Nov 2009
    Posts
    190
    Phone
    Galaxy Nexus
    #4
    Quote Originally Posted by Funkybrunk View Post
    Quote Originally Posted by neoj2 View Post
    thats great but......what about the people that already upgraded to UD9?
    You didn't backup first? Shame on you.
    i have a backup, actually two of them 3/30 and 3/31. but the file is system.img? maybe its on another file or i didn't back up correctly.
  6. Junior Droid
    Funkybrunk's Avatar
    Member #
    46258
    Join Date
    Mar 2010
    Posts
    17
    Phone
    MotoDroid
    #5
    Quote Originally Posted by neoj2 View Post
    Quote Originally Posted by Funkybrunk View Post
    Quote Originally Posted by neoj2 View Post
    thats great but......what about the people that already upgraded to UD9?
    You didn't backup first? Shame on you.
    i have a backup, actually two of them 3/30 and 3/31. but the file is system.img? maybe its on another file or i didn't back up correctly.
    Ahh. You are using ClockworkMod. My instructions are for SPRecovery (the standard prior to Rom Manager). I saw a thread floating around about how to pull files from IMG backups, but if I remember right, its a pain in the balls. I'll see if I can find the post and update the OP.
  7. Senior Droid
    TheCleaner's Avatar
    Member #
    11438
    Join Date
    Dec 2009
    Posts
    163
    Liked
    5 times
    Phone
    Galaxy Nexus
    #6
    Why are you going through all those steps? If you simply download the zip file needed from BD's repository (at the end of post #1 in the ROM thread), you can rename it to update.zip and then do a standard "update.zip" install through sprecovery/ROM Manager/etc.

    Granted you have to do that for each app, but still a whole lot simpler than what you are describing.
    I have no signature...but I am adding this just to upset people that think they clutter up forums.
  8. Junior Droid
    Funkybrunk's Avatar
    Member #
    46258
    Join Date
    Mar 2010
    Posts
    17
    Phone
    MotoDroid
    #7
    Quote Originally Posted by TheCleaner View Post
    Why are you going through all those steps? If you simply download the zip file needed from BD's repository (at the end of post #1 in the ROM thread), you can rename it to update.zip and then do a standard "update.zip" install through sprecovery/ROM Manager/etc.

    Granted you have to do that for each app, but still a whole lot simpler than what you are describing.
    To each their own. For me this was simpler, and it saved me the trouble of re-theming the icon for the Email program. The link to the individual zips as you suggested is the following for those interested.

    Index of /droid/options/extraprograms

Sponsors

Posting Permissions

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

Similar Threads

  1. How do I re-install SPRecovery?
    By Lynx in forum Android Roms
    Replies: 6
    Last Post: 05-07-2010, 10:18 PM
  2. Replies: 3
    Last Post: 03-12-2010, 07:32 AM
  3. install sprecovery 99.3b from .2b
    By ucpro in forum Hacking Help
    Replies: 2
    Last Post: 03-10-2010, 10:47 AM
  4. SPRecovery stuck while trying to Restore - BIG HELP NEEDED
    By Chief Wahoo in forum Android Roms
    Replies: 4
    Last Post: 02-27-2010, 11:42 PM
  5. why cant i adb to install sprecovery
    By tktouch12 in forum Droid Hacks
    Replies: 0
    Last Post: 01-09-2010, 11:22 AM

Search tags for this page

android restore email settings
,

clockworkmod img extract

,
clockworkmod img file manual recovery open
,

corpcal

,
corpcal.apk
,
email.apk restored reboot
,
extract clockworkmod .img files
,
extract email.apk from tar file
,
how to restore with terminal emulator
,
restore 639lme launcher after update
,
restore android email.apk
,
restore email on android
,
unyaff
,
unyaffs apk
,
unyaffs.apk
Click on a term to search our site for related topics.