Problem GameCanvas for Nokia 6260!!!!

Hi,
I tested some applications that extends the GameCanvas, when I tested on simulator J2ME Wireless Toolkit it hasn't problem when I download the application on phone (Nokia 6260) the program show screen and it work ok but when i try go out the application send the two errors
"Buffer closed java.lang.RunTimeException
0 java.lang.NullPointerException"
It's possible that phone not support the class javax.microedition.lcdui.game.GameCanvas? or what's the problem?
Help me please,
Thanks
P.S Below put the code, maybe this way is easer.
// A simple example of a game canvas that displays
// a scrolling star field. The UP and DOWN keys
// speed up or slow down the rate of scrolling.
public class StarField extends GameCanvas implements Runnable{
     private static final int SLEEP_INCREMENT = 10;
     private static final int SLEEP_INITIAL = 150;
     private static final int SLEEP_MAX = 300;
     private Graphics graphics;
     private Random random;
     private int sleepTime = SLEEP_INITIAL;
     private volatile Thread thread;
     private Command salir = null;
     public StarField(){
          super( true );
          graphics = getGraphics();
          graphics.setColor( 0, 0, 0 );
          graphics.fillRect( 0, 0, getWidth(), getHeight() );
     // When the game canvas is hidden, stop the thread.
     protected void hideNotify(){
          thread = null;
     // The game loop.
     public void run(){
          int w = getWidth();
          int h = getHeight() - 1;
          while( thread == Thread.currentThread() ){
               // Increment or decrement the scrolling interval
               // based on key presses
               int state = getKeyStates();
               if( ( state & DOWN_PRESSED ) != 0 ){
                    sleepTime += SLEEP_INCREMENT;
                    if( sleepTime > SLEEP_MAX )
                         sleepTime = SLEEP_MAX;
               } else if( ( state & UP_PRESSED ) != 0 ){
                    sleepTime -= SLEEP_INCREMENT;
                    if( sleepTime < 0 ) sleepTime = 0;
               // Repaint the screen by first scrolling the
               // existing starfield down one and painting in
               // new stars...
               graphics.copyArea( 0, 0, w, h, 0, 1,
               Graphics.TOP | Graphics.LEFT );
               graphics.setColor( 0, 0, 0 );
               graphics.drawLine( 0, 0, w, 1 );
               graphics.setColor( 255, 255, 255 );
               for( int i = 0; i < w; ++i ){
                    int test = Math.abs( random.nextInt() ) % 10;
                    if( test < 4 ){
                         graphics.drawLine( i, 0, i, 0 );
               flushGraphics();
               // Now wait...
               try {
                    Thread.currentThread().sleep( sleepTime );
               catch( InterruptedException e ){
     // When the canvas is shown, start a thread to
     // run the game loop.
     protected void showNotify(){
          random = new Random();
          thread = new Thread( this );
          thread.start();
Thanks, see you

do you have a memory card in your phone? Try freeing up your phones memo by deleting text,images and videos
If  i have helped at all a click on the white star below would be nice thanks.
Now using the Lumia 1520

Similar Messages

  • Nokia 6260 : Problem: Start-up Failed. Contatct Re...

    Nokia 6260 : Problem Message :
    "Start-up Failed. Contatct Retailer"
    If Nokia Care fix this problem then can the data be retrieved completely from phone book, wallet etc...?
    Please share your experience....

    Unfortunately there is no way you will be able to get the information from your phone saved. In order to have that done the phone must be in working order.
    The phone might however still be repairable and if Nokia cannot fix it for you then perhaps you can try a general cellular repair shop. If the problem is hardware related they might be able to fix it with out you losing your data stored on the phone. If they have to reload the firmware then you will loose everything on the phone unfortunately.
    Knowledge should be your Advisor when you need help.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question. If you love me then Thank you! If you hate me then ...

  • Nokia 6260 Problems!!

    Hi ...I'm new here!! And that's why i'm scared if this questions were asked before on the site...SO..
    Can anyone tell me where can i find Original Nokia 6260 cases...the real question is Are they still making those kind of cases or they are on the list of "Rare Cases"?? I really need one...and in my country(Romania) i can't find nothing about 6260
    Problem No.2 What happend with my LED ...it doesn't flash!! What can i do??is there something to be done without the help of a service??
    Thanks!!

    1.For the replacement cases..check some online shops(Ex Ebay)
    2.Bring your phone to a Nokia Centre.The Led(Yellow One?)might be damaged or faulty.

  • New Firmware For Nokia C3-00 : Reviews and Problem...

    Today i installed the newest firmware for nokia c3-00 : 8.65 with great anticipation that it would fix the problems and thats what i found out after hard and soft resets many times...
    ** Chat application is still not accesable. I just cant open it in the MESSAGING section even if i click it again and again ... can you fix this?
    ** As for communities, i am getting error of SERIVCE TEMPORARILY NOT AVAILABLE. I hope it really is a temporary error, and we dont have to wait for another firmware update.
    ** A CHAT APPS icon has poped up in my mobile phone and when i click on it , it takes me to nokia ovi's page of some mobile messengers and in which i can only download ebuddy and as for the rest i am getting error that 'THIS ITEM YOU ARE TRYING TO DOWNLOAD IS NOT COMPATIBLE WITH YOUR DEVICE AND/OR COUNTRY. DETECTED DEVICE NOKIA C3-00/PAKISTAN. 
      Does that means we wont be able to get our old ovi chat application ever? i liked that one because i had the facility to minimize the chat application and get notifications of messages. Cant you fix this because i cant do that with the 3rd party chat apps.
    Waiting for reply ...

    Hello friends!! 
    I had the same problem with this firmware update
    and for a moment I thought I had ruined my phone, but it occurred to me
    perform a factory reset on the phone and Communities and Chat surprise and something that works perfectly also note is that the browser to retrieve the factorygoes a little faster.
    I mention it again from your phone please contact Menu> Settings> Restore FactorySettings> All, expect to complete the restoration and your phone is 100% functional.
    Note: Before you restore a backup made ​​of all your files, emails, contacts, etc. That everything is removed with the restoration.

  • J2me Gaming : Problem with Creating build(jar) for nokia phones

    Hi,
    I am having trouble in making a package (jar) for nokia phones. I have been tring using J2ME wireless kit, Eclipse, Nokia development Suite and IBM Device developer but havent been able to make a perfect package out of it.
    I have even downloaded the plugins for Eclips but not able to configure it properly. I did every thing according to the specifications. but while building project i get the error "Problem while running the build script ....." .
    Overall i want create a jar package and obufuscate that for Nokia phones.Its real urgent. Wud want someone to guide me on all the necessary.
    Thanks in advance.

    Hi,
    yeah I can recommend - get Sun ONE Studio 5, Mobile Edition (http://wwws.sun.com/software/sundev/jde/studio_me/early_access.html). That's pretty much about it (obfuscation included, .JAR file creation in no-time).
    Peter

  • Flash player problem for nokia belle devices

    hey nokia family..
    i am a user of nokia n8 and that is my favourite cell phone but now there is no update available for nokia belle devices and these devices do not support adobe flash player any more, even 808 pure view is one of the new devices by nokia but it is also unable to stream videos over net, so this is a request to nokia family that please do not forget his old customers and belle users and please give an update  for these devices..
    regards

    Adobe are the ones who are in control of Flash for mobiles and they took the decision quite a long time ago to stop all support and development for Flash for all mobile devices.
    You will not therefore be receiving any further support from anyone regarding Flash for your mobile devices.

  • Word dictionary in Nokia 6260

    My friend gave me her phone, Nokia 6260. She tells me that is should have a dictionary in it, I dont mean for predictive text, I mean a look up english reference dictionary. I think I have accidently deleted it cos when i go to the menu item it says "dictionary word information missing install word database", she assures me it was working ok, so i think i have buggered it up
    Can anyone advise me how to recover the data, I have tried to scan the memory card with recovery software but nothing is shown (final data), or what are my options, how can i restore the missing file or how do get a hold of it, i tried searching the net but nothing so far.
    regards
    paulanthony

    ok, I'm going to answer this one myself just incase anyone has the same issue, I have been diging around the site here and i came accross a sis file that when downloaded and bluetoothed to the N6260 it does a self install and hey presto the chinglish dictionary translator tool works fine, Only problem I got now is to learn how to read chinese ..........
    Anyway thanks to previous contributors, and here is the link to the download on this site
    http://www.nokia-asia.com/get-support-and-software/product-support/nokia-6260/phone-software/general...
    so the main lesson to be learned here is:
    Dont mess with your girls friends phone unless you know what you are doing
    regards

  • Some problem in my nokia c6 (stop or retry)

    Hi sir,
    i was worrking in my nokia c6 mobile some times it shows stop or retry option. I cant able go to next steps. And also i can't switched off the mobile. Just uu open my back panel and remove the battery then insert the battery and switch on my phone. Please say the solution for this problem.

    Check for Firmware update. If not available, re-install the existing version thru' Nokia Suite and check if it makes any difference. 
    If this doesn't solve the issue, you need to follow a more drastic step of doing a Soft reset by dialing *#7370# followed by 12345 (default code unless changed by you) when prompted. Be warned that this will erase all data from the phone memory..so back up data before you do this...After the reset you will have to restore the data and also need to re-install some of the applications ..

  • Problem with Installing Nokia Ovi Store in E51

    I am having problem with installing nokia Ovi store in my E51. Whenever I try to download Ovi store from my E51, it shows a error message that the component is built in and cannot be installed. I dont know wat to do now. Can anyone please give me some advice. Thanks in advance.

    Hi there! 
    This means that the Ovi Store is currently installed in your E52 phone, what I can suggest is try checking under Application Manager > Installed Application, check if the Ovi Store is there. If you can't see it, try to perform the soft reset (press *#7780# on the main screen of the phone and it will prompt you restore all original phone settings? phone will restart. Press YES and it will ask you for the lock code 12345.) If anything else please reply to this message.
    Hope tis' Help! 
    "If you think this post is helpful, please click on the green button"

  • No batteries for Nokia Lumia 710?

    I am in Perth, Western Australia and I am one unhappy customer
    Last Friday I went to Battery World to get a spare battery for my new Nokia Lumia 710 as I'm travelling overseas.
    They don't have them. I phoned JB HIFI as I bought the phone from them. They don't have them. On Saturday I phoned Nokia Care. They said they had a shop at Morley (quite a distance from me).They also said go to JB HIFI (I told them they don’t have batteries), **bleep** Smith, Harvey Norman or Telechoice. I went to each of these, they don’t have them and never have, nor did they give any indication that they ever would have them.
    I went to the Telstra Shop. The chap kindly looked up the address for Nokia Customer Care here in Morley, Perth, Australia – he commented that I could not phone them because their phone number was no longer on the website. Therefore there was no way of my checking that they had a battery before I went there. I drove quite a distance to Morley. When I eventually found the business I was greeted with Business Hours 09:30 to 17:30 Monday to Friday.
    When I returned home I phoned Nokia Customer Care. I told them I had driven to the business and it was shut and it would have been nice to have been told that before I drove there. They told me that’s quite right they are not open on Saturdays. I was once again told to go to JB HIFI, **bleep** Smith, Harvey Norman, Telechoice. I told them they had already told me that and I had already established and told Nokia Customer Care that they did not have batteries and never had them.
    I was told they would send through a query (?to God) and I would receive an SMS in 24-48 business hours as to whether there was a battery available at Nokia Customer Care. Today I received a voice mail telling me that there are no batteries available at Nokia Customer Care at Morley. Once again I am told to go to JB HIFI, **bleep**  Smith, Harvey Norman, Telechoice.
    I feel like I have been sold a phone for which there are no batteries. With every other mobile phone I have owned I have always had a spare battery, especially when travelling overseas. No wonder it was “cheap”.
    I am now faced with travelling overseas with a phone for which there is no possibility of purchasing a spare battery.
    I sincerely hope that no-one is buying these phones to run their business with.
    I am extremely disappointed and I would advise that nobody purchases this product. Which is a shame since I was happy with the product. It simply never occurred to me that there were no replacement batteries for this product. If I had known that I would not have purchased it.

    Hi rednomad,
    Thanks for your contribution and thanks for posting.
    Sorry to hear you are having a hard time finding an additional battery for your Lumia 710. The Lumia 710 uses the BP-3L battery which should be available through any Nokia Care Point. A list of Nokia Care Points in Perth can be found here. If the battery is not available they should be able to order one for you.
    Also if you search for 'Nokia Lumia 710 Battery BP-3L' on the web you will find a number of sources within Australia which will be able to provide you with this battery model. Make sure though you buy an original Nokia battery.
    Hope this helps,
    Kosh
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Are we Beta testing the N97 for Nokia?

    Because if i was given this as a beta release i would have told them what i thought, the current launch version on the N97 with V10 firmware is barely an Alpha release, this phone was a rush job thrown out on the market to coincide with the launch of the iphone 3Gs.
    This is my fourth N series, N80, N95, N95 8gb (the best N series yet), and now this N97 what should be Nokia's flagship, but being stripped of apps and filled with Trial versions to please the accountants at Nokia.
    Day one and it locked up twice, corrupted my contacts when synced with OVI, and ran down to less than 4mb on the C drive, day 2 i found the GPS was not working, it was a joke, walking down the road under a clear sky and it could not hold a signal lock, driving was worse barely holding a signal for a few seconds and as for sitting spinning it round for an age to get the compass to work........forget it id rather be lost than look like a **bleep**.
    Deleting apps and reinstalling them on the mass memory frees up some space, but why should we have to do this, the whole phone is badly thought out and configured.
    Soon after the stylus supplied with the phone and attached to the phones only tie point scratched my screen, what was wrong with a rear cover with a bump and a thin PDA style stylus, no not good enough for Nokia, a fat thing on a string will do for them. 
    New Firmware release 4 days after UK launch and still not available to most users as it has not been network approved yet, 3 network say its Nokia's job and they are delaying things, Nokia say its the networks delay. Come on if it was needed that quickly why leave most of your customers waiting, or just get to work on a layered OS with a standardised core with a network layer, so everyone can have the updated without waiting.   
    4 weeks in on this phone, i too have the scratched camera lens, still No working GPS, and having some good negotiations with Three to try to reverse the contact upgrade, as i don't think another N97 will last any longer than this one.
    I see Nokia spending Millions on punting the N97, TV, Billboards, Net adds, why push so hard on what is a sub standard product, could you imagine Joe public trying to free off some memory by moving apps, tell the care centres to brace themselves the N97 flood will be coming their way.
    What next, well if 3 don't cancel the upgrade, then Nokia will have to fix my phone again and again and again untill it works as advertised, in the mean time i am off to get in touch with watchdog so they can let Joe Public know what to expect from an N97.
    Rob 
    Solved!
    Go to Solution.

    I don't believe we're beta testing the N97 for Nokia. Beta testing suggests it is in a state prior to production. Nokia's track record (at least to me) seems that leading edge phones never reach a stable plateau.
    What I believe happens is the phone is released and remains unstable until they sort of perfect the platform, then a new handset is released bringing a whole new world of bugs and problems and so the cycle continues.
    By the time the phone is suitable for every day use it is, by today's technological stance, ancient and the damage has already been done to the reputation.
    S40 phones seem to fare much better, mainly because it is much more widely used within Nokia. S60 is up against some fine competition from vendors who will rush fixes out.. Nokia only ever seems to rush phones out. It isn't the same and it shows (see their forcast for the next 6 months)
    I honestly would not be surprised if this flagship phone limps on in a partially functional state until it is superceeded by a budget blackberry clone.
    Sad? Very! Am I being cynical, or telling it like it is.
    I'd be real interested to know if any exec at Nokia used the N97 in the weeks before it was released.. Not that I'm a fan, but we all know Stevie J used an iphone long before it was released.. I kind of get the impression they must all use very basic "corporate" s40 handsets and assume their flagship product must be of the same calibre.
    Next release, why not give 100 people N97 for testing, real testing.  It seems Nokias quality assurance team is out of touch with what a $700 handset demands.. ooooh, I gasp in awe at your 30 MB of free capactity when you remove ALL the applications you can. (It's like having a 2TB hard drive in a computer and continuing to boot from a floppy)
    I appreciate there are product time lines to meet, but if Nokia were aiming to compete with the likes of the pre, iphone and the various android handsets (not even mentioning windows mobile) rushing out a phone like this was very wide of the mark. Concept wise, the N97 is a great design.. the implementation of both the hardware and software just isn't going to cut it in todays market.. 
    (but this is what they want? you'll get bored with the handset and buy a replacement! yeay!)

  • New Firmware for Nokia 5800

    hello. Nokia 523x and nokia c6 are getting firmware updates. it got some interesting new updates such as qt 4.7.3 and symbian anna browser. so it will also be possible for Nokia 5800 to receive a firmware update ?

    5800 had received many updates, even more than the N97/N97mini. It is less likely that 5800 or any other S60v5 handeset would get an update with new features. Not sure 5230 and C6 got updated to Anna web browser, because Anna update is only for S3 devices and when devices like N8 and E7 are waiting for Anna it is nearly impossible that older devices has got that update. You can directly install Qt to your phone anyway by downloading files from http://developer.nokia.com.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • Theme on memory card for Nokia 5500

    Hello!
    I got a problem with the nokia 5500. On the memory card are two themes that I would like to use, but the size of the memory card is to little(64MB) for me to use it normally. The problem is that I can't move the themes from the memory card to the telephone memory on the phone, and when I check it in both PC Suite and Filexchange modus(not sure what it's called in english, but it's one of the three options you get when you insert the data-cable) I can't see any of the two that are on the memory card(unless they got some special name, they are onle called Theme 2 and 3 on the phone). What can I do to move them, or are they locked to the memory card?
    Regards,
    Thomas

    is they default themses present on memory card???
    If no then remove themses from memory card and reintsall them in phone memory from their source sis file///

  • Adobe flash player for Nokia N8-00

    Hi
    I'm looking for a adobe flash player for my new Nokia N8. Is there a website where I can find it?
    Thank you for your help.
    Best regards  :-)
    PoseidonZeus

    THIS IS THE GRAND ADVICE FOR NOKIA COMPANY:To get adobe flash player in Nokia N8 has become the considerable demand. Millions of Nokia N8 users are demanding adobe flash player. But Nokia has ignored this issue. Many websites cannot be opened only with the support of Flash lite 4. It's flop. Why does Nokia not consider about this ? In consequence, The nokia user's are lured towards android and Ios, which is not good for Nokia. Nokia must solve this in order to compete in the present market. I have been Nokia user for more than 10 years. But now, I see Nokia ignors the actual problem. Why did we buy Nokia ? Nokia must distribute adobe flash player. has Nokia company ever read the comments on Nokia discussion website /t5/Nseries-and-Symbian-Smartphones/Download-adobe​-flash-player-available-for-nokia-N8/td-p/937591? If not then Nokia has no future. This is serious. Thank you.
    penguin

  • Facebook for nokia e63 app !

    well well i am now tired searching for facebook for nokia app for my e63 ! will u people gonna make some help for that ?? why theres no facebook for nokia app for e63 ??? isnt it symbian 3rd version smart phone ??? then whats the problem ?? many like me are waiting for this app for a longtime. you people gonna do somthn about it or am goin to throw that phone to your head

    Try Socially or Snaptu, both work really well
    http://www.sociallyapp.com/download
    http://www.snaptu.com/
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

Maybe you are looking for