[Android] Paid apps - Touch CDMA General

Most of you know that if you use the Market Enabler you will be able to see (and presumably purchase) paid apps in the Market. Since I change my Android build sometime several times a day, is there a way to "keep" paid apps and move them from build to build, or even phone to phone? (I have a TouchPro, RAPH800 and am trying to help with debugging Android there, too.) Also, being able to back up phone logs and sms might be nice in order to move from build to build or phone to phone, if anyone knows of apps that do this. I find I really like Google keeping my contacts synced. Thanks.

You can write a script which will copy your data folder to a folder on sdcard. You will need to run this script from adb or terminal in the build.
I may write a bat file sometime this afternoon if someone does not come up with better idea.

sshark said:
You can write a script which will copy your data folder to a folder on sdcard. You will need to run this script from adb or terminal in the build.
I may write a bat file sometime this afternoon if someone does not come up with better idea.
Click to expand...
Click to collapse
Two things. First, I'm not sure I want to reuse the whole data file, as sometimes I'm moving from, say Hero to Eclair. (I'm about to get my laptop out and to format an SD card to ext2 and load Shidell's new Eclair build.) Also, not sure I could reuse the whole data.img, moving from Vogue to RAPH800, either. I really only want apps, sms and maybe phone logs.
Second, could we have a decent terminal app in all the builds, please! Sometimes the add-on apps won't install, or I've had trouble installing a good terminal app from the Market. I once used an SU app and had to write one line at a time. I couldn't see what I was doing. It got the job done, but it was crude.
Thanks.

smarcin said:
Most of you know that if you use the Market Enabler you will be able to see (and presumably purchase) paid apps in the Market. Since I change my Android build sometime several times a day, is there a way to "keep" paid apps and move them from build to build, or even phone to phone? (I have a TouchPro, RAPH800 and am trying to help with debugging Android there, too.) Also, being able to back up phone logs and sms might be nice in order to move from build to build or phone to phone, if anyone knows of apps that do this. I find I really like Google keeping my contacts synced. Thanks.
Click to expand...
Click to collapse
I use MyBackup from the market. It's only a 30-day trial...but that renews every time you switch builds. For example, when I switch to a new build, I just go into market, download MyBackup, install it and restore my apps. You can backup apps, contacts, sms, phone log, maybe more I can't recall.

drewden123 said:
I use MyBackup from the market. It's only a 30-day trial...but that renews every time you switch builds. For example, when I switch to a new build, I just go into market, download MyBackup, install it and restore my apps. You can backup apps, contacts, sms, phone log, maybe more I can't recall.
Click to expand...
Click to collapse
Are you backing up to your SD card or using their online option?

smarcin said:
Are you backing up to your SD card or using their online option?
Click to expand...
Click to collapse
SD. Just backup to sd and when u reinstall mybackup on a new build it will find your backup on your sd.

Related

Restoring Applications After Flashing?

I'm sorry if this has been covered already, but I couldn't find anything specific dealing with it through search. I swear I've seen it somewhere on the forums before, but I couldn't find it again for some reason.
Basically, I'd like to know if there is any way to restore my applications and settings after a full wipe. I'm getting tired of having to wipe and install a giant list of programs every time I want to troubleshoot, and I figure that there is a way to do this via apk or something else.
I've also heard that it's possible with Cyanogen to run applications off of the SD card with the right partition. Is this stable enough to merit the benefit of not having to wipe every time that I update?
Astro app from Market can do what you want.
ruffneckc said:
Astro app from Market can do what you want.
Click to expand...
Click to collapse
I have the astro app, but restoring every application that I want from SD card separately seems to be as exhaustive a procedure as re-downloading the applications in the first place.
I'll check out the interface and see how easy it is. Thanks for the response!
Edit: Oh crap, I was thinking the "app manager" application. Astro's version is a lot more in-depth. Thanks.
I believe "AppManager" on market does batch backup.. not sure about batch installs though.. may want to check it out.
I have used astro to back them up to sd the used appmanager to install them from the sd card. since it backs up to the fat32 partition you can then transfer the folder to your cpu in case you have to reformat the sd card after the flash. Just remember to go to settings and allow for the unknown sources once you get the new rom up then you will have to download the appmanager from the market (at least I think you do) then you can install all of your apps. sorry if I went into too much detail.
sorry looks like you already got the answer you needed. guess i should have kept reading before I replied.

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.

