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

  • Home
  • SEARCH
  • 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

1- Which one is better to use for streaming video ? TCP or UDP
My company delivers programming instructions for products we sell in both streaming video (hosted
I'm trying to set up a web server that will support streaming video to
Sample Page. http://newsite.702wedding.com/live/linktovideo.asp I need the 4 links to load streaming video feed in
What's the best, most convenient, and most Apple-permitted way of streaming video from the
I need to stream a video in Safari for iPhone/iPad with the best possible
Which codec does Flash use to stream video from web cameras to RTMP, RTMFP
I want to be able to (live) stream the frames/video FROM the iPhone camera
I'm currently developing a web-tv application that uses MPMoviePlayerViewController resp. MPMoviePlayer to playback streaming
I would like to have some advices because I've got conflict between clients sending

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.