Nokia 7360

this phone is absolutely fantastic.
i'd like to buy it 'cause now the price is lower (something like 150 euro) than before but...
there's no bluetooth; memory is only 4 mb; VGA camera is surely worst than one of 2 or 3 megapixel but (even if it's not the real problem).
...maybe i'll wait and see if nokia invents a new edition of 7360.
can anybody suggest me what to do? maybe there's someone who knows nokia's future planning... Is the new version expected to come?
thanks! :-)

The reason why the 7360 is so affordable is because it is lower spec'd than newer phones.
Nokia will not make a revised 7360 with better features at the same price.

Similar Messages

  • PDADemo Not working in Nokia 7360

    Hello all,
    i run the PDAdemo application on nokia 7360....
    when i try to open file browser it gives application error.
    and
    when i try to open the option of JSR75 PIM API like
    contact list,eventlist,to-do list then it gives an error Alert.......
    Is there any problem with mobile or i miss any other setting ...
    i have already check the MIDP and CLDC version and it is correct.
    Is there any problem with using PIM API in series 40 devices .
    regards
    Pravin

    What software versions does the device currently have? (you can see this by dialing *#0000#)
    Have you tried updating the device software (see http://www.nokia.com/global/support/software-update/other/nokia-software-updates)? The latest SW version for  X2-02 is 11.57, which should also feature Nokia Browser 2.0.
    http://www.microsoft.com/en/mobile/nokia-x-updates/
    http://www.microsoft.com/en/mobile/nokia-x2-update/
    http://www.microsoft.com/en/mobile/asha-software-update/
    http://www.microsoft.com/en/mobile/support/software-update/wp8-software-update/
    http://www.developer.nokia.com/Community/Wiki/Nokia_firmware_change_logs
    https://twitter.com/LumiaSWUpdates

  • Nokia 7360 Withholding Callers Numbers

    Hi, I was hoping someone could help me with this please.
    When I receive calls, all that appears on my display is "(no number)" so I haven't a clue who is phoning me. I understand that some people do withhold their number, but this is happening with every single call I receive, even from my house phone which I'm 100% certain doesn't withhold the number.
    Is there anyway to change this in the phone settings? I can't seem to find anything about this.
    Many thanks!

    If happening on all calls however it may be that Calling Line Identity Presentation is switched off. To check this key in *#30#(Call). If it comes back stating CLI not shown then contact your network and ask them to activate.
    Alternatively, to test whether a phone or sim issue, try your sim in another phone - if same problem then a network issue.

  • "Application Error"  While running application in real device

    HI all,
    When i run application on real device( Nokia 7360), It gives me Application Error
    My application is running well in wireless toolkit Emulator..
    I dont know why this is happining on real device?...
    regards
    Pravin

    Here is the code
    It just create a new contact in the AddressBook
    and i use Nokia 7360 for running my application
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.pim.*;
    import java.util.Enumeration;
    public class AddContact extends MIDlet implements CommandListener,Runnable
         Form form;
         Display display;
         Command exit;
         Command add;
         Alert alert;
         public Thread th;
    private boolean quit = false;     
         public AddContact()
         display = Display.getDisplay(this);
         form = new Form("Add Contact");
         exit = new Command("Exit",Command.EXIT,1);
         add = new Command("Add Contact",Command.OK,1);
         alert = new Alert("Add Contact","Contact Added Succesfully",null,null);
         alert.setTimeout(Alert.FOREVER);
         form.addCommand(add);     
         form.addCommand(exit);
         form.setCommandListener(this);
         public void startApp()
              display.setCurrent(form);
              th = new Thread(this);  
         public void pauseApp()
         public void destroyApp(boolean unconditional)
          public void commandAction(Command c, Displayable d) {
               if(c==exit)
                   destroyApp(false);
                         notifyDestroyed();
              else if (c == add)
                        if(!quit)
                        th.start();
                        display.setCurrent(alert);
         public void quit()
         quit = true;
         public void run()
         while (!quit)
              try
              PIM pim = PIM.getInstance();
              ContactList cl = null;
              Contact new_contact = null;
              Enumeration read_contact = null;
              String final_no="";
              try
                   cl = (ContactList)pim.openPIMList(PIM.CONTACT_LIST,PIM.READ_WRITE);
              catch(PIMException pime)
                   Alert alert_1 = new Alert("Error","Error Accessing Database"+pime,null,null);
                   alert_1.setTimeout(Alert.FOREVER);
                   alert_1.setType(AlertType.ERROR);
                   display.setCurrent(alert_1);
              catch(SecurityException se)
                   Alert alert_2 = new Alert("Error","Security Error"+se,null,null);
                   alert_2.setTimeout(Alert.FOREVER);
                   alert_2.setType(AlertType.ERROR);
                   display.setCurrent(alert_2);
              new_contact = cl.createContact();
              new_contact.addString(Contact.TEL,Contact.ATTR_HOME,"123456");
              new_contact.addString(Contact.FORMATTED_NAME,Contact.ATTR_NONE,"AasdD");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"2634465");
              new_contact.addString(Contact.TEL,Contact.ATTR_FAX,"+91 7834465");
              new_contact.addString(Contact.TEL,Contact.ATTR_PAGER,"7034465");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"9234465");
              try
                   new_contact.commit();
              catch(PIMException piem)
                        Alert alert_4 = new Alert("Error","Error while saving  Data"+piem,null,null);
                        alert_4.setTimeout(Alert.FOREVER);
                        alert_4.setType(AlertType.ERROR);
                        display.setCurrent(alert_4);
              try
                   cl.close();
              catch(PIMException piem)
                   Alert alert_5 = new Alert("Error","Error Closing Application"+piem,null,null);
                        alert_5.setTimeout(Alert.FOREVER);
                        alert_5.setType(AlertType.ERROR);
                        display.setCurrent(alert_5);
              catch (Exception e)
                   Alert alert_4 = new Alert("Error","Error on first try"+e,null,null);
                   alert_4.setTimeout(Alert.FOREVER);
                   alert_4.setType(AlertType.ERROR);
                   display.setCurrent(alert_4);
              quit();
         

  • Instantiating a form as different views and merging them at the end of the workflow.

    Hi,
    I have a big doubt in implementing one of the crucial part of our workflow design.It goes like this.
    1.we have a form which is mainly classified into five types and a total of 16 subforms.
    2.the five types in which the form is divided is based on the approver and the type. of requests.
    3.different views of the whole same form have to be sent to the five approvers.
    4.once the approvers approve the request,a wait point must be present in the workflow,where it will wait for all the views of the form (which are approved) and must merge them into one single pdf form ie., the original form.
    so the change in the views of the total form must be reflected in the main form at the end while it is merging.
    also all the views of the form are to be merged in to one for the sake of arhiving and rendering it to pdf.
    so my questions are..
    1.How to add multiple views of the main form (xdp) in the workflow separately as individual xdp templates(based on the five types i mentioned)?
    2.How to merge the form views again in to single form or how to make the changes reflect in the main from when changes are made in their views.?
    thank u..
    Raghava Kumar V.S.S.

    MOBILE PHONE (BIRMINGHAM) LIMITED
    BUY UNLOCKED BRAND NEW MOBILE PHONES AND LAPTOP,DIGITAL CAMERA,GAMES,PLASMA TV.They are brand new and sealed in an original company box with complete accessories and one year international warrantee.
    NOTE : Minimum Order : 3 unit and get 1 free
    Sample Order...1unit to 5units
    Bulk Minimum Order : 10unit and get Extra 3unit
    Shipping fees : free Shipping : FedEx, DHL or UPS
    Delivery Time : 38hrs/48hrs.
    MOBILE PHONE (BIRMINGHAM) LIMITED
    Address: 376 COVENTRY ROAD, SMALL HEATH, BIRMINGHAM, WEST
    MIDLANDS, B10 0XE
    +447024036361
    Contact Person :Thomas larry
    Sales Manager
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    Nokia Phone.
    Nokia N95..$2800USD
    Nokia N93..$250USD
    Nokia N92.$200USD
    Nokia N97...$280USD
    Nokia N96...$280USD
    Nokia N83.$175USD
    Nokia N91.$180USD
    Nokia N90.$170USD
    Nokia N70.$150USD
    Nokia N71.$155USD
    Nokia N72..$160USD
    Nokia N73..$165USD
    Nokia E90 COMMUNICATOR..$300USD
    Nokia 7360.$165USD
    Nokia 7380..$175USD
    Nokia 8800 sirrocco...$200usd
    Nokia 7370..$170USD
    Nokia 8800$140USD
    Nokia 8801.$145usd
    Nokia N80.$160USD
    Nokia 7710.$145USD
    Nokia 7610.$120usd
    Nokia 9300$145USD
    Nokia 9500$170USD
    NOKIA 6230 for........$130usd
    NOKIA 6230i for.......$140usd
    NOKIA 6260 For........$130usd
    NOKIA 9300 For........$130usd
    NOKIA 9500 For........$140usd
    NOKIA 7610 For........$150usd
    NOKIA 6680 For........$130usd
    NOKIA 6682 For........$140usd
    NOKIA 7650 For........$150usd
    NOKIA E60 for.........$150usd
    NOKIA E61 for.........$155usd
    NOKIA E70 for.........$160usd
    Motorola Phone
    Mitac MIO 8930$280usd
    Motorola razor v3$130usd
    Motorola razor v3 pink edition..$130usd
    Motorola v3X..$140usd
    Motorola MPX300.,$150usd
    Motorola V3i..$150usd
    Motorola L7$140USD
    plasma sony 32?'.$400usd
    MOTOROLA SLVR V8 For........$150usd
    MOTOROLA A1000 For...........$160usd
    MOTOROLA A1010 For...........$200usd
    MOTOROLA MPX 220 For........ $120usd
    MOTOROLA MPX 300 For........ $140usd
    Sony Ericsson w950i.........$170usd
    Sony Ericsson w900i.$140usd
    Sony Ericsson W800i.$135usd
    sony Ericsson w700..$130usd
    sony Ericsson w600i.$125usd
    sony Ericsson w300..$120usd
    sony Ericsson w950..$200usd
    Sony Ericsson p990i.$145usd
    Sony Ericsson m600i.$175usd
    sony Ericsson m600..$170usd
    Sony Ericsson p990..$140usd
    Sony Ericsson p910i.$125usd
    SONY ERICSSON K700i For......$130usd
    SONY ERICSSON k750i For......$140usd
    Sony Ericsson W810i For......$155usd
    Sony Ericsson S700i For......$140usd
    Sony Ericsson: Z1010 For.....$160usd
    SAMSUNG D600 For......$120usd
    SAMSUNG D720 For......$130usd
    SAMSUNG D730 For......$135usd
    SAMSUNG D800 FOR......$135usd
    SAMSUNG D820 For......$140usd
    SAMSUNG Z500 For......$150usd
    Apple iphones.................$200usd
    Apple ipods 80 GB............$180usd
    Apple ipods 60 GB............ $150usd
    PlayStation 3 20 GB.............$220USD
    Playstation 60 GB..................$250usd.
    i-mate jas ja and other.
    Treo 650 for. $150usd
    Treo 700 for. $180usd
    Sick kick for $140usd
    Side kick 2 for..$130usd
    Side kick 3 for..$150usd
    Eten m 500 for.. $100usd
    Dvx-pod for.. $50usd
    i-mate jas jar for. $160usd
    i-mate jam for.. $170usd
    i-mate k jam for.$180usd
    Eten m 500 for.. $150usd
    Treo 650$130usd
    Treo 600$120usd
    Treo 700w..$140usd
    Pioneer CDJ-1000MK3 ------------$900.00
    Pioneer DJ Effector - Red-----------$350.00
    Pioneer System Case (CA-CMX5).......$450.00
    Pioneer CDJ-800MK2 Digital Vinyl Turntable=--$520.00
    Pioneer Dual Rackmount CD Player--------$600.00
    Pioneer Pro DJ Mixer -------------$720.00
    Pioneer Rack mount pro DJ mixer---------$780.00
    Pioneer 96Khz / 24 bit digital mixer.-----$1,000.00
    Pioneer Flat Speakers (ea.)-------------$1,100.00
    Pioneer Professional DVD Turntable-------$2,000.00
    Pioneer Pro DJ 96Khz 24bit Mixer---------$2,200.00
    Pioneer Professional DVD Turntable------$2,220.00
    Pioneer Djm-800 4 Channel Dj Mixer W/midi---$1,000.00
    Pioneer DJM-400 Professional DJ Mixer------$300.50
    Pioneer Pro DJ DJM1000 Pioneer Top of the Line
    D---$2,100.95
    Pioneer DJM-1000 Professional Club DJ
    Mixer----$2,110.00
    Pioneer Super DJ mixer - Pioneer DJM909------$900.00
    Pioneer DJM-600-------------------------------$750.00
    Pioneer CDJ 800 MK II / DJM 600 CD DJ
    Package----$2,100.00
    Pioneer DJM-1000 Mixer--------------$2,200.00
    Pioneer Model: DJM-600K--------------$800.00
    Blackberry
    Brand new BlackBerry 8700r....$200
    Brand new Blackberry 8700c....$200
    Brand new Blackberry 8700g....$210
    Apple Iphone.....................for Just $400
    APPLE LAPTOPS.
    Apple NoteBook Laptop for just $550
    Apple Mac Book...for just $450
    Apple Mac Pro .....for just $500
    Apple Laptop 17inch for just....$400
    APPLE IBOOK 12" 1.33GHZ...............$350
    APPLE IBOOK 14" 1.42GHZ.....................$380
    APPLE IBOOK G4 1.33GHZ..................$370
    APPLE IBOOK G4 1.42GHZ....................$400
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 15
    INCHDISPLAY........$580
    APPLE G5 POWERMAC 2.0GHZ DESKTOP
    COMPUTER...................$620
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 17 INCH
    DISPLAY........$550
    All Toshiba laptops
    Toshiba Satellite PRO L10.. $320
    Toshiba M200 $500
    Toshiba R100 $450
    Toshiba Qosmio E10 $750
    Toshiba Satellite PRO L20.. $250
    Toshiba M100 $680
    Toshiba M300 $740
    Toshiba Portege A200. $320
    Toshiba Satellite L10 $330
    Toshiba Qosmio F20 $500
    *Dell Laptops
    Dell Latitude D600 $290
    Dell Latitude D500t.. $200
    Dell Inspiron 6000 $350
    Dell Latitude D505 $340
    Dell Latitude D610 $460
    Dell Latitude D510 $320
    Dell Inspiron 9300 $530
    Del Xps M2010..............................$400
    Del Xps M1710..................................$350
    Sony Laptops
    Sony VAIO VGN-T1 $680
    Sony VAIO VGN-FS315 $420
    Sony VAIO VGN-S3 $450
    Sony VAIO VGN-TX1.. $840
    Sony VAIO VGN-FS215 $310
    Sony VAIO VGN-S4 $470
    Sony VAIO PCG-K35.. $550
    Sony KDE-61XBR950 Television..3000usd
    Sony KDE-42XBR950 Television..1000usd
    Sony KDE-42XBR950 Television.1000usd
    Sony PFM-42X1/S Television.500usd
    Sony KDE-42XS955 Television..550usd
    Sony FWD-50PX1/S Television1200usd
    Sony KLV-32M1
    Television400usd
    SAMSUNG PLASMA TV
    SAMSUNG HPP3761 Plasma TV $610
    Samsung PPM42M5S Plasma Display $505
    Samsung SPP4251 Plasma TV $700
    Samsung PPM42M5H Plasma Display $550
    Samsung HPR4252 Plasma $680
    Samsung HPR4262 Plasma TV $450
    Samsung HPR4272 Plasma $560
    Samsung PPM50M5H Plasma Display $870
    Samsung HPR5052 Plasma $670
    Samsung HPR5072 Plasma $780
    Samsung HPP5581 Plasma TV $780
    Samsung PPM63H3Q Plasma Display $700
    Samsung HPR6372 Plasma $820
    PANASONICS TELEVISIONS
    Panasonic TH-42PD50U Television600usd
    Panasonic TH-42PX50U Television..1000usd
    Panasonic TH-50PX50U Television..1500usd
    Panasonic TH-42PWD6UY Television.500usd
    Panasonic TH-42PD25U/P Television400usd
    Panasonic TH-42PHD8UK Television450usd
    Panasonic TH-65PHD7UY Television..2500usd
    Pioneer PDP-5050HD Television.1000usd
    Panasonic TH-37PX50U Television.500usd
    Panasonic TH-42PX500U Television800usd
    HITACHI PLASMA TV
    Hitachi CMP4211u Plasma $850
    Hitachi CMP4212u Plasma $350
    Hitachi 42HDF52 Plasma HDTV $400
    Hitachi 42HDT52 Plasma TV $440
    Hitachi 55HDS52 Plasma HDTV $480
    Hitachi 55HDT52 Plasma TV $650
    Hitachi CMP-55HDM71 Plasma $420
    AOC ENVISION PLASMA TV
    AOC Envision A42W64 Plasma $400
    MAXENT PLASMA TV
    Maxent MX-42VM7 Plasma EDTV $370
    Maxent MX-50X2 Plasma $300
    NEC PLASMA TV
    NEC 42VP5 Plasma TV $400
    NEC 42VM5HA Plasma TV $470
    NEC 42VR5HA Plasma

  • CA-42 Cable Unknown Device

    Hi All,
    I've installed PC suite 6.6 but when I connect my CA-42 USB cable my PC says unknown device which doesn't have any drivers.
    The Nokia site says that for XP users PC suite has the drivers included and will be installed automatically.
    I've tried installing the drivers again by themselves but I get the response that there already installed.
    I'm not sure if my cable may be faulty but have no way of proving this first so I'm trying all other options first before looking at getting another.
    I'm on Windows XP SP2, PC Suite 6.6 using a CA-42 USB serail cable.

    02-Dec-2005
    10:35 AM
    seraphim wrote:
    30-Nov-2005
    09:30 AM
    dazza wrote:
    Probably third party.
    I just searched on google for it.
    Is there a problem with other cables?
    Isn't it a standard component?
    if your cable is third party it wont work with the nokia drivers, you will need to install the drivers that came with your pc
    my cable is third party. why shouldnt nokia drivers work? and where can i get one that will? i cant find anything that works with the xp "found new hardware" wizard, either drivers that came with xp, or via the internet search option & i recieved no software with the cable.
    im using xp pro sp2, ca-42 cable (3rd party), nokia 7360, pc suite 6.81.13.0
    if anyone can help me i will be EXTREMELY grateful. i have a lot of contacts to import from a previous phone and havent got the time to them all by hand. cheers. Si.

  • Address Book Updation  Application runs successufully but problem in runing

    Hi all,
    I develop a small application which updates the contact numbers from the Adress Book. and for that i use PIM API....
    i sotre some number in following folder
    appdb\DefaultColorPhone\pim\contacts\Contacts
    now when i run my application it successfully updates all number..
    but when i try this application on Nokia 7360 the application is install correctly and run also correclty but it does not updates any number...
    I use Infrared to transfer the application from my PC to Mobile....
    And i also check the PIM suport in the device ..The device support the PIM 1.0
    I can not able to find the problem ....Can any one help me to solve the problem?.....
    with regards
    Pravin

    Could you please check the Sharing &permissions of these two folders (command +I). Check to see if you have "Read&Write access to these folders. It should be your user name with read&write privileges.
         You will have to open the lock on the bottom right and it will request the admin password. Should your name not be there, select it by clicking on the plus sign on the bottom right and selecting your user name. Select Read&Write privilege and under the gear wheel beside the plus and minus signs,Make sure you apply to enclosed items.
          It sounds like you somehow got them buggered. Rebuilding the permission table should of cleared up the problem. This could be a case of booting with your install DVD and rebuilding permissions from there.
                                                            Food for thought.
    Next time you even think of modifying anything in you user library, Duplicate the whole folder and then you have a reference to go by. Just make sure that it is deleted after you are finished. This should be a standard step when troubleshooting. Changing something.....make a copy.

  • Electro magnetic radiation

    Is there a list of all nokia's with the radiation produced? i found one for almost all phones but not all nokia's i wanna know the radiation for the N96
    This is very interesting! most people never think about it but some phones have insane high radiation!
    here is a list of all phones that are on the list:
    NOKIA 9300 0,24
    NOKIA 9300i 0,29
    NOKIA 6170 0,34
    NOKIA 7650 0,35
    NOKIA Thr 850 0,35
    NOKIA 7200 0,36
    NOKIA 8800 Sirocco 0,36
    NOKIA 3230 0,39
    NOKIA 7390 0,41
    NOKIA 3500 0,43
    NOKIA 8850 0,43
    NOKIA 8910i 0,43
    NOKIA 7270 0,46
    NOKIA N95 8GB 0,47
    NOKIA 5100 0,48
    NOKIA 9500 0,49
    NOKIA 5500 0,5
    NOKIA 8800 0,5
    NOKIA 6020 0,52
    NOKIA 8910 0,52
    NOKIA 7710 0,53
    NOKIA 2650 0,54
    NOKIA 7610 0,54
    NOKIA N93 0,54
    NOKIA 2100 0,55
    NOKIA 2610 0,56
    NOKIA 3200 0,56
    NOKIA 6300 0,57
    NOKIA N95 0,58
    NOKIA 6230 0,59
    NOKIA 6100 0,6
    NOKIA 7250 0,6
    NOKIA 7360 0,6
    NOKIA 7250i 0,6
    NOKIA 5210 0,62
    NOKIA 6800 0,62
    NOKIA 6610 0,63
    NOKIA 6680 0,63
    NOKIA 7210 0,63
    NOKIA 2310 0,64
    NOKIA 3250 0,64
    NOKIA 6125 0,64
    NOKIA 7380 0,65
    NOKIA 6220 0,66
    NOKIA 8510i 0,66
    NOKIA 1100 0,67
    NOKIA 2626 0,68
    NOKIA 2630 0,7
    NOKIA 6030 0,7
    NOKIA 6230i 0,7
    NOKIA 7600 0,71
    NOKIA 6021 0,72
    NOKIA 6820 0,72
    NOKIA 7373 0,73
    NOKIA 6610i 0,73
    NOKIA 6270 0,74
    NOKIA E65 0,74
    NOKIA 3660 0,75
    NOKIA 6103 0,75
    NOKIA 3100 0,76
    NOKIA N72 0,76
    NOKIA 3300 0,77
    NOKIA 5140 0,77
    NOKIA 5140i 0,77
    NOKIA 1110i 0,78
    NOKIA 3220 0,78
    NOKIA 3120 0,79
    NOKIA 3210 0,79
    NOKIA E61 0,79
    NOKIA 2600 0,8
    NOKIA 5300 0,8
    NOKIA 6233 0,8
    NOKIA 6280 0,8
    NOKIA 6600 0,8
    NOKIA N5300 0,8
    NOKIA 3410 0,81
    NOKIA 6310 0,81
    NOKIA 1600 0,82
    NOKIA 3110 0,82
    NOKIA 6101 0,82
    NOKIA 6301 0,82
    NOKIA 6810 0,82
    NOKIA 8310 0,82
    NOKIA 6310i 0,82
    NOKIA 6630 0,83
    NOKIA 3510i 0,83
    NOKIA 6080 0,84
    NOKIA 6111 0,84
    NOKIA 6070 0,84
    NOKIA 6131 0,85
    NOKIA 6500C 0,87
    NOKIA 6555 0,88
    NOKIA 8600 0,88
    NOKIA 5200 0,9
    NOKIA E61i 0,9
    NOKIA 6210 0,92
    NOKIA N70 0,95
    NOKIA 3330 0,96
    NOKIA N81 8Go 0,96
    NOKIA E50 0,97
    NOKIA 8210 1
    NOKIA 6151 1,02
    NOKIA N76 1,04
    NOKIA 5310 1,07
    NOKIA 6500 Slide 1,1
    NOKIA 6500 1,1
    NOKIA N73 1,12
    NOKIA 5610 1,14
    NOKIA 6085 1,15
    NOKIA N81 SD 1,15
    NOKIA 6110 1,16
    NOKIA 6120 1,18
    NOKIA 6120 Classic 1,18
    NOKIA 6086 1,2
    NOKIA 5700 1,24
    NOKIA N'Gage 0,37 (of 0,57)
    NOKIA 3650 0,71 (of 0,72)
    NOKIA 3310 0,81 (of 0,96)
    NOKIA 6500 Classic 0,95 (of 0,87)
    Never had someone on the phone for half an hour and after hanging up thought... gsus my whole head is warm? well thats because of this radiation wich is the same as from a microwave oven! The lower the rating the better!
    Hope this helps people choosing a good phone with less radiation
    Message Edited by sygys on 14-Oct-2008 10:49 AM

    Hope this helps.
    Nokia N96 (Type RM-247)
    CERTIFICATION INFORMATION (SAR)
    THIS MOBILE DEVICE MEETS GUIDELINES FOR EXPOSURE TO RADIO WAVES.
    Your mobile device is a radio transmitter and receiver. It is designed not to exceed the limits for exposure to radio waves recommended by international guidelines. These guidelines were developed by the independent scientific organization ICNIRP and include safety margins designed to assure the protection of all persons, regardless of age and health.
    The exposure guidelines for mobile devices employ a unit of measurement known as the Specific Absorption Rate or SAR. The SAR limit stated in the ICNIRP guidelines is 2.0 watts/kilogram (W/kg) averaged over ten grams of tissue. Tests for SAR are conducted using standard operating positions with the device transmitting at its highest certified power level in all tested frequency bands. The actual SAR level of an operating device can be below the maximum value because the device is designed to use only the power required to reach the network. That amount changes depending on a number of factors such as how close you are to a network base station. The highest SAR value under the ICNIRP guidelines for use of the device at the ear is 0.91 W/kg.
    Use of device accessories and enhancements may result in different SAR values. SAR values may vary depending on national reporting and testing requirements and the network band. Additional SAR information may be provided under product information at www.nokia.com.

  • How do I get MP3 ringtones onto my 7360?

    I am trying to put some songs onto my 7360 and can't figure it out. I have installed the Nokia suite and bought the cable, but it says that it is not supported. How can I get them onto there so I can use them as ringtones? Any help appreciated.

    As roaminggnome says, they must be transferred from your computer. Ringtones cannot be downloaded a second time without buying them again.
    If you still have the old phone you should be able to transfer purchases to the computer, then to the new phone.

  • 7360 - current call's time

    Hi there!
    I am looking for the option to turn on and display the duration of a call that is currently being made.
    I managed to find the option to display the call time once the call has finished, yet that is too late if I want to stay within a time limit or use it for VoIP that times out after one hour.
    On my old one (Nokia 1600) I found it under "Call Options", yet the 7360 does not seem to have that really useful feature...
    Thank you for your help in this matter!
    Cheers!
    SwiXionary
    VoIP via Homezone - Best thing since sliced cheese!

    Dear Jainthomaspala,
    thank you for your message.
    Alas, with the 7360 it seems to be a different story, as my older 1600 has the same option as you indicate.
    Still, when activating this option in my new 7360, it will only display the call time once I hang up the receiver...
    Cheers!
    Swixionary
    VoIP via Homezone - Best thing since sliced cheese!

  • I'm thinking about getting the Nokia 6822?

    Can anyone tell me if this is a good fone? I'm not very literate at the specifications of fones but does it play Mp3s? Anyone with first hand knowledge of the fone??
    Thanks for the help!!
    TomMessage Edited by tom89 on 18-Sep-2006
    09:34 PM

    Hi, unfortunately 6822 is not supporting MP3 format.
    Similar phone is 7360 but supporting MP3. It's better and cheaper even.
    I hope it helps you to decide.
    Nokia 5800 History (yy-model): 95-450; 97-3110; 97-8110i; 98-6110; 98-5110; 99-7110; 01-T29 (ERICS); 02-6310i; 04-SE; 06-E70; 08-5000; 08-5800..

  • AOL mail settings for Orange 7360

    Can anyone help with the painful setup of mail on an orange 7360.
    I've worked out I need to go into the configuration settings, then personal configuration to create a new e-mail one...but I can't see anywhere where I should put the smtp / imap server names (smtp.uk.aol.com and imap.uk.aol.com)
    Can anyone help?
    Many thanks
    Vince

    If you go to the main Nokia website, go to the support section for you phone, there will be a section that allows you to send the setting directly to your phone so you don't have to bother with them.

  • Use 7360 as modem

    how can i use 7360 as modem.
    because when i connect to pc it shows thst 7360 is connected via CA-42 serial cable.
    it also sync. but in One Touch Access the modem cannot be detected so how can i use it as modem.
    Please REPLY me soon.

    If you were able to successfully installed the latest version of pcsuites that's compatible with your phone, the nokia modem should be shown in the device manager of your os(if ms like XP/Vista/Win7). You just use the application in pcsuite to connect to the internet. Try to disable any other modem in your pc/laptop if their is built-in, it might be interfering.
    Message Edited by android on 22-Oct-2009 04:54 PM
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Ovi Store and Nokia Accounts unresponsive on my 80...

    I sent my 808 in for service and requested a wipe to factory defaults due to some issues that I was having. When my phone was returned to me, I had great difficulty loging in to Nokia Account and Ovi Store Mobile. There is a round wheel that would just keep spinning when the respective apps were launched and eventually fail.
    There was also a odc.nokia.com error which claims to be expiring in 3 months (May 2014).
    I have returned my 808 back to Nokia Care. I hope the issues can be rectified.

    I visited https://odc.nokia.com.  The security certificate expires on 7/5/2014 (7 May 2014).
    I wkl12mr wrote:
    I sent my 808 in for service and requested a wipe to factory defaults due to some issues that I was having. When my phone was returned to me, I had great difficulty loging in to Nokia Account and Ovi Store Mobile. There is a round wheel that would just keep spinning when the respective apps were launched and eventually fail.
    There was also a odc.nokia.com error which claims to be expiring in 3 months (May 2014).
    I have returned my 808 back to Nokia Care. I hope the issues can be rectified.

  • Delete file from NOKIA C5-03 phone memory

    I still face a problem that when I buy mobile then phone memory was 40MB, but now it reduced to 30MB. I try to browse and remove unwanted file from phone memory. But nothing gonna happen.  I also use pc suite, mass storage etc, but can't. What can I do now?

    Try clearing browser cache and your messages from inbox. Try installing ET optimizer or netqin mobile guard. They both can be used to remove trash files.
    blitZkid
    Nokia C7: Running on Nokia Belle
    "If I'm helpful in anyway, a click of appreciation on the star would be nice"

Maybe you are looking for

  • Call RFC dynamically

    Hi, I require calling 2 different RFC in the same receiver dynamically based on one of the content in my Message. How can I do this. Basically, assume i have a message with Create='Y', need to call a one RFC and if Create='N', need to call another RF

  • ITUNES/QUICKTIME PROLEM

    Okay last time I plugged in my I-pod was when number 6 was out, so my i-pod had to update. I updated the ipod but it alos installed intunes 7...again. Now it says "Quicktime version 7.0d0 is installed, itunes requires quikctime verion 7.0.3 or higher

  • I have trouble trying register my printer... i get this message: appecberror: ecb request failed: er

    Hello! I have hp 3050A printer end i have trouble trying to register... I get this message:  AppEcbError: ECB request failed: Error: code='900' description='[SF_ERR_202]ystem exception; 10.55.25.193-08.24.2012-128310'. WHY????

  • Db creation with dbca template

    I have created database creation template using dbca in oracle 9i, it created .dbc file. How to create the database using this file.can any one help me in resolving this issue. thanks

  • Supporting IE5 & 6

    I am creating a new site for myself, its going to be the site I use for offering development.. I realised quite early on that the template I have built, with the tiniest little conditional to center it works with IE5 and IE6.. I thought since it seem