How to remove the demo games? - Huawei Ideos X5 U8800

I went to /system/app and found most applications, but the only thing that I really want to find are the demo games, and for some reason I can't find them! I even went to /data/app and found the apk packages there, I deleted them but the games are still installed.
Any ideas?

Are they in /cust?

if i have not remembered wrongly, the demo games r in /system/app/..
what specific game(s) do u want to remove? i can give u the location tonight after work (as i stored the paths in my home pc..)

FYI. Mine are all in /cust/pccw/hk/app.

simplistian said:
FYI. Mine are all in /cust/pccw/hk/app.
Click to expand...
Click to collapse
is it possible\safe to delete them?

if u meant those "Ironman", "Prince of Persia", etc., then its okay to delete them..
i did..

My phone didnt have any demo games and i found it weird couse in all the reviews i saw them in the menu screen...

my memory didnt fail me.. the 4 games that i removed were all in /system/app/
BubbleBash2.apk (Launcher: Bubble Bash 2)
IronMan2.apk (Launcher: Iron Man 2)
PrinceofPersiaZero.apk (Prince of Persia)
UNO.apk (Launcher: UNO)
btw, im with the hong kong B135 version..

@flipmodegr
yeah, it seems that ROM for Wind is cleaner..

nice to hear that its normal for the greek phones

yes, Wind Gr gives a stock android rom (not even hauwei has added anything) so its clean like water

Thanks everyone I found them in /cust/roadhound/au/app but for some reason I can't mount the location as R/W using Root Explorer.. my phone IS rooted.. I don't know why it does not let me mount it as R/W.. therefore I can't delete them!!
Any ideas on this?
Thanks

Tcm9669 said:
Thanks everyone I found them in /cust/roadhound/au/app but for some reason I can't mount the location as R/W using Root Explorer.. my phone IS rooted.. I don't know why it does not let me mount it as R/W.. therefore I can't delete them!!
Any ideas on this?
Thanks
Click to expand...
Click to collapse
Try using adb or you could try in terminal emulator:
Mount R/W
Code:
mount -o remount,rw /dev/block/mmcblk0p12 /system
Mount R/O
Code:
mount -o remount,ro /dev/block/mmcblk0p12 /system

I can mount /system as R/W.. I just cant mount that directory in R/W .. it just opens as R/O even if I mount /system as R/W

Tcm9669 said:
I can mount /system as R/W.. I just cant mount that directory in R/W .. it just opens as R/O even if I mount /system as R/W
Click to expand...
Click to collapse
Oops sorry. See Below.
Try using adb or you could try in terminal emulator:
Mount R/W
Code:
mount -o remount,rw /dev/block/mmcblk0p1 /cust_backup
Mount R/O
Code:
mount -o remount,ro /dev/block/mmcblk0p1 /cust_backup
And the apps are in cust_backup/image/cust_data/roadhound/au/app. The /cust directory is just a link to the cust_backup direcctory. Which is why you cant mount it RW

Tried in Terminal Emulator, said
mount: Operation not permitted
Click to expand...
Click to collapse
then tried with sudo and said
sudo: permission denied
Click to expand...
Click to collapse

Tcm9669 said:
Tried in Terminal Emulator, said then tried with sudo and said
Click to expand...
Click to collapse
Root is su

Ahh, I tried
sudo <<command here>>
su worked! Thanks finally removed them ... WOHO!
Thank you very much mate.. oz oz oz, oi oi oi!

I want to remove those demos too, is it possible with stock non-rooted system?

No.. you need to root it. It's quite easy to do.

Related

how do i delete the factory apps

