Sunday, 15 June 2014

android - Change ADB Port -



android - Change ADB Port -

i want alter adb port run on default port on 5037. want alter port because port on 5037 used programme baidu adb component (baidu android store baidu pc faster using same port 5037).

i have tried kill process access denied. please see image here:

i know have posted similar question here, not helping me.

i have tried :

1. open cmd admisitrator , type :

-netstat -ano |findstr "5037"

which generate pid of application using port 5037, then

taskkill /pid port /f /t

then said access denied

2. next this answer from stackoverflow generate :

* daemon not running. starting on port 5555 * adb server didn't ack * failed start daemon * error: cannot connect daemon

3. have tried using programme process explorer from this

and tried kill baidu adb component generate result access denied

4. trying stop service said cannot completed

so, think problem can solve alter adb port. don't want uninstall baidu pc faster or baidu android store. idea? how perform this?

thanks help.

command run adb server on different port $ adb -p 12345 start-server

adb server starts on 12345 port

android adb

No comments:

Post a Comment