View Single Post
Posts: 39 | Thanked: 12 times | Joined on Jan 2009
#502
Originally Posted by www.rzr.online.fr View Post
Hi I have the same error while it used to work in the past using this procudure on 770 :

http://www.newlc.com/en/nitdroid-dem...d-nokia-n770-0
Turned out I had a running process that needed to be killed.. on the Linux host (as root):

ps axw | grep adb

look for a process running with adb and "fork-server" in its name. Locate the process id ("PID") at the beginning of the row. Then kill it with

kill <pid>

Next time you start adb, you should see "starting server" before the action you requested. Then it should work.