faster way to reinstall applications after a wipe? - Hero, G2 Touch General

Hi guys
i was just wondering if there is a faster way to reinstall applications after doing a wipe?
example ext backup from nandroid?
i try out a lot of roms but eventually want something new and i just hate having to reinstall applications all over again
thanks

faster than what?
the ext backup from a nandroid will copy the apk files back to your ext partition, but doesn't recreate the market links. titanium backup will do this, and will do it fast in the donate version.

Just a random thought: Say you've backed up all of your apks using Titanium Backup, is there a way we can copy all the apks to a new ROM all in go (just like how the ext backup does it) and then let the Market Doctor on Titanium Backup restore the market links later?
Surely this way it'll be quicker, right?

tkm89 said:
Just a random thought: Say you've backed up all of your apks using Titanium Backup, is there a way we can copy all the apks to a new ROM all in go (just like how the ext backup does it) and then let the Market Doctor on Titanium Backup restore the market links later?
Surely this way it'll be quicker, right?
Click to expand...
Click to collapse
Donate version of Titanium Backup does that. It restores all your apk's with data in one click. Well worth $3.99.

Eddie1506 said:
Donate version of Titanium Backup does that. It restores all your apk's with data in one click. Well worth $3.99.
Click to expand...
Click to collapse
Yeah it does, but it takes quite a while (especially when you have a lot of apps).

shaji007 said:
Hi guys
i was just wondering if there is a faster way to reinstall applications after doing a wipe? [...]
Click to expand...
Click to collapse
I use Android Commander for backing up the apps and restoring them after flashing a new ROM. It's one (automated) process of about 2 minutes (for my apps list).
Mind it though that it only installs the apks, just like they'd come from the market, the settings and cached info gets lost.
PS: I can't post links just yet but you can look for this tool in the "Hero, G2 Touch Themes and Apps subforum"
o/

opa0opa said:
I use Android Commander for backing up the apps and restoring them after flashing a new ROM. It's one (automated) process of about 2 minutes (for my apps list).
Mind it though that it only installs the apks, just like they'd come from the market, the settings and cached info gets lost.
PS: I can't post links just yet but you can look for this tool in the "Hero, G2 Touch Themes and Apps subforum"
o/
Click to expand...
Click to collapse
Sounds interesting. I'll give that a try. Thanks.

tkm89 said:
Yeah it does, but it takes quite a while (especially when you have a lot of apps).
Click to expand...
Click to collapse
Leave it to work it's magic and have a beer in the meantime

