Transfering apps to a new rom - T-Mobile Samsung Galaxy S II SGH-T989

I need some help. I am trying out new roms but would like to keep the default Samsung keyboard, I like the 3x4 keypad. What would be the best way to transfer if to new roms. I had seen some ways about copying the apk file, but nothing really gave clear directions. I was wondering what would be the best program to use, and how to copy it. Also how do you make .zip installable file to run through cwm to install. Or if there is any easier way to just copy it directly into the files.
Or... if anyone has the apk already, or a zip of it would be helpful as well.
Thanks for the help.

Download titanium backup it'll back up the apk of user installed and system apps with the settings of each app included and when u flash a new domain or w.e u simple reinstall titanium backup and the backs ups can be restored
Sent from my SGH-T989 using XDA

Related

Integrate apps to custom rom some help!.

Hi im using OD's rom, but i wanna make some personal stuff to it.
I have found out to integrate apks to the zip file, but after i integrate the apps and install it on my desire, it does not show the files on the market under downloads.
Is there any way to let them show up in there so i could uninstall them if thats what i want?.
Download any app from the market and they should show up... you are putting them in /data/app and not /system/app aren't you?
ephumuris said:
Download any app from the market and they should show up... you are putting them in /data/app and not /system/app aren't you?
Click to expand...
Click to collapse
I put them in system/app,
so if the data folder its not there i just make data/app and place them in there correct?.
Thanks for the reply.
Okay i tryed to make the folder data and inside that i made the app folder and placed all the apk i need.
Seems not to work they dont install automatic when installing the custom rom?
bump!!!!
bump.......
Put them in /data/app. They will show up. If they don't, you're doing something wrong.
Sent from my HTC Desire using XDA App
ehm, okay.
I took opendesire 3.6.0. i opend it with winrar and made the folder data and app folder, in the root of the zip file okay? its not there on standard. And then i putted the files in in zip file and signed it.
It does not work. Is there a guide somewhere?. Have trying to search but no luck yet.
bump!.......
when you install an app without using the market, there is no market link for the market to... well... link to.
I use aTrackDog to keep track of my constant backups and flashes etc. it even provides you a market link if you want to update.
Have a look at Titanium Backup as a different way of keeping market links. when restored it can restore the market link necessary for it to show up in the market downloads section
If there is no /data/app folder in the ZIP then simply adding it won't work as the update script won't look for it and flash them - you'd need to ask AdamG (or someone else) to add the lines to the script to make the ROM flash that information as well...

Install all apps after flashing ROM instead of each one by one??

Using Titanium backup..... It's really annoying to have to install over 100 apps one by one after I flash a new rom. Any way to do it without having to click install on every single one??
If you purchase titanium you can do that. On pro version click menu then batch
stroths said:
If you purchase titanium you can do that. On pro version click menu then batch
Click to expand...
Click to collapse
+1... the paid version does it all automatically. Worth the few bucks to unlock.
sent from my HTC Evo
Titanium pro (paid) will do that, but I know another way. This does not save your data however. Make a backup in something like astro, and copy from sdcard to computer. Once new rom is flashed, go into recovery. Put all the apps in a folder (I reccommend the name app) and put that in your tools folder. Cd to the tools folder, and use the command
Adb push app/ /data/app/
If you get the gist of this, it will put all the stuff in the apps folder into data app. Reboot, and they will all be installed, but with no data.
@dkdude36
Wouldnt he still have to individually install each apk?
Sent from my PC36100 using XDA App
you could always use a script to do it. Just put all the apks in one directory on your SD card and have it install everything in that dir.
I have one I made for a ROM of mine that does it with symlinks, it could probably be modified to install them. You would still need to install the app data or you would lose all your saved info though.

Creating an unique update.zip

