Re: [android-kernel] Re: ADB in 3.10

2013-10-29 Thread mark gross
https://plus.google.com/111524780435806926688/posts/AaEccFjKNHE On Tue, Oct 29, 2013 at 3:08 AM, Rohramp wrote: > Guys, > > Pls help to respond. > Is there any alternative for adb functionality in 3.1o kernel? > > BR > Roh > > On Tuesday, October 22, 2013 5:44:44 PM UTC+5:30, Rohramp wrote: >>

[android-kernel] Re: ADB in 3.10

2013-10-29 Thread Rohramp
Guys, Pls help to respond. Is there any alternative for adb functionality in 3.1o kernel? BR Roh On Tuesday, October 22, 2013 5:44:44 PM UTC+5:30, Rohramp wrote: > > Hello folks, > > How adb works in 3.10 kernel? > From the following change id:Idfb4110429bc0ea63f493c68ad667f49ca471987, it >

[android-kernel] Re: ADB removed from Android Linux kernel 3.0

2011-08-31 Thread Chris Stratton
On Tuesday, August 30, 2011 8:49:44 PM UTC-4, Behnam wrote: > > I am currently moving to Android Kernel 3.0 for my development and I > realized that adb no longer works in 3.0 kernel. I did a bit of > digging and came across a commit that completely removes any ADB > functionality from USB gadge

Re: [android-kernel] Re: ADB

2011-04-20 Thread mike digioia
Just want to close out this thread with results/fixes. Please see url - http://www.google.com/support/forum/p/android/thread?tid=08945730bbd7b22b&hl=en This will give some information on how to fix these issues on Linux. But in general, the correct udev settings are necessary and this help URL i

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
Hi steve, This makes some sense. But the id is the usb product id. They have asked to alter the product id on my linux ubuntu system to match what is in my device kernel for usb product code. I have not done this yet, since the product code should only change if the usb hw changes. It makes some s

Re: [android-kernel] Re: ADB

2011-03-02 Thread Steve Modica
On Mar 2, 2011, at 4:20 PM, mike digioia wrote: > Yes this is the normal stuff everyone needs to do when it does not work well. > But my problem has been identified by Qualcomm engineers as a product id > mismatch. First they said it was caused by the pid (misunderstood to be > process id). Bu

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
Hi Yes this is the normal stuff everyone needs to do when it does not work well. But my problem has been identified by Qualcomm engineers as a product id mismatch. First they said it was caused by the pid (misunderstood to be process id). But in the platform boards file USB has its product ID numb

[android-kernel] Re: ADB

2011-03-02 Thread P@AR
No Pavan, I haven't tried that! I'll check and see if modifying the android_winusb.inf could help... Thanks, Best Regards On Mar 2, 10:54 am, Pavan Savoy wrote: > On Wed, Mar 2, 2011 at 3:16 PM, P@AR wrote: > > Hi Mike > > ... maybe from different reason... but I also had troubles with > > con

Re: [android-kernel] Re: ADB

