how do i uninstall factory wifi xoom game? - Xoom Q&A, Help & Troubleshooting

How do i uninstall the 2 free game that came with wifi xoom? my wifi xoom is unlock and rooted with tiamat 1.4.0. i try to uninstall but it won't let me.

cat2115 said:
How do i uninstall the 2 free game that came with wifi xoom? my wifi xoom is unlock and rooted with tiamat 1.4.0. i try to uninstall but it won't let me.
Click to expand...
Click to collapse
you can remove it through adb or the easier way is with titanium backup

Is this how I would remove factory games from wifi xoom:
adb-windows shell mount /system
adb-windows shell ls /system/app/
adb-windows shell rm /system/app/Factory_games.apk
adb-windows shell ls /system/app/
Click to expand...
Click to collapse
code from http://forum.xda-developers.com/showthread.php?t=749166

except where he put factory_games.apk you want to put DungeonDefenders.apk and then redo it and put cordy.apk in

easy way is to use a file manager like root explorer and go into system/app and delted any bloatware you dont need

Related

Removing Stock Apps?

Ok, I've been on this site all day, finally got my MT3GS rooted. Now all I want to do is get rid of all the extra crap on my phone, IE all the bloatware. I've tried using Root Explorer to remove the Amazon MP3 store, just to test it out. Doesn't work. When I go through Terminal and try ./adb shell rm /system/app/* it just tells me "rm failed for /system/app/*, Read-only file system". What gives? I could just get a whole new ROM, but I kinda wanna just get rid of a lot of the junk on myself.
adb remount
adb shell rm XXX
adb uninstall XXX.XXX
Brut.all said:
adb remount
adb shell rm XXX
adb uninstall XXX.XXX
Click to expand...
Click to collapse
I get a 'failure' whenever I try remount or uninstall and shell rm just tells me it is a read-only file system.
jonulf said:
I get a 'failure' whenever I try remount or uninstall and shell rm just tells me it is a read-only file system.
Click to expand...
Click to collapse
Yeah, it's read-only, so you have to remount it first. But I don't know, why remounting doesn't work for you.
jonulf said:
Ok, I've been on this site all day, finally got my MT3GS rooted. Now all I want to do is get rid of all the extra crap on my phone, IE all the bloatware. I've tried using Root Explorer to remove the Amazon MP3 store, just to test it out. Doesn't work. When I go through Terminal and try ./adb shell rm /system/app/* it just tells me "rm failed for /system/app/*, Read-only file system". What gives? I could just get a whole new ROM, but I kinda wanna just get rid of a lot of the junk on myself.
Click to expand...
Click to collapse
I've written a quick guide here:
http://forum.xda-developers.com/showthread.php?t=715282
However, look a few posts down on there and someone else has advised a decent app that will remove system apps as long as your phone is rooted called 'Titanium Backup'
However, if you still want to go through terminal emulator on the phone then the instructions are there anyways.
I really wish there was a way to do this without Rooting my HTC Desire, lol...
Thanks for all your help guys!!
Well, Titanium isn't working, whenever I try to uninstall the phone just reboots.
And cmd lining it is still giving me tons of issues. It says su not found and denies me permission for just about anything.
I need help, My news widget after reinstall with Titanium backup disappear and can't find it again in widget menus. even after reboot still not showing up.
at first, news app/widget not working even after several restart so i tried to back up the apps/widget and uninstall them. and reinstall with back up through terminal emulator. The app is working but the widget is gone so i cant add the widget to my home screen.
Appreciated for the help
thx

New app from google

