I want to use only edge even when 3G is available ...

I want 2 stay online most of the time with IM apps but 3G all day is killing the battery can I only allow the edge 2 connect on 5800?
Solved!
Go to Solution.

mariodouh wrote:
I want 2 stay online most of the time with IM apps but 3G all day is killing the battery can I only allow the edge 2 connect on 5800?
If you go to Menu > Settings > Connectivity > Network > Network mode - you can change from default "Dual mode" to "GSM" if you want.
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • How do i deactivate the auto updation on my iphone 4,i want to use only watsapp but when i am turning on my celleular data all apps starts updating theirself,please help me

    how do i deactivate the auto updation on my iphone 4,i want to use only watsapp but when i am turning on my celleular data all apps starts updating theirself,please help me.I am not using any internet pack other than watsapp.

    iPhone do not do automatic update. You have to manually trigger the updates.
    If your Settings > iTunes & App Stores > Automatic Downloads > Music, Apps, Books are ON then when you purchase any new content/item with any devices/computer iTunes, it will automatically download. Switch it OFF if you do not want that to happen.

  • Observation: SAP uses swap space even when OS has available unused memory

    Hi Folks,
       It is my understanding that any memory not used by the Linux OS itself or the SAP application is available for Linux to use for I/O buffers and file caching.  When the SAP application requires more memory I would expect Linux to take memory away from itself (release I/O buffer and/or file caching memory).
       We have observed that SAP uses swap space even when there is  memory available.  Is there some feature in SAP kernel or some ABAP construct that causes SAP to prefer swap space over available memory?  Or maybe there is a Linux kernel setting that influences SAP's use of swapping.
    Regards,
    Zaz

    Hi Mike
    You did not mention which distribution you have. Under SLES there is is a parameter called SWAPPINESS, which controls the buffering/swapping.
    cat /proc/sys/vm/swappiness
    If you don't already know, you can see the memory usage with the free command.
    root # free -m
                 total       used       free     shared    buffers     cached
    Mem:          7987       7901         85          0        364       4262
    -/+ buffers/cache:       3274       4712
    Swap:        15999          0      15999
    As far as i know, in this example 3274 is memory used by SAP and other processes and 4712 is cache. Please correct me if i am wrong.
    Regards
    Michael
    Edit: a low swappines, for example 10 means to reduce cache first, a high swappiness (example 100) means page out processes first
    Edited by: mho on Jun 20, 2008 11:21 AM

  • Database Instance Using Swap Space even When There is Plenty of Free RAM

    Hi,
    I am facinga strange issue in oracle on solaris 5.10
    Platform:solaris 5.10
    Database version:11.2.0.1.0
    Our database Instance Using Swap Space even When There is Plenty of Free RAM.
    We have 80GB of physical RAM, 32GB is set to oracle SGA_MAX_SIZE
    memory parameters:
    memory_max_target big integer 32G
    memory_target big integer 32G
    sga_max_size big integer 32G
    sga_target big integer 32G
    but still oracle is taking memory from swap even though we have enough physical memory.
    please find the top output
    load averages: 0.09, 0.18, 0.84 01:07:49
    134 processes: 133 sleeping, 1 on cpu
    CPU states: 99.4% idle, 0.4% user, 0.3% kernel, 0.0% iowait, 0.0% swap
    Memory: 80G real, 69G free, 35G swap in use, 49G swap free
    PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
    1052 oracle 13 59 0 95M 66M sleep 13:16 0.07% oraagent.bin
    10256 oracle 1 59 0 32G 835M sleep 0:00 0.03% oracle
    1227 oracle 15 59 0 78M 56M sleep 4:27 0.02% ocssd.bin
    9524 vector1 112 59 0 1704M 776M sleep 45:04 0.02% java
    988 oracle 38 59 0 119M 92M sleep 3:00 0.02% ohasd.bin
    1297 oracle 1 101 -20 453M 390M sleep 2:47 0.02% oracle
    1765 oracle 1 101 -20 32G 329M sleep 2:45 0.02% oracle
    10258 oracle 1 59 0 32G 345M sleep 0:00 0.02% oracle
    10259 oracle 1 59 0 3400K 2024K cpu/20 0:00 0.01% top
    1777 oracle 1 59 0 32G 342M sleep 1:14 0.01% oracle
    1246 oracle 6 59 0 56M 44M sleep 1:22 0.01% diskmon.bin
    1803 oracle 1 59 0 32G 514M sleep 0:30 0.01% oracle
    1215 oracle 15 59 0 71M 46M sleep 1:12 0.00% cssdagent
    1307 oracle 1 59 0 453M 390M sleep 0:45 0.00% oracle
    1217 oracle 11 59 0 81M 49M sleep 0:35 0.00% orarootagent.bi
    Vmstat output:
    $vmstat 5 5
    kthr memory page disk faults cpu
    r b w swap free re mf pi po fr de sr s3 s3 s3 s3 in sy cs us sy id
    0 0 0 53698448 73900568 20 81 32 6 5 0 1 -0 0 1 -0 2235 1447 1984 1 0 99
    0 0 0 51196160 72037552 1 13 0 0 0 0 0 0 0 0 0 2505 1403 2204 0 0 100
    0 0 0 51193488 72035864 55 380 0 0 0 0 0 0 0 0 0 2487 2143 2203 0 1 99
    0 0 0 51183856 72030176 0 0 0 3 3 0 0 0 0 0 0 2496 1370 2182 0 0 99
    0 0 0 51182648 72029112 22 117 0 0 0 0 0 0 0 0 0 2503 1408 2193 1 0 99
    $cat /etc/release
    Solaris 10 10/09 s10s_u8wos_08a SPARC
    Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 September 2009
    I refered the metalink document id: [ID 761960.1]
    Database Instance Using Swap Space When There is Plenty of Free RAM metalink note [ID 761960.1]
    and tried the disabling the sga_max_size and memory_max_target and memory target with all different combination but no use.
    We have one more box where same setup was configured in solaris platform but there the above memory parameters are not disabled but it is not using swap space it takes memry only from physical RAM
    Can any one throw some lights on this issue. It wopuld be great if I come to know where the exact problem
    Thanks in advance
    With Regards,
    Boobathi P

    Hi,
    I didn't say I am not using 11gr2 memory parameters I am using all the automatic memory parameters but the thinks is as per the metalink note I tried by disabling the automatic memory parameters. but that didn't help me in preventing unnecessary swap usage. So I reverted. now it is using automatic memory parameters.
    so What is the solution for this?
    With Regards,
    Boo

  • Can I force my phone to make calls using WiFi, even when wireless is available?

    When I was in the UK a couple years ago I could make calls back to USA using WiFi, because the wireless service was incompatible with my phone.
    When I was in the Dominican Republic last year, even though I used GrooveIP and Google Voice, I came home to a $400+ wireless roaming bill, I think because the wireless service there IS compatible.  So how do I force my phone to make calls using WiFi, even when wireless is available?

        Hey there FredW,
    A $400 bill would certainly cause my jaw to drop so I absolutely want to provide you steps to prevent this from happening going forward.
    To avoid data charges you are going to want to make sure that Data roaming is turned off,http://vz.to/18oRFuS.
    You'll also want to disable mobile data,http://vz.to/1hCPg4Q.
    When using services such as GrooveIP, Google Voice, Skype you are going to want to make sure that you are connected to WiFi. Here is how to set up a WiFi connection,http://vz.to/II1jP6.
    Let us know if you have any additional questions.
    NicholasB_VZW
    Follow us on Twitter @VZWSupport

  • Want to use only DAC client on Windows machine

    Hi,
    I want to use only DAC client from my windows machine. I have all other components on UNIX machine. Now my question is,
    1.
    Do we need to install all OBIEE components & then Oracle BI Apps on windows machine to use DAC client? Or just copying DAC folder from some different windows machine onto my machine will be fine to use DAC client?
    2. If it is must to install OBIEE for installaing Oracle BI Apps(As DAC is part of BI Apps), What are the minimum components of OBIEE that i need to install?
    Thanks,
    Prasad

    The supported way to do this is to install everything on Windows. However as you have see by installing the software on UNIX the file copy approach works. You can try it just make sure you have the proper path of folders. Since you will not actually have BI EE installed you still have to create an "OracleBI" folder because some DAC files look to that folder hierarchy. Also make sure you have the Java in path with no spaces.
    Let us know how it works out.

  • I want to use only 3-4 Apps of CC, Any CC Plan for that?

    I gonna use only Premiere Pro, After Effect and Photoshop.
    I don't to buy one or buy it in complete set. It's waste my money.
    I want to use only a few of them, Any Creative Cloud plan for that?

    Photoshop has a special plan, click the links below for other options
    Cloud Plans https://creative.adobe.com/plans
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html

  • Why use only 3gb ram when instaled 4 gb?

    why use only 3gb ram when instaled 4 gb??
    macbook 2,1 late 2007 mac os 10.6.8
    Название модели:    MacBook
          MacBook2,1
          Intel Core 2 Duo    2.16 ГГц
    RAM:   4 ГБ  667 МГц
      Версия Boot ROM:    MB21.00A5.B07
      Версия SMC (система):    1.17f0
        UUID     00000000-0000-1000-8000-001B6335F21C
    < Edited by Host >

    already read the threads about memory limitations,
    the snow leopard limitation has not been withdrawn, and the Mac OS Lion restriction will be removed? or not?

  • I want to use Adobe Edge Animate. It is sufficient to subscribe to Photoshop for photographers?

    I want to use Adobe Edge Animate. It is sufficient to subscribe to Photoshop for photographers?

    Thanks for the link, the page I saw about 100 times :-)
    Again, you do not understand. Edge Animate is not possible to subscribe individually. Forget now on photographic plan.
    If I subscribe Adobe Muse(this and nothing more) is Edge Animate included?
    https://helpx.adobe.com/edge-animate/kb/edge-animate-frequently-asked-questions.html
    How much does Edge Animate CC cost, and how do I get it?
    Edge Animate CC is available exclusively via Adobe Creative Cloud. Learn more about Creative Cloud subscriptions.
    not much usefull info. Yes I get it if I pay the full cloud. But what if I pay one program = (Adobe Muse is in Creative Cloud subscription). Please respond. Is it possible or not? I want a simple answer in one sentence. :-)

  • I purchased (and have now deleted Aperture from my computer and want to use only iPhoto.  How do I delete Aperture albums but keep the pics in iPhoto?

    I purchased (and have now deleted) Aperture from my computer and want to use only iPhoto.  (Aperture was simply too much program for me.)  How do I delete Aperture albums but keep the pics in iPhoto?  Please accept my apologies in advance if this is a dumber than dumb question.  I simply want all vestiges of Aperture to go away with losing all my albums.  Any help would be appreciated!

    Aperture added  a second view to your library.
    You now have an additional section in your Source list , called events. But this section lists exactly the same events that you are seeing in the "Events" view. Don't delete anything from there, or you will delete your photos. But you can press the "Hide" button to collaps that section. But someday you may want to use this list. It makes it very easy to move photos between events.

  • IPhone 4S uses 3G data even with WiFi network available

    I've been trying to figure out why the iPhone still uses 3G data even when it has a WiFi network available. It's usually just a few MBs per day, and as such - I attributed to niotifications, location services, etc.
    But today, I got a really nasty surprise...
    As I woke up, my iPhone showed the WiFi indicator as usual, but internet was slow... as if it was using cellular data. Something i quickly confirmed by trying to access  stuff on my internal LAN and not being able to.
    Worst of all, my iPhone went through over 600MB of cellular data overnight - that's my entire data limit for a month! - meaning I'll have to pay for neary 400MB of excess data usage paid at overly inflated prices (I'll be paying nearly 3x my monthly bill just for the excess data!!!)
    As if all the bugs I've been facing weren't enough: Invalid SIM, showing full strength 3G signal when it's actually "offline"... Now I have to face stupidly wasted mobile data when I'm at home within WiFi range?
    I've been an iPhone use for years, and have upgraded every year to the new models... but this iPhone 4S has been my worst experience ever with a mobile device, and ruined all the trust I had in Apple devices...
    I sincerely don't know what to do next... if I'll still wait for a 5.1 update that may/may not fix all the issues I (and thousands others, as seen by the discussions here) have been having... or if I cut my losses and try my luck elsewhere...
    Tired of serving as a guinea pig and doing all this debug work for Apple...

    The WiFi data is recorded separately - and the mobile data use was verified using the operator "reporting" service (and later sending me the warning SMS of the data use).
    The iPhone was in the home screen, locked, and "sleeping" when the data was used, so the only option would be the iCloud backup - which, in any case, should never ever use the 3G data (and never has until today).
    If the WiFi was not working, then it should either: not have internet access; not show the WiFi connected signal in the status bar. As it was, it was showing WiFi access, but using the mobile data just the same.
    Which, from what I understand, could have "tricked" iCloud into doing its regular backup thinking it was over WiFi... but in reality doing it over cellular data.

  • Why do all my pictures transfer to my macbook with only 72 res. when the pixel availability on i phone is high?

    Why do all my pictures from my i phone transfer to my macbook with only 72 resolution when the pixel availability is high?

    The iPhone 4 has a 5 megapixel rear facing camera; the iPhone 3 has a 3 megapixel camera.  Your example shows a pixel density of 2.5 megapixels (1322 X 1866 = 2,466,852).  If this was from the iPhone 3 it's not that far out of line, especially if it was "optimized" during transfer.  You can still use Photoshop to increase the dpi above 72.  Just resize the picture to 260 dpi without resampling.  The physical size of the photo will shrink but it will produce photo quality prints.  If they aren't clear, that's probably a focus/lighting issue.

  • LR uses 10% cpu even when idle

    I noticed that LR 3.3 consumes 10% cpu all the time even when it sits in the background (and I'm working within an other application and I have NOT started any batch)?!
    After putting LR in the foreground (as active application) it consumes less then 5%?!
    What is it doing??
    Are there some settings to reduce/switch of background tasks?
    (I already switched off memorycard detection for import, and XMP autosave)

    hherbos wrote:
    Thank's - it was the RC_ChangeManager Plugin! - I removed it and there's now no notaceable CPU consumption of LR when sitting in the background.
    It's really annoying that LR misses a lot of really tiny things that Adobe developers could implement them alltogether in only a some days. But no - you have to install lots of plugins, which lack of the poor LR api.
    Well, the SDK is actually pretty complete, and quite powerful. Lr is a heavily threaded application, and this is exposed to some extent by the SDK. For plugin authors, this is really nice. It offers a way to make very powerful additions to Lr that don't belong in the core product, but behave as if they are.
    But it means that a poorly written plugin can soak up a fair amount of resources. Note, however, that a plugin cannot totally steal all resources. There is a governor on that, so the worst you will see is this sort of problem -- annoying, maybe, but not disasterous.
    And remember that the vast majority of plugins will use the tasks and threads handed to it from the application, and will never exhibit these symptoms. It is only some sorts of plugins written in a specific manner that would ever impact overall application execution profile. So, you could install many plugins and never see a change in behaviour whether 1 or 10 were enabled.  But install and run one that cycles hard on blocking activity and you will see this problem.
    There is always a trade-off. Plugins make the application very flexible, but with this flexibility comes some risk. There is no perfect solution and there never will be. (Adobe could never implement all plugin behaviour everyone would want as first-class features in the core product -- this is impossible.)

  • Airport Express used to be base station, now want to use only for AirTunes

    After I moved to to different neighborhood, ATT informed me I had to upgrade from my former "elite" DSL to UVerse, which has wireless router.  Want to use my Airport Express for AirTunes in a different part of the house, but I have repeatedly screwed up my network trying to reconfigure AE.  Anybody have experience with this?  Help!!

    Thanks, Bob, for your quick response. Bit of a long story - I am talking about my place in the city where I live to work, about 6 hours away from where I am now; I am heading back there shortly.  But, here's something like the whole story (as much as I can recall without the scratchy notes I have down there):
    When I moved from apartment to house I bought 2 weeks ago, everything seemed fine - Uverse was installed and I used the AE to run powered speakers while I moved in.  But then I noticed that my iPhone, and my friends' smart phones, would not connect to my home network.  It was after I spoke to ATT support the first time, and they had me change security from WAN to WEP that my Airport problems started.  My messing around trying to figure it out crashed my network at least once and caused another hour-long session with very helpful ATT support person re-setting my network.
    So, Uverse security is WEP.  My newish MacBook Pro runs 10.7.4.  I was very frustrated by Airport Utility 6.1 not showing the AE, or only doing so if I made it my "base".  I see from my older iMac here at home that I possibly need an older Airport Utility to detect the AE.  But beyond that, I am gun-shy to try anything else with the AE without some advice.

  • Z3 Compact using mobile data even when disabled.

    Hey there,
    my new z3 compact is connecting to the mobile internet every 3 hours and causing costs! Mobile data is disabled in the setting and in the quick menu. WIFI is available all the time. In the settings it shows 0MB of volume for all apps. Besides the preinstalled apps and widgets I use only some apps wich are well known and can be trusted.
    Now how can I see wich app/widget is connecting? And who pays my bills?? It seems I cannot trust my device and I dont like that idea.
    Any advice? The Support didnt help much - told me to reset and wait for the next bill to see if it worked...
    Gabriel

    If you can't access some live statistics from your mobile operator at least you can try this.
    Go into Settings / Power / Battery Usage.
    There will be a graph showing battery discharge ratio and list of all apps using power below.
    When you click on the app (yes, I know it will be annoying) for some of them there will be "Mobile data sent" and "Mobile data received".
    For example in my phone under "Android OS" I have -
    CPU total 1 hour 1 minute
    CPU main - 16 seconds
    Keep active - 9m 59s
    Data received - 6,34kB
    Data sent - 14,14 kB
    Wifi received - 484 bytes
    Wifi sent - 531 bytes.
    Check every single app on the list. Maybe you will find it there. I suspect Google Play Services. Someone on the forum mentioned that they ignore disabling auto update. Maybe Google messed something with disabling mobile transmission?
    There is a one, very hard way to disable accessing mobile network data if you don't need that.
    Head over to Settings / More / Cellular Networks / Access points name (APNs).
    There will be APN for your data transfers and for MMS. Leave MMS alone but delete data APN. You will be able to configure it again manually but as long as there will be no APN for data transmission your phone will not be able to connect to your operator and cause costs.
    Best regards,
    Sergio PL
    Xperia Z1 / Nexus 7 (2012)

Maybe you are looking for

  • How to calculate Average Price

    Hi, having worked a lot with other analytic engines (mainly Microsoft Analysis Services) I am currently digging into SAP HANA and its Analytical Views. But I am already stuck at what I consider the most basic requirement - calculating an average like

  • Camera Calibration in RAW converter CS5

    Hello, In Camera RAW my defaults for the tab: CAMERA CALIBRATIONS are: Process 2010 (current) Name Adobe standard How can I change these default settings in: Process 2012 Name: camera standard I'm using a CANON EOS 400D Jan

  • How do I set photo opening software default?

    I need a little help, please. I downloaded a photo software program and I somehow missed the checked box to make it the default photo opener, which I did not want. I'd like to go back to having Preview be my default photo opener, but can't quite figu

  • Problem with external library DC

    Hi, I am working on NWDS Version: 7.02.06. I am trying to use JXL jars in my DC and have used the blog /people/bertram.ganz/blog/2008/11/24/how-to-use-external-jar-files-in-web-dynpro-development-components to achieve this. My problem comes at the la

  • No online numbers to select in option 2

    Hi, after I select the state I reside in, no numbers appears for me to select from.  The State I selected is Texas.