Help - need a screen saver effect in j2me

Can someone please guide me, how I can create a screensaver in j2me.
It Should be similar to the one in windows....
Thanks

You can't make a regular MIDlet into a screensaver, because:
* On most phones you can't autostart a MIDlet when you turn on the phone (something a screensaver would need to do).
* On most phones you can't run MIDlets in the background.
* Even on the phones where you can run MIDlets in the background (like Symbian smartphones), if the MIDlet is in the background you won't be able to receive any keypress events.
There might be some phones that have special ways to create screensavers (some might even be created with Java, I don't know), but these are not your regular MIDlets.
shmoove

Similar Messages

  • Need help with Leopard: screen saver glitch and very slow internet

    I performed an erase and install leopard 10.5.1 on my upgraded G4 AGP Sawtooth Computer several times. Has anyone had the following 2 problems with leopard and any suggestions to solve them? Apple telephone support has not helped thus far. The Issues include:
    1-Internet surfing (Safari and Firefox) is extremely slow worse than dial-up. I have verizon fios. Upgrading leopard to 10.5.3 and upgrading Safari did not help and took about 10 hours to download when it should have been quick.
    2- A screen saver glitch: When I click on screen saver such as beach I get this message. " Screen saver "beach" did not load properly. Error Can't load bundle" When I click on the screen savers folder, there is nothing in it. Desktop pictures work fine.
    Computer upgrades include:
    Processor-OWC Mercury Extreme [email protected] 2MB L3 Cache
    2GB memory
    Two 120GB hardrives.
    Firmware is updated.
    Thus far, all this was done:
    Apple exchanged install disk. Same results with new disk.
    I ran disk utility and everything is ok including permissions.
    I performed a safe boot with apple support.
    I Threw away cache folder and com.apple.safari.plist
    Tried firefox with same very slow surfing results.
    I even checked file system structure problem fsck -yf. Everything was ok
    Thanks in advance for any suggestions.

    Althought the behavior is the same in all three accounts, if all are working accounts I would suspect there is something all of them have installed that could be the source of the problem. Try creating a new admin account, and leave it just the way Apple creates it--don't add anything nor modify it in any way. Log into that account and see if it works correctly.
    If that account is also misbehaving, try restarting, and when you hear the chime hold down the Shift key so that you boot into Safe Mode (you'll see a notice in the splash screen about being in Safe Mode). The boot will take longer (perhaps even considerably longer) as the system runs disk repair, empties some caches, disables all third party startup items, as well as all Apple startup items not strictly necessary for the machine to run. See the menus and Dock now behave correctly.
    Since the problem is evidently somewhat intermittent in nature it may take some patience to discover what is wrong. You might also disconnect everything that didn't come with the Mac, reboot, and use only the Apple keyboard and Apple mouse and run for a bit to see how that works. If you are using a third party mouse that required installing something that would be my guess as a "prime suspect" for the cause of the problems.
    Francine
    Francine
    Schwieder

  • I NEED HELP WITH THE SCREEN SAVER FOR MY 40GB ZEN X

    Ok heres the deal, I just found out that i can put a bitmap image on my mp3 player for the shut down screen my question is...
    Can I have a bitmap image for the start up screen as well? and if so how do i go about doing that?
    My Screen Saver question is as follows, Is their any way to get a differant screen saver other than the 2 that are on it already? could I have a bitmap image for the screen saver?
    ~Please Respond~

    Try this link
    http://support.apple.com/kb/HT4527

  • Help! My screen saver stopped working?

    2013 iMac
    3.1 GHz i7
    16 GB DDR3
    OS X 10.9.3 (13D65)
    My screen saver stopped working about a month ago.  I tried resetting the PRAM and it worked for a few minutes, but then it stopped.  I tried using Hot Corners, but it starts and then turns off after a few minutes.  I am able to make it work if I turn Airport OFF and disconnect the computer from the internet.
    What are my recommended next steps to get the screen saver back to normal function?
    Thanks for any and all help.
    Joe in NY

    This worked for me . . .
    ds store At the center of the Dark Zone
    Re: my screen saver on my new mac book pro stopped working.  I have rebooted, changed screen saver mode it still does not work 
    Oct 9, 2012 12:45 PM (in response to cogma)
    We are going to delete a hidden file.
    Finder > Go Menu > Go to Folder and type or paste
    ~/Library/Preferences
    and scroll down until you see
    com.apple.systempreferences.plist
    drag the one you can (may see two) to the Trash, reboot, reset your System Preferences again.

  • Need better screen saver

    Can I download a screen saver that turns off sound while active?

    3. One of my websites loads a perverted ad with perverted music.
    4. I run to my computer to stop the bitching, but there is nothing I can click to stop the problem because everything is black.
    Hi,
    As Ashidacchi mentioned, it worth a virus scan to eliminate malware\virus infection.
    And please also check the add-ons installed in IE (if you're using IE as your browser, tools\Manage add-ons, check thirdparty add-on which can be installed without your notice).
    Check installed programs in control panel\Programs and Features. Some malware can be installed without your notice.
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Do I need a screen saver?

    Do I need to use a screen saver?

    It's recommended to prevent display problems if you aren't going to use the computer for a long time and you keep your Mac started. My advice is to activate a screensaver in System Preferences > Desktop & Screensaver, and choose to turn it on after 5 minutes or less

  • Help needed in screen flow

    hi every one
    i have a screen with a mandatory field
    when i click in 'BACK' it should not leave the screen because the field is mandatory.
    when i click on 'CANCEL' it should come out of the screen.
    and when i click on 'EXIT' it should come out of the screen.
    how to code all these three conditions in my program.
    vamsi

    hi,
    i have a screen with a mandatory field
    when i click in 'BACK' it should not leave the screen because the field is mandatory.
    when i click on 'CANCEL' it should come out of the screen.
    and when i click on 'EXIT' it should come out of the screen.
    how to code all these three conditions in my program.
    in pbo event
    loop at screen.
      if screen-name =  'text field name'.
          screen-input = 1.
    modify screen.
    endif.
    endloop.
    in pai event.
    data: ok_code like sy-ucomm.
    ok_code = sy-ucomm.
    case ok_code.
    when 'back'.
                leave to screen 200. [going one screen back]
    when 'exit'
             'cancel'.
                  leave screen 0 or leave program. [back from all screens]
    endcase.
    if helpful reward some points.
    with regards,
    suresh babu aluri.

  • HELP NEEDED IN SCREEN EXIT

    hi,
    i'm trying to add custom fields in XD01.. we have 6 tabs in the second screen in XD01.. it should come as 7th tab..
    for this in the PREPARE MODIFICATION-FREE ENHANCEMENT OF CUSTOMER MASTER RECORD in SPRO, i have created one screen group 'Z1' and inside that screen group i have passed parameters NUMBER : 7, and FCODE : ZNEW
    and i have implemented the method 'CHECK_ADD_ON_ACTIVE' in the badi 'CUSTOMER_ADD_DATA' writing the following code :
    IF I_SCREEN_GROUP = 'Z1'.
    E_ADD_ON_ACTIVE = 'X'.
    ENDIF.
    but in the second screen in XD01, i found that tab is not getting displayed.. wht could be the problem..
    thanks

    HI,
    IF I_SCREEN_GROUP = 'Z1'. i think it should be Z1 without codes.
    E_ADD_ON_ACTIVE = 'X'.
    ENDIF.
    HERE remove the codes for Z1
    hpoe it will help you.
    regads,

  • Help need to understand After Effects Rendering

    Hi There
    I have just built my first editing pc.
    I want to do Editing in Premiere and AE.
    I understand it is best to share the load over 3 drives, and so i have
    C: SSD - OS/programs
    H: 1 TB HDD - media
    F: 500GB EXternal Hard drive - renders
    in premiere pro i have made it so i read of the media of H: and render to F:
    BUT in after effects i am having trouble understand all this disk cache and confirmed media cache business.
    I want to have my renders/previews go onto F: as i dont want my SSD to full up!
    what i want to know is where do i allocate the disk cache, confirmed media cache, and the data base stuff.
    or does after effects delete renders itsself afterwards.
    if anyone could help or give me a simple answer as to what these disk cache and media cache things are in AE that would be amazing
    Also when i hit space bar to play in AE it goes green for a few seconds then it leaves the bar behind blue!
    dont understand
    would appriciate  any hep

    Thank for for all your help.
    So tell me if im now right.
    When working in AE, I should:
    1.Import media that is on its own drive (in this case H:)
    2. Have my disk cache set on the SSD (C:) and maybe put it at a limit of 5-10 gb if I dont want it to take up much room.
    3. Not worry about ram previews taking up space as they only occupy my 8gb of ram temporarily, whilst im working in AE.
    4. Export/Render to My other drive (F:) when done.
    Has my understanding improved?... or am I still being a wally.
    Regards

  • Newbie help needed. Cant save to a WD Elements Hard Drive!!!Going Crazy!

    We got our imac yesterday! Love it but.....only real issue that is driving me crazy and ruining the experience is that I can't save a pages doc to my WD Elements External Hard Drive. It is installed I can move stuff from it but nothing to it! When I select save as and pick "Elements" a message appears saying <the document "Test" could not be saved as "test". Read-only file system. Can any one explain
    Message was edited by: wyleybruce

    OSX can read but not write to NTFS formatted disks. If you want to keep the disk as NTFS, there are utilities (like NTFS3G ) you can get that will allow you to save to the disk as it is currently formatted.
    IMHO it would be better for you to reformat the disk as Mac OS Extended if you intend to use it on an ongoing basis with your new Mac. But remember to back up anything you want or need to keep, because reformatting will erase everything that is on the drive.
    (Notes: If you reformat the disk to Mac OS Extended and then you want to use it with a Windows system, you will need Macdrive on the Windows machine. The only format that is natively compatible on both platforms is FAT32.)

  • Help needed with achieving desired effect on photoshop

    Hi all,
    I have some experience with photoshop but haven't been able to achieve the right effect. My plan is to substitute the face in the image with a photo of my own with the same effect. I've been playing around with the artistic cutout filter and then altering the levels but can't quite find the right balance.
    Any pointers on how to do this would be much appreciated.

    Thank you for your reply. I don't want to run them on multiple photos at once. One at a time...My friend does it with photoshop he crops one photo and hits the key that he chose and it crops and resized and prompts for save as. Then its on to the next photo.

  • Please help needed with Screen Sharing

    I've been using Leopards screen share successfully on my MBP, connecting to my iMac ever since Leopard was released.
    Now it connects, but the screen just flashes and I can't do anything. When I watch my iMacs screen the sharing icon on the menu bar is also flashing. So it looks like the sharing session is connecting and disconnecting rapidly.
    The firewall is open to all connections on both computers. I even tried re-formating my MBP, it fixed the problem for 2 days and the problem came back again.

    Hi, I've also been having this problem since I upgraded to 10.5.6 on my machines. Before the upgrade, it was rock solid. Now when I connect, it flashes and drops, then starts over again.
    I just discovered a way to get the connection to stay - TURN SCALING OFF
    In my case I have a G5 with two screens attached. When I turn scaling off, it still drops the connection once, but then starts working fine.
    Hope this helps you.

  • Help needed in Screen variants

    hi all,
    i have craeted a screen variant ...but how do we activate it.
    i used this function mod  RS_HDSYS_GET_SC_VARIANT..
    and it returns nothing .....
    does this means that my screen variant is not active
    please advice
    thanks
    srinivas

    sorry posted in the wrong forum

  • Help needed in Screen variant for va11

    hi all,
    i have craeted a screen variant ...but how do we activate it.
    i used this function mod RS_HDSYS_GET_SC_VARIANT..
    and it returns nothing .....
    does this means that my screen variant is not active
    please advice
    thanks
    srinivas

    Did you get an answer to this or Have you figured it out because I am currently not getting anything back either for the FM I put into one of our custom Z programs.

  • Help needed for Auto-save functionality on appraisal bsp (HAP_DOCUMENT)..

    BSP -> HAP_DOCUMENT.
    I browsed through some threads and found out the code for this, but wanted to know which page/controller method I should write in my code. This functionality is required in both Manager page and in Employee page.. Could someone help me on this, it would be very helpful...

    hi ,
    the probelm with adobe (pdf) only(.i.e. pdf attachments are damaged or something) so, check the below links to get more info regrding above error...
    http://www.computing.net/answers/windows-xp/pdf-error-acrobat-could-not-open/118542.html
    http://forum.planetpdf.com/wb/default.asp?action=9&fid=6&read=62004
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=6911
    thnx
    suriya

Maybe you are looking for

  • How to make a particular row and column field editable in ALV

    Hi Experts, I have a requirement to make a particular row and column field editable in ALV output. Like i need to make 2nd row - 4th column editable of ALV output. Kindly help me out to solve this. Any help would be appreciated. Thanks, Ashutosh

  • Which webstart version is starting my app ?? [confused...]

    I'm a bit confused, but maybe someone can help me out. This is the situation: -> Installed on my Windows machine: * JRE 1.5.0 (of JDK, that's the same) * also a JRE 1.4.2_07 * a firewall * IE or firefox browser (with mime-type "application/x-javajnlp

  • 10.6.2 Address Book Issues

    Since 10.6.2 I am having serious issues with Address Book: - The contact cards are still there but apart from the names all data is gone - Can't add a new card; it's enables 'editing' instead - Click a group name and then back on 'all contacts' does

  • FOLIO // DTW

    Estimados. Tengo el siguiente problema, estoy inyectando facturas de venta y necesito ingresar el folio, pero cuando lo ingreso me dice que el folio solo se debe ingresar mediante impresora, llene el campo  PRINTED con Y pero aun asi se mantiene, est

  • Internet Connect quitting.

    I have always been unable to connect to the network at my University by using AirPort. Instead, I have used Internet Connect and have been able to access the network without problem. (The ITS people needed to change few settings for me at first.) Aft