Tagged Questions
11
votes
4answers
17k views
How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?
This problem has been solved! Thanks a lot to Brad, Denis and junkie! You're the heroes! :)
This is the working code. It connects to Zeemote and reads data from it.
===== Code =====
public class ...
6
votes
8answers
3k views
How to set up android SDK for command line development on linux?
I'm trying to set up the android SDK to develop a simple program on the command line in Linux (Ubuntu 9.10). I tried eclipse, but it has know problems running on Ubuntu, so I gave up on it. Here's ...
5
votes
2answers
174 views
Android 1.x Contacts.Extensions for a custom account type?
I'm writing a social networking app that has contacts sync functionality. I have working code (from an example I found on here) that inserts contacts on v2.x in a sync adapter.
However, the ...
4
votes
1answer
2k views
Android Image Orientation Issue on Motorola Droid
Our app uses the gallery pick action to grab an image from the device to upload to a new blog post. We're seeing on the Moto Droid that images taken in portrait are being sent back to the app in ...
3
votes
1answer
151 views
Gamma-curve experiment — convert 2.2 to opposite of 1.8?
The Motorola Photon is infamous for exhibiting what others have called "black crush" -- when viewing pictures, most of the detail in dark parts of the image is flattened out to black. Up to now, ...
2
votes
2answers
140 views
Motorola Android 2.2 camera ignore EXTRA_OUTPUT parameter
I programatically open camera to take a video. I tell camera to put the video file to a specified place using code like below:
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
File out = ...
2
votes
2answers
639 views
How to open SD card folder in Android AVD?
i have the Motorola MB860 SDK addon for 2.3 in my addons directory of Android SDK. I created a AVD to emulate Atrix hardware using that.
Now my application creates a folder in the SD card's root ...
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
3answers
1k views
Install app on Motorola Backflip from AT&T
I'm trying to test an app out on the Motorola Backflip with AT&T as the carrier. I checked USB debugging on the phone's Development screen.
Using Eclipse, how do I get the app to load on the ...
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:
...
2
votes
3answers
5k views
Resolution support in Android 2.0
Received an email from my first Motorola Droid user. The new 480x854 resolution introduced in Android 2.0 (as opposed to 320x480) is wreaking havoc with my user interfaces. Everything is smaller and ...
1
vote
1answer
90 views
Issue with linux “adb push” command, “No such file or directory” error
I am trying to develop a simple pygame with Ubuntu Linux 11.10 for my Motorola android phone. I am having trouble getting the "adb push" command to work. I get an failed to copy 'foo.txt' to ...
1
vote
1answer
24 views
Motoblur prevents me from forcing media scanner to run
I have an application that makes changes to some of the files in the media folders (DCIM/Camera specifically)
After I make theses changes the application sends this broadcast in order to force the ...
1
vote
0answers
39 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
188 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
53 views
Android: Motorola XT720 Exchange Account Problem
I have an app published on Android Market that can save contacts to different accounts. This app allows users to choose an account to save a contact to. But a lot of Motorola users report that ...
1
vote
1answer
113 views
Motorola Atrix ADB while docked in webtop
Does anyone know if/how I can get my atrix connected to my PC via ADB while its docked? The dock has USB ports if I find a male to male USB cable and run it from dock to PC will it recognize the atrix ...
1
vote
1answer
101 views
Jquerymobile form popping up on Android on Motorola
MY jquery mobile app m.dosomething.org works fine on Iphone but on Android and Motorola keeps popping up keyboard on the form. It works fine with Android on my HTC. I tried with different Jquery ...
1
vote
1answer
231 views
crashes on Motorola Android devices
On my app i am receiving reports of sporadic cursor errors that only come up on Motorola phones. I am using a ListView backed by a SQLite query to view a directory, and the query is refreshed when the ...
1
vote
1answer
94 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
2answers
514 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
1answer
180 views
Motorola specific crash on Android when using Configuration
Since I published a large update to one of my apps I have received hundreds of crash report, all from different motorola phones. The stack trace does not pass through my app:
EXCEPTION
...
1
vote
1answer
673 views
What are the names of network interfaces on the Motorola CLIQ XT?
The network interfaces on Android interfaces are listed as directories in the file system in /sys/class/net/.
For most Android devices the network interface for gprs traffic is called rmnet0 and for ...
1
vote
2answers
3k views
Can't access Motorola Milestone on Ubuntu 9.10 via adb (HTC Magic works perfectly fine)
I've two phones, the HTC Magic and since today also the Motorola
Milestone.
While the Magic works perfectly, I'm not able to access the Milestone
via USB (adb devices).
Here are my log outputs and ...
1
vote
2answers
266 views
How come a user reported tiny text on a Motorola DROID android-based phone?
A user of my Android App reported that he was seeing tiny text. How is this possible? More importantly, how can I use the emulator to be sure that my changes will fix it?
Background:
This user has a ...
0
votes
0answers
17 views
devicePolicyManager.lockNow() is not working for Motorola Tablets
public final static void lockDevice()
{
try
{
if (devicePolicyManager.isAdminActive(adminComponent))
{
devicePolicyManager.lockNow();
...
0
votes
0answers
13 views
setMasterSyncAutomatically and getMasterSyncAutomatically do not work on Motorola Bionic
My application works fine on HTC Desire, Motorola Droid and SonyEricsson Xperia.
It does not wrok on Motorola Bionic: getMasterSyncAutomatically always returns false and setMasterSyncAutomatically ...
0
votes
0answers
15 views
Live Wallpaper Not Showing up in marketplace for the Droid Razr from Verizon
Hitting a bizarre issue where my live wallpaper shows up for all devices in the marketplace except when searching from a droid razr. My application permissions are as follows:
<uses-sdk ...
0
votes
2answers
26 views
Android: null string issue for 'address' column for sms content provider
I am working on a android application which read the sms from content provider. The application works fine and read sms fine from content provider. But sometime (very rare) the 'address' column ...
0
votes
0answers
20 views
Android 2.3.2 wifiProxy is null
I have been having some connection problems with a mobile website that I have been developing, where the connection will drop and take about 4 or 5 minutes to kick back in. It only seems to be ...
0
votes
1answer
47 views
unable to store capture picture from camera in motorola tablet in sdcard
i am trying to open camera from my android application and capture image,
but it doesn't stored in sdcard.
If i capture image from in-build camera then it stored the image on sdcard.
using following ...
0
votes
0answers
46 views
Android: motorola atrix Application not installed issue
I created one application and make the Apk file to install it in to other device. I have install that application in my device (Samsung Galaxy Ace) from that apk file.
But while install that ...
0
votes
0answers
46 views
Cocos2d Game Lost Focus When we click Volume Up or Volume Down Button On Motorola xoom
I am developing a game using Cocos2d FrameWork in Android.
I encountered a problem while testing on Motorola Xoom.
What I want to do :
When User pressed Volume up and Volume down Button. All the ...
0
votes
0answers
75 views
Motorola Xoom stuck on “Waiting for Debugger”
I am trying to use my Motorola Xoom to debug an Android application in Eclipse. I have no problem using my HTC phone to debug the same application.
I have downloaded and installed the Motorola driver ...
0
votes
2answers
106 views
Background image in applications running on Xoom tablet
If I run an application on my Motorola Xoom tablet, there is an image in the background. If I run the same application on the emulator the background in my application is just black. Do you have an ...
0
votes
2answers
139 views
Android 2.3 vs 2.2.1 Bluetooth
Can anyone tell me if there have been any changes to the bluetooth functionality in the Android update?
I have an app which uses transmission and reception concurrently with a total of 5 connected ...
0
votes
0answers
173 views
Defy Froyo Kernel [closed]
I am a proud owner of Motorola Defy. A few months ago i upgraded my defy from 2.1 to 2.2. Although it had new features it became a bit laggy and so finally i decided to root my defy and install MIUI ...
0
votes
1answer
45 views
can't make textview bold on motorola atrix
did anyone encounter this problem?
xml attribute android:textStyle="bold" doesn't seem to have an effect on motorola atrix.
couldn't find solution anywhere.. would appreciate some help.
thanks.
0
votes
2answers
216 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
0answers
65 views
eclipse java / motodev setting up help javaw
so i been having some tubels with my eclipse when setting up but i goth it running now i just watch a marakana video where some guy recomended motodev program/eclipse version with all android related ...
0
votes
1answer
60 views
Can I use App inventor with the Photon 4g?
I am considering switching to the Motorola Photon 4g and would like to continue to develope. I will admit myself as quite inexperienced and I currently can only use App Inventor. Is it possible to ...
0
votes
0answers
473 views
Motorola Milestone Android - Bluetooth Issue - Paired but not connected [closed]
im using a Motorola Milestone. I have tried to connect to various bluetooth devices (laptops/other android phone) with this phone but none of them work. I can pair them But after pairing it says ...
0
votes
2answers
65 views
Why isn't the my root folder created?
I tried to create an external storage public directory in my main root directory and wrote the following lines of code. The code compiles properly, and shared preferences are updated correctly, but ...
0
votes
3answers
2k views
Debug Motorola Triumph
I have installed the latest Motorola USB drivers which include support for the Triumph.
When I plug in my phone, "adb devices" does not list my phone.
My device manager shows my device under Phone ...
0
votes
0answers
349 views
Java code to turn off Droid 2 global softkeys light & turn on LED don't work
I'm trying to use these sets of java code to turn off a Droid 2 Global soft keys and turn on the camera LED. Everything I've tried has failed to work, but when I run the same code on other Android ...
0
votes
1answer
169 views
Motorola Xoom XML Manifest
Is there anywhere that I can find a list of the Features that the Xoom has, so that I can update my manifest file accordingly.
Currently the application is not in the Market, and Im not sure what is ...
0
votes
0answers
224 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 ...
0
votes
1answer
1k views
Why do motorola android devices install >60 background processes and services, and how can they be removed?
Folks,
We are debugging unexplained crashes of our Android app on motorola devices. We have an unhandled exception handler that catches crashes and uploads them to our server, but our users weren't ...
0
votes
2answers
234 views
how to define seperate layouts for Motorola Atrix and Motorola Droid
Hi
I need to define separate layout's for Motorola Droid and Motorola Atrix .I tried with drawable-hdpi and layout-long ,layout-large-long but both seems to relay on layout-long .How to define a ...
0
votes
2answers
214 views
Motorola Xoom Browser Specs
Does anyone know or have references for the browser used on Motorola Xoom..
I mean which browser, version, engine ,viewport, etc...