How do you install an app? - Nexus One Q&A, Help & Troubleshooting

So it's part of the system and doesn't show up under Manage APP settings? Do you just push the apk into the /system/app folder?

SiNJiN76 said:
So it's part of the system and doesn't show up under Manage APP settings? Do you just push the apk into the /system/app folder?
Click to expand...
Click to collapse
What's part of the system?
If you are saying that you want to install a random app you grabbed somewhere and the Applications Manager won't allow you to install it, you are correct. That is used to uninstall applications
You can install apps a few different ways. Personally, I only install apps while connected to my computer. So I simply...
Code:
adb install applicationName.apk
If I have a bunch of apps I wish to install, I use android commander (http://forum.xda-developers.com/showthread.php?t=622873)
Beyond that, you also have this option (http://android.modaco.com/content/s...e-clicking-on-your-pc-with-installapk-beta-1/) and there are also file managers (http://www.androidtapp.com/linda-file-manager-formerly-android-file-manager/) that will allow you to install apps.
Hope this helps!

Android Commander looks nice...and useful. Thanks for the links. I'll look into those programs to see if it does what I want it to do.
To elaborate on what I wanted...I took the IM.apk from enoms rom and installed it onto cy's rom using root explorer...but it shows under app manager...it's not 'flashed' into the system ROM. So I'm wondering how to install the IM.apk so that it looks like it came preinstalled with the ROM.
Hope nobody says that I need to make an update.zip... cause I think that would be a bit over my head.
Anyway...off to read up on the link you provided. Thanks!

SiNJiN76 said:
Android Commander looks nice...and useful. Thanks for the links. I'll look into those programs to see if it does what I want it to do.
To elaborate on what I wanted...I took the IM.apk from enoms rom and installed it onto cy's rom using root explorer...but it shows under app manager...it's not 'flashed' into the system ROM. So I'm wondering how to install the IM.apk so that it looks like it came preinstalled with the ROM.
Hope nobody says that I need to make an update.zip... cause I think that would be a bit over my head.
Anyway...off to read up on the link you provided. Thanks!
Click to expand...
Click to collapse
ooooh! gotcha.
Push any system replacements over their original...so IM.apk, Mms.apk, etc all get pushed into /system/app as you originally thought. Sorry, I didn't quite understand what you were asking.
But through my confusion, you got reading material...

Related

How Can I Remove The IM App?

I just updated from fresh 2.1 to 2.1.2 and still notice the IM app always running.
I would like to remove it. But I dont know how. Ive tried Both Astro and es file explorer, but when i try to delete IM.apk I get the message saying it cant be delete or error deleting file.
hxxp://forum.xda-developers.com/showthread.php?t=581976
this thread claims that removing it will break Gchat and further more The Market.
If the IM app cant be removed..how can i stop it from loading in the first place
primerib said:
I just updated from fresh 2.1 to 2.1.2 and still notice the IM app always running.
I would like to remove it. But I dont know how. Ive tried Both Astro and es file explorer, but when i try to delete IM.apk I get the message saying it cant be delete or error deleting file.
hxxp://forum.xda-developers.com/showthread.php?t=581976
this thread claims that removing it will break Gchat and further more The Market.
If the IM app cant be removed..how can i stop it from loading in the first place
Click to expand...
Click to collapse
To Remove:
Code:
adb remount
adb shell
cd /system/app
rm IM*
exit
primerib said:
I just updated from fresh 2.1 to 2.1.2 and still notice the IM app always running.
I would like to remove it. But I dont know how. Ive tried Both Astro and es file explorer, but when i try to delete IM.apk I get the message saying it cant be delete or error deleting file.
hxxp://forum.xda-developers.com/showthread.php?t=581976
this thread claims that removing it will break Gchat and further more The Market.
If the IM app cant be removed..how can i stop it from loading in the first place
Click to expand...
Click to collapse
I removed mine using fresh kitchen. If you don't want to mess with adb commands, its the way to go.
You can get it at: geekfor.me
Is it possible to remove any of the bloat ware- NFL, IM, etc if we were stupid and used the official RUU that hasnt been rooted yet?
I'm regretting that decision majorly- I'd forgotten about how much stock BS sprint has.
sporty9xterra said:
Is it possible to remove any of the bloat ware- NFL, IM, etc if we were stupid and used the official RUU that hasnt been rooted yet?
I'm regretting that decision majorly- I'd forgotten about how much stock BS sprint has.
Click to expand...
Click to collapse
No.
The ability to delete stock applications from either HTC or Sprint can only been achieved via a rooted device. Sorry, but your SOL for the time being.
primerib said:
I just updated from fresh 2.1 to 2.1.2 and still notice the IM app always running.
I would like to remove it. But I dont know how. Ive tried Both Astro and es file explorer, but when i try to delete IM.apk I get the message saying it cant be delete or error deleting file.
hxxp://forum.xda-developers.com/showthread.php?t=581976
this thread claims that removing it will break Gchat and further more The Market.
If the IM app cant be removed..how can i stop it from loading in the first place
Click to expand...
Click to collapse
Check out an app called Startup Auditor
primerib said:
I just updated from fresh 2.1 to 2.1.2 and still notice the IM app always running.
I would like to remove it. But I dont know how. Ive tried Both Astro and es file explorer, but when i try to delete IM.apk I get the message saying it cant be delete or error deleting file.
hxxp://forum.xda-developers.com/showthread.php?t=581976
this thread claims that removing it will break Gchat and further more The Market.
If the IM app cant be removed..how can i stop it from loading in the first place
Click to expand...
Click to collapse
use root explorer or manager from the phone itself, or android commander from pan piotr on this site, they are all utitilites i never leave home w/o. O, i forgot, i dont really leave that oftenXD or if its in gbits package just reflash or reinstall it to see if the problem is resolved...yay youre back. I heard everyone here saying how they missed you. THE PRECEDING SENTENCE IS FALSE. I missed you though aaaaaaaaaa JK!!!!!!!!!!! I have some stuff for you, ill pm when i get a chance.​
I usually go through adb and rm the programs I don't want, however if you are using titanium backup, you can uninstall programs from there as well and that's as easy IMO.
drbgotenks said:
I removed mine using fresh kitchen. If you don't want to mess with adb commands, its the way to go.
You can get it at: geekfor.me
Click to expand...
Click to collapse
i have fresh 2.1.2
will is still work for this?
primerib said:
i have fresh 2.1.2
will is still work for this?
Click to expand...
Click to collapse
Pretty sure it will but I have never used it. I use the adb commands in terminal. If your phone is rooted that will work perfectly. The commands are posted by Mr. Danger 7 posts above you.

Finally rooted my Vibant - How to remove stock apps?

I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Flapjack said:
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Click to expand...
Click to collapse
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Daneshm90 said:
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Click to expand...
Click to collapse
Yeah, it does seem like a PITA.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Maybe I'll try that. Do you have to actually do a backup/restore process before you can remove them? Or can you just remove them from the app itself?
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
The other thing that kills me is that a lot of these apps keep popping up for now reason. I run "Advanced Task Killer" on a frequent basis, but I'll find apps like "Slacker" sitting there, taking up memory.
I know a lot of these apps are set to run on startup.... but why are they just starting up at random times?
I feel like I have so little control over this phone... it actually scares me. I knew everything my WinMo phone was doing at all times.
Daneshm90 said:
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
Click to expand...
Click to collapse
Can these items just be deleted?
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Call me an idiot, but I can't figure out who to remove apps with this app.
Flapjack said:
Can these items just be deleted?
Click to expand...
Click to collapse
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
BobbyTee said:
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
Click to expand...
Click to collapse
How in the heck do you find that? I've been all over the Samsung site and I can only find are Windows drivers.
**EDIT**
Nevermind, I found it on another site. I think this is what you meant, right?:
http://samsung-firmwares.com/i9000.htm
Also, what is the difference between the I9000DTJG4 and the I9000UGJG8 firmware?
Daneshm90 said:
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
Click to expand...
Click to collapse
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Flapjack said:
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Click to expand...
Click to collapse
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Daneshm90 said:
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Click to expand...
Click to collapse
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
**EDIT**
Just found "LauncherPro" on the Market. Looks good, but many are complaining the latest version is laggy/buggy and has obnoxious ad placement.
Does anyone have the next most recent version?
Flapjack said:
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
Click to expand...
Click to collapse
Nope its independent of proprietary frameworks, i.e it runs on stock.
Daneshm90 said:
Nope its independent of proprietary frameworks, i.e it runs on stock.
Click to expand...
Click to collapse
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Flapjack said:
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Click to expand...
Click to collapse
Nope it'll run on ANY proprietary/nonproprietary android firmware which is 2.0+
I just use root explorer and delete apk+odex from system/app
fua said:
I just use root explorer and delete apk+odex from system/app
Click to expand...
Click to collapse
Can you go into a little more detail? What is odex?
Its fairly easy, actually.. No apps or code needed. Go to:
Settings -> Applications -> Manage Applications
Press the menu button, and press Filter. Then change the selection to "All"

[SOLVED] How do I reinstall some bloatware w/Odex (Daily Briefing)?

I searched and found lots of threads on removing the bloat, not many on how to reinstall. I am going to flash a friend's phone to Cognition Froyo Beta6 and I know she uses this app.
I have successfully reloaded other removed .apk's using the Sideload Wonder Machine. However, this particular application won't install successfully (I'm testing it out on my phone just to see if it can install; I'm running Cog Beta5.5). After it tries to install I get a line saying Failure [INSTALL_FAILED_DEXOPT].
In DG's list of removed bloatware there are two files for Daily Briefing: InfoAlarm.apk and InfoAlarm.odex. Maybe the odex file is the problem? Do I do anything with that file? Drop it in /system/apps before trying to install the apk file? Any help appreciated.
Just get the genie widget. It is much better in my opinion and does the what the daily briefing widget did plus some. Just a thought.
Thanks, I will take a look at Genie Widget.
For what it's worth, I did finally figure out how to reload Daily Briefing. I'll post how I did it here since it may help someone else who is trying to reload an app that includes an odex file.
I used Root Explorer to put both of the files in system/app. Then I adjusted the permissions for the .apk file to: User; read, rewrite, execute - Group; read, execute - and Others; read, execute. I did not "install" the app. I just rebooted the phone and it was there. I don't know for certain, but I would expect this to work for other apps that have a corresponding odex file.
mobius911 said:
Thanks, I will take a look at Genie Widget.
For what it's worth, I did finally figure out how to reload Daily Briefing. I'll post how I did it here since it may help someone else who is trying to reload an app that includes an odex file.
I used Root Explorer to put both of the files in system/app. Then I adjusted the permissions for the .apk file to: User; read, rewrite, execute - Group; read, execute - and Others; read, execute. I did not "install" the app. I just rebooted the phone and it was there. I don't know for certain, but I would expect this to work for other apps that have a corresponding odex file.
Click to expand...
Click to collapse
Thanks for your instructions mobius911. This got me going in the right direction for my issue, which was reinstalling a couple other AT&T apps - AT&T Navigator and Family Map. I got the original AT&T APKs from designgears' list of removed apps in his Cognition mod [http://www.ponack.net/designgears/removed-apps-froyo/]. I knew which one was for AT&T Nav ("ATTNav") but I had to search to find out which APK was the right one for Family Map [http://forum.xda-developers.com/showpost.php?p=8420365&postcount=62]. Then I used Droid Explorer [http://forum.xda-developers.com/showthread.php?t=558108] to install the APKs into system/app. It was pretty easy to do once I figured it out but jeez, it sure took me a while to get there.
deanhatescoffee said:
It was pretty easy to do once I figured it out but jeez, it sure took me a while to get there.
Click to expand...
Click to collapse
That should be the slogan for XDA/Android newguys everywhere. I applaud you, and would give you a cookie if I could.
mobius911 said:
I searched and found lots of threads on removing the bloat, not many on how to reinstall. I am going to flash a friend's phone to Cognition Froyo Beta6 and I know she uses this app.
I have successfully reloaded other removed .apk's using the Sideload Wonder Machine. However, this particular application won't install successfully (I'm testing it out on my phone just to see if it can install; I'm running Cog Beta5.5). After it tries to install I get a line saying Failure [INSTALL_FAILED_DEXOPT].
In DG's list of removed bloatware there are two files for Daily Briefing: InfoAlarm.apk and InfoAlarm.odex. Maybe the odex file is the problem? Do I do anything with that file? Drop it in /system/apps before trying to install the apk file? Any help appreciated.
Click to expand...
Click to collapse
You by any chance have both files still for daily brief? Want to get them back on my phone.
i followed the instructions on root explorer and i get stuck in a boot loop upon reboot. any ideas?
I figured something out with this. I just bought the Samsung Desk dock and wanted DeskHome to work. It has an icon for Daily Briefing and I actually like the program. I am running Cognition 2.3b4 and it does not have the Daily Briefing on it. I had tried backing it up with Titanium backup, but it did not restore correctly.
Anyway, onto the meat of the matter. Cognition v2.3b3 actually DOES have an .apk for the daily briefing in it and it does not require the odex to work. I am assuming Designgears modified it. If you download the Cognition v2.3b3 and extract it to a folder somewhere, you can browse to system - app and find the InfoAlarm.apk there. Then use Root Explorer to copy it into the system - app folder on your phone. Reboot, and you will have Daily Briefing.
This is pretty much the same thing that deanhatescoffee did, but I was unable to find a link to where the extracted .apk files were.
Here is a link to Cognition v2.3b3.
.megaupload.com/?d=1L8GHQQG
ACK! I guess I am a new user so I can't post links? Anyway add an http and www up above and that's the link.
G.Hook said:
I figured something out with this. I just bought the Samsung Desk dock and wanted DeskHome to work. It has an icon for Daily Briefing and I actually like the program. I am running Cognition 2.3b4 and it does not have the Daily Briefing on it. I had tried backing it up with Titanium backup, but it did not restore correctly.
Anyway, onto the meat of the matter. Cognition v2.3b3 actually DOES have an .apk for the daily briefing in it and it does not require the odex to work. I am assuming Designgears modified it. If you download the Cognition v2.3b3 and extract it to a folder somewhere, you can browse to system - app and find the InfoAlarm.apk there. Then use Root Explorer to copy it into the system - app folder on your phone. Reboot, and you will have Daily Briefing.
This is pretty much the same thing that deanhatescoffee did, but I was unable to find a link to where the extracted .apk files were.
Here is a link to Cognition v2.3b3.
.megaupload.com/?d=1L8GHQQG
ACK! I guess I am a new user so I can't post links? Anyway add an http and www up above and that's the link.
Click to expand...
Click to collapse
For simplicities sake...
www.megaupload.com/?d=1L8GHQQG
Thank you very much!

New Market .apk

Just found this on Android Central
Grab the new market apk while its hot
Either get it from the source link on the post or I've attached it below.
Put it on your SD card and then use file explorer to find it and install.
I just installed it on mine and seems to work pretty good. Nicer look than the old market.
How did I know that the Eris would be one of the first places for new apks.
Thanks!!!
wow thanks will try it out.
imma bout to try it
EDIT: It doesnt install with MP3[SPEED] rom that sux
Just flashed this and all i can say is AWESOME! No bugs as of yet.
Rick
emaninthenation said:
imma bout to try it
EDIT: It doesnt install with MP3[SPEED] rom that sux
Click to expand...
Click to collapse
Try this:
This should pull the market apk currently on your phone and save it on your computer as a backup:
adb pull /system/app/com.android.vending.apk com.android.vending-backup.apk
Then push the new apk. This should rename the file as the previous apk and push it to your system/app folder:
adb push com.android.vending-1.apk /system/app/com.android.vending.apk
Then reboot:
adb reboot
Then try launching the market.
I am going to load it on a GB and XTRSense5 tonight and see how it works. any one else have any input on this ?
Input about how it runs? I am running GSB 3.7 Odexed and it is very stable. It takes a little time to load initially, but after that, I find the user experience much better than the previous market design.
synesthete said:
Try this:
This should pull the market apk currently on your phone and save it on your computer as a backup:
adb pull /system/app/com.android.vending.apk com.android.vending-backup.apk
Then push the new apk. This should rename the file as the previous apk and push it to your system/app folder:
adb push com.android.vending-1.apk /system/app/com.android.vending.apk
Then reboot:
adb reboot
Then try launching the market.
Click to expand...
Click to collapse
will do. I'll report back later
I'm pretty new to rooting seen, so I appoligize if this question is dumb. But, on my Eris, all I have is a vending.apk file. So, is this the file that I need to replace with the new market apk?
It should run with either name, but I would make sure that you don't have more than one in there. That should be the one that you replace, though.
badjedi said:
I'm pretty new to rooting seen, so I appoligize if this question is dumb. But, on my Eris, all I have is a vending.apk file. So, is this the file that I need to replace with the new market apk?
Click to expand...
Click to collapse
Arabic Accent"My friend my friend" just get on this forum on your phone, click the link, when its finished downloading just click the notification that says its done downloading and it will let you install.
no need to have a rooted device.
This apk works on my Eris running Tazz ginger-sense 2.3.3
I can't complete the last request. I don't seem to have that same .apk
No way for me to backup
Running MacRom MR7
sjpritch25 said:
I can't complete the last request. I don't seem to have that same .apk
No way for me to backup
Running MacRom MR7
Click to expand...
Click to collapse
It's listed as Vending.apk in your screenshot. Same thing happened on my phone (GSB 3.7), and it worked fine after I replaced and rebooted.
Noob, first time posting...
Came to this site on my phone (via xda app). Downloaded file. Hit "open" and it went through the install process but finished with "Not Installed". Any thoughts.
Rooted Eris, Froyo 2.2.1, CM7, KaosFroyo V39
Edit: Never mind. Did the adb pull/push after flashing GSB CM7. Everything works great.
Has anyone seen this......
I can search the Market for games, books, and movies and find results. When I search for apps, I get no matches for my search. I've tried this with multiple versions of the market and multiple ROMs.
I've got content filtering set to show all.
Any suggestions.
Same here. Works perfect.
emaninthenation said:
This apk works on my Eris running Tazz ginger-sense 2.3.3
Click to expand...
Click to collapse

camera zoom fx, where is apk?

goings nuts. dug google for an hour, run search with root explorer, dug around on xda, turned phone upside down - but no luck. its not in data/app, system/app, cache/download, sdcard/download, to name some. its silly that single apk could be buried god knows where on android.
really run out of ideas where to search. any suggestions? thanks.
Probably in /sdcard/.android_secure then.
Check if it's installed on the sdcard in the program manager. If it is you can move it back to phone storage, which *will* be in /data/app.
TrymHansen said:
Probably in /sdcard/.android_secure then.
Check if it's installed on the sdcard in the program manager. If it is you can move it back to phone storage, which *will* be in /data/app.
Click to expand...
Click to collapse
nice suggestions - thanks trym!
but no. it's not in .android_secure and it's not installled on sd. should be in data/app but no.
Are you sure you're looking for the right name? Remember, the filenames in /data/app need not even resemble the name of the app.
However, should be easy to find anyway.
Uninstall the app.
List the contents of data/app
Install it
List contents again and find the extra filename.
TrymHansen said:
Are you sure you're looking for the right name? Remember, the filenames in /data/app need not even resemble the name of the app.
However, should be easy to find anyway.
Uninstall the app.
List the contents of data/app
Install it
List contents again and find the extra filename.
Click to expand...
Click to collapse
sure, i'm not quite certain what string to look for aside of obvious "zoom" or similar. however, when listing /app directories, the root browser displays the app icons so it's not hard to identify what's what but i just cannot locate it anyway. but thanks for effort!
Turns out I'd actually bought this app, sorry for not remembering. Installed it, mine is named "slide.cameraZoom-1.apk"
TrymHansen said:
Turns out I'd actually bought this app, sorry for not remembering. Installed it, mine is named "slide.cameraZoom-1.apk"
Click to expand...
Click to collapse
He's right. Check for the above file name. In /data/app over here.
rugglez said:
He's right. Check for the above file name. In /data/app over here.
Click to expand...
Click to collapse
i also bought it, but it wasn't in data/app.
anyway, status report: after last update from play store day ago it appeared in data/app under upper mentioned name. copied apk finally. where it was before the update remains a mystery.
Dont know whether its a nice suggestion or not
But if u r a root user dn u can download root app delete from market and in that just click on the app it will show u the destination of the apk.
:thumbup:
Sent from my LG-P990 using xda app-developers app

Categories

Resources