Re: [Fwd: [Fwd: [Fwd: [android-developers] Re: apk installation on mobilefromLinux machine]]]

2009-09-15 Thread dan raaka
android-1.5r3 adb already supports Galaxy device (if that is what you were looking for as official Google support) -Dan On Mon, Sep 14, 2009 at 1:18 PM, Pedro Fernandes pe...@isr.uc.pt wrote: I usually do the following. sudo ./adb kill-server sudo ./adb devices sudo ./adb -d

Re: [Fwd: [Fwd: [Fwd: [android-developers] Re: apk installation on mobilefromLinux machine]]]

2009-09-15 Thread André Charles Legendre
Hi Dan For what I haved experimented with my Galaxy from Kubuntu 9.04 : I had to use the patched adb, dowloded from : http://floe.butterbrot.org/external/adb.gz the standard adb from android-1.5r3 did'nt detect the phone. I had to put the following line in /etc/udev/rules.d/51-android.rules:

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread dillirao malipeddi
first check that your device connected to PC correctly by command adb devices it will show the list of devices attached to your PC. On Mon, Sep 14, 2009 at 3:49 PM, André Charles Legendre andre.legen...@gmail.com wrote: Hi I want to install an application apk from a Linux machine to a

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread tauntz
Did you enable USB debugging on your phone? (Settings - Applications - Development - USB debugging) If not, try enabling it. Tauno On Mon, Sep 14, 2009 at 1:19 PM, André Charles Legendre andre.legen...@gmail.com wrote: Hi I want to install an application apk from a Linux machine to a mobile

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Thank's to Dilli and Tauno I have enabled USB debugging. When I do adb devices I get no devices. If I look in /var/log/messages I see that mobile is detected when it is connected. The system give it a disk alias (sdb) and a network alias /dev/ttyACM But no devices is detected by adb.

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread Mark Murphy
André Charles Legendre wrote: Hi Thank's to Dilli and Tauno I have enabled USB debugging. When I do adb devices I get no devices. If I look in /var/log/messages I see that mobile is detected when it is connected. The system give it a disk alias (sdb) and a network alias /dev/ttyACM

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread Zero
take a look here: http://androidforums.com/support/3534-problems-mounting-communicating-g1-ubuntu.html its for the g1, but should work as well for other android phones, just the device id in the lsusb result is different. On Sep 14, 12:40 pm, André Charles Legendre andre.legen...@gmail.com

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Mark and Zero I run on Kubuntu 9.04 but with 1.5_r3 And I get : Sep 14 14:54:38 REN027 kernel: [23036.364023] usb 1-3: new high speed USB device using ehci_hcd and address 10 Sep 14 14:54:38 REN027 kernel: [23036.509774] usb 1-3: configuration #2 chosen from 1 choice Sep 14 14:54:38 REN027

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Mark I installed android-sdk-linux_x86-1.5_r3 and it changed nothing. I will try to apply the patch from : http://androidforums.com/support/3534-problems-mounting-communicating-g1-ubuntu.html Andre --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Mark adb with the patch succeed to install my apk. But adb logcat give to me : logcat read: Invalid argument With the standard adb and with the patched adb. Andre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Mark I finally succeed to install my apk from Kubuntu to a Samsung Galaxy mobile following your link : http://code.google.com/p/android/issues/detail?id=3293 I download and extract a patched adb from http://floe.butterbrot.org/external/adb.gz I intalled it at the place where is the standard

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread André Charles Legendre
Hi Finally to get logcat working I had to uncheck and check again the debug option in the application settings. Thank's for all Andre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread Mark Murphy
André Charles Legendre wrote: Hi Mark adb with the patch succeed to install my apk. But adb logcat give to me : logcat read: Invalid argument With the standard adb and with the patched adb. There are some on-device logcat tools out on the Market, apparently, though I have not used them

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread triptec
I usually do the following. sudo ./adb kill-server sudo ./adb devices sudo ./adb -d install -r someFile.apk On Sep 14, 12:40 pm, André Charles Legendre andre.legen...@gmail.com wrote: Hi Thank's to Dilli and Tauno I have enabled USB debugging. When I do adb devices I get no devices. If I

[Fwd: [android-developers] Re: apk installation on mobilefromLinux machine]

2009-09-14 Thread Pedro Fernandes
--~--~-~--~~~---~--~~ 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

[Fwd: [Fwd: [android-developers] Re: apk installation on mobilefromLinux machine]]

2009-09-14 Thread Pedro Fernandes
--~--~-~--~~~---~--~~ 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

[Fwd: [Fwd: [Fwd: [android-developers] Re: apk installation on mobilefromLinux machine]]]

2009-09-14 Thread Pedro Fernandes
--~--~-~--~~~---~--~~ 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