Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7678787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:43:39+00:00 2026-05-31T17:43:39+00:00

I wrote a streaming radio app that is fairly basic in functionality but some

  • 0

I wrote a streaming radio app that is fairly basic in functionality but some devices refuse to “prepare” such as my Optimus One running 2.2. My app runs on other 2.2 devices any my brother’s S2 running 2.3 and my Prime running 4.0.3.

Any idea why my specific devise will not prepare the audio?

Edit: Added some code below

private void togglePlay() {
    try {
        if(!this.player.isPlaying()) {
            this.player.setAudioStreamType(AudioManager.STREAM_MUSIC);
            this.player.setDataSource(this.address);
            this.player.prepareAsync();
        } else {
            this.player.reset();
        }
    } catch (IllegalArgumentException e) {
        ;
    } catch (IllegalStateException e) {
        ;
    } catch (IOException e) {
        ;
    }
}

Edit: Added ADB log

03-09 08:17:26.933: I/ActivityManager(1352): Starting activity: Intent { cmp=com.landonmanning.mediaplayer.celestiaradio/.Media }
03-09 08:17:27.003: V/PVPlayer(1281): PVPlayer constructor
03-09 08:17:27.003: V/PVPlayer(1281): construct PlayerDriver
03-09 08:17:27.003: V/PlayerDriver(1281): constructor
03-09 08:17:27.013: V/PlayerDriver(1281): OpenCore hardware module loaded
03-09 08:17:27.013: V/PlayerDriver(1281): start player thread
03-09 08:17:27.023: V/PlayerDriver(1281): startPlayerThread
03-09 08:17:27.023: V/PlayerDriver(1281): InitializeForThread
03-09 08:17:27.023: V/PlayerDriver(1281): OMX_MasterInit
03-09 08:17:27.043: V/PlayerDriver(1281): OsclScheduler::Init
03-09 08:17:27.043: V/PlayerDriver(1281): CreatePlayer
03-09 08:17:27.083: V/PlayerDriver(1281): AddToScheduler
03-09 08:17:27.083: V/PlayerDriver(1281): PendForExec
03-09 08:17:27.083: V/PlayerDriver(1281): OsclActiveScheduler::Current
03-09 08:17:27.083: V/PlayerDriver(1281): StartScheduler
03-09 08:17:27.093: V/PVPlayer(1281): send PLAYER_SETUP
03-09 08:17:27.093: V/PlayerDriver(1281): Send player code: 2
03-09 08:17:27.093: V/PlayerDriver(1281): CommandCompleted
03-09 08:17:27.093: V/PlayerDriver(1281): Completed command PLAYER_SETUP status=PVMFSuccess
03-09 08:17:27.093: V/PVPlayer(1281): setDataSource(http://molestia.ponify.me:8062)
03-09 08:17:27.093: V/PVPlayer(1281): prepareAsync
03-09 08:17:27.093: V/PVPlayer(1281):   data source = http://molestia.ponify.me:8062
03-09 08:17:27.103: V/PlayerDriver(1281): Send player code: 3
03-09 08:17:27.103: V/PlayerDriver(1281): handleSetDataSource
03-09 08:17:27.103: V/PlayerDriver(1281): handleSetDataSource- scanning for extension
03-09 08:17:27.193: V/PlayerDriver(1281): CommandCompleted
03-09 08:17:27.193: V/PlayerDriver(1281): Completed command PLAYER_SET_DATA_SOURCE status=PVMFSuccess
03-09 08:17:27.193: V/PVPlayer(1281): run_init s=0, cancelled=0
03-09 08:17:27.193: V/PlayerDriver(1281): Send player code: 6
03-09 08:17:27.193: V/PlayerDriver(1281): release string is 2.2 len 3
03-09 08:17:27.453: D/StatusBarPolicy(1352): [BRIGHTHY] 0. mDataNetType: 3
03-09 08:17:27.453: D/StatusBarPolicy(1352): [BRIGHTHY] curNetwork=302220 curHPLMN=302220
03-09 08:17:27.903: I/ActivityManager(1352): Displayed activity com.landonmanning.mediaplayer.celestiaradio/.Media: 951 ms (total 4183 ms)
03-09 08:17:28.123: V/PlayerDriver(1281): HandleInformationalEvent: PVMFInfoErrorHandlingStart
03-09 08:17:28.123: V/PlayerDriver(1281): HandleInformationalEvent: type=26 UNHANDLED
03-09 08:17:28.123: W/MediaPlayer(20004): info/warning (1, 26)
03-09 08:17:28.123: I/MediaPlayer(20004): Info (1,26)
03-09 08:17:28.133: V/PlayerDriver(1281): CommandCompleted
03-09 08:17:28.133: V/PlayerDriver(1281): Completed command PLAYER_INIT status=PVMFFailure
03-09 08:17:28.133: E/PlayerDriver(1281): Command PLAYER_INIT completed with an error or info PVMFFailure, -1
03-09 08:17:28.133: E/MediaPlayer(20004): error (1, -1)
03-09 08:17:28.133: E/MediaPlayer(20004): Error (1,-1)
03-09 08:17:28.133: V/PVPlayer(1281): run_set_video_surface s=-2147483648, cancelled=0
03-09 08:17:28.133: V/PlayerDriver(1281): HandleInformationalEvent: PVMFInfoErrorHandlingComplete
03-09 08:17:28.133: W/PlayerDriver(1281): PVMFInfoErrorHandlingComplete
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:43:41+00:00Added an answer on May 31, 2026 at 5:43 pm

    I just flashed CyanogenMod 7 on my phone and my app now works great. Apparently LG is retarded and likes to break things. Still not sure why other apps work and mine didn’t but I’ll just have to add a note to my app description explaining the issue to other LG users.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a windows service using VB that read some legacy data from Visual
I am writing an app that caches streaming content from the web on the
I wrote an streaming app and want an notification if the stream is playing.
I'm streaming the mic audio between two devices, everything is working but i have
We have our own data streaming algorithm that include some metadata+records+fields values. Currently we
I wrote myself a little downloading application so that I could easily grab a
I wrote a component that displays a filename, a thumbnail and has a button
I wrote a simple tool to generate a DBUnit XML dataset using queries that
I wrote an application that currently runs against a local instance of MySql. I
I have to write an app in C#. The aplication is a video streaming

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.