 Thread Author
# 11

12-03-2010, 01:24 AM
|
| | Device(s): Yes ROM/Kernel: Homebrewed My Next Device: Yes | | Location: Wild and Wonderful Join Date: Oct 2009
Thanked 2,168 Times in 537 Posts
Likes Received: 309
Activity: | |
Quote:
Originally Posted by drklunk Maybe its just me but Im running Ubuntu 10.10 and installed/opened this using Wine. Ive tried a few different configurations of Wine but I still cant get the menu bar to show up, so I cant change the language. Is there another way I can change the language or something Linux specific?
Im not sure how to use directly downloaded drivers | You don't need any drivers on Linux. Make sure USB debugging is on on the phone, connect to a high speed USB port, and in a terminal: Code: sudo su
*password*
cd /home/path/to/sdk/tools/directory/
./adb-kill server
./adb-start-server
exit You can then use adb as a regular user. You can script the above commands, or look for the udev rules for LG Android phones and you won't need to start the server as root any longer.
|