Backing up programs on HERO when using apps2sd - G1 Q&A, Help & Troubleshooting

i know the programs that come pre-installed go 2 /system/sd/app_s but when i download an app from the market where does it go so i can pull it to my computer?
NEVERMIND ...

Related

installing multiple apps manually and retaining market updates

Can't believe I haven't found an answer to this somewhere.... here goes...
Ok, so I'm getting a bit sick of having to reinstall all my apps after I've reset and installed a new rom. Surely there's a way of batch installing a bunch of applications and still having them catch updates in the future.
I've used Astro and MyBackup to install the apks manually, but then the applications fail to update in the future.
Any advice?....
aTrackDog.
...Or backup for root users.
automatically installs and it sets it up so that you can get updates for them.
I think he means via the market place download page. I don't think aTrackDog updates the market download page.
SilentTweak said:
I think he means via the market place download page. I don't think aTrackDog updates the market download page.
Click to expand...
Click to collapse
It will notify you of updates, which you download from the market. This puts the app in the market for future updates
Try Titanium Backup...
Before I flash:
adb pull /system/sd/app /app/
after I flash:
Use DroidExplorer for the pc, to hook into your g1. Then batch install all the files from the /app/ folder on your computer.
and that's it. =]
or........TRY THE RIGHT SECTION........
lol
sorry, couldnt resist
seriously, this has nothing to do with development so why why why?
garok89 said:
or........TRY THE RIGHT SECTION........
lol
sorry, couldnt resist
seriously, this has nothing to do with development so why why why?
Click to expand...
Click to collapse
He's just following everyone else's example... unfortunately
I personally find an easy way to do it.
Backup all your apps. (I do a Nandroid backup with ext, and then extract my apps from the ext2.tar)
Install a new ROM, do not enter the market.
Use Droid Explorer to batch install the .apk's from the ext2.tar
Then go into the market and they will be there as installed.
Utility on Amon_Ra 1.5.2, VERY EASY.
Go to Recovery
Go to Console
su
#utility
Press 3 to back up, and press 4 re-install.

[Question] How to pull .apk's to use with different ROMs

I've been switching back and forth in recovery between Modaco's desire rom and CM. Recently I downloaded a couple beta's on the desire rom, which are all now closed, that I'm trying to get back on my CM rom. Is there a way to pull the .apk out of the Desire rom so I can use it with my CM? (Or with froyo or the new desire builds when they come out).
Thanks
Use Titanium Backup. Available for free in the market
Or you could use adb and pull the apks for /system/app or /data/app depending on where it was installed... even if you have app2sd, pull from /data/app will work since it is symlinked...
Code:
adb pull /system/app .
adb pull /data/app .
Most desire apks are not compatible with CM or any other non-sense ui roms.
Search a little and you'll know what i mean
PhantomRampage said:
Most desire apks are not compatible with CM or any other non-sense ui roms.
Search a little and you'll know what i mean
Click to expand...
Click to collapse
If you read the first post, OP wasn't talking about desire app apk, but rather some 3rd party beta apps apks...
Slighty OT.
When I download & install an app from the market, where does its apk get stored on my Nexus running OS2.1? I went looking but could only find the inbuilt apps in the /system/app folder. I have a couple of apps that I would like to copy to my SD card with ASTRO prior for backup purposes. Thanks.
logger said:
Slighty OT.
When I download & install an app from the market, where does its apk get stored on my Nexus running OS2.1? I went looking but could only find the inbuilt apps in the /system/app folder. I have a couple of apps that I would like to copy to my SD card with ASTRO prior for backup purposes. Thanks.
Click to expand...
Click to collapse
Depending on the install type specified... the app would either install as a normatl app or a protected app...
Normal apps are stored in /data/app, protected in /data/app-private
craigacgomez said:
Depending on the install type specified... the app would either install as a normatl app or a protected app...
Normal apps are stored in /data/app, protected in /data/app-private
Click to expand...
Click to collapse
The thing is, my /data folder appears as empty and I have 80 apps installed!! I am using ASTRO file manager.
Winzip/winrar
logger said:
The thing is, my /data folder appears as empty and I have 80 apps installed!! I am using ASTRO file manager.
Click to expand...
Click to collapse
Maybe astro can't view the list of files there... I can't list the files there in the terminal application without getting su privileges... use adb pull to get the files...

[Q] Manage applications FC

