Help with Nokia e5's Operating bands

 Hello I want to buy a Nokia E5-00 and I have a doubt about the operating bands. Are there versions of the phone that work only within WCDMA Band I 2100 and WCDMA Band VIII 900 but not with WCDMA Band V 850 and WCDMA Band II 1900? Or there is only one version of the phone and it works with all wcdma bands? Regards

@poquitaonda
It is either WCDMA Band I + II + VIII (900+1900+2100) or WCDMA Band I + II + V (850+1900+2100) dependent upon region of supply.
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • Help with oracle 11g pivot operator

    i need some help with oracle 11g pivot operator. is it possible to use multiple columns in the FOR clause and then compare it against multiple set of values.
    here is the sql to create some sample data
    create table pivot_data ( country_code number , dept number, job varchar2(20), sal number );
    insert into pivot_data values (1,30 , 'SALESMAN', 5000);
    insert into pivot_data values (1,301, 'SALESMAN', 5500);
    insert into pivot_data values (1,30 , 'MANAGER', 10000);     
    insert into pivot_data values (1,301, 'MANAGER', 10500);
    insert into pivot_data values (1,30 , 'CLERK', 4000);
    insert into pivot_data values (1,302, 'CLERK',4500);
    insert into pivot_data values (2,30 , 'SALESMAN', 6000);
    insert into pivot_data values (2,301, 'SALESMAN', 6500);
    insert into pivot_data values (2,30 , 'MANAGER', 11000);     
    insert into pivot_data values (2,301, 'MANAGER', 11500);
    insert into pivot_data values (2,30 , 'CLERK', 3000);
    insert into pivot_data values (2,302, 'CLERK',3500);
    using case when I can write something like this and get the output i want
    select country_code
    ,avg(case when (( dept = 30 and job = 'SALESMAN' ) or ( dept = 301 and job = 'SALESMAN' ) ) then sal end ) as d30_sls
    ,avg(case when (( dept = 30 and job = 'MANAGER' ) or ( dept = 301 and job = 'MANAGER' ) ) then sal end ) as d30_mgr
    ,avg(case when (( dept = 30 and job = 'CLERK' ) or ( dept = 302 and job = 'CLERK' ) ) then sal end ) as d30_clrk
    from pivot_data group by country_code;
    output
    country_code          D30_SLS               D30_MGR               D30_CLRK
    1      5250      10250      4250
    2      6250      11250      3250
    what I tried with pivot is like this I get what I want if I have only one ( dept,job) for one alias name. I want to call (30 , 'SALESMAN') or (301 , 'SALESMAN') AS d30_sls. any help how can I do this
    SELECT *
    FROM pivot_data
    PIVOT (SUM(sal) AS sum
    FOR (dept,job) IN ( (30 , 'SALESMAN') AS d30_sls,
              (30 , 'MANAGER') AS d30_mgr,               
    (30 , 'CLERK') AS d30_clk
    this is a simple example .... my real life scenario is compliated with more fields and more combinations .... So something like using substr(dept,1,2) won't work in my real case .
    any suggestions get the result similar to what i get in the case when example is really appreciated.

    Hi,
    Sorry, I don't think there's any way to get exactly what you requested. The values you give in the PIVOT ... IN clause are exact values, not alternatives.
    You could do something like this to map all alternatives to a common value:
    WITH     got_dept_grp     AS
         SELECT     country_code, job, sal
         ,     CASE
                  WHEN  job IN ('SALESMAN', 'MANAGER') AND dept = 301 THEN 30
                  WHEN  job IN ('CLERK')               AND dept = 302 THEN 30
                                                                     ELSE dept
              END     AS dept_grp
         FROM     pivot_data
    SELECT     *
    FROM     got_dept_grp
    PIVOT     (     AVG (sal)
         FOR     (job, dept_grp)
         IN     ( ('SALESMAN', 30)
              , ('MANAGER' , 30)
              , ('CLERK'   , 30)
    ;In your sample data (and perhaps in your real data), it's about as easy to explicitly define the pivoted groups individually, like this:
    WITH     got_pivot_key     AS
         SELECT     country_code, sal
         ,     CASE
                  WHEN  job = 'SALESMAN' AND dept IN (30, 301) THEN 'd30_sls'
                  WHEN  job = 'MANAGER'  AND dept IN (30, 301) THEN 'd30_mgr'
                  WHEN  job = 'CLERK'    AND dept IN (30, 302) THEN 'd30_clrk'
              END     AS pivot_key
         FROM    pivot_data
    SELECT     *
    FROM     got_pivot_key
    PIVOT     (     AVG (sal)
         FOR     pivot_key
         IN     ( 'd30_sls'
              , 'd30_mgr'
              , 'd30_clrk'
    ;Thanks for posting the CREATE TABLE and INSERT statements; that really helps!

  • I need your help with Nokia 7310

    Dears, I have a problem with nokia 7310. Numbers seven, eight a nine ( includes their letters ) don´t work. Does somebody know what is happened with it? I tried to update software from nokia.com but nothing didn´t happen. Please help me
    Barbora, Czech republic

    it sounds like a hardware issue, you might have to take it in to nokia care for assistance. 
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Please help with Nokia N95 problem.

    If anyone can help with this I’d be much appreciated, I have a N95 on contract with T-Mobile. When I try to play videos from myspace, or you tube etc… I get a message telling me the following.
    “Hello, Either you either have JavaScript turned off or an old version of macromedia's flash player click here to get the latest flash player”.
    I then get the option of clicking on a link within the previous sentence statement that directs me to acrobat downloads home page where I get the following message.
    “We are unable to locate a web player that matches your platform and browser. Please visit our table of recommended web players”
    This is deeply frustrating as in nearly every other way I feel the phone is perfect. If Any one can hep me fix this problem I’d be much appreciated.

    daperk,
    You should post this to board "Smartphones, Nseries and Eseries Devices".

  • Help with Nokia N70 + Belkin Bluetooth USB + OS 10.4.6

    Hello
    I've seen previous threads relating to the problems Apple's Bluetooth File Exchange has in recognising/pulling up the contents of a Nokia N70. The advice for N70 users wishing to transfer their photos to the Mac has been to send photos individually from the Gallery in the N70. This process doesn't even work for me, despite the fact that Bluetooth File Exchange and iSync both recognise my phone just fine.
    My questions therefore are:
    -- Is there a known solution to Bluetooth File Exchange's inability to list content of a Nokia N70?
    -- Is there another Bluetooth application (shareware or other) that can do what the Bluetooth File Exchange can't (in this case)?
    -- Why can't I send photos individually from the N70 to my Mac? Is my Belkin Bluetooth USB Adapter (Class 2; v1.2) not the right thing?
    Help please!

    It works fine for me, I can even mark several of them and send them in one operation.
    Since you are concerned about your Adapter, why don't you try the procedure in a Mac with 1.4.7.
    Mac Mini   Mac OS X (10.4.7)  

  • Need help with Nokia 6233

    Hello,
    I had a nokia 6233 about December 2006 and had it for a year.
    Had a Nokia N95 for a while and then wanted an iPhone, sold the N95 and carried on with my new iPhone which I got in July, which I'm pretty happy with. Until it breaks a week ago.
    I now my old phone (6233) and have a question.
    It is an Orange phone, which isn't unlocked, I have a 1GB microSD card in it, which I'd assume would merge with the phones useless memory. No. It doesn't. Orange had this stupid idea that installing a "Downloads" application which uses all the phones memory.
    I send a text which is fine. I then recieve the reply, and I get a message telling me that the phone hasnt got enough memory to save the message so I need to delete something. All thats in the phones memory is the "Downloads" application. Now I have a problem. I can't delete the "Downloads" application because it's a system file. The memory card has memory but I cant save texts or anything on that I think. Unless theres a way I don't know?
    Anyway, I was trying to find out if I can delete the Downloads application. Is it possible?
    Thanks in advance.
    Ryan.
    Message Edited by ryanlancaster13 on 18-Aug-2008 11:09 PM

    I am having the same problem and wanted to know if anybody has solved this. I have a 6233 with latest updates from nokia and trying to run latest opera, gmail, google maps. I am able to browse the web using the nokia software already on the phone and get the [G] sysbol at the top of the screen. A couple of things particular to my situation are I am in the US and the carrier I have ATT(formaly cingular) claims they do not support this phone. The programs have downladed and installed. But when I run them I get the packet data service first message. One funny thing is that my brother has the exact service plan I have and he is able to use all the above programs on his sony ericson w810i. This make me believe that my problem still lies in my setting somewhere.
    any help would be greatly appreciated.
    Thanks

  • Help with Nokia E63 says SIM card not valid after ...

    Hi,
    I moved to France from UK and just unlocked my Nokia E63 with a code given to me by my UK provider Virgin. Phone is definately unlocked. My French provider (Lefrenchmobile) have given me a new sim. When I put in the SIM and turn on my phone I have to enter the SIM PIN, and do this and get an accepted message. Then phone says SIM card not valid, and won't do anything. What can I do? If I put my virgin SIM back in then it works fine.

    Have you double checked if your phone is compatible with the new operator's network? Just simply tell the model to their customer services, they should be able to determine the compatibility.
    bbao
    * If this post helped you, please click the white Kudo star.
    * If this post has solved your issue, please click Accept as Solution.

  • Urgent help with Nokia 208 Dual SIM

    Hi all,
    I have a new Nokia 208 Dual SIM type RM-949 (English & Chinees).
    I wish to install Hebrew on it but I can't find an appropriate firmware.
    Does anyone knows if there's such version around the net?
    Can I install the RM-948 instead? Will it support the Dual SIM function?
    Is there an RM-956 version with Hebrew and if yes, can it be installed on this model (RM-949)???
    Please help.............. I'm stuck........
    Thanks,
    Shai.

    Shiye wrote:
    Hi,
    I've checked today with our local Nokia care center and it seems like there's no such firmware that support this model that includes Hebrew language.
    Only for single SIM you my find such version.
    Now what?
    Am I stuck with this phone?   
    Thanks,
    Shai.
    The Dual-SIM version was specifically made for specific regions mainly for developing markets (esp in Asia-Pacific). Hence, language packs available are limited or made available only to those countries.

  • Help with Nokia 6234

    Hi,
    Hopefully someone can help me with this question. My workplace has recently upgraded our work phone to Nokia 6630's - beacuse they have a Symbian OS. My personal take on the 6630 is that the menu system and keys aren't very intuitive, its big and bulky and not nice to text on.
    I currently have a Nokia 6234 and I much prefer this phone over the 6630. HOWEVER it doesnt have the Symbian OS.
    Is there a way to upgrade the hardware/software on my phone to the Symbian OS?
    Thanks heaps (in advance) ;-)
    Rob

    hello
    i have nokia 6234 I wont to add arabic languge to my phone languges ? how can i do this .

  • Need help with nokia 208

    hi everyone!
    My nokia 208 was easily connecting with pc suite. But since i've installed new windows sp3, it is not connecting at all. In add or remove programs options, all the drivers are available like nokia modem, pc connectivity cable driver.
    But in the properties of nokia 208, 'device is not configured correctly' or sometimes 'no drivers found for this device' is mentioned.
    Moreover, when i switch my mobile to 'sync and connect' mode, pc suite says 'nokia 208 dual sim connected in non-compatible usb mode.'.
    But in modem mode it says 'connected in non-compatible mode'.
    Please help me, its a matter of my future seriously...

    Does this help?

  • Need help with nokia PC suite..

    Hi all,
    Since I have updated my nokia pc suite to new version and installed windows 7 I have started having problems with transferring bigger (200mb>) files to my nokia n95 8gb, it always ends up with message that mobile phone stoped responding or something in that way, so does anyone knows what could be causing this?
    I have 7.1.40.1 version of nokia pc suite btw.
    Thanks in advance

    Hey,
    Just 1 proposal, I wud rcmmnd u 2 use Mass Storage, if u want 2 trnsfer huge amount of data, which will b bit faster
    If my post helped you, click on Kudos button and if my solution provided is opt 2 u, accpt my solution

  • Help with Nokia Communicator 9500 Backup Files - N...

    Greets,
    I have come to a realzation that a vital piece of information may be within some old Nokia Communicator Backup Files.  I of course don't have the phone, I also had several Communicator Phones, and I believe I may have more
    backup files from those, which may also contain the info.
    I of course, haven't had the phones for years...
    Am I able to use any Nokia or 3rd Party Software to work with the Communicator Backup Files and extract data?
    Thank you for any and all Asisstance, I can't state enough how important and helpful this would be!

    Are these backups upon MMC or within PC Suite upon PC? If the latter you could try NbuExplorer: http://sourceforge.net/projects/nbuexplorer/
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Plz Help With Nokia 5800 XM ...... Plz

    Hi everyone,
    I have nokia 5800 and i like it very much... But i have a problem with it ..... the problem that when i download any thing from nokia OVI Store from my mobile like: Games, apps and videos when download finished and starting to install the games or the apps it's say's: "installation failed" and when i redownload it again nothing change and keep saying "installation failed" ........ and i noted that when i install app ( themes, apps and games ) on my mobile by ovi suite or by file manager it also say's to me "Expired Certificat" even if i signed this apps but it alwyas say's "Expired Certificat"....... for this problem i did: hard reset - format my mobile - format my sd card - update my mobile to v40 - but the problem never stops to return in a few hours ..... then i find out that when i need to install any app on my mobile (by ovi suite or ovi store in my mobile or file manager) i have to switch off the mobile and turn it on again to install what ever i want ...... so Plz help me out
    PS: 1- I have 2 friends having the same problem that i have and they did what i did
           2- my mobile software v. when the problem stated v31
          3- my memory card 8 GB the orginal one
    Thanx and Please Tell Me What to Do
    Bye

    Option 1
    NOTE
    - YOU CAN ONLY INSTALL SIGNED APPLICATION WITH THIS METHOD.
    - IF YOU DONT TAKE BACKUP OF YOUR DATA OR FOLLOW THE EXACT STEPS HERE YOU WILL LOSS ALL DATA.
    1. With the phone switched on, press the power button key once.
    2. Scroll down to and select "Remove E: Memory Card".
    3. Select Yes to remove the memory card.
    4. Press OK and remove memory card from phone.
    5. Press the Dialler on the main screen.
    6. Type *#7370#
    7. Enter security code. Default is 12345 unless it has been changed.
    8. The phone will reset, wait for this to complete and power back on.
    9. Select your country and type in the correct time and date.
    10. Wait for the phone to complete its configurations, you may receive "My Nokia" or tutorial messages.
    11. Power off phone.
    12. Insert the memory card.
    13. Power on the phone.
    14. Wait for the phone to install any pre-loaded content from the memory card.
    15. Phone is ready to install applications, without "Expired Certificate" error message.
    Option 2
    Alternatively use this to apply for .CER and .KEY for signing applications / games.
    Download SignSIS & FreeSigner (Freeware)
    - http://www.2shared.com/file/10095405/d0fd4cfb/Sign​_SIS_GUI.html
    Signing Video Tutorial
    - http://www.youtube.com/watch?v=z0mZ6d1klaU
    Also, please feedback the results as the results could be useful to other members / visitors.
    Thanks & best regards,
    XM
    I'm an Xploit - Please feel free to post your issues, feedbacks in this discussion forum and I'll do my level best to help, otherwise my knowledged friends whom are around willing to help you. Thank you !

  • Need help with Nokia 7230

    I purchased a Nokia 7230 last week and i'm having problems with my text messages.  If someone sends me a text at 9 a.m. the time in the message details shows up that I received it at 8 a.m. (it seems to be an hour earlier than i actually received it).  I have set up the time, date etc. correctly. Can anyone help??

    you will find this here
    Select Menu > Settings > Date and time.
    To set the date and time, select Date & time settings.
    To set the formats for date and time, select Date & time format.
    To set the phone to update the time and date automatically according to the current
    time zone, select Auto-update of time (network service)
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Need help with "Nokia Software Updater"...Plz

    hi
    plz help me
    every time i try to install
    and it gave me this MSG
    " Error 2738.Could not access VBScript run time for custom action."
    my Lap work with W.vista
    and i have N95-8GB
    plz i need a help to update my phone

    Please do a search on this forum for "6280 software update" and you will have your answer.
    Many people have written here about Nokia software updater that tries to flash their 6280 phones with V6.10 (intended for the 6288) and then breaks their phones.
    I myself was busy downloading the firmware for a friends 6280 that was just minutes away from being flashed with 6.10 when I came across messages on many sites telling about the issue with the software updater and 6280 phones. I managed to save that 6280 from sure doom.
    If you also searched before hand you would not have this trouble.
    You need to take the phone to a nokia Service centre to have it flashed now and get it into a working state.

Maybe you are looking for