http://googlemobile.blogspot.com/2010/08/just-speak-it-introducing-voice-actions.html WORKS ON MINE ENOM2.11.3
Yeah i saw that it's pretty awesome
Can someone post the apk
This message was deleted by its author
i downloaded it from the market it might be us only at the moment they also luanched the chrome to phone app that was the two announcements today... for mmarket search voice serach and download the google one... and im rooted in every way like every one else
This message was deleted by its author
from Google's blog
Voice Actions are currently available for U.S. English speakers.
Click to expand...
Click to collapse
Please post the Apk.
blunden said...
Just run the following commands to uninstall the old system apps if you use a custom rom.
adb remount
adb shell rm /system/app/GoogleQuickSearchBox.apk
adb uninstall com.google.android.googlequicksearchbox
adb shell rm /system/app/VoiceSearch.apk
adb uninstall com.google.android.voicesearch
Then they will install just fine from Market (from the US Market). MarketAccess set to TMO US will allow you to find them.
Both apps are unsuccessful installs from the market on FRF91Deodexed, uninstalled with titanium. Awesome apps.
or do what I did. uninstall with titanium, reboot and install from market. running cm nightly
It's telling Mr the file isn't signed correctly. In the US.
I'm guessing that even with the required apks I will not be able to use this on my 2.1 Moment? Time to return to the Vogue then!
imfloflo said:
blunden said...
Just run the following commands to uninstall the old system apps if you use a custom rom.
adb remount
adb shell rm /system/app/GoogleQuickSearchBox.apk
adb uninstall com.google.android.googlequicksearchbox
adb shell rm /system/app/VoiceSearch.apk
adb uninstall com.google.android.voicesearch
Then they will install just fine from Market (from the US Market). MarketAccess set to TMO US will allow you to find them.
Click to expand...
Click to collapse
Worked for me!
prophetjinn said:
It's telling Mr the file isn't signed correctly. In the US.
Click to expand...
Click to collapse
You have to Uninstall Voice search then reboot and install the apk from the market.
dangambino said:
or do what I did. uninstall with titanium, reboot and install from market. running cm nightly
Click to expand...
Click to collapse
Got it tks
Am i missing something? mines is the same old google voice search. I see no help and everything opens in the browser.
MvP77 said:
Am i missing something? mines is the same old google voice. I see no help and everything opens in the browser.
Click to expand...
Click to collapse
Are you searching for a new google voice or "google voice SEARCH".
There's no new google voice.
dharani1234 said:
Are you searching for a new google voice or "google voice SEARCH".
There's no new google voice.
Click to expand...
Click to collapse
voice search. thats what i meant. Yeah i see no differences in the app though.
imfloflo said:
blunden said...
Just run the following commands to uninstall the old system apps if you use a custom rom.
adb remount
adb shell rm /system/app/GoogleQuickSearchBox.apk
adb uninstall com.google.android.googlequicksearchbox
adb shell rm /system/app/VoiceSearch.apk
adb uninstall com.google.android.voicesearch
Then they will install just fine from Market (from the US Market). MarketAccess set to TMO US will allow you to find them.
Click to expand...
Click to collapse
it told me
"rm: cant remove '/system/app/googlequicksearchbox.apk' : No such file or directory"
dangambino said:
or do what I did. uninstall with titanium, reboot and install from market. running cm nightly
Click to expand...
Click to collapse
I know it's just me being stupid, but i'm going to have to ask....
I have Titanium installed, but I see no option to uninstall!
Please help

[Q] Need developers help!

So normally i use AVM with netbeans to test, today i had my phone plugged in so i just selected it. Uhm, not i have 2 apps in my app drawer that are not actually installed, so they are not in Settings -> Applications...
How the crap do i remove them? Captivate 2.2 if it helps...
Thanks in advance.
down load root explorer and delete with that. Or you can go into the shell { this is all assuming that you are rooted} if you have adb sdk installed open terminal and do
su shell
cd system/app
ls app
look for the desired app to delete and do
rm appnamehere
type sync
then reboot
hope this helps
Alright, thanks!

[Q] Can you remove system apps (AT&T bloatware) without root through ADB

