Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi Justin, not sure about the link. It's about a choosing a car charger and not about rooting my phone in linux.
Hi, I'm running Fedora 18 (x86) and I can't get this LG Spirit to show up in my OS. I'm trying to get the OS to recognize it so I can then use adb to root the darn thing. The connection methods: charge only, sync with windows media, etc doesn't work. Thanks for any guidance.
lsusb
Interesting... LG Electronics, Inc. must be the LG Spirit. Good call.
[HIGH]$ lsusb
Bus 001 Device 009: ID 1004:6300 LG Electronics, Inc.
Bus 003 Device 002: ID 0461:4d15 Primax Electronics, Ltd Dell Optical Mouse
Bus 003 Device 003: ID 04d9:1400 Holtek Semiconductor, Inc. PS/2 keyboard + mouse controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[/HIGH]So; I then ran the following command, but no success.
[HIGH]$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
[/HIGH]
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004:6300", SYMLINK+="android_adb", MODE="0666" GROUP="plugdev"TEST=="/var/run/ConsoleKit/database", \RUN+="udev-acl --action=$env{action} --device=$env{DEVNAME}"
Before we go crazy and try a million things to get adb working, you did enable USB debugging in developer options, right?