Re: [android-developers] Don't mix Ant and Eclipse!

2012-12-06 Thread moose
Kostya, could you give us some details on how you did that? I run ant and eclipse side by side and run into issues where I need to do clean rebuilds in one after I had worked in the other. It can be annoying. On Friday, May 11, 2012 5:17:09 AM UTC-4, Kostya Vasilyev wrote: Jacob, Eclipse

Re: [android-developers] Re: WebView and geolocation questions

2011-04-24 Thread Moose
Further testing: Phone that already worked (with sim card) works without sim card over wifi (or gps?). Other phone does not work with or without sim card. XOOM - still doesn't work Got friend to install apk - they say it works on their phone as well. gps 'in use' icon never flashes on any of

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Moose
If I ever need to edit a file, I use the terminal commands $ adb pull /path/to/file . *edit the file as you need to to* $ adb push file /path/to/file I know there is also a way you can edit a file by using 'cat' in the android shell, but I prefer to edit a dynamic file and replace it. -- You

Re: [android-developers] Re: WebView and geolocation questions

2011-04-24 Thread Moose
I just tried using phonegap as a front for it, however I have exactly the same problem. The test website somehow works in the firefox browser (not the AOSP browser though). I know firefox uses some really low level interaction with the hardware - I wonder if that might be why /it/ works. --

[android-developers] WebView and geolocation questions

2011-04-23 Thread Moose
I have been attempting for a few days now to get a webview to work with a location based service. Every post I can find seems to say the same thing - create a webchromeclient and override onGeolocationShowPrompt(). I have gone as far as directly creating a copy of this and running it. Code:

[android-developers] Re: WebView and geolocation questions

2011-04-23 Thread Moose
My purpose in developing this app is to enable access to a webapp. A particular tool in this webapp using google maps. The webapp also needs to function on a browser. I am confused by the lack of functioning samples and the unhelpful documentation available. If anyone has any experience

Re: [android-developers] Re: WebView and geolocation questions

2011-04-23 Thread Moose
Thanks for the suggestion, I will definitely be looking into phonegap - I have seen it mentioned a lot lately. I added the call to enable geolocation - the link to the sample code I posted isn't actually my own stuff. It still doesn't make any sense that this functionality doesn't work as is

Re: [android-developers] Re: WebView and geolocation questions

2011-04-23 Thread Moose
So I might have discovered my problem. I borrowed a friends phone and tested my app on it. It works. The device I had been testing it on was the motorola xoom (wifi only). By logcat, it seems that on the phone (CM6), does make the call to onGeolocationPermissionsShowPrompt, while the tablet

[android-developers] Re: Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Moose
Best response to a question I have read today. I just rofl'd in my pants. -- 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

Re: [android-developers] Re: Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Moose
In all seriousness though, check http://developer.android.com/resources/samples/Renderscript/Balls/index.html -- 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

[android-developers] Re: Application not installed

2011-04-18 Thread Moose
It seems to me that this occurs when the application you are trying to install has the same package name as a built in package. You either need to uninstall the application already present, or change the name of the package in the app you are trying to install. -- You received this message

[android-developers] Geo Location and webview

2011-04-15 Thread Moose
I have a web app with a tool in it that uses google maps (the web tool, not the android one). On my computers web browser I test it and it works fine (gives a surprisingly accurate location, marked with a pin). However, when I try and use it in the webview within my app, it does not get a fix

[android-developers] Re: Geo Location and webview

2011-04-15 Thread Moose
I have spent several hours now trying to figure you why this doesn't work. The only additional thing I have learned is that the app does seem to get control of a location service... 04-15 18:27:01.480: DEBUG/WifiService(114): acquireWifiLockLocked: WifiLock{NetworkLocationProvider type=2

[android-developers] Re: Emulator is crashing a lot

2011-04-13 Thread Moose
I am having a similar problem with the 3.0 emulator. What resolution did you set. -- 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

Re: [android-developers] Re: Compiling Android Source

2011-04-13 Thread Moose
Deleting the gen folder in the application's directory should clear up the duplicate class errors. Not sure about the SearchManager.SOURCE though. Looks like it doesn't exist... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: How to enable / disable Bluetooth

2009-01-29 Thread moose
use the getString or the putString method instead and then convert to a boolean or integer. I am having a problem myself. doing a getstring of this property always returns 1 whether the blue tooth is on or not. Anybody else see this behavoir? Anyone have a solution to finding out if the

[android-developers] Re: android.provider.Settings.System

2009-01-29 Thread moose
use the getString and putString method instead. below is my code, but I am having a problem that it always returns 1 (enabled) whether or not the bluetooth is on... String bluetoothEn = android.provider.Settings.System.getString(getContentResolver(),