[android-developers] Re: Adb problem

2016-01-14 Thread Илья Нуйкин
C:\Android\android-sdk\platform-tools>set ADB_TRACE=1 C:\Android\android-sdk\platform-tools>adb start-server Tryied this. Not Work -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] Re: Adb problem

2016-01-14 Thread Илья Нуйкин
adb.exe is missing in Task Manager четверг, 14 января 2016 г., 16:51:26 UTC+3 пользователь Илья Нуйкин написал: > > > > Hello, > > Sorry for

[android-developers] Re: Adb problem

2016-01-14 Thread Илья Нуйкин
Tryied reinstall. Not work -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send

[android-developers] Re: adb dont work anymore after update

2015-12-20 Thread Rolf Pfister
New installation of whole sdk didn't work. I found the solution at stackoverflow: http://stackoverflow.com/questions/34239080/upgrading-platform-tools-23-0-1-to-23-1-0-linux-32-bit-causes-issue-unable-to-c/34239600#34239600 Solved by replacing platform-tools by older version. Rolf -- You

Re: [android-developers] Re: adb can not find my device.

2015-10-14 Thread Ray Tayek
i found this link and now i have a few real devices tha i can debug on. it seems like you have to fool around with each one :( thanks On Wednesday, October 14, 2015 at 6:17:33 AM

Re: [android-developers] Re: adb can not find my device.

2015-10-14 Thread Gustavo Oliveira
Has it worked before? Looks like a driver issue. Try reinstalling the driver. On Sun, Oct 11, 2015 at 5:19 AM, Ray Tayek wrote: > i added a galaxy tab s. and put both into developer mode > . > > adb list

[android-developers] Re: adb can not find my device.

2015-10-11 Thread Ray Tayek
i added a galaxy tab s. and put both into developer mode . adb list now see the galaxy, but not the nexus. thanks On Sunday, October 11, 2015 at 12:50:35 AM UTC-7, Ray Tayek wrote: > > i have a nexus 7 (2012). > > device

[android-developers] Re: adb debugging on a TV box with USB only

2014-12-02 Thread Mav
Not getting any reply on their forum On Friday, November 28, 2014 2:30:07 PM UTC+2, gjs wrote: http://www.mygica.ca/forum/viewforum.php?f=71 Try their forum ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: adb debugging on a TV box with USB only

2014-12-02 Thread Steve Gabrilowitz
Did you try a search on the forum instead of just posting a message? On Dec 2, 2014 11:42 AM, Mav marius.ven...@gmail.com wrote: Not getting any reply on their forum On Friday, November 28, 2014 2:30:07 PM UTC+2, gjs wrote: http://www.mygica.ca/forum/viewforum.php?f=71 Try their forum ?

Re: [android-developers] Re: adb debugging on a TV box with USB only

2014-12-02 Thread Marius Venter
Yes On 22:20, Tue 02 Dec 2014 Steve Gabrilowitz steveg1...@gmail.com wrote: Did you try a search on the forum instead of just posting a message? On Dec 2, 2014 11:42 AM, Mav marius.ven...@gmail.com wrote: Not getting any reply on their forum On Friday, November 28, 2014 2:30:07 PM UTC+2,

[android-developers] Re: ADB - Service name too long

2014-10-11 Thread Martin Eliáš
Any idea? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: ADB - Service name too long

2014-10-08 Thread Martin Eliáš
I have also followed this tutorial: http://lackingrhoticity.blogspot.cz/2010/02/how-to-build-adb-android-debugger.html .. I haven't managed how to compile it yet. Any ideas? Thanks :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: ADB - Service name too long

2014-10-07 Thread Martin Eliáš
I have also tried following the following tutorial (without any success): http://blog.alexworld.it/post/9707276488/how-to-build-android-adb-on-arm -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: ADB - Service name too long

2014-10-07 Thread Martin Eliáš
I have also tried following this tutorial (without any success): http://blog.alexworld.it/post/9707276488/how-to-build-android-adb-on-arm -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: ADB server didn't ACK, cannot bind tcp...

2014-02-20 Thread igor ganapolsky
You can try running this command to kill port 5037: *fuser -k tcp 5037* Otherwise, read this article to get a better understanding of what's running on your ports: https://www.debian-administration.org/article/184/How_to_find_out_which_process_is_listening_upon_a_port On Wednesday, June 10,

[android-developers] Re: ADB over TCP/IP keeps timing out

2013-10-27 Thread hegde
I had similar problem but with emulator. I could not fix the problem. But instead I downloaded and installed Android studio, which much more stable. On Sunday, October 27, 2013 5:26:58 AM UTC+5:30, Leith Bade wrote: I am trying to develop an app on my Nexus 7 that uses the USB Host

[android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Sreedhar Reddy V
Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my computer. I also thought that my computer USB ports are disabled by my company,for security reasonsing order to avoid copying file to

Re: [android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Baodong Chen
try adb push D:\\Android.jpg /sdcard/Download On Fri, Oct 11, 2013 at 3:32 PM, Sreedhar Reddy V srib4uf...@gmail.comwrote: Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my

[android-developers] Re: ADB Backup and multi-users in Android 4.2

2013-01-07 Thread Eric Harley
I'd also like to know the answer to this question. When performing adb backup such as adb backup -apk -shared -all -system in Android 4.2.1 is the information from all user accounts backed up, or only the one which is currently unlocked? -- You received this message because you are subscribed

[android-developers] Re: adb shell am start -W hangs

2012-10-23 Thread bob
What does the -n do? Here is the doc for am: *usage: am start [-D] [-W] [-P FILE] [--start-profiler FILE]* * [--R COUNT] [-S] [--opengl-trace] INTENT* On Tuesday, October 23, 2012 10:06:46 AM UTC-5, Guy Nicholas wrote: For automated testing purposes I am trying to launch

[android-developers] Re: adb shell am start -W hangs

2012-10-23 Thread Guy Nicholas
It launches the specified item rather than the default Activity. In my case it runs RunAllTests. The file Am.java exists at: android-sdk-macosx/sources/android-14/com/android/commands/am/Am.java...actually under android-14, 15, and 16. Regards, Guy On Tuesday, October 23, 2012 8:53:46 AM

[android-developers] Re: adb shell am start -W hangs

2012-10-23 Thread Lew
bob wrote: What does the -n do? INTENT specifications include these flags and arguments: [-a ACTION] [-d DATA_URI] [-t MIME_TYPE] [-c CATEGORY [-c CATEGORY] ...] [-e|--es EXTRA_KEY EXTRA_STRING_VALUE ...] [--esn EXTRA_KEY ...] [--ez EXTRA_KEY EXTRA_BOOLEAN_VALUE ...]

[android-developers] Re: ADB interface is too slow to install

2012-10-21 Thread bin彬
I used adbwireless. then install a APK it take too long time to install .(C:\Documents and Settings\Administratoradb install D:\workspace-mobile\pandaspa ce_web\bin\LoadingActivity-debug.apk) it's about 400s。 so please fix as soon as possible On Saturday, December 3, 2011 3:40:48 AM

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-27 Thread Ian
Any update Dave? I just got a new Macbook Pro with Mountain Lion and am having trouble getting my phone to detect ADB as well. About Phone Status shows Charing (USB) but no indicator comes up on my phone for debugging and I'm not getting any device in adb devices either. I'm also unable to

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-27 Thread Ian
So, I'm also using a Thunderbolt Display. I plugged into the USB on the display and that worked. So it looks like it has something to do with the usb ports on the computer itself. I think they are USB 3.0 so maybe that's the difference. On Monday, August 27, 2012 12:36:01 PM UTC-4, Ian wrote:

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-27 Thread Dave Smith
It's too early to tell at this point, but the 10.8.1 update seems to have helped quite a bit. I'm not longer needing to play USB Port roulette in order to get the device to pick up. At least for now. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: adb hangs on any attempt to connect

2012-08-21 Thread saernz
Have you tried to explicitly define what device to connect to? I'm pretty sure when you run the adb command you can tell it to connect to a specific device. Does the same thing happen when you do that? Also have you ever tried to connect the adb to a emulator before? Probably the best way to

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-10 Thread bob
I have the Galaxy Tab 10.1, and it doesn't give me any trouble. Are you sure it gives you trouble? Also, are you on Macbook Air or Pro? I'm on Pro. On Thursday, August 9, 2012 9:32:47 PM UTC-5, Dave Smith wrote: Galaxy Tab 10.1, Nexus 7, Droid 2, Droid Intercept; I'm fairly confident

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-10 Thread Dave Smith
Macbook Pro, and it definitely does. Symptoms are the same regardless of device. On Friday, August 10, 2012 4:02:33 PM UTC-6, bob wrote: I have the Galaxy Tab 10.1, and it doesn't give me any trouble. Are you sure it gives you trouble? Also, are you on Macbook Air or Pro? I'm on Pro.

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-09 Thread Dave Smith
This definitely does help, but only for 1-2 times; then I have to move the port again. This is definitely faster than rebooting the devices, though, so this will be my new go-to workaround. It just feels like there's a bug somewhere in how it picks up connected devices, or how it reads the

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-09 Thread bob
What other devices do you use besides Galaxy Nexus, Nexus S, and HTC EVO 4G? I don't have any of those. I use mostly a Galaxy Tab and haven't seen any adb issues with Mtn Lion. On Thursday, August 9, 2012 11:36:03 AM UTC-5, Dave Smith wrote: This definitely does help, but only for 1-2 times;

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-09 Thread Dave Smith
Galaxy Tab 10.1, Nexus 7, Droid 2, Droid Intercept; I'm fairly confident it's not device/manufacturer specific. Wondering if there's a USB cache I can clear... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-08 Thread Dave Smith
As an addition to this, I have noticed that I can almost always get the devices to detect if I power them down and then back up while still connected to USB. The problem arises trying to get ADB to pick them up if they are connected while alive. -- You received this message because you are

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-08 Thread bob
I upgraded, and I have not seen that. On Wednesday, August 8, 2012 11:28:16 AM UTC-5, Dave Smith wrote: I noticed that, as soon as I upgraded to Mac OS Mountain Lion (10.8) I have been unable to reliably get any of my devices to connect with ADB (Galaxy Nexus, Nexus S, HTC EVO 4G, just

[android-developers] Re: ADB and Mountain Lion Issues

2012-08-08 Thread Kenneth
Try using a different usb port. Fixed it for me. I'm using the new MacBook Pro. On Wednesday, August 8, 2012 9:28:16 AM UTC-7, Dave Smith wrote: I noticed that, as soon as I upgraded to Mac OS Mountain Lion (10.8) I have been unable to reliably get any of my devices to connect with ADB

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Sreedhar Reddy V
yaa ur right, but the only problem is none of the solutions is bringing the device back to online tried adb server kill and restart - not working, device is still offline cannot restart adbd deamon from pc, as device is offline, cannot restart on android device as permission denied (need to

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Sreedhar Reddy V
Thank u ranjit i tried it, but this does not work, this will only restart the adb server in pc, i strongly feel the problem is with adbd deamon which is running in android device. we cannot restart it as it need root permissions On Tuesday, 24 July 2012 12:14:24 UTC+5:30, ranjit R wrote:

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Sreedhar Reddy V
Thanks for the answer, actually i am trying to run commands from python script, more over if the issue is with adbd, then even though i keep shell open, restart adb server on pc, nothing is working, only solution is remove usb cable, uncheck and check usb debugging option on android device,

Re: [android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Meena Rengarajan
Please , I am beginner to ANDROID . Can anyone send me Android Ebooks ... ? On Wed, Jul 25, 2012 at 5:17 PM, Sreedhar Reddy V srib4uf...@gmail.comwrote: Thanks for the answer, actually i am trying to run commands from python script, more over if the issue is with adbd, then even though i

Re: [android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Latimerius
Someone ban this guy already... :-( On Wed, Jul 25, 2012 at 1:51 PM, Meena Rengarajan meenasoft...@gmail.com wrote: Please , I am beginner to ANDROID . Can anyone send me Android Ebooks ... ? On Wed, Jul 25, 2012 at 5:17 PM, Sreedhar Reddy V srib4uf...@gmail.com wrote: Thanks for the

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-24 Thread ranjit R
hi, try this command adb kill-server adb start-server it disconnects and again tries to establish contact with your device via ADB On Wednesday, July 18, 2012 12:30:45 PM UTC+5:30, Sreedhar Reddy V wrote: Hi I connected My android ICS device to my windows PC using USB. I executed adb

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-23 Thread Indicator Veritatis
You are right to be skeptical of the answers already give you. Clearly, adb is running. But what is not clear is whether or not adb has already got itself into a confused state. Although I have not had the exact same problem you report, I have been able to address similar problems by stopping

RE: [android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-23 Thread Tommy Hartz
Subject: [android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa? You are right to be skeptical of the answers already give you. Clearly, adb is running. But what is not clear is whether or not adb has already

[android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-23 Thread Diego Torres Milano
You can leave a shell open (which perhaps prevents being disconnected) in a window and then run the monkey scripts on another window. On Wednesday, 18 July 2012 03:00:45 UTC-4, Sreedhar Reddy V wrote: Hi I connected My android ICS device to my windows PC using USB. I executed adb devices

[android-developers] Re: adb pull not to file but to memory

2012-07-21 Thread Chris Stratton
On Jul 21, 12:37 pm, matt matthias.gru...@gmail.com wrote: specifically i am writing a java program, that executes adb pull /dev/graphics/fb0 Don't do that. While it works on some devices, it won't work on others. There's an executable program called screencap or something like that, which

[android-developers] Re: ADB Uninstall from specific device

2012-06-24 Thread RichardC
From the docs: http://developer.android.com/tools/help/adb.html Directing Commands to a Specific Emulator/Device Instance -- If multiple emulator/device instances are running, you need to specify a target instance when issuing adb commands. To so so, use the -s

[android-developers] Re: adb shell command from java code

2012-06-18 Thread Nobu Games
Hi, you should take a look at WifiManager.getConfiguredNetworks()http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks%28%29and

Re: [android-developers] Re: adb shell command from java code

2012-06-18 Thread Loka Sudharsan
Thnk u so much. On Fri, Jun 15, 2012 at 8:09 PM, Nobu Games dev.nobu.ga...@gmail.comwrote: Hi, you should take a look at WifiManager.getConfiguredNetworks()http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks%28%29and

[android-developers] Re: ADB method profiling causes app to crash

2012-03-27 Thread Rob Guinness
I'm experiencing the same problem. On Mar 2, 2:03 pm, voullie ulas.albay...@gmail.com wrote: Hi, The app I'm developing has very high CPU usage, causing the battery to run out very quickly when you run it. To more accurately pinpoint what consumes all that CPU I decided to use the ADB method

[android-developers] Re: ADB over WiFi

2012-02-29 Thread Chris Stratton
On Wednesday, February 22, 2012 5:12:21 PM UTC-5, Bret Foreman wrote: I'm considering running ADB over a WiFi connection rather than via the USB cable. I've read a lot of blog posts about it but I want to verify a few things: 1) Is it true that the phone must be rooted? If so, is

[android-developers] Re: ADB over WiFi

2012-02-23 Thread Doug
On Feb 22, 2:12 pm, Bret Foreman bret.fore...@gmail.com wrote: I'm considering running ADB over a WiFi connection rather than via the USB cable. I've read a lot of blog posts about it but I want to verify a few things: 1) Is it true that the phone must be rooted? If so, is SuperOneClick the

[android-developers] Re: adb logclear?

2012-02-21 Thread The Master Baron
adb logcat -c On Feb 20, 9:33 pm, bob b...@coolfone.comze.com wrote: What is the adb command to tell a device to clear its log? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: ADB with docking station

2012-02-21 Thread Chrystian Vieyra
Have you tried wireless adb? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: ADB with docking station

2012-02-21 Thread momo
I hadn't heard of it until your reply - I googled it and found an app for it - installed but when I tried to run it, said my phone must be rooted. Is there a way to do what you're describing without the above? On Feb 21, 1:29 pm, Chrystian Vieyra chrys.vie...@gmail.com wrote: Have you tried

[android-developers] Re: adb logclear?

2012-02-21 Thread moktarul anam
better u use adb logcat -s use in ur code: Log.v(DEMO , some message..); then use adb logcat -s DEMO then u will get DEMO related message Moktarul On Feb 21, 9:33 am, bob b...@coolfone.comze.com wrote: What is the adb command to tell a device to clear its log? -- You received this

[android-developers] Re: adb logclear?

2012-02-20 Thread B.Arunkumar
Hi, It is adb logcat -c. This link would also be useful for you: https://sites.google.com/site/androidhowto/how-to-1/save-logcat-to-a-text-file Thank you, B.Arunkumar On Feb 21, 9:33 am, bob b...@coolfone.comze.com wrote: What is the adb command to tell a device to clear its log? -- You

[android-developers] Re: ADB driver...

2011-12-17 Thread sblantipodi
Ok, thanks ;) On 17 Dic, 06:58, JP joachim.pfeif...@gmail.com wrote: On Dec 12, 3:47 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, where can I download the ADB driver for my galaxy nexus? Windows, here:http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?p...

[android-developers] Re: ADB driver...

2011-12-16 Thread sblantipodi
I have done it but windows does not recognize the drivers in the sdk folder as a valid driver. On 15 Dic, 22:59, Kostya Vasilyev kmans...@gmail.com wrote: In that case, Davide, have you actually tried 1) getting the latest version of the driver with the SDK Manager and 2) pointing the Windows

Re: [android-developers] Re: ADB driver...

2011-12-16 Thread Kostya Vasilyev
Those drivers are not signed, and 64-bit versions of Windows (since Vista, IIRC) show a warning when this is the case. You should get a red-themed dialog complaining about the driver not being signed and asking you for a confirmation. Oh, and I vaguely remember that there is a Windows system

[android-developers] Re: ADB driver...

2011-12-16 Thread sblantipodi
I have Windows 7 64 bit and the driver isn't recognized at all. No settings has been used to prevent unsigned drivers since I can install nvidia beta driver without problem. On Dec 16, 12:26 pm, Kostya Vasilyev kmans...@gmail.com wrote: Those drivers are not signed, and 64-bit versions of

Re: [android-developers] Re: ADB driver...

2011-12-16 Thread Kostya Vasilyev
Ok, I give up. You may want to try some Windows support forum / mailing list :) 16 декабря 2011 г. 15:37 пользователь sblantipodi perini.dav...@dpsoftware.org написал: I have Windows 7 64 bit and the driver isn't recognized at all. No settings has been used to prevent unsigned drivers since I

Re: [android-developers] Re: ADB driver...

2011-12-16 Thread Nikolay Elenkov
On Fri, Dec 16, 2011 at 8:50 PM, Kostya Vasilyev kmans...@gmail.com wrote: Ok, I give up. You may want to try some Windows support forum / mailing list :) 16 декабря 2011 г. 15:37 пользователь sblantipodi perini.dav...@dpsoftware.org написал: I have Windows 7 64 bit and the driver isn't

[android-developers] Re: ADB driver...

2011-12-16 Thread JP
On Dec 12, 3:47 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, where can I download the ADB driver for my galaxy nexus? Windows, here:

[android-developers] Re: ADB driver...

2011-12-15 Thread sblantipodi
bump question. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
Doesn't the official Google driver, available in the Android SDK Manager, have support for the Galaxy Nexus? If it doesn't, you can always hack on those .inf files yourself, adding the needed PNP IDs. Or download and install Kies (Samsung's monster of a phone management / synchronization

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Mark Murphy
2011/12/15 Kostya Vasilyev kmans...@gmail.com: Doesn't the official Google driver, available in the Android SDK Manager, have support for the Galaxy Nexus? I would presume it does. The Win7 side of my dual-boot notebook recognized the Galaxy Nexus (GSM edition) without any changes on my part.

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
In that case, Davide, have you actually tried 1) getting the latest version of the driver with the SDK Manager and 2) pointing the Windows Device Manager at it? 16 декабря 2011 г. 1:52 пользователь Mark Murphy mmur...@commonsware.com написал: 2011/12/15 Kostya Vasilyev kmans...@gmail.com:

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
Off topic: I really like how Sony Ericsson handled it for the Arc (maybe other models too). The drivers are available via the Windows Update center - including those for adb and phone-as-a-modem. You plug it in, Windows downloads and installs the drivers, and then it just works. Something every

[android-developers] Re: ADB driver...

2011-12-13 Thread sblantipodi
it does not work on my Galaxy Nexus using Windows 7 64bit. On 13 Dic, 08:13, gjs garyjamessi...@gmail.com wrote: hi, from xda forum - 1st December 2011, 12:57 AM On Windows 7 you go to device manager and select Updated driver Browse my computer... Let me select... Show all Have disk

[android-developers] Re: ADB driver...

2011-12-12 Thread sblantipodi
Sure but I havent finded anything. My android/extras/usb_drivers contains drivers but windows 7 64bit doesn't like it ;) what to do? On 13 Dic, 00:49, TreKing treking...@gmail.com wrote: On Mon, Dec 12, 2011 at 5:47 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: where can I download the

[android-developers] Re: ADB driver...

2011-12-12 Thread gjs
hi, from xda forum - 1st December 2011, 12:57 AM On Windows 7 you go to device manager and select Updated driver Browse my computer... Let me select... Show all Have disk And then browse to the inf file in the android-sdk-windows\extras \google\usb_driver folder. It's a pain but it works

[android-developers] Re: ADB bringup on Android Kernel 3.0

2011-10-10 Thread FrankG
Hi Venumadhav, this is out of scope of this group. I would suggest you go to android-platform or android-porting. Good luck ! Frank On 5 Okt., 21:02, gvlad...@gmail.com venumadhav...@gmail.com wrote: Hi, I am new to USB device drivers, I have to bringup USB ADB with Android Kernel 3.0,

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-12 Thread RodneyJLambert
mellery451, Thanks but I did try that many times and it makes no difference. FYI today ADB can not see the Tab! For a system that never had a problem see the Tab for three months to suddenly not be able to see it something must have changed and I feel like it is on the Ubuntu side but I don't

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-09 Thread RodneyJLambert
Well this will help no one but after working on this for days, I installed some unrelated software updates this morning, rebooted, and now the Galaxy Tab is seen by ADB! If anyone has any thoughts on what could cause this to happen please let me know so I can attempt to find a solution or debug

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-09 Thread mellery451
I have often had to restart the adb daemon on my ubuntu box with root privs. - so often, in fact, that I have a little shell script with the following commands: /opt/android/android-sdk-linux_86/platform-tools/adb kill-server /opt/android/android-sdk-linux_86/platform-tools/adb start-server

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-06 Thread Jaye
This happened on my galaxy tab 7. For me to fix my issue, I either restarted the device or toggled the ability to debug application on the device. On Sep 5, 10:15 am, RodneyJLambert rodney.j.lamb...@gmail.com wrote: I have a Ubuntu development system that I have been using to do Android

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-06 Thread RodneyJLambert
Jaye, Those are good suggestions but neither solved the problem and I even tried them again when I read your post just to be sure! Also keep in mind that it works on my Windows machine so I know that Tab is running the service correctly. On Sep 6, 7:01 am, Jaye jfranklin...@gmail.com wrote:

[android-developers] Re: ADB doesn't see my Galaxy tab on OS X Lion

2011-08-29 Thread 8kpx
oh, I send directly to you by mistake, sorry for rewriting same thing again. I had same problem with my N-06C which is made by NEC and made it work by writing code less kext. http://8kpxen.blogspot.com/2011/08/how-to-adb-to-your-android-device-on.html Read this blog and try modifying plist for

[android-developers] Re: adb push error

2011-08-18 Thread Chris Stratton
On Thursday, August 18, 2011 5:28:31 AM UTC-4, androx wrote: I am trying to put .so file in the /system/lib folder of device by using adb push, $adb push /home/sudhir/Development/newdroid/filename.so /system/lib As far as this forum (which is about developing 3rd party applications) is

[android-developers] Re: adb push error

2011-08-18 Thread Chris Stratton
On Thursday, August 18, 2011 5:28:31 AM UTC-4, androx wrote: I am trying to put .so file in the /system/lib folder of device by using adb push, $adb push /home/sudhir/Development/newdroid/filename.so /system/lib As far as this forum (which is about developing SDK applications) is

[android-developers] Re: adb push error- failed to copy : OUT OF MEMORY

2011-08-18 Thread James
If it's nothing to do with file size, please change the file name: 1, ASCII characters only; 2, No space; Hope this helps! On Aug 18, 2:11 pm, yrehani yatreh...@gmail.com wrote: Hi all, I want to push a file using adb push at path /system/usr/keychars on the android emulator but I get an error

[android-developers] Re: ADB doesn't see my Galaxy tab on OS X Lion

2011-08-08 Thread OldSkoolMark
Actually, I can mount the tab from the Mac and access the FS. ADB devices still comes up empty. On Aug 8, 7:20 am, OldSkoolMark m...@sublimeslime.com wrote: My Galaxy tab works fine as a debug device  under Win 7 and Ubuntu, but I am unable to get ADB to recognize it on a new OS X Lion machine.

[android-developers] Re: adb serving a limited number of devices attached to PC via USB

2011-08-02 Thread Matthias Braun
I am also interested in the maximum number of devices adb can serve. Is there a maximum number at all? Best regards, Matthias -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread FrankG
Hello Argon, IMHO you should switch to android-platform, as this kind of question is out of scope of the android sdk. And their you should provide by far more details. I.e. from where comes your platform, do you have the platform code, is the adbd started by init.d, can you see adbd using ps on

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread argongold
Hi Frank, Thanks and I am going to post this message to android-platform group. regards, argon On Apr 4, 3:16 pm, FrankG frankgru...@googlemail.com wrote: Hello Argon, IMHO you should switch to android-platform, as this kind of question is out of scope of the android sdk. And their you

Re: [android-developers] Re: adb devices returns an empty list

2011-04-04 Thread Chinmay S
Hi Argonold, Apart from running *adb usb* on your computer, also check the *init.rc* on your device Comment-out any line which sets *adb.tcp.port*. This is to initialise in *adbd* over usb in init.rc properly. service adbd /sbin/adbd disabled *#setprop service.adb.tcp.port * Reboot

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread Sahil Verma
In order to see the connected device in Linux, I have to start adb server as root. You might have to kill an existing adb instance if it is already running (pkill adb). sudo adb start-server adb devices On Apr 4, 1:08 am, argongold argongol...@gmail.com wrote: Hi, I've a mini MID device and

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread yaturner
Under ubuntu the file was 99-android.. Also I had to sudo init 6 to get it all to work Hope that helps On Apr 3, 10:08 pm, argongold argongol...@gmail.com wrote: Hi, I've a mini MID device and I am trying to use it for development/ debugging purpose. But after all the setting steps(

[android-developers] Re: adb upload

2011-02-15 Thread davemac
With the new ADT, you don't even need to set debuggable in AndroidManifest.xml. When you do Run As- or Debug As- from Eclipse to either a device or to the emulator, you're going to get a debug version of your apk (unless you explicitly set debuggable to false). When you choose your project in

[android-developers] Re: adb upload

2011-02-14 Thread Hendrik Greving
Oh and second question, how do you actually know whether you've compiled in debug or release mode in Eclipse? This is actually very basic but somehow not very obvious in this tool. - Original Message - From: Hendrik Greving To: Android Developers Sent: Monday, February 14,

[android-developers] Re: adb devices command produced device serial number contains no consolePort field

2011-01-19 Thread FrankG
I think this is definitly out of scope of this group .. go to android-.platform for this. On 15 Jan., 07:50, v4 v4ende...@gmail.com wrote: According to Dev Guide (http://developer.android.com/guide/developing/ tools/adb.html#devicestatus): - adb devices command was expected to print out

Re: [android-developers] Re: adb works, ddms shows nothing

2011-01-18 Thread Anders Aagaard
Hm No I don't run adb as root, nor should I need to. But I'll try that the next time it happens, not too happy about running it as root though. And it does work after while, which it shouldn't if it was a permission issue. Best regards Anders On Tue, Jan 18, 2011 at 4:57 AM, Indicator Veritatis

[android-developers] Re: adb works, ddms shows nothing

2011-01-17 Thread Indicator Veritatis
H-m-m-m. That is a little weird. I too am running on Linux, but Fedora 12 instead of Ubuntu. And the only time I have not been able to solve similar problems with adb kill-server;adb start-server, it was because the wrong device was selected in the Device Window in Eclipse. So check that. Also,

[android-developers] Re: [ADB -install] How to install and application inside an emulator, if only the avd-name is known?

2011-01-14 Thread Diego Torres Milano
This may help you: http://stackoverflow.com/questions/2214377/how-to-get-serial-number-or-id-of-android-emulator-after-it-runs On Jan 14, 8:58 am, Kostya Vasilyev kmans...@gmail.com wrote: The emulator-xxx you're seeing in adb devices output is what you use with the adb -s switch. This works:

[android-developers] Re: ADB New Devices

2011-01-06 Thread swaghost
Um, have the vendor drivers. I was hoping for more, something along the lines of add this entry to the google USB drivers or check to make sure the ADB option isn't disabled on the device. Basically looking to see if I'm headed in the right direction, or something simple is preventing this from

Re: [android-developers] Re: ADB New Devices

2011-01-06 Thread TreKing
On Thu, Jan 6, 2011 at 4:12 PM, swaghost sassenhei...@wi.rr.com wrote: Um, have the vendor drivers. You did not state this so I had no way of knowing otherwise. I was hoping for more, something along the lines of add this entry to the google USB drivers or check to make sure the ADB

Re: [android-developers] Re: ADB New Devices

2011-01-06 Thread Kostya Vasilyev
Yes, you can edit the .inf file in the standard USB adb driver, look up the upnp ids in the Device Manager. If your tablet is Tegra based, you can download the driver from nvidia's site, where it's already done. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 07.01.2011 1:13 пользователь

[android-developers] Re: ADB server didn't ACK, cannot bind tcp...

2010-12-30 Thread Jim Power
I'm having this same issue. Thinking the only solution may be to reinstall the android sdk tools? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: ADB USB Driver for MyTouch 4g

2010-12-22 Thread FrankG
Hello Sarwar, as this phone supports usb tethering I assume it supports a composite usb mode or different ones and it will require a spezialized driver for this. BTW .. another way to install an app is to download them via the browser from a provate webseite. Good luck ! Frank On 22 Dez.,

[android-developers] Re: ADB drivers for Windows XP available for Android devices

2010-12-11 Thread Gus
Hi Kostya: Thanks for your advice. Regarding: As first step, enable ADB in device settings (on the tablet). Do you mean enable Settings-Applications-Development-USB Debugging option? (I already have it enabled...) If not, how to enable ADB on the tablet? Thanks Gus On Dec 9, 9:02 am, Kostya

  1   2   3   >