[Q] How can I remove "My Services" and "Search People"? - G2 and Desire Z Q&A, Help & Troubleshooting

They show up in the app drawer, any way to remove them?

Try with Titanium backup you can uninstall system apps with it.

Well, I went through /system/app and deleted a load of APKs (so now just have 1 page of apps in the app drawer, and then another 2 which I want to get rid of)
I can't find the APKs for these though

http://forum.xda-developers.com/showthread.php?t=1050283
Thats a link to a rom cleaning script which lists many apps and the name of the .apk for that app,you may find what you need to know there.Just watch what you are deleting as could cause system problems

LooieENG said:
Well, I went through /system/app and deleted a load of APKs (so now just have 1 page of apps in the app drawer, and then another 2 which I want to get rid of)
I can't find the APKs for these though
Click to expand...
Click to collapse
If the script doesn't work, you can use the package manager commands through terminal (or adb shell) to determine apk location.

Use root un installer pro
http://www.mediafire.com/?tsr2luf19n9vp9a
Sent from my T-Mobile G2 using XDA Premium App

Related

[Q] ADB Install : Where does it install apk?

If I install an apk from adb : adb install apkname.apk where is the location that it sends the apk? Where does it install.
I've tried /data/app but not there.
pls advice.
P.S. I'm trying to pull apks from certain ROMs that I like and push to the ROM that I choose. please advice if there is something I should keep in mind as well!
Typically it would be installed in /data/app /data/app-private or /system/app
Sent from my T-Mobile G2 using XDA App
You're right
The confusion was that I pull an apk from system that's named a certain way and after i do adb install it changes name.
That's the reason for not being able to find it under the same name.
if someone has more experience maybe they can explain
p.s. Is there a way to do a WILD SEARCH FROM SHELL through adb? ex:
Code:
find *car*
Be careful with what apps you pull, you might need more then just the apk
Or some apps will lock you out of the market *hint* T-Mobile is one step ahead of the game
Or simply, some apps are not compatible with the phone, yet
Mikey1022 said:
Be careful with what apps you pull, you might need more then just the apk
Or some apps will lock you out of the market *hint* T-Mobile is one step ahead of the game
Or simply, some apps are not compatible with the phone, yet
Click to expand...
Click to collapse
that's something new that i need to consider
what's the risk of using apps that will lock me out of the market. Need to understand that a little better so don't run into it.

[APP] Facebook 1.6.3

This version includes features such as Facebook chat, allows you to tag friends in statuses, and home screen in landscape.
Please read directions as I am not responsible for anything the happens to your A7
Requirements:
Uninstaller for Root(Found in Market)
Root Explorer(Found in Market) or a Alternate File Explore App
Facebook 1.6.3 (Found here: www.apktop.com/facebook-for-android-1-6-3.html )
Open Uninstaller for Root, scroll down to the Facebook App and then click backup App, after click Uninstall
Next open Root Explore and navigate to /sdcard, once in /sdcard navigate to download folder will you will find and copy the file: com.facebook.katana.apk
Once copied you will need to paste apk file in /system/app (may need to toggle MOUNT R/O), after apk has been pasted, click on apk to install and you are all finished
facebook should be installable as a normal application. while the root related instructions are necessary for removal, i would just suggest tapping on the new facebook apk in the file manager to install ( w unknown sources enabled in settings/apps).
your facebook will be updatable via market after install that way, w out need for system app removal in the future.
Sent from my X10i using Tapatalk
Thanks,I just did it your way but the only thing i don't understand is how is it updatable if it doesn't appear in "My Apps" in the market?
mmm, manually installed apps might not show up in the old patched market, but i think they do in the new market (havent patched or ported that for a7 yet). i know i see manually added apps on my x10.
if you were to look up the facebook app in market, you may see it listed as updatable still, tho it may not show in your downloaded apps.
if youre not seeing facebook or the other apps youre posting in market at all (search), then youre not using my patched market.
Sent from my X10i using Tapatalk
bestialbub said:
mmm, manually installed apps might not show up in the old patched market, but i think they do in the new market (havent patched or ported that for a7 yet). i know i see manually added apps on my x10.
if you were to look up the facebook app in market, you may see it listed as updatable still, tho it may not show in your downloaded apps.
if youre not seeing facebook or the other apps youre posting in market at all (search), then youre not using my patched market.
Sent from my X10i using Tapatalk
Click to expand...
Click to collapse
Ok gotcha, I'm using Dexter 1.42 mod that might be why

Permanantly removing system apps

