[android-developers] Re: App Inventor

2010-07-12 Thread windstorm
One interesting thing I am wondering is, is it able to enable a new and more convenient way to design the GUI of android app? All of us are aware that the integrated GUI designer inside eclipse is relatively bad, especially comparing with the tool in Apple toolchain and QT designer. When I first

[android-developers] java.lang.ClassCastException when using self-defined ListAdapter in Listview

2010-03-10 Thread windstorm
Hi all: I am writing a adapter for a specific app, the problem I met is: I have only 1 listview in main.xml, and the row style is defined in file_row.xml. If I simply use list.setAdapter(new ArrayAdapterString(this, R.layout.file_row, R.id.file_name, items)); where items is a ArrayListString,

[android-developers] Re: Bluetooth connection : pairing before connecting ?

2010-03-04 Thread windstorm
What's the UUID you are using? Try this one 1101--1000-8000-00805F9B34FB instead of the one shown on Android dev website. On Mar 3, 9:26 am, Thomas thlam...@yahoo.fr wrote: I'm having an issue here while trying to connect to an RS232 device with the BluetoothChat sample program. 1-

[android-developers] Re: Accelerometer on Motorola Droid

2010-01-19 Thread windstorm
The problem is if you want to filter the acc to get rid of the car shaking, you first need to decide what's the frequency range of real value and what's the frequency range of shaking. It's kind of tricky to set the threshold for the filter. Any one got good method? PhoenixofMT wrote: I can't

[android-developers] Re: Display multiple locations on Map

2009-12-11 Thread windstorm
There must be upper limit, right? I tried to display 3000+ icon in the mean time and failed:) On Dec 11, 10:50 pm, Mark Murphy mmur...@commonsware.com wrote: In the App i m developing i need to pass multiple co-ordinates [Lat and Long] and display all of them on the same MAP. Please let me

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread windstorm
If the tilesSteve mentioned is like grid without any street or city, that's exactly the same problem I met with. Dunno the solution yet, and I did have the internet permission On Dec 6, 11:23 pm, Mark Wyszomierski mar...@gmail.com wrote: What do you mean you only get the tiles? You mean the

[android-developers] Re: Display a route between 2 points on a map

2009-12-07 Thread windstorm
But Mytrack app do supply this function There should be some tricks to do this On Dec 7, 4:49 am, Dexter#39;s Brain coomar@gmail.com wrote: I dont think it is currently possible to achieve until Google Maps support such feature. Thanks, Kumar Bibekhttp://tech-droid.blogspot.com On Dec

[android-developers] Re: Display a route between 2 points on a map

2009-12-07 Thread windstorm
Maybe, I don't think using Overlap is a good idea, cause it's ridiculously slow when you try to display thousands of points images at the same time. I tried once but the app was not responsive Would be interesting to see anyone got success on displaying route using overlap On Dec 7, 7:24 am,

[android-developers] Re: Only Droid Support Bluetooth API?

2009-11-25 Thread windstorm
The sad thing is even beta 2.0 is not available for G2 and G3. So now your only choice is G1 if you don't go for Droid On Nov 25, 8:21 pm, Ben changxiangzh...@gmail.com wrote: Thanks for your reply. I'll get involve in that community and do some researches. On Nov 26, 6:19 am, moneytoo

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-16 Thread windstorm
and I will start to look for other way. On Sep 16, 3:18 am, Jonas Petersson jonas.peters...@xms.se wrote: Jonas Petersson wrote: windstorm wrote: Anybody tried to use this API on Hero? Yes, a friend of mine claims that it works in his Hero (in Sweden). I specifically asked him to verify

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-16 Thread windstorm
Agree with Jonas. We are not trying to break Android's rule but, sometimes we have to play with things or tricks or whatsoever for keeping on using Google's phone which rocks but with sucking Bluetooth. Otherwise we have to change the platform, which is the last thing I wanna see. On Sep 16,

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-15 Thread windstorm
Anybody tried to use this API on Hero? I always met connect error: No route to host (113) while the Hero phone has paired with the device, I can see the paired information in setting. But openSocket simply doesn't work, regardless of what kind of modification I made. This is really

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-15 Thread windstorm
with different devices and different versions of the platform, because these APIs are not public so allowed to be changed by anyone. You should not be using this stuff for production code. On Tue, Sep 15, 2009 at 9:49 AM, windstorm likunarmstr...@gmail.com wrote: Anybody tried to use this API

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-15 Thread windstorm
using API? If the latter, did he make any modification? On Sep 15, 11:10 am, Jonas Petersson jonas.peters...@xms.se wrote: windstorm wrote: Anybody tried to use this API on Hero? I always met connect error: No route to host  (113) Yes, a friend of mine claims that it works in his Hero

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-11 Thread windstorm
On Sep 11, 3:59 am, Stefano Sanna gerda...@gmail.com wrote: On Fri, Sep 11, 2009 at 6:57 AM, windstorm likunarmstr...@gmail.com wrote: I'll check and let you know. Thanks! 3 Did you ever notice and consider merge all the function provided here: http://groups.google.com/group/android

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-10 Thread windstorm
Hi Stefano, thanks for your great effort! Right now I am trying to use your library on a ongoing student project, and here is some basic questions about it 1 The discoverable attribute on Android will be automatically turned off in 120 seconds, is there any api or way to avoid this? What I

[android-developers] Anybody know the status about running Jxta ME/SE on Android

2008-12-07 Thread windstorm
Hi all We are using JXTA to develop a P2P application on HTC Diamond based on WM6.0, and we want to try it on Andorid, but seems like there is no successful record of running JXTA on Android. I think it's doable, and every single post on the internet before said that it should be doable,