is an Android based tablet made by Motorola.
Questions tagged [xoom]
64 questions
2
votes
2 answers
Application not installable on Motorola Xoom from Android Marketplace
My Android application is not installable on a Motorola Xoom from the Android Marketplace. I've already followed the instructions available here, to no avail. Here is my manifest:

Raul Agrait
- 5,938
- 6
- 49
- 72
2
votes
3 answers
Use Camera to take a pic, save it locally -- not to SD Card
As the title states, I'm trying to launch the camera and take a picture that I can use with the APP locally. This is for the Motorola Xoom and, by default, they do not come with SD cards. Or at least the ones my client is looking into purchasing do…

Allen Grant
- 21
- 2
2
votes
1 answer
Application writes file to internal sd card, but Windows doesn't see the file
So, what I'm trying to do is write data to a file on the sdcard and then have windows read the file.
The issue I'm seeing is that windows never sees my new files until I reboot the xoom. The xoom has OS versin 3.2 and I am building to the SDK…

Brian
- 145
- 1
- 2
- 6
2
votes
0 answers
FileObserver not working in XOOM android 3.1
In my app I have a FileObserver on /mnt/sdcard/dcim/camera folder so that whenever an image is taken from a camera my app is notified. It works as expected on phones having Android 2.1/2.2/2.3. I am trying to make it work on a Motorola Xoom with…

Yatendra
- 21
- 1
2
votes
5 answers
Drawables and Layouts for Galaxy Tab and Motorola XOOM
I'm testing my app at Galaxy Tab and Motorola XOOM emulator skins, and I can't understand, why the drawables are taken from the wrong folders. I have drawable-xhdpi folder, where I store big size pictures. However, Tab takes drawables from…

Egor
- 39,695
- 10
- 113
- 130
2
votes
2 answers
Poor video performance on flash on xoom
After a lot of head banging i'm still stuck!
I'm trying to deliver h.264 video over RTMP to a Flex app running on a Motorola Xoom.
The BBC Iplayer, Youtube and lots of other video sites have beautiful HD video streaming without issues.
My solution…

Ben Ford
- 1,354
- 2
- 14
- 35
2
votes
2 answers
It's a kind of magic... VideoView and displaying videos on Android 3.1 vs. 4.1
Hi android programmers,
I've been struggling all day long on a problem that seems strange and with no solution.
What I seek is some guidance and some previous experiences.
For testing purposes I have a Motorola Xoom, Galaxy Nexus Tab, Galaxy Nexus…

2dvisio
- 861
- 2
- 10
- 29
2
votes
1 answer
How to deal with Android XLarge screen?
I have developed a clock widget. Looks fine on many devices. Except Motorola Xoom since it falls under XLARGE category.
This is the clock.xml

stuckedunderflow
- 3,551
- 8
- 46
- 63
2
votes
0 answers
Android phone filters multicast
Environment:
Phone: Motorola Xoom, model MZ601, Android 3.0.1
Router: Netgear WNR3500U/WNR3500L
Problem:
There is a piece of simple Java multicast listener on Android:
public void listenMulticast(){
try{
WifiManager wifi =…

Cathrine Antal
- 61
- 1
- 5
2
votes
2 answers
how to capture screenshot on Motorola Xoom (android)?
I have a Motorola Xoom tablet of Android and I am facing the problem to take the screenshots of my application for demo purposes but haven't succeeded yet... can anyone guide me? Is there any short cut key?

Talha
- 18,898
- 8
- 49
- 66
1
vote
2 answers
Cocos2d android Texture issue on Motorola xoom
I am developing a game in android with Cocos2d framework with latest build from github(Weikuan Zhou).
In my game, I used lots of images(total images size is around 11MB).
Problem:
I am getting the black box instead of images when I play my game…

jaimin
- 41
- 9
1
vote
0 answers
LED Flash Code Causes Force Close on Xoom
I am trying to add the ability to turn on the LED flash within my app. It's not the app's primary function so I am not trying to capture every single device.
I have added the following code:
flash_ok =…

Leon
- 3,614
- 1
- 33
- 46
1
vote
1 answer
My Android application is not visible on market with Motorola Xoom
I have an Android application with android:minSdkVersion="7", but on the Market is not visible for Motorola Xoom.
Can anyone help me out?

Ovidiu Jdira
- 31
- 3
1
vote
1 answer
My UI on Xoom looks ugly/Not what it looks like in eclipse
So I'm making an app for my Xoom, just starting with android development.
I've made a few buttons and all that jazz, using the ADT in eclipse to position everything (using the 10.1 WXGA Tablet config), and it looks great in the editor. As soon as I…

Dynde
- 2,592
- 4
- 33
- 56
1
vote
1 answer
Converting color image from the Xoom camera to monochrome image for qr code recognizing
I have done an app on the Motorola Xoom that recognize QrCode using the xzing library. I already have done the same application on my computer and it was working perfectly on my computer, but on the Xoom, it has an hard time to recognize QrCode. It…

darkzangel
- 939
- 9
- 17