DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: [Script] Powerful backup and restore tool

  1. Developer
    jrummy16's Avatar
    Member #
    31454
    Join Date
    Jan 2010
    Location
    Orange County, CA
    Posts
    1,213
    Liked
    13 times
    Phone
    Moto Droid
    DroidForums.net Developer
    DroidForums.net Theme Developer
    Premium Member
    #1

    [Script] Powerful backup and restore tool

    I have been cooking up some wicked cool scripts lately

    Here are backup and restore scripts that are still in beta. I need some testing and input and hopefully it can become perfect. So to all you flashoholics out there.. please try out this script the next time you flash a rom.

    Instructions: install the update.zip and select your options for backup by running bkdroid. When you want to restore flash the update.zip and run rstdroid and choose your options.

    Also, to all those who don't have a droid 1 but wan't to use this script try it out.. should work for all devices.

    -------------------

    ----------------------

    Backup Script Options:

    Code:
     Usage: bkdroid [-a|-ac|-nd|-c|-l|-r|-w|-h]
    
     Options:
    
        -a  | --apps       Backs up apps and data
        -ac | --accounts   Backs up account info
        -nd | --no_data    Backs up apps only (no data)
        -c  | --complete   Performs a complete backup
        -l  | --logging    Disables logging for this run
        -r  | --remove     Deletes old backup without prompt
        -w  | --wifi       Backs up wifi settings
        -h  | --help       This help
    
        Always specify options as separate words
        e.g. -r -c instead of -rc. Its required!
        If you enter a partial name of an app it
        will backup all files with that match the
        name. Example: bkdroid pand will backup
        pandora if you have it installed.
    Restore Script Options:

    Code:
     Usage: rstdroid [-a|-ac|-nd|-c|-l|-r|-w|-h]
    
     Options:
        -a  | --apps       Restore apps and data
        -ac | --accounts   Restore account info
        -nd | --no_data    Restore apps only (no data)
        -c  | --complete   Performs a complete restore
        -fp | --fixperm    Fixes permissions
        -l  | --logging    Disables logging for this run
        -w  | --wifi       Restores wifi settings
        -z  | --zipalign   Zipaligns all apks
        -h  | --help       This help
     Install location options:
        -location          Shows current install location.
        -a2sd              Installs apps to external storage
        -auto              System decides where apps will be installed
        -internal          Installs apps to internal storage
    
       Always specify options as separate words
       e.g. -r -c instead of -rc. Its required!
       To restore specific apps type the partial
       name of the app. Example: rstdroid pando
    Some example uses:

    Perform a complete backup:

    Code:
    bkdroid -c
    Don't log output, don't prompt to remove old backups, backup apps but no data:

    Code:
    bkdroid -l -r -nd
    Perform a complete restore:

    Code:
    rstdroid -c
    restore wifi settings, install pandora & root explorer (if you have them backed up), zipalign all your apks, fix permissions:

    Code:
    rstdroid -w pand explor -z -fp
    Donations are appreciated:

    Last edited by jrummy16; 09-01-2010 at 11:33 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Junior Droid
    Dunn23's Avatar
    Member #
    77375
    Join Date
    Jun 2010
    Posts
    28
    #2
    Awesome! Thanks!
  4. Droid Newbie
    killaathlete38's Avatar
    Member #
    104290
    Join Date
    Aug 2010
    Posts
    3
    Phone
    Motorola Droid :)
    #3
    Thnx for the good work, ill be trying this soon, I just wanna say chevyno1 has already made something very similar and I'm not saying his or better or yours is better but if 2 or more great devs all dedicate there time to creating seperate versions of the same thing, it could use up time that could be going towards other new things for the droid roms, I'm sure u already no that tho u 2 and all devs should use the same ones for when users flash it will be easier overall, and I'm sure almost all devs would completely happy to share there work thnx
  5. Developer
    jrummy16's Avatar
    Member #
    31454
    Join Date
    Jan 2010
    Location
    Orange County, CA
    Posts
    1,213
    Liked
    13 times
    Phone
    Moto Droid
    DroidForums.net Developer
    DroidForums.net Theme Developer
    Premium Member
    #4
    Quote Originally Posted by killaathlete38 View Post
    Thnx for the good work, ill be trying this soon, I just wanna say chevyno1 has already made something very similar and I'm not saying his or better or yours is better but if 2 or more great devs all dedicate there time to creating seperate versions of the same thing, it could use up time that could be going towards other new things for the droid roms, I'm sure u already no that tho u 2 and all devs should use the same ones for when users flash it will be easier overall, and I'm sure almost all devs would completely happy to share there work thnx
    Chevy has done some great work with his and is a great guy! If he made it available for other roms or didn't encrypt it I would probably not have made this. His backup script is available for all roms but restore portion isn't.
    Last edited by jrummy16; 09-02-2010 at 12:44 AM.
  6. Droid Newbie
    killaathlete38's Avatar
    Member #
    104290
    Join Date
    Aug 2010
    Posts
    3
    Phone
    Motorola Droid :)
    #5
    Oh I c , thnx for the response
  7. mattcrecelius's Avatar
    Member #
    84543
    Join Date
    Jul 2010
    Posts
    45
    Phone
    3143414290
    #6
    This won't flash. I tried installing from sd card using rom manager. When I go into terminal emulator it tells me that bkdroid is not found. I tried to flash again and the same thing happened.

    Sent from my Droid using Tapatalk
  8. Master Droid
    wmnomore's Avatar
    Member #
    711
    Join Date
    Nov 2009
    Posts
    598
    Liked
    1 times
    #7
    I'll use this with your next release. wink, wink
  9. Developer
    jrummy16's Avatar
    Member #
    31454
    Join Date
    Jan 2010
    Location
    Orange County, CA
    Posts
    1,213
    Liked
    13 times
    Phone
    Moto Droid
    DroidForums.net Developer
    DroidForums.net Theme Developer
    Premium Member
    #8
    Quote Originally Posted by mattcrecelius View Post
    This won't flash. I tried installing from sd card using rom manager. When I go into terminal emulator it tells me that bkdroid is not found. I tried to flash again and the same thing happened.

    Sent from my Droid using Tapatalk
    oops.. guess I should check update.zips before I post them . It had it installed to the wrong directory (long day).. lol.

    Since rom manager doesn't re-download things you will have to remove the zip from your sdcard manually and then redownload if you only use rom manager

    you can delete the file by entering this in terminal after you mount system r/w:

    Code:
    busybox rm -f `find /mnt/sdcard/clockworkmod -name *bk_rst*`
  10. mattcrecelius's Avatar
    Member #
    84543
    Join Date
    Jul 2010
    Posts
    45
    Phone
    3143414290
    #9
    Lol. Thanks

    Sent from my Droid using Tapatalk
  11. Car
    Car is offline
    Senior Droid
    Car's Avatar
    Member #
    87718
    Join Date
    Jul 2010
    Posts
    113
    Phone
    Moto Droid A855
    #10
    This is probably a silly question, but how do I go about opening terminal to run a script? I have been using lithium for a good month or better (love it!) and could never find it. Also, is there a list of scripts that work with lith-mod? Thanks!!
    Moto Droid A855 FRG22D 2.2
    Bugless Beast v0.5
    Modified NexTheme
    Stock 800mhz kernel
    Astro File Mgr Pro
    setCPU
    Beautiful Widgets
    Flash 10.1 (woohoo!)

    "Powered by Android, entertained by Pandora"...me ;-)
Page 1 of 2 1 2 LastLast

Ads

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. script tool
    By mikeew83 in forum Steel Droid
    Replies: 2
    Last Post: 09-01-2010, 06:06 PM
  2. script from chevys tool not working
    By kndchaos in forum ChevyNo1
    Replies: 11
    Last Post: 08-21-2010, 01:01 AM
  3. Replies: 91
    Last Post: 07-14-2010, 01:15 PM
  4. Restore app after running remove script?
    By jmilacek in forum Bugless
    Replies: 1
    Last Post: 06-26-2010, 08:24 AM
  5. SCRIPT - Auto backup your phone's pictures
    By northmendo in forum Android Applications
    Replies: 0
    Last Post: 06-13-2010, 03:10 PM

Search tags for this page

android account restore script
,

android backup script

,
android backup scripts
,
android bat skript backup
,
backup scripts for android
,
chevy backup script
,
chevy's backup
,

chevy's backup script

,
chevys backup script
,
script backup android
,
script de backup android
,
wicked backup restore script android
Click on a term to search our site for related topics.
Find us on Google+