Questions tagged [archos]

25 questions
0
votes
1 answer

Can Java application use USB Host on Android 2.2 device?

I have Archos 101 Internet tablet which has USB host mode, but it's Android version is only 2.2.1 . As I read here http://developer.android.com/guide/topics/usb/index.html , Android has USB API from version 3.1 as well as in 2.3.4 . Is is there any…
ggurov
  • 1,496
  • 2
  • 15
  • 21
0
votes
1 answer

Android USB Virtual COM port on an Archos?

is there any option to have Virtual COM port Host on Android that would communicate with a connected device(via cable and physical USB unterface) in a virtual COM port way (fileopen/fileread/filewrite/fileclose)? I believe that kernel…
FrenkR
  • 327
  • 1
  • 3
  • 11
0
votes
1 answer

Is it possible to create an iOS app to control an Archos Internet Tablet?

I got a request from a client to develop an iPhone app similar to Archos Remote Control (source: https://market.android.com/details?id=com.archos.remote). Before I start studying Objective-C, I'd like to know if this is possible and get a rough,…
kirke
  • 85
  • 1
  • 1
0
votes
1 answer

Archos 43 Startup Wizard 3rd Party Apps Install

I contacted Archos and they said they don't give developer support because they use straight Android, so I am posting this question here. If someone knows of a better place, please let me know. The company I work for is reselling the Archos 4.3 as a…
user856232
  • 1,073
  • 2
  • 14
  • 40
0
votes
1 answer

Archos 10i internet tablet SD Card Folder

We have developed one application in Android for the Archos 7 home tablet. With the Archos 7, there is an sdcard folder available. In code I can get the sdcard location using: Environment.getExternalStorageDirectory() But with the Archos 10i…
Grace
  • 3,833
  • 2
  • 20
  • 10
0
votes
1 answer

Audio (MediaPlayer) On an Android (Archos 5 IT)

Firstly, what is the filepath for an Archos? I'm trying to get some media/audio to play, and it just won't find it... public void onClick(View v1) { final MediaPlayer mp = new MediaPlayer(); try { …
James Andrew
  • 7,197
  • 14
  • 46
  • 62
0
votes
1 answer

Why doesn't R.raw.'songname' not work on android devices?

I have some media (Audio tracks) on an app, with file path 'R.raw.test'. I use some code to get it into a mediaplayer: MediaPlayer.create(Textbox.this, R.raw.fly); And it works PERFECTLY on the Android Emulator (plays track on click of…
James Andrew
  • 7,197
  • 14
  • 46
  • 62
0
votes
1 answer

Archos 5 IT audio paths in Android

I want to import all songs (on the Archos 5 IT) into an array in my app? How can I do this? What is the file path? How do I get an array?
James Andrew
  • 7,197
  • 14
  • 46
  • 62
0
votes
1 answer

Archos 80 Xenon debugging issue

I am having problem debugging my application on this tablet. I have tried to update my sdk, but it made no difference. I enabled the debugging mode on the tablet. My problem is that i do not see my device on the eclipse device picker. Any…
user2351685
  • 57
  • 1
  • 2
  • 7
-1
votes
1 answer

Why does this tablet's screen stays black when launching an app in debug mode?

I have an Archos Hello 7 tablet running on Android 8.1 When I try to launch the app in debug mode from Android Studio, the app starts but the screen stays black. Debug mode works fine with other phones or tablet.
matdev
  • 4,115
  • 6
  • 35
  • 56
1
2