Android :: StreetView Enabled But Not Loading

Jul 30, 2009

I have enabled StreetView with .setStreetView(true) but it don't load, so I don't know if I have enable other things.

Android :: StreetView Enabled but Not Loading


Android :: Check Streetview Exists Before Launching Streetview Intent?

Oct 5, 2010

Launching a Streetview intent for a location doesn't guarantee that a Streetview exists for that location. If the Streetview doesn't exist, the user just sees a black screen that spins. Is there a way to programmatically check if it exists before launching the Streetview intent?

View 2 Replies View Related

Android :: Settings - Secure.ADB ENABLED - USB MASS STORAGE - ENABLED

Nov 20, 2009

I wanna set the ADB_ENABLED and USB_MASS_STORAGE_ENABLED option automatically in my App.

so i add below statement in my App(Activity).

---------------------- Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 0);

or

Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 1); ----------------------

and add below statement in my App(manifest).

---------------------- .... </application> <uses-permission android:name="android.permission.WRITE_SETTINGS" /> <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> .... ----------------------

but some exception are occured in runtime like below.

---------------------- Uncaught hander: thread main exiting due to uncaught exception. java.lang.SecurityException: Permission denial: writing to secure settings requires android.permission.WRITE_SECURE_SETTINGS ... ----------------------

How i can use ADB_ENABLED and USB_MASS_STORAGE_ENABLED in my App?

View 3 Replies View Related

Android :: Use StreetView In My Application ?

May 1, 2009

I am currently trying to use StreetView in my application, but I does not work. I use an AVD based on the Google API which has Maps (display a simple map works well). My activity extends MapActivity and tries to call streetview:

CODE:.............................

The problem is that I always catch an exception:

CODE:........................

View 4 Replies View Related

Android :: Maps And StreetView Missing In SDK 1.5?

May 30, 2009

In v1.5 of the SDK, the Maps/Streetview app is not installed in the emulator. I'm relying on launching an implicit intent which maps my addresses for me. Is there a way to test this in the emulator, i.e, do I need to install something extra? I'm presuming this is on the actual G1 phone with v1.5. Does anyone know? I'm also getting 100% failures in calls to getFromLocationName(). Is this related?

View 9 Replies View Related

Android :: Displaying A Now Loading Image While Applic - Loading

May 4, 2009

I want to display a fancy 'loading' image at my app's startup time.

The problem: my startup code is mostly GUI related, hence needs to run on UI thread.

Is there a way to do both - that is run UI-related code on UI thread while an image is displayed to the user?

View 8 Replies View Related

Android :: Loading Activity Darkens Screen - Loading Screen

Nov 2, 2009

I've looked through the documentation and I can't seem to figure out how to have the screen blured/greyed when I select an activity that may take a while to load.

This seems to be an Android standard (both the Camera app and the Camcorder app do it when first selected), but I don't see any documentation on it. I even tried looking through the source of these apps on git, but couldn't seem to find it.

View 3 Replies View Related

Android :: Voice Enabled-keyboard

Jan 7, 2010

i'm dying to see the source code for the voice enabled-keyboard feature for android : i'm new to open source developing yet i'm very interested in this application particularly. where to find the code ...

View 2 Replies View Related

Android :: How To Know Whether Bluetooth Is Enabled / Disabled?

Jul 9, 2010

How can I know whether bluetooth is enabled or disabled.

View 3 Replies View Related

Android :: Set Activity Enabled By Java Code?

Sep 25, 2009

android:enabled can be set at AndroidManifest.xml <activity android:name="MyActivity" android:enabled="true">
How can I set the attr true or false in my programm?

View 3 Replies View Related

Android :: Detect Wifi Enabled / Disabled

Aug 12, 2010

This seems like a common issue developers have yet I couldn't find anything on it (searched through the archives in this mailing list and Google searches). Maybe I just fail at research, but anyway.. My app requires a network connection. If it is disabled I'd like to notify users that it is required and then possibly open the network settings box so they can enable it.

View 5 Replies View Related

Android :: Web Page Not Available Error - Javascript Enabled

Feb 6, 2010