Hey Guys, I've been trying to remove some apps that never get used. But when i tap manage applications, the Hero tries to load them but then always force closes about 5 seconds later.
Any tips on how to get around this?
I'm running firmware 2.1-update1
Thanks in advance!
-ben
I've tried to do it after restarting my phone, before I do anything else and still no luck. Has anyone else had this problem?
Try wipe dalvik. I may have gotten lucky, but it solved almost all of my force closes.
U can also remove through terminal or adb if u know the path
Sent from my Chromatic Magic using XDA App
Well time to start reading, I have no idea what you two are talking about. Thanks for the advice though!
What apps are u trying to remove. U can go into an app manager and it will tell u the name then go into terminal and use rm command to remove. Example.
Su (enter)
rm /system/app/alarmclock.apk (enter) and it will remove it. Or download android commander on your PC and remove with that. Easier
Sent from my Chromatic Magic using XDA App
Can I do this using an app manager such as Astro?
Sent from my HERO200 using XDA App
If you have a rooted handset you can use titanium backup to uninstall apps. Does a fine job of backing them up too of course.
Yes u can. I have Linda file manager. Works fine with apps. And as stated above titanium backup as well (must have app anyway)
Sent from my Chromatic Magic using XDA App

Honeycomb Music Player - Working on ZIO.

Works 100% on the ZIO with a touch of work.
Since you need about 8Mb of space on your system partition, you'll need to move some apps from /system/app onto /data/app in order to fit the lib and apk.
Use root explorer to copy /system/app/Maps.apk to the root of your SDcard, then use root uninstaller to uninstall Maps.
**make sure you enable r/w access in root explorer.
Run "Maps.apk" from root of your sdcard and instal it like normal. This will install it in /data/app and free up about 5Mb of space on /system.
Remember, this is a beta test. More information can be found HERE.
Directions:
1) Download HC-Music to the root of your SDcard
2) Open with winzip/rar/7z and extract a copy of "/lib/libjumper.so" to the root of your SDcard.
3) Use root explorer to back up "Music.apk" in /system/app
3) open shell on your phone from PC (via adb)
Code:
adb shell
su
cat /sdcard/libjumper.so > /system/lib/libjumper.so
cat /sdcard/HC-Music.apk > /system/app/Music.apk
exit
exit
adb reboot
After you reboot, just open up "Music".
Things you'll notice:
You'll notice "Jumper Test" icon in your drawer. Pretend its not there. Its some debug console for the streaming capabilities of the player (to connect to cloud, itunes, etc...), but the service is not working, and cricket isnt in the list of compatible carriers.
You'll notice "Sync Music" in your sync settings (under menu->settings->accounts n sync). Leave that unchecked.
I'm gonna try this same process for 2.3 mms
Sent from my Zio using XDA Premium App
Let me know how that goes for ya. interested in a new mms, but I dont want Handcent and I like the way 2.3 mms looks
Tried it with the above method. It took but didn't move the MMS. Put it in the /system/app but didn't move the app itself, just made a folder. So I tried installing it straight from the SD card and it works like a charm! Zio a go go with Gingerbread MMS!!!
sinisin said:
Let me know how that goes for ya. interested in a new mms, but I dont want Handcent and I like the way 2.3 mms looks
Tried it with the above method. It took but didn't move the MMS. Put it in the /system/app but didn't move the app itself, just made a folder. So I tried installing it straight from the SD card and it works like a charm! Zio a go go with Gingerbread MMS!!!
Click to expand...
Click to collapse
Can you please provide the link to the mms.apk file you used to install? I found one on the forums but it won't install straight from the SD card.
We'll start new threads with directions for all new findings
Sent from my Zio using XDA App

[Q] Market won't recognize sideloaded apps

