can i load emulators and roms to my sdcard then do a file transfer?
Yes you should be able too. Try it.
Sent from my Sony Tablet S using Tapatalk
Related
Hello,
I have flashed my phone with the Lite'ning Rom v1.1 XWKE7 and normally it my phone should be rooted....
So far I understood, but how do you get in the system files, do you need to go true USB mass storage? in that case, I didn't see those maps
Do you need a program for windows to get in those system files?
I want to disable the camera shutter sound, i know I need to go to /system/media/audio/ui ... but how do I get there?? :/
I know it's a noob question but I just can't figure it out
You need an app like root explorer which acts like windows explorer to access your phone's directories
Sent from my GT-I9100 using XDA Premium App
Or droid explorer for your desktop, but it's incredibly slow so root explorer ftw.
Thx, do you know some good program's? I can google it but if someone knows a good program it would be handy
i'm working with windows 7 64bits
root explorer its the way to go
Sent from my GT-I9100 using XDA Premium App
http://www.appbrain.com/app/super-manager/gpc.myweb.hinet.net.TaskManager
Super manager bit easier to read .
jje
If you want to do it from your pc the adb is probably the best option. If you want to do it form your phone go with root explorer or if you don't want to pay use android terminal emulator.
I managed it to work! thx for help all
Hey guys, I have a folder on my sd card called /RootFiles where all of my files for rooting go. Almost all i download from online is stuff like kernels roms etc, so i want it all to go to the /RootFiles folder. Can i symlink downloads so everything i dowload goes there? Anything else i download i will move manually since there is not that much. So if someone could tell me the terminal/adb code that would be awesome.
Thanks!
Bump
Sent from my GT-I9000 using xda premium
Anyone?
Sent from my cm_tenderloin Touchpad using xda premium
How do i get access to the built in ringtones or the main filesystem on the phone? Is this at all possible ?
Brand new phone.
You need to be rooted first. Then using root explorer you should be able to navigate to system/media/audio
What are tou trying to do?
Sent from my GT-I9300 using xda premium
I was trying to snatch the built in ringtones that came with the computer to my pc
Guess i will have to start considering Rooting my android
..
I'm trying to install FriendCaster and I get "not enough space" or something like that, but I have 11 GB available...
How's that?
Anyone know why? I can install other apps...
Sent from my LG-P880 using xda app-developers app
Bump
Sent from my LG-P880 using xda app-developers app
Hi, usually that (misleading) error message is caused by residue files in the /data/app directory, where you want to install the .apk
Scan that directory and search for the (old) .APK of the program you want to install, and also you may find the corresponding .ODEX file.
Example com.app.name.apk & com.app.name.odex
Delete both, and try to install again, and it should work.
Hope these instructions are enough to help you
Enviado desde mi Transformer Prime TF201 usando Tapatalk 2
CekMTL said:
Hi, usually that (misleading) error message is caused by residue files in the /data/app directory, where you want to install the .apk
Scan that directory and search for the (old) .APK of the program you want to install, and also you may find the corresponding .ODEX file.
Example com.app.name.apk & com.app.name.odex
Delete both, and try to install again, and it should work.
Hope these instructions are enough to help you
Enviado desde mi Transformer Prime TF201 usando Tapatalk 2
Click to expand...
Click to collapse
There's no files left, and it still doesn't work...
Sent from my LG-P880 using xda app-developers app
Hey guys, I have an unrooted Samsung Galaxy S II Skyrocket on AT&T and I really want to get Google Now on it without rooting. I was looking around online and I found a video in which the guy manages to install it using only apks. Yes, he was rooted, but the only reasons I could see that it needed root was to edit build.prop and to edit the system apks. So I thought, well, couldn't I just do that on my computer? I was thinking that maybe if I plugged my phone in via USB, got build.prop off the system folder, edited it, then edited the system files, but the new build.prop on, installed the apk I would have Google Now! I'm pretty sure this won't work, but I'm curious why.
You need root to access system folders
Sent from my GT-I9300 using xda app-developers app
thedadio said:
You need root to access system folders
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
So even if you go on PC and via USB browse to system folders, you can't open them?
RewinX said:
So even if you go on PC and via USB browse to system folders, you can't open them?
Click to expand...
Click to collapse
You can't view system folders on a PC, only using a root browser (to edit), a normal file browser (to view) or adb (to view)
Sent from my Galaxy Nexus using Tapatalk 2
Quinny899 said:
You can't view system folders on a PC, only using a root browser (to edit), a normal file browser (to view) or adb (to view)
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Exactly what I was looking for, thanks.