Title is kinda self explanatory, for too long reasons to explain I don't have CWM Recovery so I have ADB and want to remove AT&T bloatware. Can I do this through ADB, without root? (Well I am rooted, but I'm stuck on stock so yeah).
okachowwa said:
Title is kinda self explanatory, for too long reasons to explain I don't have CWM Recovery so I have ADB and want to remove AT&T bloatware. Can I do this through ADB, without root? (Well I am rooted, but I'm stuck on stock so yeah).
Click to expand...
Click to collapse
Without root? No.
But you say you are rooted, and if you are, then yes. If you can do "adb root", you can uninstall them.
check this
okachowwa said:
Title is kinda self explanatory, for too long reasons to explain I don't have CWM Recovery so I have ADB and want to remove AT&T bloatware. Can I do this through ADB, without root? (Well I am rooted, but I'm stuck on stock so yeah).
Click to expand...
Click to collapse
Market restrictions? What? You mean AT&T really censors what apps I can and cannot see on my Samsung Captivate? Yes they do. But, no problem. Android developer Andrea Baccega has developed an app called “Market Enabler” to remove the censorship by emulating the T-Mobile market on the Samsung Captivate as well as other devices. Instructions below if you’ve already got root access:
1. Download “Market Access” and install the latest version of the APK file on your Captivate.
* Don’t know how to install .apk files? Copy the file to your phone and then install “Apps Installer” or “Astro File Manager” from the market. It’s easy! Just double click the .apk when you find it!
2. Close the Market down fully. If you were running the Market previously, reset the phone so it is not a running task. Or use a task killer and end the Market app.
3. Open up the Market Access application and go to “Backup value” in case you need to get back to the AT&T market
4. Then click “Providers” and find: “T-Mobile [US]“
5. Click and hold that option until it says “Emulate “T-Mobile” SIM?” — click “Yes” there
1. You may have to Allow Market Access in Superuser Permissions
6. Click back to “Settings” click the checkbox next to “Emulate on boot”
7. All done. Now your Market is uncensored.
its difficult for remove it
its is difficult to remove the system application without root.
AndroidHouse Team said:
its is difficult to remove the system application without root.
Click to expand...
Click to collapse
I am rooted, but have no custom recovery or custom ROM.
okachowwa said:
I am rooted, but have no custom recovery or custom ROM.
Click to expand...
Click to collapse
I know the commands for cd system/app
ls
the the "rm Name.apk"
However, does this require you to be in recovery or have root?
Anybody got anything?
Anybody have an answer for this?
To remove system apps (assuming you are at least partially rooted)
do:
Code:
adb remount
Code:
adb shell
Code:
rm /system/app/bloatware.apk
You may want to do
Code:
ls
to list all of the names of the apps available for uninstall (usually com.android.xxx or something)
e334 said:
To remove system apps (assuming you are at least partially rooted)
do:
Code:
adb remount
Code:
adb shell
Code:
rm /system/app/bloatware.apk
You may want to do
Code:
ls
to list all of the names of the apps available for uninstall (usually com.android.xxx or something)
Click to expand...
Click to collapse
That's what I've got. Thanks so much man! But what does remount do? I've usually done
adb shell
cd system/app
ls
rm Bloatware.apk
This is an alternative as it is not removing the AT&T bloatware. You don't need root.
What I do is use Launcher pro as my launcher, then use the "hide apps" in the settings. The programs are still there but you can't see them anymore.
yes there is a way
I'm not sure if it's safe, but download Go Launcher. Then you can uninstall any ago you want, including the camera.

[Q] Root Gained - Applications to remove bloatware that are free?

Now that we have root - what programs do you recommend to remove the bloatware thats free?
You can do it with Titanium Backup - that's what I use
ADB.
mount -o rw,remount /system
rm /system/app/name.apk
raduque said:
ADB.
mount -o rw,remount /system
rm /system/app/name.apk
Click to expand...
Click to collapse
just a note, you can accomplish this phone-side with terminal emulator as well (the first command you'll type will be "su" [minus quotes] in that case though)
Kaczman said:
Now that we have root - what programs do you recommend to remove the bloatware thats free?
Click to expand...
Click to collapse
root uninstaller does well too. there is a free version that lets you uninstall and freeze. I think the paid version allows you to unfreeze frozen apps.
Absolute System will not only allow this but it will also give you the APK name.
Titanium backup seems to be the best solution.
If you're looking for a what to remove after the app, I made a thread about it in "themes and apps" - http://forum.xda-developers.com/showthread.php?p=16739548#post16739548
I describe the how to with free tools, so might be of interest.
In any event, thanks for the adb/terminal commands here and other app suggestions.

Categories

Resources