Any way to auto-install a bunch of apps? - Nexus One General

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.

Related

How do I COMPLETELY backup before starting to root for first time?

So, yes I searched around, and got close answers, but nothing that answers my ?'s exactly. About to root for 1st time, and then install CM, but before I start to mess with my phone at all, I want to back it up COMPLETELY...i.e. contacts, apps, app settings, dxtop homescreen shortcuts + colors, etc. etc. etc. And then, if I mess up root, how do I start over and re-install everything?
Also, once I root, will everything will be gone from my phone? I saw a thread @ androidcommunities saying yes, but is there anyway to "backup" the apps on my SD? Then copy the files SD -> computer? I don't want to install each app 1 by 1 again...And through my searchings, I'm afraid you're going to say "I have to", and if that's the case, and use apps2sd, will I EVER have to download apps 1 by 1 again?
4thephil said:
So, yes I searched around, and got close answers, but nothing that answers my ?'s exactly. About to root for 1st time, and then install CM, but before I start to mess with my phone at all, I want to back it up COMPLETELY...i.e. contacts, apps, app settings, dxtop homescreen shortcuts + colors, etc. etc. etc. And then, if I mess up root, how do I start over and re-install everything?
Also, once I root, will everything will be gone from my phone? I saw a thread @ androidcommunities saying yes, but is there anyway to "backup" the apps on my SD? Then copy the files SD -> computer? I don't want to install each app 1 by 1 again...And through my searchings, I'm afraid you're going to say "I have to", and if that's the case, and use apps2sd, will I EVER have to download apps 1 by 1 again?
Click to expand...
Click to collapse
Even if you backup your apps, you'll still have to reinstall them one by one from your backup. The Market has apps that can help backup your apps to apk formats. MyBackup Pro will backup app settings and shortcuts afaik, but it isn't free. Why worry about backing up contacts, they're sync'd with your gmail account.
thanks! do you recall what app backs my apps into an apk? and then what do i do from there?
agh, 100 apps, 1 by 1, wowsers...theres gotta be a better way?
4thephil said:
thanks! do you recall what app backs my apps into an apk? and then what do i do from there?
agh, 100 apps, 1 by 1, wowsers...theres gotta be a better way?
Click to expand...
Click to collapse
How the hell do you fit 100 apps in an unrooted G1? Mine was full at the high 30's.
You can use AppManager.
I have AppManager, looking at AppManager Pro with batch install. However, last time my phone pooped on me (when updating to 1.5 with Dark Keys installed), I had to hard reset. App Manager installed all my apps. However, I had to go back and do it again 1 by 1 because the Market didn't recognize that my apps were installed when I re-installed through AppManager.
Is this problem fixed? Or is there a fix to this?
P.S. 113 apps (including default ones) installed
4thephil said:
I have AppManager, looking at AppManager Pro with batch install. However, last time my phone pooped on me (when updating to 1.5 with Dark Keys installed), I had to hard reset. App Manager installed all my apps. However, I had to go back and do it again 1 by 1 because the Market didn't recognize that my apps were installed when I re-installed through AppManager.
Is this problem fixed? Or is there a fix to this?
P.S. 113 apps (including default ones) installed
Click to expand...
Click to collapse
You can't get around that, Market only shows INSTALLED if installed through Market. Doesn't mean you can't use the app. If you need to keep up with updates, use aTrackdog with AppManager.
Arg, lame! But thanks for your prompt replies (I'm about to root right now)...
I guess my last question is, once I root and can install Nandroid, or Backup for Root, will I have to install 1 by 1 ever again, to make Market recognize apps? Or do these root programs backup the phone to be EXACTLY as it was when backup was made?
4thephil said:
Arg, lame! But thanks for your prompt replies (I'm about to root right now)...
I guess my last question is, once I root and can install Nandroid, or Backup for Root, will I have to install 1 by 1 ever again, to make Market recognize apps? Or do these root programs backup the phone to be EXACTLY as it was when backup was made?
Click to expand...
Click to collapse
Market won't recognize installed apps unless install by Market, PERIOD. Nandroid backs up exactly the state of the phone, while Backup for Root can do individual things like SMS, Shortcuts, Data of apps, etc.
Backup for Root does have a check mark for "Market db", but I've never found it to work.
So, the bottom line, is that most rooted users don't use the market to update apps? They use AppManager/aTrackdog, because every time they restore, it would uninstall apps and market wouldn't recognize?
Use My backup Pro to back up your apps. After you root install adb on your computer, go to the application and games section and look for a thread XDA app pack 1.4 to batch install your apps. Use aTrackDog to keep up w/ updates. The market will no longer show them when you install off market. It will show them again after you update your apps (not all just the ones you update).
EDIT: copy app file from SD card (MyBackupPro) into XDA app pack folder to batch install
Apaca1ypse said:
Use My backup Pro to back up your apps. After you root install adb on your computer, go to the application and games section and look for a thread XDA app pack 1.4 to batch install your apps. Use aTrackDog to keep up w/ updates. The market will no longer show them when you install off market. It will show them again after you update your apps (not all just the ones you update).
EDIT: copy app file from SD card (MyBackupPro) into XDA app pack folder to batch install
Click to expand...
Click to collapse
would AppManager Pro do this same thing exactly (batch install)?
4thephil said:
would AppManager Pro do this same thing exactly (batch install)?
Click to expand...
Click to collapse
Yes, but if you use adb you can back up and restore your private apps No app on the market can do that.

faster way to reinstall applications after a wipe?

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

Titainiam backup

Im using Titainiam backup (free version), is there anyway to back up all apps/SMS/contacts/other data with just 1 click? From what I can find you have to select each 1 seperatly?
Sent from my HTC Desire HD, Powered by Android Revolution.
About...3 clicks. Menu -> Batch and from there select the one that fits your needs the best.
Quick question re Titanium Backup.... It says it needs "ROOT", does this mean it will not work with a non-rooted system??
I'm using the standard Orange, non-messed with Android (which I'm quite happy with), can I still use Titanium Backup?
you need root access...
L0gan said:
you need root access...
Click to expand...
Click to collapse
Ok, so could anyone recommend a backup for apps/data (with the hopefully upcoming Gingerbread update in mind), that doesn't need root?
Riceburner said:
Ok, so could anyone recommend a backup for apps/data (with the hopefully upcoming Gingerbread update in mind), that doesn't need root?
Click to expand...
Click to collapse
You can try Mybackup Pro
The problem with non-root backups is they can't backup everything.
If you don't want to root, then you will probably not be able to backup your apps+data.
Hello, sprite backup ( latest version compatible with Gingerbreak ) save and restore contacts,calendar ... even if you have an unrooted phone ( mine is unrooted and i've restored contacts successfully ) .
shaithis said:
The problem with non-root backups is they can't backup everything.
If you don't want to root, then you will probably not be able to backup your apps+data.
Click to expand...
Click to collapse
Do you what they won't backup?
TBH, Data I'm not so worried about (everything is backed up to the google account online anyway), it's the apps that I've downloaded and paid for that I don't want to lose.
GoSMS Pro will do this for you. I mnow it is a whole seperate SMS app, but it is a guaranteed way for it to work, and doesn't take long. And you might find you like it for SMS anyway
Sent from my Desire HD
i have a problem here that its stuck in root require and nothing happening my phone is rooted and all the apps working well.
Hi Riceburner
Riceburner said:
Do you what they won't backup?
TBH, Data I'm not so worried about (everything is backed up to the google account online anyway), it's the apps that I've downloaded and paid for that I don't want to lose.
Click to expand...
Click to collapse
You [will] would not lose anything, they are always available for re-download on the Market or the AppBrain Android Market, unless you use their remove option to remove them from either of your lists of Apps.
Take Care
TheQuest
Hi zizu66
zizu66 said:
i have a problem here that its stuck in root require and nothing happening my phone is rooted and all the apps working well.
Click to expand...
Click to collapse
What is stuck in root?
When ever a App tries to gain Root Access for the first time Superuser will appear on your screen and Ask if you what to give the App Root Permission or not, and whether to remember the permissions that are given [the default is remember].
Take Care
TheQuest
I'm TheQuest said:
Hi Riceburner
You [will] would not lose anything, they are always available for re-download on the Market or the AppBrain Android Market, unless you use their remove option to remove them from either of your lists of Apps.
Take Care
TheQuest
Click to expand...
Click to collapse
True.
ok, cheers.
Mind you - it's all academic anyway because I have no idea when (or even if) I'll be getting the update. Still seem to be stuck on 1.84.61.2 (as far as I can see). Orange aren't known for their speed on software upgrades.
I'm TheQuest said:
Hi Riceburner
You [will] would not lose anything, they are always available for re-download on the Market or the AppBrain Android Market, unless you use their remove option to remove them from either of your lists of Apps.
Take Care
TheQuest
Click to expand...
Click to collapse
You sure about that? I am sure google only keeps a copy (id) of what you have downloaded, but not the data within the app. So for example you bought a game, google will know you have bought the game so you can download it, but the data on the game will be lost, i.e. high scores etc...
And also, what about data from apps that you have not use a store, i.e. you used an installer to install it, the data will be lost for that app.
MyBackup Pro is good, but it can't backup the data within the apps (unroot) and that is the problem because of google security.
yes i know that but the superuser app dont appear for me i dont know why?and its just for this app.all other apps appear for me and there is no problem.when i start the app its i get trying to gain root access and the superuser app dont appear???
so this is a no go then
Hi springy
springy said:
You sure about that? I am sure google only keeps a copy (id) of what you have downloaded, but not the data within the app. So for example you bought a game, google will know you have bought the game so you can download it, but the data on the game will be lost, i.e. high scores etc...
And also, what about data from apps that you have not use a store, i.e. you used an installer to install it, the data will be lost for that app.
MyBackup Pro is good, but it can't backup the data within the apps (unroot) and that is the problem because of google security.
Click to expand...
Click to collapse
Yes I am sure of what I wrote, I did not say anything about data being stored.
I do not know about what MyBackUp can and can not do.
Titanium BackUp can back up all Apps and Data. [data can not be restore to a different Rom though]
Take Care
TheQuest
Hi zizu66
zizu66 said:
yes i know that but the superuser app dont appear for me i dont know why?and its just for this app.all other apps appear for me and there is no problem.when i start the app its i get trying to gain root access and the superuser app dont appear???
Click to expand...
Click to collapse
Do you a CWM installed, if so you could try booting in to recovery, and use the fix permissions to see if it helps to clear the problem with SU.
Take Care
TheQuest
Hi jaggysnake
jaggysnake said:
so this is a no go then
Click to expand...
Click to collapse
Are you talking to yourself?
Take Care
TheQuest

[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