[SOLVED] Is there a .exe which can turn off your data connection. - General Questions and Answers

Basically, im trying to find a program which will turn off
any data connections you have.
If there is, Id assign it to the send key (press & hold)
This would remove the need to open up the comms
manager then click "data connection"
Hope there is, it would make life a lot easier for me
and everyone else who uses mobile internet a lot
but doesnt want to murder their battery.
I use the internet a lot because of being on contract
and have unlimited internet usage, but if I left it connected
all the time, my Touch Pro 2 would probably only last
about a few hours. Im constantly having to open up
the communication manager and turn off my data connection
that way.

alternatively, do any programmers know how to turn off the data connection through coding? I know a bit of Visual basic and would happily make my own program for this, I just cant seem to find out how to turn it off.

Does holding the end-call button for a few seconds work? It has done on all htc models I have tried

now i feel really stupid
I knew that, I simply hadnt set it up to.
It was set to lock the phone whenever I held the end key,
so I just put it out of my mind. lol
thanks
youve made my life a lot easier
Ive now bound the Notes app to the green key ;D

Isnt it just sweet when theres a simple answer
Ill change your title to solved and close the thread

Related

Auto Disconnect GPRS while device is asleep

Hi, I know this topic has been covered many times, but I here's my issue.
I have phoneAlarm running on my Trinity and set phoneAlarm to cut my data connection after 1min of data inactivity and it all works fine. I can browse the web, check emails using the WM5 inbuilt email application. After 1 min of data inactivity, my connection is cut, brilliant, works like a treat.
However, once the device is asleep, and my email application polls, the data connection remains connected (if there are no emails, it won't wake up) and I have to switch on again and either let it disconnect when awake, or manually disconnect it.
The funny thing is, its just the email application thats causing this. If I was browsing using PIE and just press the power button whilst it was still connected, it times out and it gets disconnected, and the next time I wake up the device I can see there is no data connection.
it seems like the WM5 email application whilst asleep is either holding on to the connection or some data is being transferred, as I said it doesn't happen if the device is awake.
This really is bugging me, as the whole point of setting up "Auto disconnect" is so I can leave it and trust it to only connect when need be. Currently, if I don't use the phone and don't receive any emails, my GPRS connection is on all the time whilst the phone is asleep.
I have tried other programs, but generally, all of these applications perform the same registry tweak.
Sorry for long post.
I did a program (ConnectionManager) that wakes up the pda to Idle state (screen off, no sound and cpu to minimum level) each 3 minutes and check the states of connections. If there isnt traffic in 2 minutes the connection is closed.
Hi,
Interesting. Do you have a link to that program? Tried to find it in the forum by searching for "ConnectionManager" and found nothing.
So when the device is in idle state, min CPU, screen off etc, there's no problem in accepting calls etc?
I was reading a thread regarding the other program you wrote that switches bands, was interested in that too.
Thanks for your help.
Don't worry, I've found it, and it WORKS. You're a star!!!
exactly what I was looking for. It did come across it before, but for some reason I thought you didn't check for data flows and close the connection full stop. Obviously i mis read
I've downloaded WM5 SDK, but didn't really know where to start, I am a developer, but don't know anything about the WM5 APIs. Cheeky question, but is it possible to let me have the source code?
I would love to enhance something like this, would love it to be a today plug in and let you enable it without opening a new form. Settings about how long before checking. Not sure how easy it would be.
Just a comment really, not sure if its just my device (Trinity) but the Close Program button seems to be out of shape, i.e. larger than the other 3 and goes right to the edge of the screen.
Oh, one more question, do you think having the device on idle will have much impact on battery life. Once the device is in idle, does it suspend again, or does it keep it in idle until you switch it on again?
Thanks again!
Hi, another thing. Having tried this program out for a little while now, it seems to not let the device time out into suspend state. For me, it seems to just lower the brightness of the screen. The program still works, but it won't let the device suspend automatically, i thought it would switch it to idle, and turn of the screen.
Once the machine is suspended manually by pressing the power button, then its fine. Do you have this issue?
Still works like a treat though, and better than anything I had before!
Thanks again!
Sorry, my mistake. It all works fine!
Hi. I was going to do other release (the user can modify connections check, etc) but i will post the source code, sure (but the source code is in my laptop). tomorrow i will post it.....
Greetings
hongsit said:
Don't worry, I've found it, and it WORKS. You're a star!!!
exactly what I was looking for. It did come across it before, but for some reason I thought you didn't check for data flows and close the connection full stop. Obviously i mis read
I've downloaded WM5 SDK, but didn't really know where to start, I am a developer, but don't know anything about the WM5 APIs. Cheeky question, but is it possible to let me have the source code?
I would love to enhance something like this, would love it to be a today plug in and let you enable it without opening a new form. Settings about how long before checking. Not sure how easy it would be.
Just a comment really, not sure if its just my device (Trinity) but the Close Program button seems to be out of shape, i.e. larger than the other 3 and goes right to the edge of the screen.
Oh, one more question, do you think having the device on idle will have much impact on battery life. Once the device is in idle, does it suspend again, or does it keep it in idle until you switch it on again?
Thanks again!
Click to expand...
Click to collapse
Idle is a state with minimum impact...but is bigger than suspended. When the device wakes up to idle state it is suspended again after a few seconds if the cpu isnt used too much. When the device is woke up by a app notification (Its our case) the system suspends very quickly. In my tests (using log method) the program does its stuff (1 seconds) and 10 seconds later the system is suspended again...
I ve used Visual Studio 2005 and the program was wrote using C (not MFC)...
Hi Daniel
Where can I download this app ?
Thanks and regards
Martin
I am curious if you gprs comes on for your push mail, can you still make outgoing call and also send text messages?. I have this issue for my atom exec and it's annoying me. Thanks
hongsit said:
Hi, I know this topic has been covered many times, but I here's my issue.
I have phoneAlarm running on my Trinity and set phoneAlarm to cut my data connection after 1min of data inactivity and it all works fine. I can browse the web, check emails using the WM5 inbuilt email application. After 1 min of data inactivity, my connection is cut, brilliant, works like a treat.
However, once the device is asleep, and my email application polls, the data connection remains connected (if there are no emails, it won't wake up) and I have to switch on again and either let it disconnect when awake, or manually disconnect it.
The funny thing is, its just the email application thats causing this. If I was browsing using PIE and just press the power button whilst it was still connected, it times out and it gets disconnected, and the next time I wake up the device I can see there is no data connection.
it seems like the WM5 email application whilst asleep is either holding on to the connection or some data is being transferred, as I said it doesn't happen if the device is awake.
This really is bugging me, as the whole point of setting up "Auto disconnect" is so I can leave it and trust it to only connect when need be. Currently, if I don't use the phone and don't receive any emails, my GPRS connection is on all the time whilst the phone is asleep.
I have tried other programs, but generally, all of these applications perform the same registry tweak.
Sorry for long post.
Click to expand...
Click to collapse
where can I find this piece of software?
http://forum.xda-developers.com/attachment.php?attachmentid=34693&d=1172683590

Paying for 3G

Hi everyone.
This is a really nooby question, but I can't find the answer anywhere.
If I open my internet browser on my phone, it automatically connects to the internet.
When I close my browser, it stays connected.
I have to go in to Comms Manager, switch my phone in to Flight Mode and back to Phone Mode so it switches off.
What if I just left it on?
I believe GPRS is chargable by the amount of data downloaded rather than dial-up-esque paying-for-the-amount-of-time-connected.
If I left it connected, would I be charged for it despite being idle?
I am on Orange UK Dolphin contract.
no unless they charge for the "keepalive" comm to the isp
various isp's could have various takes on that
yes you will be charged if it periodically downloads data like the weather plugin in htc home. You dont state what device you have but you can actually click on the G/E/H symbol next to the radio signal on the today screen and click on the disconnect button(if it is enabled). If you havent got a disconnect button . Download and try schaps advanced config v2 and try that if that doesnt work download tweak2k2 net that has the option to switch the button option for you
I called Orange. They don't have the 'keep alive' charge. She said that it really doesn't matter, so long as nothing gets downloaded to my device then I won't get charged for it.
Weather updates and email etc. is all set to manual.
But, none-the-less I will be looking into the programs noted by Martin.
Thank you both.
P.S. I have a Hermes. I should probably put that in my signature.
Holding the end call button for a few seconds will switch it off.
jez83uk said:
Holding the end call button for a few seconds will switch it off.
Click to expand...
Click to collapse
I know I'm a bit late. I thought this thread would be dead and buried now, but I wanted to say thank you. This is the exact bit of info I was looking for.

A few questions

Hi,
As you can see im pretty new to the polaris and i have been seeking a few answer for a few hours and can't seem to find an answer to a few of them,
So i hope some of you might be able to answer these for me.
1) I would only like to use internet through WIFI, so to prevent a huge phone bill i would like to disable gprs (this is the only internet option next to wifi right?)
I tried an application called NoData but it crashes on startup.
2) These are spb shell related: With spb 3 my phone doesn't go into standby (the screen turns off to save battery) also my scroll bars don't function anymore (this doesn't really bother me though)
3) Speed and memory, will using less memory speed up my device? As i see it memory will only reduce performance when it really low (usually i am at 50% usage)
Thanks allot for reading.
1) Advanced Config from here http://www.touchxperience.com/en/advanced-configuration-tool/downloads.html
Go to menu => more settings => connections Then disable the ones you dont want (all in your case)​
2) No idea whats going on there sorry
3) Less memory used will mean faster. The main thing that slows it down is background applications running (using memory and cpu). So if you dont need something open then shut it. Thats pretty much it.
Hope its helpful!
menu => more settings => connections is empty does that mean i safe from huge bills?
The thing with my memory i have nothing running and i am at 50% so i was thinking of possibly switching to a light rom if that would matter (I just like the tools full comes with)
Thanks for your answers!
http://www.modaco.com/content/pocket-pc-software/246171/new-free-utility-nodata/
See above link. The tiny program "No Data" does what you seek.
Scalee said:
1) I would only like to use internet through WIFI, so to prevent a huge phone bill i would like to disable gprs (this is the only internet option next to wifi right?)
Click to expand...
Click to collapse
Hmmm... there could be a bit of problem... I'm connecting trough all types of connection: EDGE, GPRS, HSDPA, WiFi...
Altough, I'm not sure does EDGE connection work if you don't have data plan...
andbertina said:
http://www.modaco.com/content/pocket-pc-software/246171/new-free-utility-nodata/
See above link. The tiny program "No Data" does what you seek.
Click to expand...
Click to collapse
If you read my post, you would see i tried No Data but it crashes when i start it Nullrefence exception.
Maybe i could just ask this, i like the idea of footprint when i start it asks if it can use google location service.
Now from working with this i know that google can either query using CellID (which is free) or using the internet well i don't really want to use internet for every footprint or every weather update that is not wifi you see
If there are no connections then i would say that you cannot connect to whatever mobile internet point. If you dont mind having a small charge try it once and see then you can be sure that it will not have an unwanted connection.
On the front of light vs full probably a little difference but really there wont be huge differences i think.
@Bodisson yeh edge will still work without a data plan but it will eat your money for breakfast
chris10230 said:
If there are no connections then i would say that you cannot connect to whatever mobile internet point. If you dont mind having a small charge try it once and see then you can be sure that it will not have an unwanted connection.
On the front of light vs full probably a little difference but really there wont be huge differences i think.
@Bodisson yeh edge will still work without a data plan but it will eat your money for breakfast
Click to expand...
Click to collapse
You where right, i tried to weather update nothing, i tried footprints and then to connect to googlemaps it crashed.
Guess im safe