Eddie1506 said:
Leave it to work it's magic and have a beer in the meantime
Click to expand...
Click to collapse
Totally agree. I usually have between 130 and 200 apps installed (I try lots of apps because I'm a curious sort), so restoring may take 15 minutes, but that means all my settings AND market links are restored, so everything shows up in My Downloads.. that's worth a little wait!

Eddie1506 said:
Leave it to work it's magic and have a beer in the meantime
Click to expand...
Click to collapse
Agreed. Very good advice

Personally I just use shell, having previously copied all my apps to a folder on my sdcard
# mkdir /sdcard/sppz
# cp -a /data/app/* /sdcard/appz
You can do this with paid apps but to avoid banning I won't say how
Then restore with
# cp -a /sdcard/appz/* /data/app/
Only restores apks tho, no settings but handy for new time as it doesn't require an app. You canjust use adb

Related

Any way to auto-install a bunch of apps?

For example, after wiping and re-flashing a new Desire rom
Paul22000 said:
For example, after wiping and re-flashing a new Desire rom
Click to expand...
Click to collapse
Back them up with titanium backup (free version is fine) first then you can batch reinstall with it after.
You could write a batch script with a loop to install all the apks in a folder via adb.
britoso said:
You could write a batch script with a loop to install all the apks in a folder via adb.
Click to expand...
Click to collapse
That's a good idea and doable with one line
from windows command line
for %a in (c:\path\to\files\*.apk) do adb install %a
or in batch file (2 % signs)
for %%a in (c:\path\to\files\*.apk) do adb install %%a
Question relating to this type of thing...
I backed everything up with Astro prior to flashing Cyanogen's ROM...after doing so and reinstalling, all apps work, however only apps that I've installed from the market since that time show updates available...the others never notify me, I only find out if I use a program like atrackdog to track the version #'s. Is this a known issue, and is there a fix?
gIMpSTa said:
from windows command line
for %a in (c:\path\to\files\*.apk) do adb install %a
Click to expand...
Click to collapse
Hah, that's awesome!
[Edit]: Will they not show up in the Market as described above if installed via adb?
mikeybags said:
Question relating to this type of thing...
I backed everything up with Astro prior to flashing Cyanogen's ROM...after doing so and reinstalling, all apps work, however only apps that I've installed from the market since that time show updates available...the others never notify me, I only find out if I use a program like atrackdog to track the version #'s. Is this a known issue, and is there a fix?
Click to expand...
Click to collapse
Try backing them up with titanium backup (free edition is fine) and then restoring them, i think that will rewrite your packages file. At least, everything i've restored via titanium updates.
Paul22000 said:
Hah, that's awesome!
[Edit]: Will they not show up in the Market as described above if installed via adb?
Click to expand...
Click to collapse
I think they will, but if not, try the titanium backup method i mentioned.
Use Titanium Backup (It will save all app data and restore that as well) Also Donate version has batch install without prompts to install each app
Titanium Backup Donate. Seriously worth the money man
Any other method of installation than Titanium Backup will cause apps not to show in Market, and you will not be notified of updates. So, use Ti Backup. ;-)
gIMpSTa said:
Try backing them up with titanium backup (free edition is fine) and then restoring them, i think that will rewrite your packages file. At least, everything i've restored via titanium updates.
I think they will, but if not, try the titanium backup method i mentioned.
Click to expand...
Click to collapse
Just downloaded. It looks like auto-install is only for the $4 version?
Paul22000 said:
Just downloaded. It looks like auto-install is only for the $4 version?
Click to expand...
Click to collapse
It's worth the money, but you can batch reinstall without the pay version, you just have to click "ok/done" for each one, but it's quick and easy.
+1 For titanium Backup donate. I dont know how I ever got along without it
Albaholic said:
+1 For titanium Backup donate. I dont know how I ever got along without it
Click to expand...
Click to collapse
But how do I batch-install apps that I did not backup using TiBackup before? e.g. I downloaded a couple of apk files somewhere and want to batch install them, how do I do that?
You can also use AppBrain for batch reinstalling.
Actually, my Nexus One reinstalls all the apps from the market after I wipe.
mikeybags said:
Question relating to this type of thing...
I backed everything up with Astro prior to flashing Cyanogen's ROM...after doing so and reinstalling, all apps work, however only apps that I've installed from the market since that time show updates available...the others never notify me, I only find out if I use a program like atrackdog to track the version #'s. Is this a known issue, and is there a fix?
Click to expand...
Click to collapse
Use Amon_RA recovery and do "Fix UID mismatches" or whatever it's called. It will match your apps to the Market.
I thought if you sign into your google account it will automatically reinstall apps after wipe, or am i missing something?
Mokurex said:
I thought if you sign into your google account it will automatically reinstall apps after wipe, or am i missing something?
Click to expand...
Click to collapse
Yes. Root/custom ROM. The auto-install is for 100% stock I believe.
Am talking more about apps that I didn't have before on my device before wiping/upgrade. Or lets just start with a fresh device where I have absolutely nothing installed: apps or custom settings:
I have a bunch of apk files which I downloaded before via my PC
I haven't even set up my Market/Google account yet on my device
I want to conserve my bandwidth (3G or Wifi, it doesn't matter) and rather want to batch-install the whole bunch of my 100+ apk apps
how do I do that? what app do I use? from the Market?
Moe5508 said:
Am talking more about apps that I didn't have before on my device before wiping/upgrade. Or lets just start with a fresh device where I have absolutely nothing installed: apps or custom settings:
I have a bunch of apk files which I downloaded before via my PC
I haven't even set up my Market/Google account yet on my device
I want to conserve my bandwidth (3G or Wifi, it doesn't matter) and rather want to batch-install the whole bunch of my 100+ apk apps
how do I do that? what app do I use? from the Market?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=5875487&postcount=4
I have set up a category on AppBrain personally.. My must-install apps... So when I install a new ROM (when I get around to doing so) I should hopefully be able to easily pick and choose which are installed and none of the misc stuff I like but don't need for day to day use, or to make testing the new ROM faster etc.

General Q regarding Titanium use.

Backing up and restoring on very similar ROMs seems to include three parts: 1. System data, 2. Applications, and 3. App data.
Let's bring up an example going from stock 2.1 ROM to one of Eugene's Vibrant* or Hybrid ROMs or even one of the Bionix(?) ROMs. What is the consensus of moving stuff over to the new ROM? Restore all three parts; only Applications and App data; or only Applications?
I'm sort of confused as to what to bring over to the new ROM. Thanks.
I think this is what I do in the same order as given below
- Install ROM manager and take a nandroid backup (for system) of the stock ROM
- Install Titanium backup(TB) and take backup of user data, user apps and some system data (like wifi settings)
- Take a backup of the internal SD card to computer (optional)
- Flash the new ROM via clockwork recovery
- Install TB from market and restore all user apps/data from backup
You should be good to go. I assume that the custom ROM you flash has all required system apps that you will need.
Pro Tip: Get Titanium Backup Donate version.. otherwise you're going to have a terrible time restoring apps with the non-donated version.
rakeshchn said:
I think this is what I do in the same order as given below
You should be good to go. I assume that the custom ROM you flash has all required system apps that you will need.
Click to expand...
Click to collapse
Right. I don't even think it's even possible to backup system apps, that's why I mentioned only system app data. So, even system data usually or always restores well to new ROMs?
zephiK said:
Pro Tip: Get Titanium Backup Donate version.. otherwise you're going to have a terrible time restoring apps with the non-donated version.
Click to expand...
Click to collapse
Why is that?
zephiK said:
Pro Tip: Get Titanium Backup Donate version.. otherwise you're going to have a terrible time restoring apps with the non-donated version.
Click to expand...
Click to collapse
how come? I thought it would be better.
Because the full version lets you restore/backup in a batch, so you don't have to *click* *click* *click* a hundred times.
I dont think its right that free version of TB wont allow batch restore. Only thing that will be missed from donate version is fast restore using hypershell. I have not personally used the app, so this is based on what I have read.
RadAway said:
Because the full version lets you restore/backup in a batch, so you don't have to *click* *click* *click* a hundred times.
Click to expand...
Click to collapse
The free version lets you batch backup. Are you sure it doesn't let you batch restore?
I don't always complain, but when I do, I #BlameWes
vinnydakid said:
The free version lets you batch backup. Are you sure it doesn't let you batch restore?
Click to expand...
Click to collapse
Nope. Just back up. No batch restore. I think there's some other advanced functions that the free one won't do as well, but it's been a LONG time since I used the free one.
A small caveat regarding Titanium. There are a small handful of apps that don't behave after being restored - one that comes to mind right away is Google Voice. If you find an app FCs after being restored, just uninstall and re-download from the Market.
I am sure it doesn't, I bought the donate version and only then was I able to batch restore. Also the restores then were able to restore some programs I couldn't restore before.
Alright, then I guess I'll be donating tonight!
I don't always complain, but when I do, I #BlameWes

[Q] Port backup from Hero to DesireHD?

Hi,
I currently own an HTC Hero, and will most likely be getting an HTC Desire HD.
Now, I have almost 150 apps on my Hero, and I really dread the hassle of re-installing and setting up everything to my liking. It has taken me almost a year to set this up the way I want it.
Would it be possible, using Titanium Backup, to make a backup of EVERYTHING possible on the Hero, and then switch the memorycard to the Desire HD and restore it there, maybe without the app settings? I am thinking that this could be a problem because of the different specs, but I do not know too much under-the-hood-stuff regarding Android.
I am hoping to not have to go through the market for that many downloads.
Any thoughts on this?
Kingkeld.
Market apps will automatically re-install when you sign in into your new phone. For the rest there is Titanium backup
I planned on doing the same, but doesn't Titanium require root?
I can't remember what it's like to not have root, the thought is scary
Try Android commander for the PC, Plug in your hero, goto application manager, select all the apps and click backup, then when you get your new phone selsct all the backed up apps and click install Hope it helps
christonabike said:
I planned on doing the same, but doesn't Titanium require root?
I can't remember what it's like to not have root, the thought is scary
Click to expand...
Click to collapse
It does need root that is correct but I'm sure, as stated there are other ways to backup apps. I'm not sure about if you have your apps on ext partition though. I wager root wont take long and then comes recovery roms and then customs... mmm custom
Thank you for the replys. I can not sleep.
Now we just need a root confirmation. Yes, the thought of owning an unrooted phone is scary. Not sure what to think of it. I hope it will not last long.
All I ask is root. I can wait for the custom ROMs. There will be plenty to play with.
You just need to pick your apps from /data/data, copy them over with adb, and do a fix_permissions
See?
OR chmod by hand
;]
I used Titanium to migrate my app settings from Milestone to Nexus One, but they're on similar versions of Android and both are HDPI devices.
I can tell you that Market apps don't always reinstall automatically if you're going from one phone to another. In any case I suggest a fresh market install of your most important apps, and then restore their data by Titanium if necessary. If this causes a crash, wipe their data again. Less important apps, could just try restoring them directly. Run Titanium's Market Doctor when that's done.
I also suggest using apps like BookmarkSB, SMS Backup Restore, Call Log Backup Restore, etc to transfer those records. May work better than trying to Titanium restore data across different OS versions, and doesn't require root. Good luck! Let us know how it goes.
Sent from my Nexus One using XDA App

[Q] App Backup- Not a stupid question

I was wondering how to backup an app WITHOUT backing up the data along with it. I have been having permission problems with my restores after flashing new roms. I believe it has something to do with the user data that comes with the apps.
Basically, how do I backup apps alone, without any of my personal data coming along with it?
Is there such a function on Titanium Backup? I have been using this.
huynh727 said:
I was wondering how to backup an app WITHOUT backing up the data along with it. I have been having permission problems with my restores after flashing new roms. I believe it has something to do with the user data that comes with the apps.
Basically, how do I backup apps alone, without any of my personal data coming along with it?
Is there such a function on Titanium Backup? I have been using this.
Click to expand...
Click to collapse
With Titanium Backup you can restore Apps one by one. or as a batch option. You do not have to back up personal data with the app data.
This is what i do when i switch ROMs. I just skip the sign in, then log in via the accounts and sync option, then use the market to download T/Backup and batch restore and allow Google to re-sync my phone and use tit/bac for my apps.
This is what i do when i switch ROMs. I just skip the sign in, then log in via the accounts and sync option, then use the market to download T/Backup and batch restore and allow Google to re-sync my phone and use tit/bac for my apps.
Click to expand...
Click to collapse
Right, that is what I meant. When you just backup apps alone, the app data comes along with it. For example, when I restore angry birds alone, I still have all of my accolades. I was wondering how I could restore apps similar to freshly installing it onto my phone.
huynh727 said:
Right, that is what I meant. When you just backup apps alone, the app data comes along with it. For example, when I restore angry birds alone, I still have all of my accolades.
Click to expand...
Click to collapse
Yes. If you do a batch restore you can have it do "restore apps with data" and it will act like you never left the game.
I forgot to mention a part, please look at my above post again. Thanks
huynh727 said:
I forgot to mention a part, please look at my above post again. Thanks
Click to expand...
Click to collapse
Yes you can also restore apps w/o user data.
you can also unlink apps from the market. So like with the recent flash update you can unlink the app from the market so you do not get market updates. so i can keep 10.1 and not worry about 10.2.
So how would I do that?
huynh727 said:
So how would I do that?
Click to expand...
Click to collapse
do what?
we've covered several different things.
neidlinger said:
do what?
we've covered several different things.
Click to expand...
Click to collapse
Backup an app, then restore it as a fresh app without any data from before.
huynh727 said:
Backup an app, then restore it as a fresh app without any data from before.
Click to expand...
Click to collapse
after you've rooted
after you've made sure s=off
you need to install the TB from the market and the Pro Key
once you you do that open the app up, download BusyBox via the "problems" button.
Then go to the "backup/restore" button and pick what you want to freeze/backup/restore
if you want to do a batch option from the main screen press the menu > BATCH > then select what you want to .
huynh727 said:
I was wondering how to backup an app WITHOUT backing up the data along with it. I have been having permission problems with my restores after flashing new roms. I believe it has something to do with the user data that comes with the apps.
Basically, how do I backup apps alone, without any of my personal data coming along with it?
Is there such a function on Titanium Backup? I have been using this.
Click to expand...
Click to collapse
You can also try MyBackup Root. Its free and a little easier to use than Titanium. Seems to work great for me.
As well as ES file explorer or AntTek app manager.
[via XDA app]

[Q] Migrating apps to a new ROM

When migrating to a different Android ROM, what is the easiest way to migrate over the apps? Would doing a data restore from the old rom work or maybe titanium? I would hate to have to do a list of all the apps and find them all over again...
Thanks!
titanium and / or astro will actually let you back up your apps (the apks). i use astro (tools > backup i believe - and is free. or if you used markets, etc. will work too of course.
sebasmiles said:
When migrating to a different Android ROM, what is the easiest way to migrate over the apps? Would doing a data restore from the old rom work or maybe titanium? I would hate to have to do a list of all the apps and find them all over again...
Thanks!
Click to expand...
Click to collapse
I use Super Box (download it from market, its free)
First you have to back up all apps into SD card.
Then, everytime you change android,
Firstly reinstall Super Box, and then choose menu "Installer"
Then you can see all your apps (in the form of installer file .apk)
Just click what ever you want to install in the new android rom..
Cheers...
If you are on nand rom wipe data in cwm, install new rom then dovan advanced restore with data and if u used a sd-ext also restore the sd-ext.
Sent from my HTC HD2 using XDA Premium App
jsmccabe78 said:
titanium and / or astro will actually let you back up your apps (the apks). i use astro (tools > backup i believe - and is free. or if you used markets, etc. will work too of course.
Click to expand...
Click to collapse
Will the google apps market save the info of the apps I have? so that it just reloads all my apps into my next rom?
silverwind said:
I use Super Box (download it from market, its free)
First you have to back up all apps into SD card.
Then, everytime you change android,
Firstly reinstall Super Box, and then choose menu "Installer"
Then you can see all your apps (in the form of installer file .apk)
Just click what ever you want to install in the new android rom..
Cheers...
Click to expand...
Click to collapse
Why do you have to individually re-install each apk? When I used WM and SPB Backup and did a restore, it restored all my apps back without doing an individual re-install. Isn't there an app (Backup/Restore) that will do that in Android?
sebasmiles said:
Will the google apps market save the info of the apps I have? so that it just reloads all my apps into my next rom?
Click to expand...
Click to collapse
Yes but that only installs apps you have installed via market, It doesnt install apps that you side loaded and it doesnt restore the app data, only the apk file.
asctony said:
Why do you have to individually re-install each apk? When I used WM and SPB Backup and did a restore, it restored all my apps back without doing an individual re-install. Isn't there an app (Backup/Restore) that will do that in Android?
Click to expand...
Click to collapse
Yes, what you need is Titanium Backup Pro, It is THE best backup solution on Android for apps/data.
You can do anything in batch (pro version).
Trust me when I say that this is what you need!
TheATHEiST said:
Yes but that only installs apps you have installed via market, It doesnt install apps that you side loaded and it doesnt restore the app data, only the apk file.
Yes, what you need is Titanium Backup Pro, It is THE best backup solution on Android for apps/data.
You can do anything in batch (pro version).
Trust me when I say that this is what you need!
Click to expand...
Click to collapse
I have been using TB V3.8.8.1 and it requires a re-install of each apk. Still looking for a way to re-install/recover without the individual re-install.
asctony said:
I have been using TB V3.8.8.1 and it requires a re-install of each apk. Still looking for a way to re-install/recover without the individual re-install.
Click to expand...
Click to collapse
Did you even bother to read what I said properly?
You need the "pro" version, then you can use the "batch" option in backup/restore. I use this all the time, I can restore ALL apps in 1 go, Absolutely no need to restore individually!!!!!
You can even create a update.zip and flash via recovery instead if you wish
TheATHEiST said:
Did you even bother to read what I said properly?
You need the "pro" version, then you can use the "batch" option in backup/restore. I use this all the time, I can restore ALL apps in 1 go, Absolutely no need to restore individually!!!!!
You can even create a update.zip and flash via recovery instead if you wish
Click to expand...
Click to collapse
Yah! I read what you wrote. I just told you what I am using. It is a piece of dung. I am glad that you have such a good disposition. Maybe you should take some time off and try to learn how to communicate with others. You are much to blunt! If you can't hack it, move on. Tell me, what is the purpose of TB.
asctony said:
Yah! I read what you wrote. I just told you what I am using. It is a piece of dung. I am glad that you have such a good disposition. Maybe you should take some time off and try to learn how to communicate with others. You are much to blunt! If you can't hack it, move on. Tell me, what is the purpose of TB.
Click to expand...
Click to collapse
What are you talking about?
You said....
asctony said:
I have been using TB V3.8.8.1 and it requires a re-install of each apk. Still looking for a way to re-install/recover without the individual re-install.
Click to expand...
Click to collapse
Im going to tell you this one LAST time..
TB DOES support batch and DOESNT need to do it individually. If you are having to do them individually then you do NOT have the "Pro" version, You need to purchase (or get elsewhere) the Pro ticket to update your version before you get all the extra features.
Once you have the Pro version you can restore ALL your apps in one click without having to restore them individually.
Also why the fook are you trying to insult me for you ungrateful p.o.s, I'm here trying to help you!!
TB is the best program in its field, It has the most features and its the most advanced aslong as you have the Pro version, If you are looking for something more then you are simply out of luck so get over it and upgrade.
Also as I said before, TB also allows you to create a update.zip so you can also flash them via recovery and not via Android.
You understand now??
TheATHEiST said:
What are you talking about?
You said....
Im going to tell you this one LAST time..
TB DOES support batch and DOESNT need to do it individually. If you are having to do them individually then you do NOT have the "Pro" version, You need to purchase (or get elsewhere) the Pro ticket to update your version before you get all the extra features.
Once you have the Pro version you can restore ALL your apps in one click without having to restore them individually.
Also why the fook are you trying to insult me for you ungrateful p.o.s, I'm here trying to help you!!
TB is the best program in its field, It has the most features and its the most advanced aslong as you have the Pro version, If you are looking for something more then you are simply out of luck so get over it and upgrade.
Also as I said before, TB also allows you to create a update.zip so you can also flash them via recovery and not via Android.
You understand now??
Click to expand...
Click to collapse
You just confirmed your 'knacker' attitude. You did not read my posting and understand what I said. So, move on dude. TB can't be the best if you must use the PRO version. The non-pro version implies that you can do a BATCH restore and it does not allow a Batch restore. I got over it before I posted.
BYE BYE!

Categories

Resources