I have Oneplus2. I want to get root access via pc. I have already rooted my device. But is there any way to access root files through pc using any app in pc.
Short answer NO. There is no easy way. But you can use adb to edit root directory I think.
BTW why do you need to explore root directory through pc?
Related
is there a way that i can install .apk files on atrix without having my phone rooted?
fRenZy-_- said:
is there a way that i can install .apk files on atrix without having my phone rooted?
Click to expand...
Click to collapse
Watch my ATRIX Rooting video but instead of doing the root process, only try the enable non-market apps button. I'm not sure if you can do this though. Rooting is easily reversible. You should just root anyhow IMO.
Have you tried the Sideloader Wonder Machine yet?
You can you the android SDK and ADB to install it. Just install the SDK, put the app in the tools folder, open a command line, navigate to the tools folder, and type "adb install XXX.apk" where XXX is the name of the file
thunderpack said:
You can you the android SDK and ADB to install it. Just install the SDK, put the app in the tools folder, open a command line, navigate to the tools folder, and type "adb install XXX.apk" where XXX is the name of the file
Click to expand...
Click to collapse
Video for that as well...
http://www.youtube.com/watch?v=4axv2jXBR-M
Download the "Sideload Wonder Machine". It will allow you to sideload without rooting.
I believe that droid explorer would be the easiest way? Correct me if I'm wrong. Not sure if it works with this phone though??
Just like how you can access sdcard and the microsd card via usb connection to the computer, is there any way to access the root folders of the phone on your pc?
only way I know of is using ADB pull commands... but you have to know exactly what you want and where it's located. OR use RootExplorer and copy the files to your SD card, then mount to a PC and they will show up
If there is a simple file navigation program that would access root files, i would love to know about it!
There are a few on the web. They require adb on your pc though or you will only be able to pull from your phone. I think the one I used to use was android explorer.
Sent from my SGH-T959 using XDA Premium App
ADB shell > su > ls / cd .. will let you look through there, won't it?
-bZj
XDAapp
how do i connect my phone to my pc to search all my files and pull them out, im not tlking about sd mount eighter i need to pull out internal files
Try downloading a file manager on your phone.
Evo SHIFT
I need to connect my phones internal files to my pc, so i can access everything in my phone, root explorer or other apps won't allow that.
thizzlemania91 said:
I need to connect my phones internal files to my pc, so i can access everything in my phone, root explorer or other apps won't allow that.
Click to expand...
Click to collapse
Root explorer allow you to delete system files.. you just have to change permission for it to work... thrust me I dint know how to do it at the beginning but it works.
You can use root explorer to copy/paste the files you want to your SD card. Or simply adb pull. Either way will work.
Just use adb wireless. You have full access wirelessly that way.
Sent from my PG86100 using Tapatalk
You can always use Droid Explorer.
thizzlemania91 said:
how do i connect my phone to my pc to search all my files and pull them out, im not tlking about sd mount eighter i need to pull out internal files
Click to expand...
Click to collapse
personally I prefer using the tools google has released for developers all included in the android-sdk package. the main tool for command line access to the device is adb (android debug bridge).
i wrote a quick/simple guide on the basic commands for using adb - [TUTORIAL/HOW TO] Basics of ADB
hope that helps!
Thanks ppl ill give your suggestions a go
Joey your tutorial is noob friendly +1thank you brother.
How can i connect to my phone via USB with ADB?
I want to push/pull and edit some files from the system partition and a root acess file manager wont let me edit the file for some reason so i want to try and do it with ADB
Cheers!
Hey i am very curious to know, if there any way to get in the Android root folder and delete any kind of files/folder from there WITHOUT root access.
I have PC
Any kind of information about this will appreciate
nishat islam said:
Hey i am very curious to know, if there any way to get in the Android root folder and delete any kind of files/folder from there WITHOUT root access.
I have PC
Any kind of information about this will appreciate
Click to expand...
Click to collapse
You cannot do that without having your device rooted, as the file permissions won't allow you to list contents there.
jwoegerbauer said:
You cannot do that without having your device rooted, as the file permissions won't allow you to list contents there.
Click to expand...
Click to collapse
yeah. i heard about it. but i also heard, by pc - you can modify/ dump/ delete your root folder through ADB or something i don't know