S60 3rd s60 5th

will 3rd software work on 5th

Some 3rd edition apps work on 5th edition, it won't kill your phone if you try it and for signing apps try here
https://www.symbiansigned.com/app/page
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' 

Similar Messages

  • Can't get Opera mini to connect - symbian S60 3rd ...

    I have installed Opera Mini v7.1.32448 on my Nokia 6700 slide which runs symbian S60 3rd edition. I keep getting the error that it can't connect. (The phone does not have WiFi and I connect using Vodafone). The phones built in web browser connects to the internet just fine, but I'd like to use 'opera' instead. On trying 'network test' in the advance Opera settings, it acknowledges that 'I have a working network connection'.  Any suggestions why it won't connect for me?
    Attached, 2 x screen grabs, 1) I have network -2) I can't connect!
    Attachments:
    scr000011.jpg ‏10 KB
    scr000012.jpg ‏7 KB

    Thanks for the suggestion, but unfortunately it was of no help at all. Using Nokia Suite, the version of Opera Mini, is the only one available for download to my phone. It's irritating that I can connect using the standard Nokia built in browser, but as I have a very low data contract on my SIM, would love to be able to use Opera Mini to compress web surfing.
    I have tried the different 'connection' options offered by Opear Mini, which are (1) use system default, (2) internet (3) WAP services. None of which connect for me. I'm sure it's a simple 'setting' somewhere, but my limited knowledge is now more than exhausted!
    Just can't understand why the standard browser connects straight away, yet Opera can't make that same leap!

  • Weight/dimensions of brand new wireless keyboard? Use with Nokia S60 3rd?

    Hi,
    I am considering the new apple wireless keyboard (aluminium) to use with my Nokia N80 / N95 phones, but the exact specifications are nowhere to be found.
    Can anyone tell me if it is:
    - compatible with the bluetooth HDI profile like the previous model?
    - how much it weighs?
    - what its dimensions are?
    Has anyone, by any chance, tried using it with a Nokia S60 3rd edition phone like a nokia E series or N series?

    hi there,
    yes, i can confirm the usage of the new bluetooth aluminium keyboard in conjunction with my nokia n95 via the 'wireless keyboard' -application which is located in the office-folder of the n95.
    i got it paired with no problems and the usage itself is also perfect.
    best,
    netshare

  • Fscommand2 "shuts down" flash lite player 2.1 in S60 3rd Edition

    Hello.
    I am having the following problem in nokia phones S60 3rd
    edition:
    when I have a j2me midlet running in the background and open
    a swf that executes: fscommand2("GetSignalLevel") it automatically
    closes the flash lite player. This has happened in phones that come
    with the 1.1 player but that I have installed 2.1 and confirmed
    that the swf was running in the 2.1 player. I also tried other
    fscommand2 and they worked well (GetMaxSignalLevel, GetBatteryLevel
    and GetMaxBatteryLevel).
    Is this a known problem? Does it have a solution?
    Thanks in advance

    Ciao Pieter,
    in few days Adobe will release for free the FL 2.1 player to
    developers for several platforms, Brew, Windows Mobile 5 and
    Symbian, which includes 3rd edition. As far as the type of player,
    is probably the standalone.
    Alessandro

  • PT-6 Phone software update for S60 3rd ed

    Hi!
    I have a PT-6 Remote Camera which I controlled used the Remote Camera Manager on my previous Nokia phone.
    Now I have a Nokia E61, which is a S60 3rd ed. phone and the Remote Camera Manager doesn't work.
    Anybody know if there will be a new version of the Remote Camera Manager that supports S60 3rd edition?

    I am the owner of a Nokia Camera with a PT-6 remote control. I am very happy with the product. I have been using this camera with Nokia N-70 telephone. I just bought new telephone model Nokia N-73 which uses a new operating system S60 with the 3rd generation as opposed to N-70.
    The operating program which is installed into my telephone is supported on your site, however, it is only for systems S60 with the 1st and 2nd generation.
    I would like to ask you if it is possible for you to upgrade this application for the S60 3rd generation or advise me what my options are.
    Thank you for your support.
    Sincerely,
    Peter Spina,Czech Republic...
    MyTel.Story: Nok.11NMT,Nok.3110,6110,7110,7650,NGAGE,
    siemens-SX1,Nok.N70,
    akt.N_73+2GB_mSD /FW-V3.0638.0.0.1, Nokia 8800 Sirocco

  • S60 3rd Edition MIDP + Netbeans 5.5 + Mobility CLDC !URGENT!

    My Environment       Device: Nokia E61
           SDK: S60 3.0 MIDP SDK (S60 3rd Ed MIDP)
           Java: javac 1.5.0_12
           OS: Microsoft Windows XP Professional [Version 5.1.2600]/ Service Pack 2
           Computer: AMD Athlon 64bit CPU 3200+ 2.1GHz, 1.00GB Mem
           NetBeans (5.5 dev build ):
              Number: 200704122300
              Date: ${buildday}
              Branding:
              Branch: release551
              Tag:
           Mobility: NetBeans Mobility Pack 5.5.1I am having problems building application with netbeans. The jar file is coming out excessively large and it fails to run on the emu, get -10504 error (already tried to lookup error code at http://newlc.com/Symbian-OS-Error-Codes.html and it is not listed there). I inspected the .jar file and did not see anything there that did not belong; only .class, .png, kxml library and manifest files were present (no Thumbs.db or other clutter).
    When I build the same application with CarbideJ the jar file size is significantly smaller and it executes on the Emulator. Are any of the CarbideJ tasks, namely <ndsj2mejavac> and/or <ndsj2mepackage>, doing something special to source, jar or images that maybe netbeans is skipping; running a different preverifier, different archiver, using it's on version of javac.exe or something?
    When I compile using Carbide.j this is what I get (NO obfuscated/NO debug info);
         AppXXX.jad (400 bytes)
         AppXXX.jar (728,538 bytes)however, when I compile with Netbeans, I get the following(obfuscated set to level 9/NO debug info);
         AppXXX.jad (471 bytes)
         AppXXX.jar (927,530 bytes)The jad files generated were different but only because one had more descriptor tags in it, nothing major about that. The problem is that the jar file generated by netbeans is significantly larger than the one generated by carbide. Also, I compiled the exact same program under the Sun Wireless toolkit v2.5.1 and got the exact same jar file sizes and runtime error on emu that netbeans generated; I installed s60 sdk for wtk and selected it before before creating package for application. Also I state before, the version created with Carbide.j runs in the Emu; however, the NB version does not.
    Already posted to Nokia forum and no help there
    I would be very appreciative if I can quickly get some help!
    Files:
    build.xml (output of netbeans build process is append to the end of the build file in an xml comment): http://home.comcast.net/~eramsey1535/JavaME/Nokia/build.xml
    CFG_DEV.properties: http://home.comcast.net/~eramsey1535/JavaME/Nokia/CFG_DEV.properties.txt
    project.properties: http://home.comcast.net/~eramsey1535/JavaME/Nokia/project.properties.txt
    image of error displayed on emu: http://home.comcast.net/~eramsey1535/JavaME/Nokia/error_displayed_on_emu.gif
    image of error in emu popup dialog: http://home.comcast.net/~eramsey1535/JavaME/Nokia/error_displayed_in_emu_popup_dialog.gif
    Thanks!

    Hi,
    I'm facing exactly the same problem, and was wondering whether you found the solution to this problem.
    Thanks in adance,
    Iwan

  • SIS Files on S60 3rd edition?

    Hi,
    Has anyone managed to successfully install a Flash Lite
    application via SIS file on a series60 3rd edition device?
    My SIS file works fine on 2nd edition devices, but when i
    change the product UID range to 3rd ed. if just comes up straight
    away with the 'not supported' installation error.
    Is there a new version of makesis that i must use?
    Any ideas?
    Paul

    For anyone having the same problems as me...
    If you are trying to create a sis file for 3rd edition or
    UIQ3
    download the s60 3rd edition CDK from Forum Nokia (this will
    give you the newer version of makesis, and some other stuff i
    havent checked out yet,).
    Download the 'Symbian Developer Certificate Request' app from
    Symbian signed as well as
    some new UID's
    Change your PKG file to have the new OS UID's eg.
    s60 1st Edition (0x101F6F88), 0, 0, 0, {"Series60ProductID"}
    s60 1st Edition, FP1 (0x101F8202), 0, 0, 0,
    {"Series60ProductID"}
    s60 2nd Edition (0x101F7960), 0, 0, 0, {"Series60ProductID"}
    s60 2nd Edition, FP1 (0x101F9115), 0, 0, 0,
    {"Series60ProductID"}
    s60 2nd Edition, FP2 (0x10200BAB), 0, 0, 0,
    {"Series60ProductID"}
    s60 2nd Edition, FP3 (0x102032BD), 0, 0, 0,
    {"Series60ProductID"}
    The new ones:
    S60 3rd Edition [0x101F7961], 0, 0, 0, {"S60ProductID"}
    S60 3rd Edition, FP1 [0x102032BE], 0, 0, 0, {"S60ProductID"}
    UIQ v2.0 ( 0x101F617B ),2,0,0,{ " UIQ20ProductID " }
    UIQ v2.1 (0x101F61CE), 2, 1, 0, {"UIQ21ProductID"}
    UIQ v3 (0x101F6300),3,0,0,{"UIQ30ProductID"}
    Note: you cant mix the old and the new product id's in one
    pkg file as the sis files are created differently and are not
    compatable, you will need one for the older nokia devices, one for
    the new 3rd edition, and another if you develop UIQ (although there
    are none available with UIQ3 and Flash lite yet...it might be
    possible you'd have to have a separate one for that as well!).
    If only Symbian could have written a simple document with all
    that in it, it would have saved me and my collegue hours of trying
    to get past error messages!
    Paul

  • N85 s60 3rd edition fp2

    I sent my phone to service have changed 3g camera they upgraded n85 to 31.002 now l can not use call config which works with s60 3rd edition fp2 so how can l dowload or change int o previous version ? is it possible??  Thanks for your helps

    It is impossible. you can't roll back any update.
    Glad to help

  • Has the S60 3rd ed Feature Pack 1 been released?

    I must be missing something. I keep reading about this feature pack, but can't find it for download. Has it been released? Where can I find it, or is actual release some time away?
    Nokia e61, unlocked, Asian kbd.
    Moto V3,unlocked, moderately modded

    The S60 3rd Ed. FP1 will most likely only be available when you get a new phone based on that version.
    Nokia has not ever released a new S60/Symbian version as an update/upgrade for older models, and they're probably not going to do it now, either.

  • Wifi for S60 3rd

    I have a 6120 classic.
    Is it possible to use Wifi to access internet on it?

    I don't think android's answer was really correct in its technical details.
    The biggest problem is that the phone works as USB peripheral only. And the USB Wi-Fi adapter is a USB peripheral, too. However, USB peripherals can only be connected to USB hosts.
    The solution to this problem is called USB On-The-Go (OTG). http://www.usb.org/about/faq/ans6
    I don't think any Nokia phone has USB OTG. Nokia N810 has it, but it's not a phone. http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog/maemo/2008/01/21/usb-on-the-go
    Generally device drivers can be indeed installed to S60 3rd. But they need to be digitally signed by the device vendor. (See http://tools.ext.nokia.com/agents/index.htm for examples containing drivers) Not sure whether Nokia would be interested to support (and sign) complicated 3rd party solutions, if they sell (more expensive) Wi-Fi phones themselves...
    Not sure either whether a device driver would be enough in this case, such that S60 and Symbian networking really see the Wi-Fi adapter. There might be some hard-coded places, so that built-in applications (like the browser) just don't find the new device, although it's there. Then only installed applications, which are aware of the new device will be able to use it.
    Anyway these are just nice topics for engineers' coffee table discussions. The simple answer is just: it doesn't work and it will not work too soon either. Better buy a phone with Wi-Fi support, if you want it.

  • S60 3rd edition fp2 launch

    I heard the s60 3rd edition fp2 will launch in September. Is this true? If so will there be Nseries devices with the launch?

    To -> robshek
    i got symbian info from Symbian OS Website. I fink der might be a Nseries running 3rd FP2 by september but not sure. The Symbian OS 9.5 will be the best devices coming out coz no more memory allcation or RAM slow down wat so eva
    Nokia might realese FP2 new handsets by Sept in order to boost there market profit but if not den just buy a phone for now a cheap one n then in january buy the a new one.
    If you find my post useful then click on
    Kudos!Nokia N96 (v20.050 / RM-247)
    www.shaysoft.net | Competitions!

  • S60 3rd Clock Problems

    Just if some already noted, all S60 3rd mobiles (at least E61, N80 and N93) have some problems with Clock software:
    times in HomeCity mode (main display) and World Clock tab differ... i.e. if you select multiple cities in World Clock list (right tab) all cities have correct difference in clocks, but as far as I set one of them as my current city, it appears to have 1 hour difference with the same city in right tab world clock list....
    Nokia 7710 has perfect function to edit city and setup parameters like +XX GMT and Daylight saving tick.
    I think it'll be better if such kinf function will be enabled (or just existing error corrected)in 3rd S60 mobiles as mostly they are business category and for such situation time difference means much more then just simple error...:-))
    Networks: Magti (282 02) since 1997;
    Handsets: 6150, 7110, 6210, 6310, 3650, 6600, 7710, 9500, 6680, N80, N93,....

    To -> robshek
    i got symbian info from Symbian OS Website. I fink der might be a Nseries running 3rd FP2 by september but not sure. The Symbian OS 9.5 will be the best devices coming out coz no more memory allcation or RAM slow down wat so eva
    Nokia might realese FP2 new handsets by Sept in order to boost there market profit but if not den just buy a phone for now a cheap one n then in january buy the a new one.
    If you find my post useful then click on
    Kudos!Nokia N96 (v20.050 / RM-247)
    www.shaysoft.net | Competitions!

  • Metronome applications for S60 3rd Edition

    Hi,
    Do you know some good Metronome applications for E75 (S60 3rd Edition, Feature Pack 2)?
    Thanks, Sam

    I haven't used this, so I don't know how good or bad it is:
    http://my-symbian.com/s60v3/software/applications.​php?name=VITO_Metronome&fldAuto=258&faq=14

  • Itunes for s60 3rd edition.

    does any one have itunes music player for s60 3rd edition?????
    At last a nseries phone im truely happy with THE N82

    20-Dec-2006
    05:31 PM
    petrib wrote:
    And for protected iTunes files, you should be able to make a CD and rip it to your PC in a format like MP3 or AAC that the phone supports.
    You can do that?!
    I thought iTunes locked everything up so tight that wasn't possible .. It's one of the reasons I've never understood why anyone would want to use iTunes - that and the fact they rip off us poor Europeans: we pay like 50% more per track than they do in the US (99 cents is around 50p at current exchange rates).
    At least the price one still holds ..

  • Nokia CarContcats for Ford and S60 3rd Edition

    Hello,
    As someone some information on a version of the "Nokia carcontacts for ford" application (www.nokia.com/ford and http://europe.nokia.com/link?cid=PLAIN_TEXT_82091) for the S60 3rd Edition?

    thank you for download

Maybe you are looking for