HelloWebview code (and other WebView code samples) all result in "web page not available" error. Javascript is enabled. Permissions set for INTERNET, ACCESS_NETWORK_STATE, CHANGE_NETWORK_STATE in Manifest.xml. Does not work on either emulator or device (Samsung Moment -- Android 1.5). GOOGLE.com comes up on both emulator and device. I have looked for s solution for this for several days. I'm a real newbie to Android, and a pretty new user of JAVA but can follow an example / sample.

View 2 Replies View Related

Android :: Wifi Enabled VOIP Program?

Dec 10, 2008

My main question before I buy a G1 is does Android have a Wifi enabled VOIP program (like Skype)? Also, can I link it directly to a PC and throw any data I want inside it (linux programs). Oh one more thing, can it compile C code?

View 8 Replies View Related

Android :: Check GPS Enabled On Phone Programatically?

Oct 17, 2010

I want to check if GPS is enabled, but I dont know how to do it. i mean with a function, in android

View 2 Replies View Related

Android :: Starting App When GPS Is Enabled Force Closes

Nov 4, 2010

My app works when GPS is disabled, but FC's when starting while GPS is enabled. On a cold start it offers the option to turn on the GPS. After doing that, pressing the back arrow button it returns to the app activity (although the GPS icon is not visible in the status bar, on a side note, how do I get it to display here?).

I exit the application by pressing the back button or using the menu option whilst GPS is still on.
Now, when I try to start the app, it FC's. The blinking GPS icon appears behind the FC message and disappears when I acknowledge the FC.

Here is the code:

CODE:........

And this is the logcat from eclipse:


CODE:........................

View 1 Replies View Related

Android :: Adobe Flash To Be Enabled In Droid?

Sep 24, 2009

I want adobe flash to be enabled in android, Does android support it.

View 6 Replies View Related

Android :: App That Allows To Control A Wifi Enabled Helicopter

Jan 24, 2010

There is an iphone app that allows you to control a wifi enabled helicopter. is this possible with any android phone?

View 5 Replies View Related

Android :: OpenGL Texture - Enabled Live Wallpaper

Aug 8, 2010

I'm developing an openGL-enabled live wallpaper and it seems to work fine on the Nexus but I've had someone tell me that on their Milestone (basically a GSM Droid), all the textures are white. I only have a Nexus to test with. I've done lots of Googling on the issue and the big thing that seems to come up most is having power of two sized textures - which I have. I also put them in the /res/drawable-nodpi folder and set my manifest to all screen sizes/densities. At one point, I thought maybe it was the way I was implementing mipmaps so I turned them off. No dice. I'm sure it's something simple that I'm overlooking but my brain is completely fried at this point.

My texture loader:................

View 11 Replies View Related

Android :: WiFi Enabled AND Active - Launch An Intent

Nov 28, 2009

