archos

AppsLib package details uri

Is there an Uri similar to market://details?id=package_name for AppsLib too? It seems that the guys there don't answer to emails. :) If I don't find a solution for this I will remove my app from there. ...

Archos 5 IT audio paths... (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? Please help... Thanks alot, James ...

Why doesnt 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 button) Can someone explain why, when I put it on my Archos (5 IT) it doesnt work at all? ...

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

First: Does anyone know 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 { mp.setDataSource("ARCHOS5:/Music/manowar.mp3"); ...

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 Archos 5 Internet tablet. Not ideal as a development platform I know, but customer requiremen...