It seems that since updating to the AT&T 2.2 Froyo update and rooting the market will not recognize any side loaded apps that have been added to the phone since upgrading to 2.2. All apps that I side loaded on 2.1 are recognized and can be updated but nothing on 2.2. Anyone else have this problem and if so have you been able to fix this issue?
I used SuperOneClick to root the phone and did a reboot the phone afterward to allow side loading of apps and it is working. I am still using the adb install command to side load all my apps, is this wrong?
If this is something that is not to be discussed I apologize now.
Well I don't have a direct answer to your question but since you are rooted I highly suggest you go and get Titanium Backup along with atrackdog.
The former application will alloa you to backup any applications you want (or aall of them) and then save them to your computer. you can then move the folder to any phone and use Titanium to reinstall the applications exactly where you left off. That means launchers will have the same layouts and games will still have their save states.
The latter will allow you to check the update status of those applications since they won't show up as downloaded applications from the market.
Sent from my Nexus One using XDA Premium App
Titanium Backup has been installed since rooted on 2.1 but will have to check out atrackdog. Thanks for the help so far.
jhightower31 said:
Titanium Backup has been installed since rooted on 2.1 but will have to check out atrackdog. Thanks for the help so far.
Click to expand...
Click to collapse
No problem man, if you have any questions or anything pm me
Sent from my Nexus One using XDA Premium App
side loaded paid apps will NEVER show in market.
free ones can be restored...
tibu has never been able to restore market links for me either.
there used to be a program MCleaner but it got taken off the market..
but all it did was this (do it yourself)
Menu button > Settings > Applications > Manage Apps > All > Market
- force stop
- clear data
- clear cache (if availavle)
restart market > my apps
Gold!
Trusselo said:
side loaded paid apps will NEVER show in market.
Gold!
Click to expand...
Click to collapse
That explains everything.
jhightower31 said:
That explains everything.
Click to expand...
Click to collapse
Actually, it does. Market only keeps track of the apps you buy/download through it. What you're asking is like expecting Wal-Mart to know what you bought from Target.
Hey guys I just had a question while reading through the replies.
I downloaded atrakdog and got a list of all the apps needed to be updated.
One of the apps was the market..
Mine is version 2.3.4
I need to update to 5.0.12
How do you update market? Btw I'm running cm7 does this effect it?
Sent from my phone
Market should update automatically. As far as the sideload apps you can. Also get root explorer and copy paste them to system/app then reboot and they'll all be there.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Hydro360 said:
Market should update automatically. As far as the sideload apps you can. Also get root explorer and copy paste them to system/app then reboot and they'll all be there.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
Is there a manual way of updating your market? And what do you paste into system/app? ?
Sent from my phone
Hydro360 said:
Market should update automatically. As far as the sideload apps you can. Also get root explorer and copy paste them to system/app then reboot and they'll all be there.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
So your are saying instead of using adb installer just do a drop and drag to the system/app folder and install them that way? Now will that put them in the market place? I don't quite understand what you are really saying here. Excuse my ignorance.
Hydro360 said:
Market should update automatically. As far as the sideload apps you can. Also get root explorer and copy paste them to system/app then reboot and they'll all be there.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
This didnt work for me. Should you install it again after moving it to the app folder? Thanks in advance!
Sent from my SAMSUNG-SGH-I897 using XDA App
Hivol said:
This didnt work for me. Should you install it again after moving it to the app folder? Thanks in advance!
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
That's exactly what I was thinking was moving the file to the system/app file then reinstalling the .apk first then doing the 3 button reboot to see if it would recognize the app on the market. I did try just a 3 button reboot after side loading a few apps using ADB Installer and just doing the normal drop and drag to the sim card and I know that doesn't recognize them. I am going to try and reinstall one of my apps that way and I will let you know if it shows up or not.
When trying to move a new .apk file to the system/app file it says "You cannot paste here because the file system is a read-only."
jhightower31 said:
That's exactly what I was thinking was reinstalling the .apk first then doing the 3 button reboot to see if it would recognize the app on the market. I did try just a 3 button reboot after side loading a few apps using ADB Installer and just doing the normal drop and drag to the sim card and I know that doesn't recognize them. I am going to try and reinstall one of my apps that way and I will let you know if it shows up or not.
Click to expand...
Click to collapse
I tried reinstalling with root explorer from the apps directory and still no luck. I also did the market clear as was suggested and still no luck! Hope this helps!
Sent from my SAMSUNG-SGH-I897 using XDA App
jhightower31 said:
When trying to move a new .apk file to the system/app file it says "You cannot paste here because the file system is a read-only."
Click to expand...
Click to collapse
You have to click the small window at the top of the screen in root explorer that changes r/o to r/w. You have to do that in each directory you want to edit.
Sent from my Captivate using Firefly 2.7
Learn something new everyday. Thanks for that.
jhightower31 said:
Learn something new everyday. Thanks for that.
Click to expand...
Click to collapse
Hehe..... You are welcome!
Sent from my Captivate using Firefly 2.7
Yea still no go for the market recognizing it.
Hey guys i still quite don't get what to copy/paste...
Do you copy/paste the. apk?
Please help..
Sent from my phone

Categories

Resources