2011-03-02 Thread Pavan Savoy
On Wed, Mar 2, 2011 at 3:16 PM, P@AR wrote: > Hi Mike > ... maybe from different reason... but I also had troubles with > connecting to adb on my device. > > For solving the problem I was doing do following commands > > adb kill-server > adb start-server > > and after several tries, it succeed > (

[android-kernel] Re: ADB

2011-03-02 Thread P@AR
Hi Mike ... maybe from different reason... but I also had troubles with connecting to adb on my device. For solving the problem I was doing do following commands adb kill-server adb start-server and after several tries, it succeed (sometimes I had to reconnect unplug/plug the USB cable few time

[android-kernel] Re: ADB in windows shows dev offline

2009-08-04 Thread Neo
On Jul 31, 1:29 am, dan raaka wrote: > try unplugging the board from PC and reconnect .. > sometimes this does the trick .. > > -Dan > > On Thu, Jul 30, 2009 at 2:36 AM, vinish wrote: > > > hi.. > >  start the emulator and then try > > > On Jul 27, 1:21 pm, Saravanan wrote: > > > Hi all!, > >

[android-kernel] Re: ADB in windows shows dev offline

2009-07-31 Thread dan raaka
try unplugging the board from PC and reconnect .. sometimes this does the trick .. -Dan On Thu, Jul 30, 2009 at 2:36 AM, vinish wrote: > > hi.. > start the emulator and then try > > > > On Jul 27, 1:21 pm, Saravanan wrote: > > Hi all!, > > I am porting Android to S3C6410 based deve

[android-kernel] Re: ADB in windows shows dev offline

2009-07-30 Thread vinish
hi.. start the emulator and then try On Jul 27, 1:21 pm, Saravanan wrote: > Hi all!, >           I am porting Android to S3C6410 based development board. On > the board, Android boots normally and everything is ok. When i > connected the board to windows PC through usb, it prompted to ''new

[android-kernel] Re: ADB in windows shows dev offline

2009-07-29 Thread basteon
What's transtort you use? I think affair with it. You can investigate this problem by yourself, post your configuration or ask there irc.freenode.net #android. 2009/7/28 Saravanan : > > Hi all, > >         `adbd` is running successfully in Android and adb server also > running successfully in L

[android-kernel] Re: ADB in windows shows dev offline

2009-07-28 Thread Saravanan
Hi all, `adbd` is running successfully in Android and adb server also running successfully in Linux PC but still `adb devices` shows that device is offline. I tried killing and starting server many times but still the same response Can some one help me where something goes wrong. Regar

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread birjodh tiwana
the thing that is "partially responsible" for adb is the adbd daemon process running in kernel. On Mon, Jul 27, 2009 at 1:16 PM, Saravanan wrote: > > Hi Hua Zhou, > > Thanks for your reply! > May i know what are all the binaries running on Android side is > responsible for "ADB interfac

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread Saravanan
Hi Hua Zhou, Thanks for your reply! May i know what are all the binaries running on Android side is responsible for "ADB interface". Is there anything like "usbd" that runs on Android side and partially responsible for "ADB interface". Regards, Saravanan On Jul 27, 9:22 am, Hua Zhou

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread birjodh tiwana
do adb kill-server . then do adb devices again.. make sure device is connected. On Mon, Jul 27, 2009 at 1:12 PM, Saravanan wrote: > > Hi Basteon, > >Thanks for your reply! > I understand that this source code is for the adb in windows SDK. May > i know how can i get the source co

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread Saravanan
Hi Basteon, Thanks for your reply! I understand that this source code is for the adb in windows SDK. May i know how can i get the source code of adb for windows sdk. Regards, Saravanan On Jul 27, 2:54 am, basteon wrote: > hi, > I seems offline it's not attached. I not use this

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread Hua Zhou
check the adbd service is start ok on your board. try adb kill-server, then adb devices. 2009/7/27 basteon > > hi, > I seems offline it's not attached. I not use this tool before, but if > we see in source... >if(!strcmp(argv[0], "devices")) { >char *tmp; >snprintf(buf, sizeo

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread basteon
hi, I seems offline it's not attached. I not use this tool before, but if we see in source... if(!strcmp(argv[0], "devices")) { char *tmp; snprintf(buf, sizeof buf, "host:%s", argv[0]); tmp = adb_query(buf); if(tmp) { printf("List of devices attached

[android-kernel] Re: adb device problem

2009-03-05 Thread Ramy
can any one tell me why the below is coming .. I am trying to read from the adb device (/dev/android-adb) rx c1cf4f60 queue rx c1cf4f20 queue rx c1cf4ee0 queue rx c1cf4ea0 queue It keeps on waiting ... and when i do cntrl +c i get adb_read returning -512 Thanks for the help. On Feb 26, 10:

[android-kernel] Re: adb device problem

2009-02-26 Thread Mike Lockwood
The adb kernel driver actually could support another protocol. The only limitation is that there is a maximum 4096 byte packet size. Of course you would need to write your own program on the PC that understands the data you are sending from the device. And you could not use adb at all if you hi

[android-kernel] Re: adb device problem

2009-02-25 Thread Ramy
You mean to say that the controller driver provided for msm 7200 will only work with adb protocol. can it be changed or customized to meet any specific protocol. On Feb 26, 12:23 am, Mike Lockwood wrote: > On Tue, Feb 24, 2009 at 11:59 PM, Ramy wrote: > > > Hi all, > > > I am very new to the a

[android-kernel] Re: adb device problem

2009-02-25 Thread Mike Lockwood
On Tue, Feb 24, 2009 at 11:59 PM, Ramy wrote: > > Hi all, > > I am very new to the android env. please bear with me if my question > is too fundamental. > > I am using a peripheral driver with no host support for USB. > I am trying to use the adb driver to transfer a file. The adb driver > is com