[android-developers] Audio on Bluetooth

2011-10-04 Thread giangiammy
hi all, I have an application sending the voice output to the speaker. I'd like to send the audio on a bluetooth earset when it is connected. If I connect the wired earset, the audio is automatically routed to wired earset, while if I have a bluetooth earset connected, the audio keep going to

[android-developers] Re: Audio on Bluetooth

2011-10-04 Thread giangiammy
thank you, but the idea is to have my application to manage it. If there's an option available to the user, there should be a way to do it programmatically! thanks giammy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Activity GUI updated by thread data: implementation error?

2011-09-08 Thread giangiammy
Hi all, I have an activity updating the GUI with data coming from a socket. In my activity I implemented an Handler: int REFRESH = 1; final Handler hRefresh = new Handler(){ @Override public void handleMessage(Message msg) { Integer i1; Integer i2; i1 =

[android-developers] Re: Not able to find adb.exe

2011-07-26 Thread giangiammy
Hi, I'm using Eclipse Indigo: I set: Windows - Preferences - Android there there's a SDK location: I setted it to the path of my sdk bye giammy -- 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: How did you get into Android development

2011-05-15 Thread giangiammy
Hi, I was interested in working with Android. I had experience as linux embedded developer. I spoke with a firm (for which I already did some works) interested into moving to android embedded market. I offered to start working on Android embedded! My reference was not Android experience (I had

[android-developers] Re: android support J2ME??

2011-04-02 Thread giangiammy
hi, http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html this tool converts j2me applet to APK packet. On Apr 1, 6:08 pm, lady gaga ladygakga...@gmail.com wrote: whether andoid support J2ME? if not what software is needed and why? why what? android do not have

[android-developers] Re: Suggest some Android Projects

2011-02-19 Thread giangiammy
hi! On Feb 17, 7:42 am, Rashtrapathy rashtrapa...@gmail.com wrote: Request everyone to suggest some good more technical Android Projects to do on my own. Cheers, Rash. I have seen googling around that there are various requests to have the possibility to execute java applet (java standard

[android-developers] Re: Freescale board image mounting.

2011-02-18 Thread giangiammy
hi, I'm starting to work on a Freescale board too (based on MPC5121) which board are you using? Which kernel are you using? I will need to port the kernel to my board, and i must verify if I have to start from the standard android kernel or if there's some porting for mpc5121. If you have any

[android-developers] Re: OpenJDK on Android

2011-02-04 Thread giangiammy
Hi guy, I'm just now looking at this problem: how to run a Java applet (j2se) on Android! Surely a phone is small, but now we have 10 pads running android, or netbook running android ... (the toshiba AC100 for example is a dual core ARM9 running at 1GHz). I do not think that the power is a

[android-developers] running a j2se applet on android?

2011-01-26 Thread giangiammy
Dear all, I'm evaluating Android as a platform to run automation control interfaces. The client needs to use http://www.isagraf.com/index.htm which produces a J2SE java applet, (i have just the resulting jar, not the source code) which should run on Android. Looking around, I found