This is what I would like to do: => IF WiFi is enabled AND active, launch an intent (in fact it's a WebView that gets its content=>the instructions of my app on the web) => IF NOT, then I would launch another intent so that I don't show a WebView with "Web page not available ... The Web page at http://www.mywebsite.com might be temporarily down or it may have moved ..."

I tought initially to use

if(wifi.isWifiEnabled())

but that does not say if the Wifi connection is ACTIVE or not. It says only that the user has turned the switch on. The device may or may not be connected... Is this correct ?

Then I tried to use :........................

View 4 Replies View Related

Android :: Cheap Wifi Enabled Or Other Programmable Device

Jun 8, 2010

Does anyone know of a cheap Android or programmable device that has wifi? I need it for a project for a company that needs a wifi handheld device for the shop floor. Im not too fussed about the language the device uses though Im not really interested in the iTouch as theres no intention to release the app in the app store and I don`t really want to jail break everybodys iTouch. Ideally it would be small , iTouch size for example and relatively cheap $100 or less. Nothing fancy just ability to write a simple UI and have wifi. Voice is not needed.

View 2 Replies View Related

Android :: OnCreateOptionsMenu Change Icon To Enabled / Disabled

Nov 13, 2010

I want to be able in Android to press on the menu button on the phone and get the menu that will enable the user to toggle on/off sound. I want different images for the on/off status.I know how to create menus; however, I'm having difficultly changing the menu button from one image to another. Has anyone figured this out?

View 1 Replies View Related

Android :: Rotate A Drawable With Anti-aliasing Enabled

Jun 8, 2010

I need to rotate an ImageView by a few degrees. I'm doing this by subclassing ImageView and overloading onDraw(). code...

The problem is that the image that results shows a bunch of jaggies.

How can I antialias an ImageView that I need to rotate in order to eliminate jaggies? Is there a better way to do this?

View 1 Replies View Related

Android :: List Of All Tethering Enabled Droid Phones?

Jan 9, 2010

Ok it seems to me that most of android phones came without tethering (officially, I'm not speaking about rooted phone due to possibile warranty issues).

I know that there is pdanet that add this support but 29$ is damn expensive, and it looks like a win/mac only (I'm a linux user).
All my phones had tethering capability (and i have a tethering allowed dataplan) cause I do need tethering is some circumstances, and I don't think that I am the only one!

Is there a list of all tethering enabled android phones?
If not i could be usefull to have some kind of wiki style list of tethering enabled phones.

View 23 Replies View Related

Android :: Running Gears Enabled Web Pages In WebView ?

Feb 12, 2009

As anyone successfully tested running Gears enabled web pages in WebView ? The Gear samples are running ok in the android 'browser' application, but not on 'WebView'. Do I need to enable any WebViewSetting() options ?

View 7 Replies View Related

Android : When A Button Is Enabled Send The GPS Data Just When The Location Changes

Nov 24, 2010

I made two Buttons in my Android application. the first one activates sending my GPS data to a Website.
the second one disables this option.

So my question is: What can I do to make it possible that when my activatebutton.isEnabled()==false (already pushed) is,that each time when my location changes a method will be executed.

View 1 Replies View Related

Android :: Check For GPS Support In-App / To Add Feature / Location Services Enabled?

May 24, 2010

How can I check for GPS support in-App to add a feature for those with Location services enabled?My concern is, I know I'd have to specify the tag in the manifest to declare that the app uses location services, but I still want the app to function for those without. I just want to check and, if the service is available, use it; otherwise just ignore that one feature.

View 1 Replies View Related

Android :: Making Request Over Mobile Network When WiFi Enabled

Nov 19, 2009

Is there any way for an application to force a network request to go over the mobile network if it's available in preference to WiFi? I'm looking at ConnectivityManager#setNetworkPreference, but there's no documentation, and looking at the source seems to suggest it's setting a global preference somewhere which isn't what's required here - I just need to force certain requests that need to go over the mobile network to ignore WiFi.

View 3 Replies View Related

Android :: Is Exchange Active Sync Enabled By User? Device Type Or OS?

Sep 26, 2010

Is Exchange ActiveSync enabled by user? device? device type or device OS? I'm asking because I'm going to an employer who said they only support Exchange corporate email on Blackberry or iPhone. I just purchased a Samsung Epic Android phone under Sprint. As far as I now there is no Enterprise email plan for that phone. But it does run ActiveSync. Why would an employer limit the devices allowed to access email and can they really enforce that? Is the limitation usually a function of what devices can run Active Sync? Also, if they do allow my Android, what beyond entering the the user, pw and exchange server do they need to do on my phone? Can they put a policy on my personal phone?

View 1 Replies View Related

Android : Current Latitude And Longitude Checked The Gps Enabled It Shows False

Sep 17, 2010

I have android HTC mobile os version - 1.6 . I have GPRS setting in my mobile. I can access internet through mobile. But in my programme to findout my current latitude and longitude i checked the gps enabled it shows false.

My code is below

CODE:...................

View 4 Replies View Related

Android :: Inherit Parent Style And Set Background For Non- Focused Enabled Child Item?

Dec 14, 2009

I'm using ExpandableListView in my app and one of the complains is that when expanded it's hard to visually distinguish where the child item ends and next group item begins. So I would like to change background of the child list item to the different shade. Brutal attempts that I've made so far were based on directly changing background color and text of the elements inside the child view item but that leads to loss of hovers and highlights. So my question is - what is a good strategy to achieve the above? I tried styles and selectors but what really bums me out - that if I change one thing then I need to add selectors for all combinations of focus/enabled etc. when all I'm trying to do it to overwrite a single thing. Is there a way to inherit parent style and set just a background for non- focused, enabled child item?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved