2013年9月5日星期四

adb connect multiple devices to the same problem

rt. . . .

know you can talk about it ?
------ Solution ---------------------------------------- ----

you can use wireless adb way to connect

Each device has its own IP, and then you go through adb connect IP segment can be controlled !
------ Solution ---------------------------------------- ----

you can use wireless adb way to connect   
  
Each device has its own IP, and then you go through adb connect IP segment can be controlled !   +1
------ Solution ---------------------------------- ----------


you do not install adbWireless.apk software ? This should be your android version does not matter ! You try !
------ Solution ---------------------------------------- ----
classmates, all you need to change your device 's ID, as follows:
1. adb shell
2.cd / sys/class/android_usb/android0 /
3.echo-n string you want > iSerial
4. cat iSerial, confirm the change successful
5. reseated usb.
many ways . Tell you kind of need root privileges .
------ Solution ---------------------------------------- ----
Haha , do not root, more depressed ah , for the cottage manufacturers with a mobile phone device id is the same , enough you depressed
------ Solution ---- ----------------------------------------
I go, the cottage is the cow , you know that there is such a problem really did not come across yourself , the landlord real goods ah
------ Solution -------------------- ------------------------
network connection -s example . / adb-s 192.168.0.102:5555 uninstall com.xx.xx

usb connection for example with -d . / adb-d devicesname logcat

------ Solution ------------------------------------ --------
http://www. 360doc.com/content/11/0111/20/13049_85839749.shtml
------ For reference only ------------------- --------------------
you in the end want to say what ?
------ For reference only --------- ------------------------------
adb connect multiple identical devices

C: \ Users> adb devices
List of devices attached
N760_CHINATELECOM device
N760_CHINATELECOM device
N760_CHINATELECOM device
N760_CHINATELECOM device

me how to operate one of the N760_CHINATELECOM phone. .

I use adb-s "N760_CHINATELECOM" shell is not on the connection .
------ For reference only -------------------------------------- -
only way through the usb connection . Version 2.3 can not connect . Andrews higher version can wireless connection.
------ For reference only -------------------------------------- -


-d command while connected to only one device
------ For reference only ------------------------ ---------------


there any other ways ? Really want to know Oh
------ For reference only ---------------------------------- -----
drivers / usb / gadget / android.c have a place to serial_string assignment :
strncpy (serial_string, "0123456789ABCDEF", sizeof (serial_string) - 1);
Here you can modify iSerial value.

没有评论:

发表评论