[Q] Deactivate Data connection

Hey,
I have a HTC Touch Diamond and i tried out today Android. It looks good, working with it is like under WM. There is one thing that makes me angry. During the installation it has established automaticly a connection to the internet. It is okay, if i want it. I found after 30 min. of search no function or setting to disable the automatic connection and that made it not really trustworthy. Any idea where i can find a Setting to deactivate that ?
Thanks for help
On android handsets you hold the power button, then it gives options to turn off phone, put into plane mode, and turn off data connection.

WiFi Always on (Hack)

Hello All,
Is anyone working on this or interested in this? I am really needing this to make WP work for me as the 3G connection is terrible and causing significant power drain.
Thanks.
Can you tell me what the problem is? Because I have no problems in toggling WiFi on and leaving it all day. Of course, I'm forced to use 3G when there is no hotspot or I have no signal from my router, but there's no problem in leaving that on.
Spaqin he means that wifi turns off when screen is blocked
djdurance currently you can only set screen block time to infinity by patching the registry
Thank you. Are you able to provide a link for the registry edit?
Sent from my SGH-i937 using XDA Windows Phone 7 App
On most phones you don't even need a registry tweak to set the screen lock time to "Never". However, doing so will destroy your battery life as the screen never turns off, and is one of the main power consumers on the phone. So far as I know (and I might be mistaken) there's no hack yet that lets you use WiFi while the phone in unplugged and the screen is off.
djdurance said:
Thank you. Are you able to provide a link for the registry edit?
Sent from my SGH-i937 using XDA Windows Phone 7 App
Click to expand...
Click to collapse
Here you go m8 .. Alot of reg tips there
http://forum.xda-developers.com/showthread.php?t=907971
There is no hack but if power use is what you are concerned about just turn battery saver on, you will have to manually sync email and a few other things but your battery will last you days. Also another thing you try try is setting you phone to use edge only since your 3g is terrible anyways and that will save you battery as well.
it would be nice if we could make wifi stay on under lockscreen, I work in a school that gets absolutley no cell phone signal inside. but we have wifi in the whole building. Too bad i cant toggle off my data connection and wifi would just stay on.
MS needs to implement this especially for business users that would possibly be connected to a private network or something.
Install Spotify, then turn it on and press start (home) and as long as Spotify will run in the background wifi will be ON. Depending on the ROM you have is need to have checked in andvanced configuration ''Don't dehydrate apps on pause'' .
ok... I will try that. Such a pain to keep that in the "open" list of apps...
One thing that will improve with Tango hopefully... Although I'm not holding my breath. Windows Apollo I guess.
It works fine with Spotify. the battery lasts longer with the network data off, because at my house the reception is poor.
Any reported results here?
Here's a trick: http://mobilitydigest.com/wp-tips-tricks-keep-wifi-running-all-the-time/
Thank Jim for finding it and myself for sharing it!
oh ,thanks a lot

Categories

Resources