On Sat, Nov 10, 2012 at 9:07 AM, Fedora User <fedoradch@gmail.com> wrote:
On Fri, 2012-11-09 at 17:45 -0500, Jim wrote:
> The fedora app to connect to Android , is it something like MFB or MTB ?

The app is adb. You need to set your usb connection to debugging mode in
application settings. You will still be able to mount the device as mass
storage from notifications.

I rooted my wife's phone but it seemed to require a udev rule in order to have the right device permissions. Assuming it identifies as the same vendor (verify with dmesg?):

--- /etc/udev/rules.d/51-android.rules ---
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8″, MODE="0666"
--- end ---

Richard