Re: [android-developers] Location data not consistently available and sometimes gives null data

2012-08-24 Thread Robert Young
If you can do without needing a zipcode and can just work with raw GPS coordinates you could overide public void onGpsStatusChanged(int event). You'll get regular updates while your app is running. On Wed, Aug 22, 2012 at 2:04 PM, Fasih Awan wrote: > I am trying to get the location of a user thro

[android-developers] Why can't I get a Jpeg Callback

2012-03-11 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jepeg Callback, though I do get all the other callbacks. //

[android-developers] I can't get a Jpeg callback

2012-03-11 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jepeg Callback. // ** public void T

[android-developers] I Can't Get A JPEG Callback, Anybody know what I'm doing wrong?

2012-03-10 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jpeg Callback. // ** public void Ta

Re: [android-developers] Re: Android how to send the hex code out?

2012-03-08 Thread Robert Young
Serial port by definition is a string protocol, characters above 128 like ( 0xFA ) are [control codes]. Examine the difference between binary and string representation 2012/3/7 Todd Grigsby > "0x" implies that the characters that follow are byte data in hex > notation. The "0x" is not part