Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
phazei
Old
(Last edited by phazei; 25th February 2011 at 12:06 AM.)
#1  
Senior Member - OP
Thanks Meter 8
Posts: 131
Join Date: Feb 2008
Default Kyocera Zio M6000 - can't uninstall default games even with root [SOLVED]

I'm trying to uninstall "Uno" and "Midnight Bowling" which came with the phone. It is rooted but Titanium backup says it "failed to locate the apk file" and shows the names in red for "system service".

I looked in /system/app/ and couldn't find it. I also did a system search with Astro for them and could find nothing.

Suggestions?


EDIT: solution
The default cricket applications are located here:
/data/FLEX/app
They can be deleted if you have root
You can use either ADB shell or some app like RootExplorer.
 
cdysthe
Old
#2  
cdysthe's Avatar
Junior Member
Thanks Meter 1
Posts: 29
Join Date: Oct 2008
Location: Austin, TX
Quote:
Originally Posted by phazei View Post
I'm trying to uninstall "Uno" and "Midnight Bowling" which came with the phone. It is rooted but Titanium backup says it "failed to locate the apk file" and shows the names in red for "system service".

I looked in /system/app/ and couldn't find it. I also did a system search with Astro for them and could find nothing.

Suggestions?

I do not have the answer to this, but would be very interested in finding out how to uninstall it.
 
cold711
Old
#3  
Junior Member
Thanks Meter 1
Posts: 13
Join Date: Aug 2010
I'm not sure what it would take to get it off of the phone entirely but you should be able to get it to atleast go away by renaming the file with ADB. Tricky part may be finding that file name though said you don't see anything that looks related to it.
 
Steven__
Old
#4  
Steven__'s Avatar
Member
Thanks Meter 0
Posts: 52
Join Date: Apr 2008
Quote:
Originally Posted by phazei View Post
I'm trying to uninstall "Uno" and "Midnight Bowling" which came with the phone. It is rooted but Titanium backup says it "failed to locate the apk file" and shows the names in red for "system service".

I looked in /system/app/ and couldn't find it. I also did a system search with Astro for them and could find nothing.

Suggestions?
When you say you looked in system/app and couldn't find it, do you mean you couldn't find the system/app folder, or that you couldn't find an APK file that looked like it was for either of those games? If you couldn't find the folder, then that's because whatever program you were using wasn't granted super-user permissions - rooting the phone doesn't automatically mean that all apps can act as the SU (thankfully!). If the app you were using didn't know how to get SU permissions, then it wouldn't be able to see the folder.

If Astro doesn't know how to get SU permissions (I stopped using that a while ago so I couldn't tell you), then EStrongs File Explorer might work but I think it depends on what ROM you're using. In the menu allowing you to get root permissions, it asks whether your ROM is based off "CyanogenMOD" or "HiAPK" - if your ROM isn't one of those, it might not work.

Another thing to try is looking through the folder via ADB. Use
Code:
adb root
adb remount
adb shell
cd system/app
ls
to see what's installed. Remember you have to run "adb remount" before you can actually modify the system folder, otherwise the folder remains read-only.
Dev for Android: Spectrum Puzzles, and others on their way!
Phone: HTC Hero
 
phazei
Old
(Last edited by phazei; 30th September 2010 at 07:00 PM.)
#5  
Senior Member - OP
Thanks Meter 8
Posts: 131
Join Date: Feb 2008
Quote:
Originally Posted by Steven__ View Post
When you say you looked in system/app and couldn't find it, do you mean you couldn't find the system/app folder, or that you couldn't find an APK file that looked like it was for either of those games?
I could look in system/app, but the apk's weren't there.

The app manager says the games take a couple megs each, but I've searched for all apk's I could find, and they aren't anywhere.
 
stucknkc
Old
#6  
stucknkc's Avatar
Junior Member
Thanks Meter 1
Posts: 6
Join Date: Oct 2010

 
DONATE TO ME
Quote:
Originally Posted by phazei View Post
I'm trying to uninstall "Uno" and "Midnight Bowling" which came with the phone. It is rooted but Titanium backup says it "failed to locate the apk file" and shows the names in red for "system service".

I looked in /system/app/ and couldn't find it. I also did a system search with Astro for them and could find nothing.

Suggestions?
hi guys new here - i belive i found the 2 apk files ...both games are made by gameloft and there located at data/flex/app

.gameloft.android.GloftUNOG
The Following User Says Thank You to stucknkc For This Useful Post: [ Click to Expand ]
 
phazei
Old
#7  
Senior Member - OP
Thanks Meter 8
Posts: 131
Join Date: Feb 2008
Quote:
Originally Posted by stucknkc View Post
hi guys new here - i belive i found the 2 apk files ...both games are made by gameloft and there located at data/flex/app

.gameloft.android.GloftUNOG
Ahh, woohoo, thanks.

Even though I was able to access the root dir with ASTRO, it didn't show anything in that folder. I installed Root Explorer and was able to see it then. Too bad there isn't a way to give ASTRO full access, it has such a great UI.
 
zyrtek69
Old
#8  
Senior Member
Thanks Meter 27
Posts: 400
Join Date: Oct 2010
Quote:
Originally Posted by phazei View Post
Ahh, woohoo, thanks.

Even though I was able to access the root dir with ASTRO, it didn't show anything in that folder. I installed Root Explorer and was able to see it then. Too bad there isn't a way to give ASTRO full access, it has such a great UI.

phazei, j/w were you able to delete all the cricket crap with this method? and if so can you help me do it im a little new to android. also is there a way to install apps to sdcard? thanks in advance
 
stucknkc
Old
(Last edited by stucknkc; 11th October 2010 at 11:03 PM.) Reason: update
#9  
stucknkc's Avatar
Junior Member
Thanks Meter 1
Posts: 6
Join Date: Oct 2010

 
DONATE TO ME
Quote:
Originally Posted by zyrtek69 View Post
phazei, j/w were you able to delete all the cricket crap with this method? and if so can you help me do it im a little new to android. also is there a way to install apps to sdcard? thanks in advance
Confirmed, i removed bowling/uno/ with these steps:
always backup data that you want to delete
1. backup both apk files with titanium backup "saves to folder on sd card"
2. use root exployer browse to data/flex/app then hit menu multiselect
select both apk files then delete then reboot


also if you go to data/data hit menu multiselect then select both folders for gameloft and delete it will delete data for the two games to free up space.
always backup all data that you plan to delete so you can restore if something goes wrong reboot!
alternate bootup music instead of cricket oog file goes in data/flex/bootanimation
Attached Files
File Type: rar Startup_Sound_M6000.rar - [Click for QR Code] (128.5 KB, 27 views)
 
zyrtek69
Old
#10  
Senior Member
Thanks Meter 27
Posts: 400
Join Date: Oct 2010
Quote:
Originally Posted by stucknkc View Post
Confirmed, i removed bowling/uno/ with these steps:
always backup data that you want to delete
1. backup both apk files with titanium backup "saves to folder on sd card"
2. use root exployer browse to data/flex/app then hit menu multiselect
select both apk files then delete then reboot


also if you go to data/data hit menu multiselect then select both folders for gameloft and delete it will delete data for the two games to free up space.
always backup all data that you plan to delete so you can restore if something goes wrong reboot!
alternate bootup music instead of cricket oog file goes in data/flex/bootanimation

thanks for the info my friend! did what you said and worked like a charm. do you happen to know how i can get rid of cricket marketplace?

by the way new startup is way better sounding, but i forgot to back-up old one do you still have it in case anything happens, i can return phone stock? thanks in advance

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more