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 558417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:07:47+00:00 2026-05-13T12:07:47+00:00

Im streaming video to my MIDLET. And while it is playing it, after 20

  • 0

Im streaming video to my MIDLET. And while it is playing it, after 20 seconds (depends on a system setting) display on the phone goes to stand-by mode.

How can I prevent this so I can watch the video for 5 minutes for example without having to tap something to wakeup the display?

  • 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-13T12:07:48+00:00Added an answer on May 13, 2026 at 12:07 pm

    Yeeeey I figured it out!!! But its a little hack and not the actual “Dont-Go-To-Stand-By” functionality… nevertheless it works PERFECT!!!! =D

    Ok so the idea is to define the timeout that the display needs to be woken up. I let the user define this in the “Settings” screen and I write that in RMS so I can read it later…

    Next, I define the TimerTask that calls getDisplay().flashBacklight(100); method every time that the defined timeout expires. And, this works like a charm!!! =D

    Here is the concept code. First on the VideoCanvas (screen for drawing video) I define the TimerTask:

    private class WakeTask extends TimerTask
    {
       public void run()
       {
          display.flashBacklight(100);
       }
    }
    

    Next in the VideoCanvas constructor I start the timer and pass it the timeout, for example 10 seconds… and thats it:

    ***
    
    timer = new Timer();
    timer.schedule(new WakeTask(), 0, 10000);
    
    ***
    

    So if the display goes to stand by after 15 seconds, and the timer runs every 10 seconds, it will never go to stand by, and will stay waken until you stop the timer. And if it goes to stand by in 5 seconds, timer will wake it up every time it runs just like you do when you tap something on the phone to wake it up. =)))

    Yaaaay… =)))

    P.S. Tested on NOKIA N96.

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

Sidebar

Related Questions

I am playing a Live Streaming Video in my application using the MPMoviePlayerController. While
I'm using VideoView to display a rtsp streaming video. Below you can find a
I am having an application where i need to display streaming video using XV.
What are my options regarding setting up a streaming video site, similar to youtube,
I'm using Flex 3 VideoDisplay class for playing streaming video. When I drag the
I'm developing a web system that (among other things) will be streaming video content
I am getting error while streaming video <html> <body> <div id='container'>The player will be
I am playing a HTTP Live Streaming video with an AVPlayer. Is there any
I am working on a web app that needs to display streaming video of
We have a site that contains streaming video and we want to display three

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.