[Q] Auto-install APKs at First Boot?

Did some searching on this but it came up blank, so maybe someone has a brilliant idea for this
Almost every other day we are getting new builds for Android. I'm sure many of you are like me and have a set of APKs you install with every build. For example SWYPE.
I would like to know if there is a way, when installing a new build, you can have certain apps auto-installed. This would really save me time.
Can't you just put them in the "AndroidApps" folder that usually comes with every build..?
shadiku said:
Can't you just put them in the "AndroidApps" folder that usually comes with every build..?
Click to expand...
Click to collapse
Wasn't sure if that was the proper way it was done. I tried that once, needless to say it didn't work out to well. Had to eat a hard reset.
Anyways, can anyone confirm that this is the best way to do it, or if you know of another that would be great. Please share!
Yup!
yes, i'm 99.9% sure that this is a way to auto-install apps onto your phone, as i've read this in other threads which say the same thing
I did this myself with darkstone's builds. I just loaded up the android apps folder. On second boot I had issues so I then deleted all those apps through winmo and everything was fine again. Not sure with this folder that everytime you boot it tries to reinstall or not. Would like some clarification on that.
Not worked for me
I would suggest downloading 7zip file manager, then when you download your desired rom then just open it up. Navigate to the data/apps folder and drop your apps in there, when you flash the rom then your personal apps will be flashed and installed as if they came with the rom already.
That's what I do and I have never had an issue.
Or there always is ADB
HypoTurtle said:
Or there always is ADB
Click to expand...
Click to collapse
there are some adb apk tools that could probably do a batch install
Am i right that after putting those in your folder, after hard reset all those apps that were there will reinstall(those that you wanted, and those you uninstalled)? Or there will be trouble uninstalling as it is part of ROM?
Personally i used one of those App Backup & Restore apps from market. I had to spend 10 minutes pressing "Accept" cause they install by regular way, but it was quite fast anyway.
Marquo said:
Am i right that after putting those in your folder, after hard reset all those apps that were there will reinstall(those that you wanted, and those you uninstalled)? Or there will be trouble uninstalling as it is part of ROM?
Personally i used one of those App Backup & Restore apps from market. I had to spend 10 minutes pressing "Accept" cause they install by regular way, but it was quite fast anyway.
Click to expand...
Click to collapse
Now which folder are you referring to? When I mentioned placing apps, I was talking about putting them into the data/app folder of the rom zip you are flashing so they will be installed on first boot.
As for backing up and restoring apps, I suggest using MyBackup as it does apps plus their associated data as a batch backup/restore. It doesn't require you to accept each one.
Please mybackup will do sms/mms, call logs, browser shortcuts, and so on. Here is the market link for it: MyBackup
chrisrj28 said:
Now which folder are you referring to? When I mentioned placing apps, I was talking about putting them into the data/app folder of the rom zip you are flashing so they will be installed on first boot.
Click to expand...
Click to collapse
I got you right, and i thought that as they are part of ROM, they will be saved and restored when hard reseting(even if you uninstalled them on purpose).
Thiss app sounds really nice, i shall try it out.
EDIT
Look what i found when i came to forum by main site of xda: http://forum.xda-developers.com/showthread.php?p=23291051
Seems nice.

[Q] Best way to switch builds and not loose everything

I am looking at switching builds but dont want to have to reinstall everything post the new build install on my sd card.
What back up system do people recommend, and do any actually allow a full backup/restore that will work?
If not then i will have to reinstall everything, but that seems a really long winded way about switching builds!
Thanks
I save the data .img file from the current build. Then I copy the new Android folder on the root of the mem stick. Then I put the data .img file from the old intall back in the new folder.
The above suggestion doesn't always work. If you're going to a completely different build then it may cause problems.
I use Titanium Backup Pro. It does cost, but not much and allows a full backup and restore of all apps and data.
i just use the free titanium backup to backup all my apps. google sync for contacts and then all i have to do it set up a couple of things like wifi and it work
I used to use the free version, but the last restore I did had nearly 200 apps in it, and you have to click "install" and then "ok" for every app with the free version. The paid one does it without you needing to do anything - that's the only reason I paid for it. (Oh, and it can freeze apps too, which is good for finding out what would happen if you uninstalled an 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