Hey guys if I'm posting this in the wrong section delete it
I've been trying to find an app for rooted devices to allow you to permantly remove system apps but haven't managed to come across 1 yet :/ does anybody know if there's an app that does this? What do you use?
I've seen the story's about the root managers etc but alot of people say the come back after a reboot?
Thanks dudes
Sent from my Desire HD using xda premium
All you really need to do is delete the corresponding *.apk file in /system/app. I'm not 100% sure what the current android install process is, there might be some sort of registry system or framework installation that takes place elsewhere among the system; but deleting the .apk file has always worked fine for me.
-----
To do this you first have to have root access, which I assume you have. You then need to remount /system as r+w (read and write access, by default the /system mount is read only). You can do this with many an app from the Android Marketplace, just search for "remount".
This will then allow you to use your favorite root-enabled file browser, be it a terminal on your phone or something entirely different, to browse to /system/app and remove said *.apk file.
Let me know how you get on.
you must be rooted...and you can download any file explore to delete them
Edit: tolate he has better explanation
Sent from my Inspire 4G using XDA App
Titanium Backup is the best choice. Make a backup of it first, then delete it. That way it'll save you a headache when you delete phone.apk by mistake.
Titanium backup is bull**** when removing system apps... It just freezes.... Try root uninstaller (free from market).. It takes seconds to uninstall system apps...
Sent from my HTC Desire HD
salarkhel said:
Titanium backup is bull**** when removing system apps... It just freezes.... Try root uninstaller (free from market).. It takes seconds to uninstall system apps...
Sent from my HTC Desire HD
Click to expand...
Click to collapse
bull****? have you tried the uninstall option and actually looked through /system/app? I'm pretty sure the .apk you just uninstalled has disappeared.
but anyway, there are a number of ways to do this as the others above have helpfully explained
maatsby said:
bull****? have you tried the uninstall option and actually looked through /system/app? I'm pretty sure the .apk you just uninstalled has disappeared.
but anyway, there are a number of ways to do this as the others above have helpfully explained
Click to expand...
Click to collapse
i can confirm that titanium works for this....
Thanks guys yea titanium works fine i can finally get rid off all the **** i don't want and use
Sent from my Desire HD using xda premium

[Q] How do I uninstall google plus? (or other google apps I don't need?)

Hi,
I'm trying to remove google plus as I don't use it, but when I try to uninstall it in settings it only allows me to uninstall updates not the app ??
I'm running AOKP milestone 2
Thanks
DC
Use root explorer to delete or rename the apk, in system/app
jerrycycle said:
Use root explorer to delete or rename the apk, in system/app
Click to expand...
Click to collapse
Or titanium backup to freeze the app or just uninstall it
Sent from my Galaxy Nexus using xda premium
Removing the stock app will cause the Gallery app to crash as it's linked, just so you know
thanks for replies. The reason i wanted to uninstall was because i kept seeing Google+ in my running/cached apps but everytime i stopped it just restarted again sometime later
In the end i deleted the apk from /system/app. But this did not remove the app from the app drawer.
i then deleted the apk from /data/app too and rebooted and that removed it for me. I checked Gallery too and that still seems to work ok, however it did have to sync picasa again
i also read about another step to uninstall, something along the lines of running the terminal command "pm uninstall com.google.android.apps.plus" but that gave me a segmentation error, but it doesnt seem to have affected anything, i no longer see google+ in the running/cached apps
Wish i had known about titanium backup first. I went in and uninstalled Google Wallet too from there and everything seems fine! much easier...
cheers!
Hi Buddy,
Easiest and best way to be sure app has completely gone is to remove it via adb.
Open command line and enter the following commands then reboot:
Code:
adb remount
adb shell rm /system/app/example.apk
Be aware that these commands are case sensitive, if you need to see the correct names for the apps in your /system/app/ folder issue the following command and they will be listed for you:
Code:
adb ls /system/app/
Hope this helps buddy!

Pre-load apps with rom flash

Hey guys, I was wondering if there is a way to pre-load some applications into the rom so that they load upon 1st flash.
I have had success only with 2-3 apps out of 30+. This is what I have done.
Open the ROM Zip file with winrar and navigate to system\app directory. I have deleted unwanted bloat (swype, TW launcher, camera.apk, TW camera) and added about 30+ apk files that I would like to have preloaded. I flashed the ROM and after the load screen I begin to get error messages, "unfortunately this application has stopped" (or something along those lines.) A few apps did load, Nova launcher, Jelly Bean style Camera, but programs like Gmail, Maps, gallaxy wallpaper, setcpu, and a few games do not laod.
Now I have started from scratch, and removed the preloaded apps I had moved to the system\app directory. I did remove the bloat listed above. The rom loads fine and I have to spend 30 minutes manually installing each individual app. This is why I would like for it to automatically install all the applications upon 1st boot.
I think it may have to do with the fact that while installing the apps manually I must 1st allow installation of non-market apps under setting/security.
Is there a workaround for this, so that I can load all my apps on 1st flash.
Thanks,
I've heard that there's an app called app2zip which you can backup apps and put into a zip file. Then right before leaving recovery flash the zip and when you're booted you'll have all your apps loaded up
Sent from my SGH-T989 using xda app-developers app
Most apps won't run as system apps. Instead of putting them in system/app Should put your apps in /data/app If the rom you're using already has a data folder you should be good. If it doesn't you'll have to edit the update_script within /META-INF/com/google/android
Sent from my SGH-T989 using xda premium
Tnallen said:
Most apps won't run as system apps. Instead of putting them in system/app Should put your apps in /data/app If the rom you're using already has a data folder you should be good. If it doesn't you'll have to edit the update_script within /META-INF/com/google/android
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Beat me too it. There are a lot of apps that end up in data/app such as gmail, games, and other apps. Think of it this way, most of the apps in the system area were initially intended to be there. The ones in data/app are like add-ons. normally the ones in system are hard coded in the actual boot code, so unless you can manipulate that area, try the data/app area like Tnallen stated

Categories

Resources