- Jun 5, 2010
- 437
- 9
- 18
You shouldn't need them on Linux and mac...
Sent from my PC36100 using Tapatalk
If your trying to get adb to work just install HTC Sync
Link to sync for linux?
sudo su
<password>
cd /path to SDK/tools/
./adb kill-server
./adb start-server
exit
there are no drivers, or htc sync for linux.
Make sure you have the latest Sun jre installed
Extract the SDK
if Ubuntu --
Code:sudo su <password> cd /path to SDK/tools/ ./adb kill-server ./adb start-server exit
then try adb with your user account
Yeah every time you reboot your computer or stop the adb server, you have to run adb start-server as root or through sudo. Otherwise it won't be able to access any devices.
Thanks guys.
No problem!
This is a great place to practice bash scripting
open a term, su to root, enter pwd, cd to dir, stop/start server, exit root shell, cd back to dir as user.
And there's a few of us Linuxiots here, so shout out when you hit the next inevitable snag lol
64 bit system?
if so, delete your extracted SDK folder (keep the downloaded file)
apt-get install ia32-libs
then re-extract the sdk and try again.
deb http://archive.canonical.com/ lucid partner
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
sudo update-alternatives --config java
...Hopefully this will fix you up