i am rooted, downloaded a file manager..which file did they store the factory apps in
system/app is where the apps are delete the odex file too if you decide to delete any apps. make sure you dont delete anything that the phone needs to run. if you dont know what to delete then dont delete anything!!! if you decide to delete anything from system/app you also need to delete another folder that has to do with the app in data/data. for example say you wanna delete bluetooth go to system/app and delete bluetooth.apk and the bluetooth.odex files then go to data/data and delete com.android.bluetooth folder. thats an example dont do that as you will no longer have bluetooth lol but same thing for whatever app you delete except the folder in data/data will be different
Whats wrong with factory apps?
lou0611 said:
Whats wrong with factory apps?
Click to expand...
Click to collapse
That's like when you get a new HP Laptop and they throw all this bloat-ware that you don't need.
Why use the ''TeleNav GPS'' when the Google Navigation is free?
And are you really going to use that Slacker or GoGo app? Not likely.
Root, install Titanium backup, installed busybuzz or whatever (Hit the Problems? button in TB), BACKUP all your apps, then delete whatever you dont want
i got rid of Telenavi, GoGo, MobiTV and i think one other.....i never would use them so there was no reason to keep them.
You can also do this via adb shell like this:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
After you've mounted the correct partition you can pull up a complete list of apps with this command:
ls /system/app
Then, remove apps with this command. The apps name are case sensitive to make sure you type the app name as its displayed:
rm VoiceSearch.apk
Dont even need to mount.
Use VoiceSearch.* instead of apk to get rid of the .odex file also.
bubonik said:
Dont even need to mount.
Use VoiceSearch.* instead of apk to get rid of the .odex file also.
Click to expand...
Click to collapse
Good suggestion. Never thought of that, kill two birds with one stone.
bubonik said:
Dont even need to mount.
Use VoiceSearch.* instead of apk to get rid of the .odex file also.
Click to expand...
Click to collapse
What do you mean by this?
phragg said:
What do you mean by this?
Click to expand...
Click to collapse
if you use "rm VoiceSearch.*" * is seen as a wild card so it deletes every file named VoiceSearch with any extension so it will delete VoiceSearch.apk and VoiceSearch.odex
This might have something to do with why I can't mount my drives on any computer:
When I tried to mount via adb, this was my output:
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount: Operation not permitted
Any suggestions?
cashless said:
This might have something to do with why I can't mount my drives on any computer:
When I tried to mount via adb, this was my output:
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount: Operation not permitted
Any suggestions?
Click to expand...
Click to collapse
Are you rooted? You need to be rooted in order to get access to those file systems. If you are rooted, then type 'su' (don't include the quotes), then you'll get a #. Now start entering the commands.
Also make sure that when you enter the commands (via adb) your screen is not locked, so that you can allow the SU app to grant superuser status.

Cannot modify system or delete bloatware anymore?

Ive upgraded to Eugene's Unnoficial ODIN 2.2 ROM and so far its working pretty good but I cant seem to modify anything in the system. Anyone know why? Tried deleting some bloatware with root explorer and android mate but neither work. Am I missing something here? Worked fine in 2.1.
not sure about the 2.2 rom, but with the JI6 update you had to mount system as rw
Mount as read/write:
Code:
mount -o rw,remount -t rfs /dev/block/stl9 /system
Mount as read-only:
Code:
mount -o ro,remount -t rfs /dev/block/stl9 /system
obviously you do this at your own risk
I used titanium backup and it worked for me...I'm using same froyo rom as op
Sent from my SGH-T959 using XDA App
in root explorer you have to toggle the mount as r/w button at the top, and then you can just toggle it back to r/o...kind of cool so you don't accidentally butt-delete your settings.apk or something
bstromberg said:
in root explorer you have to toggle the mount as r/w button at the top, and then you can just toggle it back to r/o...kind of cool so you don't accidentally butt-delete your settings.apk or something
Click to expand...
Click to collapse
Tried that. Still doesn't work. Also tried terminal remount. Doesnt seem to work either. Ill try titanium next.
jrharvey said:
Tried that. Still doesn't work. Also tried terminal remount. Doesnt seem to work either. Ill try titanium next.
Click to expand...
Click to collapse
Install BusyBox off of market, then open the app and click install for the newest busybox, now remove the bloatware
AustinKnight45 said:
Install BusyBox off of market, then open the app and click install for the newest busybox, now remove the bloatware
Click to expand...
Click to collapse
Thanks. Busybox did the trick. I definately did not have it on the stock ROM when i removed all the bloatware before.
In the mount commands above, swap out 'rfs' for 'yaffs2'
I am kinda having the same problems, however I don't have Root Exp, and all my apps in /system/app are -r-. When I try the mount -o rw,remount -t rfs /dev/block/stl9 /system it says Blah blah blah operation not permitted.
I am trying to push a new mms.apk and can't even do that. Says "Read-only file system"
Any help is appreciated
Edit: after installing the newest busybox, I could push in the new signedmms.apk, however all the apps are still -r- in /system/app

[Q] Some system maps

Hi Every body,
In quit new in Android.
I just finaly rooted en S-Off my Desire.
Now I want to copy a file in to a system map, but I cant safe in that map.
Is there a way that I can Chmod the right, so I can Copy too their.
Check the file system you're trying to copy to, it might well be mounted as read-only. If you have permanent root you should be able to remount it as read/write.
steviewevie said:
Check the file system you're trying to copy to, it might well be mounted as read-only. If you have permanent root you should be able to remount it as read/write.
Click to expand...
Click to collapse
I am permanent root, waht should i do to get the map Write.
Is their een special chmod tool.
I use ES file Explorer.
Redbaser said:
I am permanent root, waht should i do to get the map Write.
Is their een special chmod tool.
I use ES file Explorer.
Click to expand...
Click to collapse
You need to mount /system as read/write :
Code:
mount -o remount,rw /system
Make your changes, then when you're done :
Code:
mount -o remount,ro /system
steviewevie said:
You need to mount /system as read/write :
Code:
mount -o remount,rw /system
Make your changes, then when you're done :
Code:
mount -o remount,ro /system
Click to expand...
Click to collapse
From my Pc then it is:
Code:
adb shell
Code:
su
Code:
mount -o remount,rw /system/media/audio/notifications
Code:
exit
Code:
exit
Redbaser said:
Code:
mount -o remount,rw /system/media/audio/notifications
Click to expand...
Click to collapse
No, you need to remount the /system file system (/system/media/audio/notifications) is just a directory within that file system.
Then go into that directory and make any changes that you need to. Then remount it as read-only when you're done.
steviewevie said:
No, you need to remount the /system file system (/system/media/audio/notifications) is just a directory within that file system.
Then go into that directory and make any changes that you need to. Then remount it as read-only when you're done.
Click to expand...
Click to collapse
I did it whit my terminal emulator,
just you told.
I want to copy a file in that directory, it want work, premision denied
I typed
su
#mount -o remount, rw /system
Then I tried to copy
Redbaser said:
I did it whit my terminal emulator,
just you told.
I want to copy a file in that directory, it want work, premision denied
I typed
su
#mount -o remount, rw /system
Then I tried to copy
Click to expand...
Click to collapse
Check your steps again. I just created a new file in that directory fine.
Did the su work ?
You're not typing that "#" symbol, are you ? That's the command prompt when you're root.
steviewevie said:
Check your steps again. I just created a new file in that directory fine.
Did the su work ?
You're not typing that "#" symbol, are you ? That's the command prompt when you're root.
Click to expand...
Click to collapse
I treid again, I type su, then $ change in #
I type mount -o remount, rw /system (puch enter)
I open ES file Explorer, the directory is still no Rightable only Read.
I
Redbaser said:
I treid again, I type su, then $ change in #
I type mount -o remount, rw /system (puch enter)
I open ES file Explorer, the directory is still no Rightable only Read.
Click to expand...
Click to collapse
The problem is ES File Explorer isn't running as the root user. So you can do a "chmod 777 /system/media/audio/notifications" then it will work.
steviewevie said:
The problem is ES File Explorer isn't running as the root user. So you can do a "chmod 777 /system/media/audio/notifications" then it will work.
Click to expand...
Click to collapse
Wich App do i need or how can i made the explorer as root user.
Redbaser said:
Wich App do i need or how can i made the explorer as root user.
Click to expand...
Click to collapse
Are you not comfortable doing it via the command line ? There is an "experimental" option within ES File Explorer to let it run as root, but I just tried it, and it doesn't work on the stock ROM.
I checked and it looks like one of the other main explorers, Astro, doesn't work as root either.
Maybe try the Root Explorer app (hmm, though I see you have to pay for it) ? Anyone else have recommendations ?
steviewevie said:
Are you not comfortable doing it via the command line ? There is an "experimental" option within ES File Explorer to let it run as root, but I just tried it, and it doesn't work on the stock ROM.
Click to expand...
Click to collapse
I so new whit android, I Realy dont now what are you mean, Sorry
Redbaser said:
I so new whit android, I Realy dont now what are you mean, Sorry
Click to expand...
Click to collapse
If you are willing to pay for the "Root Explorer" app, which you will find on the Android market, then that should do what you want (i.e. give you a file explorer app that will work as root).

[Q] Deleting bloatware problem?

I had my stuff deleted, however im having to redo it, im following this "http://forum.xda-developers.com/showthread.php?t=581635&page=32" and it worked perfect the first time, now i keep getting an error that says the files are read only. Whats wrong?
Moved to general Are you perm. rooted? How are you deleting them?
nbunn said:
I had my stuff deleted, however im having to redo it, im following this "http://forum.xda-developers.com/showthread.php?t=581635&page=32" and it worked perfect the first time, now i keep getting an error that says the files are read only. Whats wrong?
Click to expand...
Click to collapse
You need to mount /system as rw. In the terminal enter
Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk0p26 /system
Then remove as before.
cloverdale said:
You need to mount /system as rw. In the terminal enter
Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk0p26 /system
Then remove as before.
Click to expand...
Click to collapse
It told me permission denied, and operation not permitted?
nbunn said:
It told me permission denied, and operation not permitted?
Click to expand...
Click to collapse
Did you enter su first?
cloverdale said:
Did you enter su first?
Click to expand...
Click to collapse
yes i did, ill try again

System r/o

Hello fellow xda'ers,
A few weeks I am experiencing a problem with my moto x style. The problem is that i don't have access anymore to my system folder. I have full root access, I can use rooted apps, but i can't switch my file system to r/w. Also when I boot into recovery I can flash roms etc, they are fully working, but once again, no system access. Also when I try to mount the system folder in recovery it seems it won't stick. Also when I use root explorer it says it switched to r/w but in fact it is r/o..
Can someone please hint me out what I could do to fix this problem?
Thanks in advance,
Bump
Have you tried something like this in terminal as root, or via ADB root?
Code:
mount -o rw,remount,rw /system
Then for r/o...
Code:
mount -o ro,remount,ro /system
quakeaz said:
Have you tried something like this in terminal as root, or via ADB root?
Then for r/o...
Click to expand...
Click to collapse
Thanks for your reply. But i still can't get system access.
bartjeh1991 said:
Thanks for your reply. But i still can't get system access.
Click to expand...
Click to collapse
Did you receive an error running the command? You are root, correct? Possibly just use:
Code:
mount -o remount,rw /system
Then run...
Code:
mount | grep system
Mine is read-only, but this should tell you if yours is rw or not.
Code:
u0 a114 clark:/ mount | grep system
/dev/block/bootdevice/by-name/system /system ext4 [B]ro[/B],seclabel,relatime,data=ordered 0 0
quakeaz said:
Did you receive an error running the command? You are root, correct? Possibly just use:
Then run...
Mine is read-only, but this should tell you if yours is rw or not.
Click to expand...
Click to collapse
I get this message everytime i run the commands you give me.

Categories

Resources