Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
1k views

Android: Is there a programming way to create a web shortcut on home screen

Do you know is there a programming way to create a web shortcut on the phone user's home screen? What I want to do is: When the phone user click a button in our apk application, the application will ...
2
votes
1answer
249 views

Android - accelerometer on motodroid 1 reports incorrect values at first?

So I'm writing an app that detects movement, and needs to be calibrated to various movements. Over the past few days, I've noticed that right after a SensorEventListener is registered, ...
2
votes
1answer
2k views

Programatically send SMS to email using Verizon Motorola Droid on Android

I was wondering if anyone knew the proper way to send an SMS message to an e-mail address using Verizon's CDMA Motorola Droid phone. The internal messaging application appears to automagically do ...
2
votes
2answers
2k views

Camera Preview on Motorola Droid

Our application displays a camera preview and it seems to work fine on all phones except for the Motorola Droid where we get a runtime exception when we set the camera parameters: ...
1
vote
0answers
43 views

Application is not properly running on motorola phones [closed]

I have an app called "Cruise Finder" running on Android market and (now on Amazon market as well) successfully on all the phones other than Motorola phones as users are complaining that in motorola ...
1
vote
1answer
189 views

Sync providers under stock Android don't work on Droid Bionic (Motorola)

I'm trying to solve an issue I am having with the new Droid Bionic from Motorola. I've tried to install a bunch of simple sync providers such as https://github.com/weisserd/LDAP-Sync or the Official ...
1
vote
0answers
235 views

Problems with Encryption API on Honeycomb/Motorola Xoom

I want to encrypt my tablet using device administrator, but when I call method setStorageEncryption from DevicePolicyManager class, encryption state does not change. This method returns ...
1
vote
1answer
107 views

How to use/call gyros in the application for Android

I am working on MOTOROLA XOOM for app. development. I want to use gyros sensor in my application. If someone can help me out to call gyros in my program. Thank you,
1
vote
1answer
90 views

On Motorola Droid X, on clicking on home button why application exists? it just has to go background

My application works fine on samsung, sony erricson and emulators.. but when i checked on droid x, the home button works weird. Usually on clicking on the home button, current app has to run in ...
1
vote
2answers
546 views

Droid x cannot debug and connect to sdcard at the same time (os x)

It seems that in order to debug with adb on os x you need to have your droid x set to "usb mass storage". See the following: Droid X not connecting to adb on OS X The problem with "usb mass storage ...
1
vote
0answers
233 views

Cannot update my motorola to 2.2 froyo

I'm trying to update my motorola droid from 2.1 update-1 to 2.2. when I go to settings->about phone->system update it says there is update available I download it and after restarting when it starts ...
1
vote
1answer
1k views

Why would JmDNS service discovery work on a Motorola Droid running Android 2.1-update1 and not on an HTC Incredible running the same version of Android?

I have successfully gotten JmDNS working on Android 2.1 testing on a Motorola Droid by using MulticastLock, but recently got an HTC Incredible as second test device, and JmDNS discovery doesn't work ...
1
vote
1answer
404 views

Problem saving file on Motorola Droid, Android 2.1?

Two of my users have reported a problem with my Android application, OftSeen Gestures. Both of them are using a Motorola Droid. The app saves a text file which is just a list of gesture names and ...
0
votes
1answer
50 views

Android: ConnectivityManager do not work on Motorola xoom(honeycomb 3.2)

I have a method call isNetworkAvailable() to check if the user have enable wap/wifi/wimax this works for android 2.1 to 2.3+. But now a user of the app which uses honeycomb 3.2 on a Motorola xoom ...
0
votes
1answer
156 views

Debug Android application on phone using Netbeans

I recently built a new PC, got the latest android SDK, Netbeans 7.1, java SDK, etc installed so I could debug my android apps. When my phone was connected to my old PC via USB I could simply run my ...
0
votes
0answers
59 views

How can the account name and account type be accessed on MotoBlur

I am new to Android programming and I'm working on an Activity in an app that will plot the location of contacts from a specific email account on to a map. The following is what I am using to get the ...
0
votes
1answer
80 views

How to enable full screen view of half screen size when runned android app on Motorola Atrix? [closed]

Possible Duplicate: Android application built when installed on atrix phone uses only part of screen The issue is that the application screen only took up only half of the Atrix's physical ...
0
votes
2answers
232 views

application requires feature(s) not available on your device

I have an Android application on Android Market, but some users are complaining about an error shown when the installation starts, just after the download: One of them sent me a video of this error ...
0
votes
1answer
23 views

How do i reference the objects created in the XML from the main .java program?

I am creating an android app using Eclipse. This is my first program using either eclipse or writing for android. I have created several objects in my XML (4buttons and a text-View). The program is ...
0
votes
0answers
45 views

How to remove Motrola Droid red text backgrounds?

On the Motorola Droid Global if you touch an edittext you get a red dot to indicate cursor position within the input. Also, as you type the input text is highlighted red. Depending on the applications ...
0
votes
0answers
154 views

drop down not working in motorola Droid X 2.2.1

Hi friends i have create application with drop down.And In the result it is working on Samsung all android models. It is giving me default selected value as click here. This Value is displayed till ...
0
votes
1answer
149 views

Droid-X LED lights

I can't seem to get the camera LED to light up as a flashlight with my Droid X. I've tried quite a bit, and am down to trying to decompile some apps that I know work. How can I get it to work? I ...
0
votes
1answer
489 views

problem in code to build speedometer using accelerometer for android tablets

I am using Motorola Xoom with WiFi for application development purpose.I have tried to implement code to create speedometer using accelerometer but the only problem I am facing is that JAVA compiler ...
0
votes
0answers
111 views

Android 2.2, 2.3 on N1 Have partial chunk download sizes, unlike 2.2 Emulator and Moto Droid

I have an HTTP Get in an asynch download class that works fine in the 2.2 Emulator and 2.2 Moto Droid. Full sized images, as need, are downloaded to SD card. However, a Nexus One w/ 2.2 and a N1 with ...
0
votes
1answer
120 views

Problems loading MOTODEV_Studio_for Android_2.1.0_Windows-x86

I recently tried to install MotoDev and experienced a problem looking for Android SDK R10. It kept complaining that it found r9. I tried to reinstall r10 and ran into the Back/Next problem with the ...
0
votes
2answers
110 views

Porting Android on various other mobiles

I am new to the development as well as the prg world. I want to learn android and want to make applications for it. So one possible way is to buy a new android phone to test it live and not on ...
0
votes
3answers
367 views

How big is an android phone's screen?

How big is the motorola android's screen, in pixels? I want to know what size I need to make my graphic without it being too disorted by the fill_parent. EDIT: I don't think you guys understood ...
0
votes
1answer
700 views

Motorola Droid by Verizon: Can I deploy Android Apps directly to the phone?

I'm thinking of doing some work in the Android space and was looking at the Verizon Motorola Droid. My question is simple: Can/How do I directly deploy applications I am developing and testing to my ...