Testing application in Nokia 6600

Hi friends,
Exactly we are developing a mail-client. The whole application works fine in Nokia 60 series emulator. But some problem is coming while testing it in real device.
The problems are,
-> when a folder become empty after deletion of the messages it should come back to the main canvas(containing the folder options). Control is coming back without displaying the contents of the main canvas.
-> Similarly after a new folder will be created. when navigating for the main
canvas. It is unable to display the contents of the main canvas.

Refer to the Nokia 6600 known issues:
http://www.forum.nokia.com/info/sw.nokia.com/id/94d3bcbe-41e3-4522-bc8e-d6c45948d9ce/Known_Issues_In_The_Nokia_6600_v1_7_en.pdf.html

Similar Messages

  • How to install J2ME application on Nokia 6600

    Can you help me in How to install J2ME application on Nokia 6600.Is it enough to build the application using J2ME wireless toolkit or we need any other Nokia SDK for it.

    hi, it is not very difficult. I have done it this way :
    1) i have set the following mime type in my web server (JRun 4):
    text/vnd.sun.j2me.app-descriptor for the jad extension
    application/java-archive for the jar extension
    (in Jrun 4 i added them in the mime.types file in the lib directory)
    2) i have published a wml page like this :
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
    <!-- WML file -->
    <wml>
    <card id="main" title="App Title">
    <p>
    </p>
    <p><b>
    <a title="Download App" href="http://xxx.xxx.xxx.xxx/App.jad "> Download </a>
    </b></p>
    </card>
    </wml>
    to download the jad file
    3) then my AMS has started and i could download the application, which runs successfully.
    Anyhow I had to configure 1 wap profile and 1 java profile in my M50 according to my provider configuration, and I bet you had to do so if you have not yet done it. I have successfully used a gprs configuration.
    I am in Italy an so I have the italian provider's configurations. If this may be usefull to you i may send it.
    Feel free to ask.
    Hope this helps.

  • J2ME MIDP 2.0  start on boot midlet on Nokia 6600

    Hi All
    I wish to auto-start my J2ME application on Nokia 6600, using PushRegistry.
    However, every time when the application auto-starts, it asks user
    "Allow application xxxx to start automatically when needed?". This is
    annoying, because I wish
    my application started quietly in the background.
    It makes sense for the question to be asked for the first time after
    installation (just like
    the question for unsigned jar). But it is unnecessary to ask this question
    every time.
    Anyone has suggestion on how to mute this question? Thanks.
    Atul Gajbhiye

    Seems as if Nokia 6600 does not supports CLDC 1.1, right click on project properties, change CLDC version to 1.0 & things will start working :)
    makuchaku

  • Application Error : Monty Thread 10 in Nokia 6600

    hai
    I Application accessing Http connections and using RecordStores ,its Working fine in nokia series 60 emulator , but when i am trying to work with nokia 6600 i got an error message Application Error : Monty Thread 10
    Any one can help me regarding this
    ravi varma

    See the answers from here: http://www.j2meforums.com/forum/index.php?topic=11363.0
    Mihai

  • How to install Nokia 6600 application software in ...

    Hi Friends,
    How r u and howz life going now ?
    I f9 i hope u also ..
    i need ur help abut nokia 9500 ..
    Any buddy tell me how i can install Nokia 6600 application software in Nokia 9500. Buz Nokia 6600 software only support S60 OS and Nokia 9500 is S80 .. So how i can install it in my nokia 9500 ..
    i m waiting ur replys ..
    Thx

    umairansari
    I am well and my life is goin fine.
    Its not possible to install the series 60 applications on a series 80 phone.Why botherin?
    Check nokia software market or other valid sites to buy or download these applications' series 80 versions.
    Series 80 now has a plenty of software applications
    and game emulators are kool too.

  • Sending http data via GPRS Nokia 6600

    Hello!
    We are trying to make a multiplayer game over GPRS. The midlet-server application works fine when we were using the emulator. however, when we test it on the real phone, Nokia 6600, it seems that the data being sent by the MIDlet is not received by the server. We have no idea why it's not working and we hope that maybe some of you are familiar with this and might have some input. Could the problem be caused by our service provider?
    I found this post in the forum wherein they recommended the use of GPRS-internet instead of GPRS-wap since wap could probably be blocking the data due to the content-type.
    Is there a way to set the Nokia 6600 to use GPRS-internet instead of GPRS-wap?
    We hope someone could reply as soon as possible.
    Thanks! =)

    Solution I found:
    Normally when you browser through your mobile ,you connect through Access Point or Access Point Name(APN).these normally connect to WAP sites and you browse through them.
    When you want to access your own server (or servlets) from the j2me MIDlet suite you have to have the Access Point Setting to internet access.This you have to get the settings from the service provider of the mobile connection you are using. I am in India and using Hutch so I activated HUTCH_WWW ie "HUTCH ACCESS" Service.
    If this seeting is done your Httpconnection will work fine.
    Hope people who face similar problem will find this helpful.
    If problem persists then please contact me at [email protected]
    Vishwajeet Wadhwa

  • Nokia 6600 and Outlook 2007

    Hello,
    I am using Nokia 6600 and Microsoft Office Outlook 2007 (on Windows XP SP3). The phone is not supported by the latest version of Nokia PC Suite, and PC Suite for Nokia 6600 (version 1.1.0) does not support Outlook 2007. What can I do?
    Thank you.
    Solved!
    Go to Solution.

    Hi viktorzk,
    As per http://europe.nokia.com/A4144905 site, Nokia 6600, Nokia 6600 fold, Nokia 6600 slide all the three Nokia 6600 phones are compatible with Nokia PC Suite 7.1 pc suite moreover,
    Supported Personal Information Managers:
    To keep your information up to date on both the PC and the device, you can synchronize with the following Personal Information Manager applications:
    Microsoft Outlook 2000, 2002, 2003, and 2007
    Microsoft Outlook Express / Windows Address Book
    Microsoft Windows Calendar and Contacts
    Lotus Notes 5.x, 6.x, 7.0, and 8.x
    Lotus Organizer 5.x and 6.x
    Please let the forum know the result of your issue

  • What's a good MIDP 2.0 implementation? Not Nokia 6600!

    Hi All,
    My company is developing an mobile application that connects to a server over HTTP... Nothing new. But we need the features of MIDP 2.0 and MMAPI because we take photos of items and upload these to the server, as well as some CustomItem for displaying these in a grid-like format.
    The only one matching this profile (according to http://jal.sun.com/webapps/device/device?api=61) is the Nokia 6600. So we brought one. Unfortunately, it has a lot of bugs which make us unable to use these features. CustomItems don't display on the screen until they are forced to refresh (by moving over them, etc.) Changing Forms (using setDisplay) causes the app to 'randomly' crash. The ChoiceItem as type POPUP doesn't respond to the change event so they are practicly useless. To work around these we had to make a CustomForm class which recorded the state of the current form & cleared it as a new form for use by another 'screen'. Change the popups into opening another form for selection.
    We also had to make the camera capture as a Form item (to prevent changing Displayables and causing random crashes). But the picture about to be taken would only update if you moved the cursor right or left (suprisingly up & down didn't do anything).
    In the end it basically became unusable because of all these changes & work-a-rounds just to avoid the bugs in the implementation. Nokia weren't of much help either!
    I really like the MIDP 2.0 profile, Sun's SDK is excellent, and was very quick & easy to get used too. So since a lot of the code already exists in J2ME and our server side is also J2EE, I would like to continue developement in this environment.
    So I guess the purpose of writing this message is two-fold... 1) If you are thinking of serious MIDP 2.0 developement, don't use the 6600 and 2) Can anyone please tell me if there is a decent implementation of MIDP 2.0 & MMAPI out on the market? We really need to know as we don't want to go to other alternatives (like Microsoft) but we will if there are no other choices....
    Thanks in advance for any help at all.

    Hi, What I am providing is not really a solution to your problems.
    In fact I am asking questions, currently I want to do the same thing as you i.e. uploading and downloading medias files to and from a Server, therefore my questions are:
    -Can You access the default media files folders (Image, sounds and videos) ?
    -Is it in these folders that you store the downloaded media files ? or are you obliged to store them elsewhere (RMS in particular ).
    I am currently using Symbian C++ as developing langage but if I could move to Java It would be great because It's too hard to master symbian C++ (every thing is a nightmare...).
    Thanks in advance for your anwser
    Have a nine day

  • Problem to synch with Nokia 6600

    Hi all
    I have 10.3.9 on my G5 and I syncronize my (old) Nokia 6600 (V 3.42.1) with isync, without any problem.
    Now, I bot a second 6600 and there is the firmware V 5.27.0 installed. I am not able to synch with that phone.
    Any idea if it would work when I update to tiger and the new isync, or do I run into other problems?
    TIA
    kk
    G5   Mac OS X (10.3.9)  

    I have the same problem ,
    tried using same application in 6600 and sony erricssion ,
    works fine in sony but not in 6600 ,
    i think there is more to fear..
    the itemcommands also doesn't work
    so only way is to add commands at form level ! it's strange

  • Problem in playing the 3GP in Nokia 6600 mobile...

    Hi,
    I am developing application with MMAPI. I want to play the video file saved in 3GP. It is not supported by the emulator. So i am directly checking with the Nokia 6600. The video is not visible on the screen. Any one please help in this topic. The file size very is small. My coding is as follows:
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.io.*;
    import javax.microedition.media.*;
    import javax.microedition.media.control.*;
    import java.io.*;
    public class PlayVideo extends MIDlet
         private Display display;
         private MyCanvas canvas;
         private Player player;
         private VolumeControl vc;
         private InputStream is;
         private VideoControl vdc;
         private HttpConnection connection;
         private ContentConnection c = null;
         private DataInputStream dis = null;
         public PlayVideo()
              display = Display.getDisplay(this);
              canvas = new MyCanvas(this);
         protected void startApp()
              display.setCurrent(canvas);
              canvas.setFullScreenMode(true);
         protected void pauseApp()
         protected void destroyApp(boolean unconditional)
         class MyCanvas extends Canvas
              private PlayVideo playVideo;
              private int Xposition = 0, Yposition = 0, volume = 30, keyValue = 0, width = 30, count = 0, run = 0, barWidth = 0;
              private int videoCount = 0, delay = 0, keyValueCopy = 0;
              private long[] barValue = new long[100];
              private long mediaDuration = 0, totalDuration = 0, temp = 0, newDuration = 0, startDuration = 0, firstDuration = 0;
              private String error, fileFormat = null, filename = null;
              private Image upImage, downImage;
              private boolean isPause = true, isMute = false, isOptionTwo = false, isOptionThree = false, isRewindMode = false, isForwardMode = false;
              private boolean isHTTP = false, isOptionFour = false, isOptionFive = false, isRunning = false, isError = false;
              public MyCanvas(PlayVideo playVideo)
                   this.playVideo = playVideo;
    /*               try
                        upImage = Image.createImage("/up_arrow.png");
                        downImage = Image.createImage("/dn_arrow.png");
                   catch(Exception error)
                        System.out.println("Error is = "+error);
    //               thread.start();
              public void setMute()  //Setting sound in Mute
                   try
                        vc = (VolumeControl) player.getControl("VolumeControl");
                        vc.setMute(true);
                   catch (Exception e)
                        System.out.println("Error in setMute() = "+e);
              public void setUnmute()  //Setting sound to ReMute
                   try
                        vc = (VolumeControl) player.getControl("VolumeControl");
                        vc.setMute(false);
                   catch (Exception e)
                        System.out.println("Error in setUnmute() = "+e);
              public void playVideoFile(Graphics graphics)  //Playing video file from the local path
                   try
                        filename = "02.3gp";
                        fileFormat = TypeOfFile(filename);
                        fileFormat = "video/" + fileFormat;
                        is = getClass().getResourceAsStream(filename);//  To play given file from jar file
                        player = Manager.createPlayer(is, fileFormat);
                        player.realize();
                        vdc = (VideoControl) player.getControl("VideoControl");
                        if(vdc != null)
                             vdc.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
                             vdc.setDisplayLocation(5, 25); //Setting location for video
                             vdc.setVisible(true); //Setting visible
                             player.start(); //Start playing
                             graphics.drawString("Now playing . . .", 5, getHeight()-24, Graphics.LEFT | Graphics.BASELINE);
                   catch(Exception e)
                        error = "Error: "+e;
                        graphics.drawString(error, 5, getHeight()-24, Graphics.LEFT | Graphics.BASELINE);
              public String TypeOfFile(String filename)
                   String filetype = null;
                   filename = filename.toLowerCase();
                   int positionFrom = filename.indexOf(".") + 1;
                   int positionTo = filename.length();
                   String extension = filename.substring(positionFrom, positionTo);  //Splitting the string
                   if (extension.equals("mpg"))
                        filetype = "mpeg";
                   else if (extension.equals("mp3"))
                        filetype = "mp3";
                   else if (extension.equals("mp4"))
                        filetype = "mp4";
                   else if (extension.equals("3gp"))
                        filetype = "3gpp";
                   else if (extension.equals("aac"))
                        filetype = "aac";
                   else if (extension.equals("wma"))
                        filetype = "x-ms-wma";
                   else if (extension.equals("mpeg4"))
                        filetype = "mpeg4";
                   else if (extension.equals("gif"))
                        filetype = "gif";
                   else if (extension.equals("jts"))
                        filetype = "x-tone-seq";
                   else if (extension.equals("wav"))
                        filetype = "x-wav";
                   else if (extension.equals("au"))
                        filetype = "x-au";
                   else if (extension.equals("amr"))
                        filetype = "x-amr";
                   else if (extension.equals("awb"))
                        filetype = "amr-wb";
                   else if (extension.equals("mid"))
                        filetype = "midi";
                   return filetype;
              public void paint(Graphics graphics)
                   if(keyValue == 51)
                        playVideoFile(graphics);
              public void keyPressed(int keyCode)
                   keyValue = keyCode;
                   switch(keyCode)
                   case 51:
                        repaint();
                        break;
                   case 35://Exit from the application
                        destroyApp(true);
                                 notifyDestroyed();
                        break;
         }//  end of Canvas
    }//  end of MIDLETRegards,
    G.Dhanalakashmi

    Hi,
    I am trying to install the Oracle Lite suit versioned 5.0.2 for Windows. The RDBMS is Oralce 9i (9.2.0.1). I am able to install the Mobile server. Refering the Installation mannual I am trying to configure and run the mobile serve in either standalone mode or with Oracle HTTP server. In the installation mannual it is mentioned that the HTTPD.conf file for apache http server should be modified to include the wtgapach.conf file from the Oralce Lite ORACLE_HOME\mobile\server\bin folder. On making this change and starting the apache server I am getting the error listed in the post. In the mannual it is mentioned that for standalone mode run the webtogo executable from the bin folder. On doing so I am getting a message
    "D:\oracle\oralite\Mobile\Server\bin>webtogo
    Unrecognized option: -Xrs"
    So currently I am stuck and do not know how to start the mobile server. Please let me know the appropriate steps to start the Mobile server in stadalone as well as with Oracle HTTP server.
    Also as mentioned by you I replaced the wtgapach.conf with wtgias.conf. The warning message which was displaying earlier on start of Apache is now gone but if tried to start the mobile server from the browser it is not working as expected.
    Thanks and Regards,
    Sachin.

  • Problem loading Images in Nokia 6600

    I have noticed that, in some Nokia 6600 firmware versions, there are some PNG's that, although perfectly legal (tested in emulator and other handsets and firmware versions), will refuse to load. Have any of you also encountered this problem and found a workaround to it? Does anybody know what pricular part of the PNG is causing the uncompatibility?
    Thanks in advance :)

    Hi,
    Check for firmware version of 6600 by pressing *#0000#. Be sure to have the latest firmware for 6600. I read an article 3 years ago, that mentions about this problem..
    Good luck

  • NOKIA 6600 INBOX CONTACT NAME NOT SHOWING!?!? HELP

    Hi my mum gave me her nokia 6600 yesterday as shes upgraded but it was on vodaphone, ive now put an o2 sim in and it accepts it and works fine.
    HOWEVER when i recieve a txt it doesnt show the contact name in the inbox just the number.
    I have wiped alll contacts from my sim so they are only on my phone, i have tried changing the code from 07 to +44 and visa versa.
    Can anyone help me?

    Does the name show when you recieve a call from the numbers you have tested?
    There are only 10 types of people in this world. Those who understand binary and those who don't

  • Nokia 6600

    Just got this as a hand me down and have successfully paired it to my car HFT system, factory fitted to Honda Accord. Only problem seems to be I can't get it to output through the car audio speakers (hands free). Everything else is fine and another phone we have , a 6131 is perfecly ok. Is it something simple to do with my settings, anybody out there got any ideas.

    14-Oct-2006
    10:01 AM
    borce971 wrote:
    how can i listen mp3 files on my phone nokia 6600
    if anybody now please tell me
    thanks and have a nice day
    Download an Mp3 application and you will be able too. Try googling it.
    Is that an N95 in your pocket or are you just pleased to see me?!?
    Life's too important to take seriously.
    Nokias I've owned 3210, 3310, 6100, 7650, 6600, 6680, 6630, N80, N95
    I'm a 26 year old boy BTW

  • Nokia 6600 example

    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import javax.microedition.io.*;
    import java.io.*;
    import java.lang.*;
    public class InvokeJSPMidlet extends MIDlet implements CommandListener ,Runnable{
    Display display = null;
    // name field
    TextField name = null;
    Form form;
    String url = "http://www.mdabconnect.com/midp/pl.jsp";
    static final Command callCommand = new Command("date?", Command.OK, 2);
    static final Command clearCommand = new Command("clear", Command.STOP, 2);
    String myname;
    public InvokeJSPMidlet() {
    display = Display.getDisplay(this);
    name = new TextField("Name:", " ", 25, TextField.ANY);
    form = new Form("Invoke JSP");
    public void startApp() throws MIDletStateChangeException {
    form.append(name);
    form.addCommand(clearCommand);
    form.addCommand(callCommand);
    form.setCommandListener(this);
    display.setCurrent(form);
    public void pauseApp() {
    public void destroyApp(boolean unconditional) {
    notifyDestroyed();
    void invokeJSP(String url) throws IOException {
    HttpConnection c = null;
    InputStream is = null;
    OutputStream os = null;
    StringBuffer b = new StringBuffer();
    TextBox t = null;
    try {
    c = (HttpConnection)Connector.open(url);
    c.setRequestMethod(HttpConnection.POST);
    c.setRequestProperty("IF-Modified-Since", "25 Nov 2001 15:17:19 GMT");
    c.setRequestProperty("User-Agent","Profile/MIDP-1.0 Configuration/CLDC-1.0");
    c.setRequestProperty("Content-Language", "en-CA");
    c.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
    os = c.openOutputStream();
    os.write(("name="+myname).getBytes());
    os.flush();
    is = c.openDataInputStream();
    int ch;
    while ((ch = is.read()) != -1) {
    b.append((char) ch);
    System.out.print((char)ch);
    t = new TextBox("Date", b.toString(), 1024, 0);
    t.setCommandListener(this);
    } finally {
    if(is!= null) {
    is.close();
    if(os != null) {
    os.close();
    if(c != null) {
    c.close();
    display.setCurrent(t);
    public void commandAction(Command c, Displayable d) {
    String label = c.getLabel();
    if(label.equals("clear"))
         destroyApp(true);
         notifyDestroyed();
    else if (label.equals("date?"))
         Thread t=new Thread(this);
         t.start();
         public void run()
              myname = name.getString();
              try
                   invokeJSP(url);
         catch(IOException e)
    This is a source code which invokes the JSP PAge .It is working fine in the Emulator but i am not able to run it in my Nokia
    6600 handset
    Can anyone give some suggestions on this ,,
    Thanks in advance
    Regards
    Santhu

    Great ................
    Hi Can u tell me how did u downloaded the midlet into
    ur handset
    Through Bluetooth... but that doesn't count..
    and di u do any modifications in coding ....
    NOTHING
    please let me know ....
    thanks in advance
    SanthuRegds,
    SD
    Message was edited by:
    find_suvro@SDN

  • NOkia 6600 cannot write over socket

    Hi,
    I m new to j2me development. I m curtrently developing on nokia 6600. I m accessing my webserver using emulator and prefectly read and write data on socket connection. When i deploy this program on N6600, the socket connection is established successfully. After getting connection i write on stream and watiing for the response from server. Here the problem comes when i write on server the data is not written on socket and hence no reponse comes and my application blocks.
    I m writing string bytes on socet outputstream. I seprate this connection code in another thread but still the problem exist.
    i dont know what the problem is its URGENT i really need help....

    Hi,
    Did you flushed your output stream (see OutputStream.flush) ?
    Hope that help,
    Jack

Maybe you are looking for

  • IPod will not boot up

    Hi, I've been having a problem booting up my iPod, as in getting it to turn on, for about a week now. Everytime I go to use it, the apple logo flashes and I hear the battery starting to turn on; however, it abruptly stops, and the sad iPod face appea

  • Why don't sub elements of Scene show up when hosted in a Swing application?

    I'm using some well publicised tricks to get at the SwingScene object from some runtime evaluated JavaFX code and insert it into a JFrame. However no elements within that Scene are displayed, the fill colour is applied, but a test Rectangle object do

  • New mail with no content received in year 1969????

    Recently ive gotten maybe 20 or so emails with no subject, content or sender that have a received date as some day in 1969 which clearly didn't happen. I can't delete these and they won't go away. Any advice or suggestions if what they might be? I us

  • EEWB - name for the created Z objects

    Using EEWB, Z objects are created. For example extending BP the table ZBUT000... has been created. Is there any configuration to add other prefix so that the above object would have been Z<custom prefix>BUT000.... ? This is to comply with the naming

  • Clock-In/Clock-Out iview on EP6.0.

    Hi all, someone could help me finding documentation about ESS/MSS for ECC5/SAP EP6, specifically for clock in/out service costumization ?!? Thanks in advance, Best Regards, Pca