How do I turn off the internet so it doesn't drain my battery?

Is there a way to turn off the internet? I do not mean disconnect from wifi but actually stop the phone from running the internet. It seems like when you just push the home button it is still running. Any comments would be greatly appreciated.
Thanks

WiFi can be turned off on the iPhone to conserve battery. Posted below is a link about the iPhone Battery that will show you some tips to conserve batter life.
http://www.apple.com/batteries/iphone.html

Similar Messages

  • How can I turn off the Internet of providers

    hello,
    i heb a nokia x6
    and How can I turn off the Internet of providers?
    I only use my wifi
    DeDragonMan
    Solved!
    Go to Solution.

    1. Call the Operator'e helpline to deactivate it ..
    2. Go to Menu-->Settings-->Connectivity-->Destinations-->Internet ... select the Access Point ... Options-->Delete ..

  • How can I turn off the sounds of the firefox? I don't want to turn off my whole computer sounds, but just the sounds which comes from the internet. Is there any master button?

    All the websites doesn't allow you to turn off the sounds, but that is just the thing I need to do. So how can I turn off the web browsers sounds? This is so small thing, that I refuse to believe that this kind of button doesn't exits.

    In Vista you can set the volume and mute setting for each application separately in the volume mixer.
    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.<br />
    You can adjust the volume level for each application in that window.<br />
    You will only see the Firefox program in the Mixer if you are on a website that plays sound.

  • HT1430 How do I turn off the data when I am not in a WiFi location? I noticed that I am using data when the phone is "on" and I am not in a WiFi situation, but not on the internet. So, how do I turn off the data?

    How can I turn off the LTE data when I am someplace where there is not WiFi and I do not want my LTE running up a bill? I have tracked my usage and realize that the LTE is being used even when I am not using it, just because the phone is turned on.

    Merely being on should not use any data.  You must have something running - something using push notifications, or push email, prhaps?
    So, you can either track down what is using the data and change it, or you could go in and disaple cellular data in your settings.
    One other thing to check is
    Settings -> General -> About -> Diagnostic and Usage data -> set it to "Don't Send"
    Settings -> Restrictions -> Location Services -> System Services -> turn all these "OFF" (this will not affect how you use your phone at all, but will stop any outgoing location information being sent periodically back to Apple).

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How do I turn off my internet connection via 3G and be connected only to Wifi and vise vera? Iphone 4s

    How do I turn off my internet connection via 3G and be connected only to Wifi and vise vera? Iphone 4s

    Kappy wrote:
    The menubar for the Finder and your Desktop along with the date, time, and Spotlight icons. Looks like this:
    If it isn't present then open Network preferences, select the Airport port, check the box labeled: "Show Wi-Fi status in menubar." You can also turn Airport off in this same place.
    This is the iPhone forums

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    To disable that feature it will depend on whether or not you sync everything in the cloud using Apple's iCloud, OR if you both use the same desktop/laptop computer with iTunes. Here is a link to the Apple support page in regards to the automatic download feature included with your iPhone and corresponding softwares such as iTunes.
    http://support.apple.com/kb/ht4539
    Follow those instructions and it will all be taken care of.

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How do I turn off the annoying voice on Apple TV.

    How do I turn off the very annoying voice to come on when I use Apple TV. I did not have this when I first set it up but had to reset the apple tv as my Netflix wa not working?

    settings > general > accessibility > off

  • How do I turn off the requirement to enter my password everytime I want to delete a file in Finder?

    How do I turn off the requirement to enter my password everytime I delete a file in finder?

    Please take these steps if you're prompted for a password when moving items in your home folder to the Trash.
    1. Triple-click anywhere in the line below on this page to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

  • How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn- the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign.

    How can I turn-off the apps which I have opened once in ISO 7.0.2. In previous version of ISO it was easy to turn-off the opened apps by double clicking on home button and then click and hold on respective apps then click on cross sign but in this version I could not do so and my iPad appears slower.

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen

  • I downloaded the os7 and now I have to sign in ever time I turn on my ipad. How do I turn off the password

    How do I turn off the password every time I turn on my ipad. I have the new os7 installed.

    Settings, general, passcode lock, enter passcode, turn passcode off.

Maybe you are looking for

  • Application Nividia Stream error and warning in the Event Viewer Windows 8.1

    Have found the following repeating error and warning  in the Event Viewer Windows 8.1 64 bit reg.the application Nividia Stream: 1. The error : "Can not find the description of event 2001 identification from the source NvStreamSvc. Either the compone

  • Warn in log4j

    hi i have i small problem that is : im using oracle ADF & myFaces(tomahawk) With ejb im using the log4j in the ejb interceptor not in the View layer and deploy them to oc4j i put the logConfig.xml in the bin folder every think is ok but there is this

  • FrameMaker 12 won't startup

    Hello, I'm running FrameMaker 12 on Windows 7. When I startup the program, I must select one of the follow three.(in 'Choose Interface' window.) - FrameMaker - Structured FrameMaker - FrameMaker XML Author Unfortunately, after clicking 'Structured Fr

  • TS2446 What do you do if you forgot the answers to your sequrity questions?

    I have forgoton the answers to my sequrity questions and i cant download ringtones so i was wondering how i could fine the answers to my sequrity questions?

  • Import Character set differs

    I am running my Oracle8.1.5 Server on windows NT4.0 Dump is taken from Oracle8.1.7 on Unix. While importing the dump to my database (oracle8.1.5) I am getting the following message. import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR cha