You are not logged in.

#1 2013-05-03 05:01:56

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

[solved] Mounting and accessing Android /root

Hello,

I searched a bit on the Web and all I had found was MTP to mount the SD Card into my Linux system.

However, I would like to mount / and not only /mnt/sdcard to change some internals of my rooted device.

How would I do that and is there a way to do that in Nautilus?

Regards

Last edited by orschiro (2013-05-03 06:52:04)

Offline

#2 2013-05-03 05:09:21

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [solved] Mounting and accessing Android /root

You need the android development package, then you can use the adb shell.

This isn't really an Arch question... but you need android-sdk and android-sdk-platform-tools.  You might just need the platform tools... but I ahve both, and haven't really don't much to figure out what I do and don't need.  But the platform-tools package has fastboot and adb, which are the two most commonly used tools for flashing and whatnot.

Offline

#3 2013-05-03 05:19:28

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [solved] Mounting and accessing Android /root

Thanks. I was aware of adb. However, adb is not very comfortable in terms of accessing the files as it only transfers files but does not allow me to view them on my Linux system.

Offline

#4 2013-05-03 06:03:06

opt1mus
Member
From: UK
Registered: 2011-12-31
Posts: 212
Website

Re: [solved] Mounting and accessing Android /root

You can get away with just an adb binary, at least for opening a shell to your android device. It's a rather crude way of managing files to and fro, but it's good enough for me.

Offline

#5 2013-05-03 06:51:55

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [solved] Mounting and accessing Android /root

Well, since I only need to replace some files in /system I will follow your solutions and just rely on adb commands as well as shell.

Thanks!

Offline

#6 2013-05-03 06:54:53

progandy
Member
Registered: 2012-05-17
Posts: 5,202

Re: [solved] Mounting and accessing Android /root

You could also try to use an ssh server on the phone, sshfs on arch and "adb forward" to forward a local port to your android device.
Edit: Don't forget to remount /system as writable. For smaller changes it si easier to use adb, though. Just create the directory structure locally and use adb push or adb sync wink

Last edited by progandy (2013-05-03 06:57:00)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

Board footer

Powered by FluxBB