I switch roms constantly on my phone and the most annoying part of that is having to every time enter my gmail, facebook, twitter and other information that never changes... Is there anyway to make a FLASHABLE update.zip that I can just install after a rom flash? Out would even be better if I can put certain applications in there too. Like my Angry Birds, Rom Manager, and Titanium Backup. You know just the apps that no matter what rom I use I always have to reinstall. This would save me and whoever find themselves in this situation alot of time when it comes to experimenting with different Roms. Please help!
Sent from my PC36100 using XDA App
I don't know about login information but you can make an update.zip with miscellaneous apps that you don't want to re-download. It's kind of a pain (personal opinion) to make an update.zip but here are some directions:
1. Create a folder, we'll call it "update".
2. Inside "update" make two new folders called "META-INF" (without the quotes and capitalized) and "data" (also without quotes).
3. Inside "META-INF" create a folder called "com".
4. Inside "com" create a folder called "google".
5. Inside "google" create a folder called "android".
6. Close the folders you have open and re-open "update".
7. Open "data" and create a folder called "app".
8. Add the .apk files you want to flash to "data/app".
9. I've attached a few files to the post, unzip "secFiles.zip" and put "CERT.RSA", "CERT.SF", and "MANIFEST.MF" into your "update/META-INF" folder.
10. Also attached is "script.zip". Unzip this and add the "updater-script" and "update-binary" to "update/META-INF/com/google/android".
11. Now that you have the folder structuring complete you can zip it all up. When you zip it, make sure you zip "data" and "META-INF" NOT "update". You will have errors if you zip "update"!
12. If you have ClockworkMod Recovery you do not need to sign it. If not then I recommend making a nandroid backup and copying it to your computer so that your WiMax (4G) keys are backed up, then switching to ClockworkMod Recovery.
13. Make a nandroid backup anyways! Don't come calling me if you're phone messes up. I do not believe there to be anything wrong in my directions but I can't afford to fix you're phone.
14. Flash away! Hopefully it worked. I'll try to elaborate if you're confused.
Thank you so Much! but thats just half the equation... Titanium Backup has a way to backup and restore the Accounts and Sync data which is what the goal is here... im thinking about finding a way to extract that and put it into a flashable zip. Im learning alot about the android structure and it might now be long until i unintentionally solve this myself
You could add Titanium Backup to your flashable zip and have it preinstalled as well as your backup wherever it belongs. (Sorry, don't use Titanium Backup)
Or another idea to try out, if you have Clockwork Recovery you can restore just the data partition. I'd be careful of doing it but if you're in the mood to experiment I think it might do what you're looking for. Note that you'll have to have a data.img nandroid backup of everything you want. If you manage to figure it out please share because I hate typing my ridiculously long passwords every time I flash a new rom.
you can make a flashable zip for titanium. from the app, press menu > more > create update.zip
this option gives you an option to create a signed zip file (you need a free app from the market called zip signer) that will install titanium as either a user or system file
It would be great to know how to create a update.zip of the titanium backups and that way, it would include +data
Anyone know how to do that?
Keri

[Q] One click install all apk file?

Hi. Sometimes(most of the time) whenever we wish to switch to try another custom ROM, we have to wipe all data and hence all the downloaded app will gone. As a result of that, before we even flash new ROMs, we have to do a back-up of all the downloaded app, turning them into apk file into our SD card so that its easier to again reinstall those app.
My question is, is there any app that we can use to install ALL the apk files in our SD Card all at once in just a click of one or two taps? Because its tedious for us to actually install those apps one by one. Especially for me that have installed many apps in my Desire HD.
Thank you. =)
Well, your google backup restores all the market apps automatically, so you do not need to worry about those.
You can copy your apk files into /data/app/ in the rom zip file. Then you do not even have to install them, they will be ready to use immediately.
Oh yea.. I did not even thought of that. Lol. Thank you so much.
Sent from my Desire HD using XDA App
One Click Installer [Root]
Hi, ive developed a new app that does exactly what you are looking for.
https://play.google.com/store/apps/details?id=com.sharon.oneclickinstaller
All apps installs in background without user interaction.
Features:
Background installation without user interaction
Install all apks with with a single click.
Change the directory of apk files or load all apk files.
Delete unwanted apk
Hope you find it useful!
Thanks

how do you get an apps .apk

How do you get an apps .apk file off of a rom to restore it on another rom. Some of my app i like are not inthe market anymore and i have them on an old Nandroid i have. THANKS IN ADVANCE
If it's installed as a user app on the ROM, restore the ROM, then navigate to /data/app and copy it, then paste it to your sd card, that would be the easiest and safest way with a good file explorer like ES,Astro,Root Explorer etc.
ok i didnt look there but its just acouple of apps i had and they aint in the market so i thought i would ask here before i gave up thanks man
You can just use 7zip from your PC and either go to system/ app or data/ app depending on where the apps your looking for are on the ROM and copy them to your sd and install them with a file manager.
Thats if they will work with your new ROM not all apps work on all ROMs I don't think I've tried this with a few and some work and some don't.
Sent from my PC36100 using XDA App

Categories

Resources