Tagged Questions

2
votes
2answers
161 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 = ...
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
0answers
34 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
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
72 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
2answers
72 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
0answers
369 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
3answers
394 views

Program to change the phone numbers a call is redirected to if a mobile phone cannot be reached?

Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network?