@NEO:- I have USB port on my board ,but I can't use them like how I used on
beagle board....they are normal USB port(to connect pandrive etc) same what
we have on our PC. to connect the board we need a small usb port wheich is
not on my board, as far as uart port is concerned...I do everything with
the board through UART terminal.

@VAME:- Yes I tried to reconnect the device so many time...I am spending
more than a week on this activity...both board and host pc are connected to
the same network..and both are doing ping successfully...

after #adb disconnect 107.108.175.19:5555
it is still able to ping.. to do ping i think it doesn't matter whom the
device is connected to ,it only need to connect to network.

and I tried all steps.
when I do setprop service.adb.tcp.port 5555
it says *"could not set port*"..I dont understand why so...whereas When I
do netcfg it showed all the things correct(IP address)
start and stop adb binaries I dont have...we have limited binaries...I
download all android binaries from net,but none of them is compatible with
our kernel...

Regards
Manjeet

On Tue, Dec 11, 2012 at 1:41 AM, vame <[email protected]> wrote:

> Can you post logcat output from the device.?
> Did you try reconnecting to the device? what is the ping status after*
> *
> #adb disconnect 107.108.175.19:5555
>   No such device
>
> *Steps to connect your device to Host machine via Ethernet:*
>               On Device:
>                      Step 1. Connect Ethernet cable and check if status
> leds are blinking.
>                      Step 2. Launch Android Terminal.
>                      Step 3. Issue these commands:
>                                 # ifconfig eth0 <IP-address> up
>                                 # setprop service.adb.tcp.port 5555
>                                 # stop adbd
>                                 # start adbd
>               On Host:
>                     # adb connect <IP-address of device>
>
>                With this you device should be connected. and by using
>                # adb shell
>                you are having access to the Android device shell.
>
>
> On Tuesday, December 11, 2012 2:42:26 PM UTC+5:30, NEO SUN wrote:
>
>> I think,
>> 1 you should use usb connect.  Your board don't need OTG function, it is
>> just a slave device.
>> Please use usb cable.
>> 2 If you want to use tcp connect, Please google it.
>> http://ytydyd.blog.sohu.com/146260552.html
>> it seems good.
>>
>> BTW: did you use uart console?Once i use uart console, i can not find
>> device with adb devices.
>> Maybe you need to disable uart console to make a test.
>>
>>
>> 2012/12/11 Manjeet Pawar <[email protected]>
>>
>>> I have connected my board via ethernet port and have set an IP address .
>>> I am able to ping successfully on both host and board..I checked for adbd
>>> deamon on target ,initially it was not running , I started it by* *
>>> *# adbd &*
>>> Then I tried to connect it by giving following commands:
>>>
>>> # adb start-server
>>> # adb connect 107.108.175.19:5555
>>> device connected successfully
>>> #adb devices
>>> No devices found
>>>
>>> or
>>>
>>> #adb disconnect 107.108.175.19:5555
>>> No such device
>>>
>>> *This is the error I am getting...I am confused if it is not connected
>>> then why it showd connected when I use "adb connect "  wheras adbd deamon
>>> runs on board and IP address are set successfully.*
>>>
>>>
>>> Thanks
>>> Manjeet
>>>
>>>
>>> On Mon, Dec 10, 2012 at 10:39 PM, NEO <[email protected]> wrote:
>>>
>>>> OTG? you need not to do this, just connect your board to your host pc.
>>>> execute adb device, if your host pc has your device's adb drvier, adb
>>>> will find your device.
>>>> then run cts test.
>>>>
>>>>
>>>> 2012/12/11 Manjeet Pawar <[email protected]>
>>>>
>>>>> I can use USB cable,bcoz I dont have OTG support on my board...only
>>>>> things that i can use as a connection is "ethernet port"...but when i
>>>>> followed the doc "
>>>>> http://processors.wiki.ti.com/index.php/Android_ADB_Setup"...i didn't
>>>>> have some binaries like setprop or su..I downloaded them,but they didn't
>>>>> run properly..
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Mon, Dec 10, 2012 at 9:08 PM, NEO <[email protected]> wrote:
>>>>>
>>>>>> As you know, you need to fix the connection problem.
>>>>>> Why don't you use usb cable?
>>>>>>
>>>>>>
>>>>>> 2012/12/11 Manjeet Pawar <[email protected]>
>>>>>>
>>>>>>> *Hi All,*
>>>>>>>
>>>>>>> *I want to run CTS(compatibility Test Suite) from commandline. But
>>>>>>> I am not able to connect my board thought ethernet port via 'adb'. So
>>>>>>> connection between hostpc and my board(ARM board) is a measure issue
>>>>>>> here...I have flashed android in my board still I am not able to 
>>>>>>> connect it
>>>>>>> to the pc. Now I have to run CTS.How can I run CTS without adb
>>>>>>> connection..?????? Because if there is no device connected to my pc,I 
>>>>>>> can't
>>>>>>> start CTS on my host machine,so device must be connected..*
>>>>>>>
>>>>>>> *Has any one ever run CTS like this..????*
>>>>>>>
>>>>>>> *I have copied to complete source of Android CTS in to pandrive
>>>>>>> which is accessible on board.But that seems to be impossible to run on
>>>>>>> board, As 'startcts' used java to run itself, But we have dalvikVM on
>>>>>>> android ,no jvm is there..how can I handle this..Please comments..*
>>>>>>>
>>>>>>> *Thanks & Regards*
>>>>>>> *Manjeet Pawar*
>>>>>>> --
>>>>>>> unsubscribe: [email protected]
>>>>>>> website: http://groups.google.com/group/android-kernel
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards !
>>>>>> Mingting Sun
>>>>>>  --
>>>>>> unsubscribe: [email protected]
>>>>>> website: http://groups.google.com/group/android-kernel
>>>>>
>>>>>
>>>>> --
>>>>> unsubscribe: [email protected]
>>>>> website: http://groups.google.com/group/android-kernel
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards !
>>>> Mingting Sun
>>>>  --
>>>> unsubscribe: [email protected]
>>>> website: http://groups.google.com/group/android-kernel
>>>>
>>>
>>> --
>>> unsubscribe: [email protected]
>>> website: http://groups.google.com/group/android-kernel
>>
>>
>>
>>
>> --
>> Best regards !
>> Mingting Sun
>>
>  --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-kernel
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to