• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Metadatareveiver fails only on device

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to retrieve the metadata of a certain mp3 file from a website.
On the simulator this works perfectly with the following code:


Now when I run the app on my actual device ( LG G2 ), the app gives an error and stops running ( if i use a try catch around it it obviously just gives a warning ).
This is the error:


I've looked around the net for ages, but I haven't seen anything covering an error with status = 0xFFFFFFED, only status = 0x8000000 and the likes of that.
I've given my app permission to use the internet in my AndroidManifest.xml, but the main question is why does it work on the emulator and not on the actual device ?

Any help would be applauded and celebrated.

Thank you in advance
 
Do not meddle in the affairs of dragons - for you are crunchy and good with ketchup. Crunchy tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic