Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
6
votes
6answers
1k views

Writing an OS for Motorola 68K processor. Can I emulate it? And can I test-drive OS development?

Next term, I'll need to write a basic operating system for Motorola 68K processor as part of a course lab material. Is there a Linux emulator of a basic hardware setup with that processor? So my ...
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
1answer
145 views

How can I take mod of a number in assembly in Motorola M6800

How can I take mod of a number for instance a%9 in assembly in Motorola M6800.Please tell me which mnemonics should I use.
2
votes
1answer
130 views

Worker thread unable to update the UI on Motorola V3

I'm working on a J2ME application that should be ported to different vendors phones. So far, the application is working fine, except on the Motorola V3 (this is the only Motorola phone I have tried). ...
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 ...
2
votes
1answer
292 views

Motorola 68HC12 Real Time Interrupt Registers

What does the RSWAI bit in the RTICTL register do?
1
vote
1answer
91 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
25 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
47 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 ...
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
515 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
108 views

J2ME Detect PTT Request for Motorola Iden

I have a J2ME application that constantly sends data to server in TCP. During sending, PTT calls cannot be received. So I wonder if anyone knows how to implement PTT request listener in J2ME so that ...
1
vote
0answers
33 views

Reading Motorola Evoke Flash Memory

Alright, so I have a Motorola Evoke phone and it's absolutely driving me crazy. I'm seriously considering making a project out of it to create its own OS that's tailored to my liking. I'm 95% sure ...
1
vote
2answers
885 views

DataWedge library - Motorola MC55 barcode scanning very slow

I have Motorola MC55 with DataWedge 3.2.4 installed. The issue I encounter is very slow scanning of barcodes, especially those prefixed with 'U' letter. I open the notepad and scan a barcode, text ...
1
vote
0answers
414 views

Error while running a midlet in Eclipse: no class found

i am using Eclipse pulsar for mobile developer and MOTODEV SDK and iDEN sdk for j2me (midp2.0). Debuggin midlet in Eclipse gives an error: No Class Found. Can anyone help me determine the source of ...
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
2answers
57 views

A/UX cc compiler errors on trivial code: “declared argument argc is missing”

On a quite ancient UNIX (Apple A/UX 3.0.1 for 680x0 processors) using the built-in c compiler (cc), this issue arrises. Here is the code I'm trying to compile: #include <stdlib.h> #include ...
1
vote
1answer
674 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
4answers
519 views

Passing parameters on the stack

When you pass parameters to a function on the cpu stack, You put the parameters on then JSR puts the return address on the stack. So that means in your function you must take the top item of the ...
1
vote
1answer
229 views

How to build an Operating System for Motorola L7 phone?

Is there a way for me to build my own Operating System for Motorola L7 phone? How do I go about building it? Are there any Online resources that can help?
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 ...
1
vote
6answers
2k views

Issues with Image loading in J2ME applications on Motorola phones

The standard way to load an image in a J2ME application is using the Image.createImage method and the recommended image format is PNG. Now, the J2ME specs dont lay down any restrictions on the ...
0
votes
0answers
18 views

ZING barcode scanner not working on xoom tablet

Has anyone used zing barcode scanner on motorola xoom tablet? trying to scan code 39 barcode on xoom tablet without any success. Any help!!
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
14 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
18 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
115 views

Motorola barcode scanner SDK events C#

I'm developing a software which requires the access of barcode. I'm using the Motorola SDK, using C#. I have set the scanner as IBM-HAND-HELD instead of HID-keyboard-Emulation. But the problem is ...
0
votes
0answers
105 views

The future of .net compact framework…? [closed]

I am asking about this, as I have started digging the subject deeper for some time and need to collect some information to evaluate the future of development for windows mobile applications. With ...
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
0answers
42 views

Need files from WM 6.0 professional for Motorola MC75

I corrupted following files form /Windows on my Motorola MC75: sdbus.dll, sdmemory.dll, core_dl.dll. It caused a situation that SD card is now not works at all. Can anybody send them to me or provide ...
0
votes
0answers
41 views

Motorola XYboard Device API Camera Flash Not Working

I am trying to develop a web application for Android tablets and ran into a bug with the browsers device API. When using the normal camera app pictures were taken normally and everything worked. ...
0
votes
1answer
31 views

m68k Hex to Decimal not working right

I'm writing a small OS for a M68k computer that I'm developing, and I've ran into a little issue. I need to be able to show the user a hexadecimal value (say $1F) in decimal (31.) I've written the ...
0
votes
1answer
48 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 ...

1 2 3