[android-developers] Re: MediaPlayer - Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported

2009-12-14 Thread akitto
(this.getBaseContext(), R.raw.silentnight); mp.start(); } else { mp = MediaPlayer.create(this.getBaseContext(), R.raw.silentnight); mp.start(); } On Dec 8, 12:29 pm, akitto akitt...@googlemail.com wrote: I

[android-developers] Re: Audio options for music app - should I use JET?

2009-12-14 Thread akitto
Check out Google up search for Google up and media on YouTube, its an hour long, the first 30 mins is rubbish but its worth checking out for your question. On Dec 15, 4:29 am, k_day kevin.r@gmail.com wrote: I am currently working on a music app and am starting to think about how audio

[android-developers] MediaPlayer - Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported

2009-12-09 Thread akitto
I have two versions of the same application that starts by playing an mp3 from the res/raw/ directory, both versions of code are the same as far as the MediaPlayer is concerned and the code used. I get the following error in one version and it plays just I would expect in the other version. I am

[android-developers] Re: Lesson from ADC2 - Polish Your App!

2009-09-13 Thread akitto
Anyone reading this post, could i recommend watching some of the Google dev videos. They have some good stuff in for assisting with polish. its all too easy for us developers to create something that functions but forget to put the effort in the to make put apps complete. On Sep 13, 3:32 am, gjs

[android-developers] Re: Issues with installing subclipse and android plugin

2009-09-09 Thread akitto
I have the same issue but have ubuntu 9.04. I have installed subclipse 1.6 and it work fine by without android installed. Install the Andriod plug-in and then neither work. Same but the other way round is also true Install the android plugin then subclipse and neither work again. I have also

[android-developers] Re: sql connection

2009-08-24 Thread akitto
Not 100% sure as i am away form my computer and out on my android phone, but I thought it would be more likely to be that you did not include the Microsoft sql jar for your deployed environment.? On Aug 22, 3:42 pm, engin enginarsla...@gmail.com wrote: Hi I wrote java code that connects remote