Questions tagged [xoom]

is an Android based tablet made by Motorola.

64 questions
0
votes
1 answer

Custom Spinner 9-patch causes crash on Motorola Xoom

I have a custom 9-patch image for my spinner. This image works fine on my phone, but causes a crash on a Motorola Xoom. Here is the stack trace: 10-10 15:52:56.487: ERROR/AndroidRuntime(4187): FATAL EXCEPTION: main 10-10 15:52:56.487:…
Innova
  • 1,751
  • 2
  • 18
  • 26
0
votes
1 answer

Can I easily test my Xoom apps without being part of Motorola developer's program?

Is it possible to develop and compile programs to APK files on my desktop machine and then test them on a non-jailbroken Xoom tablet without going through the Motorola Developer Program and without going through any sort of marketplace? I have been…
Aaron Delwiche
  • 79
  • 1
  • 10
0
votes
1 answer

XOOM: Disable HDMI Output

In our application, we need to disable HDMI output, we have been using HDMI status API (http://developer.motorola.com/docstools/library/motorola-hdmi-status-api/ ) successfully on few devices. In Xoom, this API is NOT supported. Is there any other…
Mohan
  • 1
  • 1
0
votes
5 answers

external folder of Android

I'm trying to access "external" folder of Android, but I can't find it. Note that my device is Motorola Xoom and I use adb shell. How can I find external folder? Should I install NDK? Thank
user91625
  • 31
  • 1
  • 7
0
votes
2 answers

Push Notification From Android Phone to Android Tablet

I recently got the Xoom, for some reason I thought you could SMS message on it :-S Does anyone know a way that from my android phone I can push a notification to my tablet to tell me I have a message or even if someone is calling. Basically I want…
Matthew Riches
  • 2,298
  • 18
  • 26
0
votes
1 answer

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 hindering it. These are the current Permissions…
Robert de Klerk
  • 624
  • 3
  • 12
  • 24
0
votes
1 answer

Motorola XOOM emulator?

I have no motorola XOOM but I must try an app for it. I ' m looking for emulator of XOOM ? How can I set up emulator in eclipse ?
ali
  • 1
  • 1
  • 1
0
votes
1 answer

Setting up Motorola xoom simulator to test web applications

I have a web application which is developed for Ipad and which works fine in Ipad. I want to test it in motorola xoom. Can any one point me or guide me on how to set up motorola xoom simulator which has browser so that I could test my Web App in…
CKR
  • 213
  • 4
  • 8
0
votes
2 answers

Creating a folder programmatically on a Xoom

The Xoom does not have a working SD slot, so Moto decided to re-route calls to External Storage to the internal storage: String path = Environment.getExternalStorageDirectory().getPath() + "/newfolder/"; The above line returns a path to the…
Matt
  • 5,461
  • 7
  • 36
  • 43
0
votes
1 answer

Overflow:hidden doesn't work on Xoom Browser

I have an image within a div container, that div container has the style "overflow:hidden" which works on all major browsers but for some reason doesn't work on Xoom, any ideas? What browser is that anyway?
Asaf
  • 8,106
  • 19
  • 66
  • 116
0
votes
1 answer

Renderscript Video Sync Issues on Motorola Xoom?

I've been messing around with Renderscript using a Motorola Xoom. Everything works ok but there are rendering issues. I'm not sure if it's specific to the Xoom or not. You can see the problem when running the Balls sample application. When the…
Cubby
  • 156
  • 1
  • 7
0
votes
1 answer

OutOfMemory error on Xoom when other devices with same heap size do not produce OOM

I'm having a weird issue. I've created an app which works fine on a Samsung Galaxy S2 (heap size 48MB) but when I test it on a Motorola Xoom (heap size also 48MB) it exits with an OutOfMemory error. This is particularly strange since from what I can…
1337ingDisorder
  • 821
  • 1
  • 6
  • 17
0
votes
2 answers

Why does the Xoom crash when sending a bitmap from one activity to another using intents?

In my app, I take a screen shot of the current screen (using view.getDrawingCache) and send it to another activity as a bitmap using intents. I have tested it on Galaxy Note 1, HTC one v, and Motorolla Xoom mz 604 tablet (10.1"). On the first two…
Muhammad Irfan
  • 735
  • 1
  • 11
  • 17
0
votes
1 answer

Android tablet development - Auto populate multiple non-list views from an SQLite DB?

I am developing for an android tablet and I have one tab which is a fragment that has a number of ViewGroups (LinearLayouts) containing a number of colored circle views - which have a number dataobjects associated with them. (see screen shot)…
user646077
0
votes
1 answer

Android 3.2 Motorola Xoom Orientation Change

I want to have 2 different orientation modes depending on the device - if device screen is Extra Large, the orientation should be LANDSCAPE and if device screen is smaller, the orientation should be PORTRAIT. I have made the following…
luben
  • 2,512
  • 4
  • 30
  • 41