Questions tagged [archos]

25 questions
27
votes
4 answers

Emulating density of 320 dpi on android emulator

We're trying to emulate devices with the new density of 320 dpi in Android 2.3 - such as Archos 101, and we can't seem to be able to define an emulator with such density, even after downloading the latest 2.3 sdk. I would really appreciate some…
LB_
  • 271
  • 1
  • 3
  • 3
13
votes
2 answers

Android check GPS availability on device

Possible Duplicate: Programmatically find device support GPS or not? How can I check, is GPS available on the device? When I try to use the next code PackageManager pm = context.getPackageManager(); boolean hasGps =…
skayred
  • 10,603
  • 10
  • 52
  • 94
3
votes
1 answer

Archos 101 Tablet System.load() fails when loading ndk lib

I have an app that has both java and NDK (C code). This app is running fine on the Motorola Xoom, but fails on the Archos 101 tablet. Here is the offending code: static { try { System.loadLibrary("cube"); } catch…
RaiderJ
  • 193
  • 1
  • 7
3
votes
3 answers

Archos 101 internet tablet: Is it possible to hide default Android (software) buttons

I'm developing an Android app for an Archos 101 Android Tablet (Link: http://www.archos.com/products/ta/archos_101it/index.html). The Tablet runs Android 2.2 and as you can see here…
janjonas
  • 2,563
  • 2
  • 22
  • 26
3
votes
2 answers

ADB not finding my Archos device

I have the Archos 80 Xenon tablet, and for some reason i can't locate it in the device picker on my eclipse. I have downloaded the adb from archos's site, and updated my usb driver. Still nothing showing up, i really need help.
user2351685
  • 57
  • 1
  • 2
  • 7
2
votes
1 answer

Android check for SD Card mounted always returns true

I'm not sure what the source of the problem is - older android version with bug or if I'm doing something wrong, but my problem is that no matter what I do, android reports the SD card as mounted. Even if it's not physically in the tablet (archos…
reza
  • 1,329
  • 2
  • 22
  • 37
2
votes
1 answer

USB Input device on Archos a28: Read and Write directly to device

I have a Archos a28 internet tablet running Android Froyo 2.2. I have a HID Input class device that I would like to get working on Android. The tablet itself is already capable of handling a mouse and USB Flash drive out of the box. I would like to…
Brian
  • 6,910
  • 8
  • 44
  • 82
2
votes
1 answer

Created files on Archos 5 invisible on Windows Xp

I am fairly new to Android and this is my first post so I apologise in advance if I am breaking protocol or posting to the wrong board. Please feel free to move this post to somewhere more appropriate if required. I am developing for the 160 Gb…
user352042
  • 23
  • 2
2
votes
1 answer

Android list usb devices

Hy out there I try to list all usb devices which are connected to my android tablet. I use https://play.google.com/store/apps/details?id=hu.sztupy.android.usbhostcontroller&hl=en to check if the device decteds the usbkeyboard and yes it does on both…
Markus Koiti
  • 65
  • 1
  • 2
  • 7
1
vote
2 answers

Is development with Google Maps possible on an Archos 101 tablet

I am working on a project which requires the use of Google Maps and is aimed for tablet PCs running the Android OS. We have purchased an Archos 101 Internet Tablet to test our implementation, but what I have quickly noticed is that any application…
SSZero
  • 665
  • 6
  • 13
1
vote
1 answer

Android: dock an widget/app to one side of the display

Does anybody know how to realise an Android app that docks to one side of the display, is not dragable and no other elements can be dragged over it? I mean something like on the right side of this ARCHOS Android: https://i.stack.imgur.com/KpMSs.jpg
Charly
  • 180
  • 2
  • 10
1
vote
0 answers

Problems with Cisco VPN client installation for Archos 5 IT

I have an Archos 5 IT firmware v2.0.38 with Android 1.6 and I did not find any site how to install vpnc. The main problem is that I do not know how to compile/crosscompile the tun.ko module and the vpnc package. I do have root access on the device.
Mircea Vutcovici
  • 1,894
  • 19
  • 27
1
vote
0 answers

VideoView on Archos 5 (Android 1.6) doesn't work

I'm developing an app for the Archos 5 Internet Tablet. (With Android 1.6) I want to start a video in a VideoView within my app. On my Android emulator the following code works fine but on my Archos 5 I always get an error: Cannot play video Sorry,…
chachoo
  • 211
  • 3
  • 10
0
votes
1 answer

Android device A101T not listed in "Available Devices" when publishing app

I've published an app for Android 2.2+. Android Market says it's supported by over 968 devices. Now a customer says he can't install the app. Android Market gives him this error message: "Your device isn't compatible with this item." So I checked if…
l33t
  • 18,692
  • 16
  • 103
  • 180
0
votes
1 answer

android - usb to rs232 with archos 80 G9

I am trying to use a usb to RS232 cable (with FTDI chip) with the archos 80 G9. I have downloaded the FTDI example and istalled it on the archos but it does not recognize the FTDI chip. there are 2 problem actually: 1) I want to use the 3G USB port…
Yuval
  • 97
  • 1
  • 9
1
2