Wireless Manager. - 8525, TyTN, MDA Vario II, JasJam General

Hi.
Does anyone here have any idea what this 'wireless manager' app is thats suddenly appeared on my TyTn?
Before, if i wanted to switch on Wifi, i'd tap [G] and then select 'turn on Wifi'. Now that option isnt there, just a 'Wireless Manager' option that seems almost identical to the other connections manager.
The only thing thats changed is that ive played with HTC Tweak.
Ideas anyone?
Thanks in advance all. .

Related

internet on wm5

hi can anyone please tell me how i set up my mda vario 1 to access the internet please. ive clicked on wifi and made a conection with my wireless modem but when i click on internet explora nothing happens? also is it true that you can pick up free internet whilst your out n about?
next to the start menu, you'll see an icon either with a g or an antenna, select that then click settings>wireless lan>on the left hand bottom screen you'll see where it says menu, select that then go to comm manager and make sure you Wi-Fi is turned on (it should NOT have an X on it)... it should automatically find available networks that are in range. and for your second question, yes you can find free internet but only if its unsecured or you kno the network key to the internet... :-/ hope i helped.

Deactivating the phones "auto connection" when launching internet apps?

Hi.
My X1 seem to like trying to connect to internet whenever I dont have WLAN (like before it has connected when I turn it on.
Is there any way to turn this off?
Im was playing with the connection modes and deactivated "Auto" and set it to gprs/gsm or w/e it's called mode but this does not seem to solve the problem of the phone going into "Trying to connect" mode.
You got any tips on how to solve this?
I searched the web, and found this...
Go to Start Menu ---> settings
Then go to the "connections" tab
open "connections"
go to the "advanced" tab
click on "select networks"
There are two pull-down menus, choose "my work network" for both
Then click OK.
I've managed to stop the X1 from connecting automatically with this, hope this helps.

Keeping on wifi connection while on standby

My D2 will automatically disconnect the wifi connection when it goes in standby. My old cruise would always keep the connection alive, so that it would be available immediately after turning it on. Is there a fix for this?
A google search reveals!!
http://forum.xda-developers.com/archive/index.php/t-368241.html
Edit: although that worked on my XDA Orbit 2 (Touch cruise / polaris) it dont seem to work on my Diamond 2
I found this key in the registry:
HKLM\Comm\TNETW12511\Parms\HTCKeepWifiOnWhenUnattended
and changed it from 0 to 1, but that didn't work. After a restart the value was automatically changed back to 0.
Looking around on the HD forum it seems that HD has the same behaviour. People changed that using a program called HD Tweak. I guess we need D2 Tweak...
i would also like to see a solution for this
I have experienced this problem also. If you have push internet scheduled and the phone is on standby, it retrieves the data via data connection/3G as opposed to your WiFi.
Additionally, if you take your phone out of standby, it takes a few seconds for the phone to re-establish the WiFi connection. If you are too quick to access the internet or update weather - again it will start to do this through the data connection.
Does anyone know how to resolve this?
did you try Advanced Configuration Tool? You can enable/disable data connections, set them to always on and enable WiFi on standby.
tomkarb said:
did you try Advanced Configuration Tool? You can enable/disable data connections, set them to always on and enable WiFi on standby.
Click to expand...
Click to collapse
Does it exist for D2 too already?
Yeah got it and it works on D2, the enable WiFi option is there
You could also go to Settings -> More -> Connections -> Wi-Fi -> Wireless networks -> Menu -> Advanced, there you can change how long the Wi-Fi radio should be on if not connected to a wireless network.
Unfortunately, www.touchxperience.com is down, so I can't download it now.
helinus said:
You could also go to Settings -> More -> Connections -> Wi-Fi -> Wireless networks -> Menu -> Advanced, there you can change how long the Wi-Fi radio should be on if not connected to a wireless network.
Click to expand...
Click to collapse
Thanks for the tip. This doesn't solve my problem, but it's good to know.
I found a 3.3 cab elsewhere. What option exactly did you change to keep wifi on on standby? The only logical one I found is Network >Turn off wi-fi if no activity. I changed that from yes to no, but that didn't help...
I know how to do it but it requires some code to accomplish - I actually tested this yesterday on my TD2 (the advanced config trick does not work with TD2). Unfortunately I do not have the TD2 with me right now ... Perhaps I'll muck with it a bit later anyways, else you'll have to wait 'til I have the TD2 in hand again Monday or Tuesday.
It takes a ****load of power to do this though, and I'm not sure if it works in true suspend... it works for unattended mode though.
Well, I found the option in advanced config 3.3, hidden under "More options". But indeed it doesn't work. Wifi still disconnects on standby and starts reconnecting after standby. If you have a solution Chainfire, I'd be happy!
Tomkarb, can you confirm that the Advanced Config trick really works for you?
Isn't there anyone that has a solution? The Schapps advanced config thing just doesn't work
The solution is in here:
http://forum.xda-developers.com/showthread.php?t=524490
Thanks! That works indeed!
Code:
[HKEY_LOCAL_MACHINE\Comm\TNETW12511\Parms]
"HTCKeepWifiOnWhenUnattended"=dword:00000001
I never found that out, because I always soft reset immediately afterwards, thinking that was necessairy for the change to become effective. The soft reset wiped the change away though.
I've made a cab that changes the registry value to 1. It also copies the cab to the installationdir and adds a shortcut to it in the start menu. So you just have to run it from the start menu after each soft reset/restart (if you need wifi on standby). It only works when you execute it when wifi is off. Turn it on after installation.
There's a great freeware that i use called WkTask, which is a launcher, among other things, and it has the option of turning off the screen, but not putting the phone into standby. Disable the automatic power off and turn off the screen, this should solve your problem. However, i'm pretty sure your battery will drain a whole lot faster with the device never entering standby and the wifi on.
For added functionality, create a shortcut in the windows directory called 'long_power.lnk', and point it at the same file that WkTask uses (you'll see the path when you add it to the launcher, its a 'command call' btw). Then you can press and hold the power button to turn the screen off instead of powering off the phone (which is something i never do, does anyone?)
Hope that helps.
Thanks for the tip. I don't use wifi very often, only sometimes to remote control my pc. So most of the times I want it to go in standby and save as much power as possible with wifi off.
BTW, another solution for some of you may be to use a different ROM. I'm using Topaz Essentials 1.6 ROM (TESS1.6) from chef Aman now, and this ROM doesn't have the wifi turning off problem.
deechte said:
Thanks! That works indeed!
Code:
[HKEY_LOCAL_MACHINE\Comm\TNETW12511\Parms]
"HTCKeepWifiOnWhenUnattended"=dword:00000001
I never found that out, because I always soft reset immediately afterwards, thinking that was necessairy for the change to become effective. The soft reset wiped the change away though.
I've made a cab that changes the registry value to 1. It also copies the cab to the installationdir and adds a shortcut to it in the start menu. So you just have to run it from the start menu after each soft reset/restart (if you need wifi on standby). It only works when you execute it when wifi is off. Turn it on after installation.
Click to expand...
Click to collapse
Does not work on my HD2

Auto connect.........

Hello, I am come from HK
I just got the phone....but don't know why the phone always auto connect to internet. Then I turn off the data connection, but after a few minutes, it will auto connect again..........
Anyone can help me???
thanks so much!!
kayzee said:
Hello, I am come from HK
I just got the phone....but don't know why the phone always auto connect to internet. Then I turn off the data connection, but after a few minutes, it will auto connect again..........
Anyone can help me???
thanks so much!!
Click to expand...
Click to collapse
Kayzee,
This is caused by your Internet settings.
1. Go to Programs/settings/all settings ( choose it from the menu on the bottom right corner ).
2. Tap Connections, within that tap once more Connections
3. Tap Advanced, than Select Networks
4. Under "Programs that automatically connect..", select My work Network instead of the mobile connection and tap OK.
From now on, it will never start data connection when trying to go to Internet, but you can always start it manually from the Comm manager.
I hope it helps, good luck !
If you search the forum, you'll find quite a few of solutions. But what works for me are:
1) BsB Tweaks - use it to disable the "data connection" (3G)
2) WiFi Toggle - use it to toggle the WiFi on & off
In "data services" turn everything to manual update, e.g tweeter, stocks, ...
Keeping the wifi on constantly doesn't actually consume much battery life and it's only the 3G really sucks the battery juice.
jarbi said:
Kayzee,
This is caused by your Internet settings.
1. Go to Programs/settings/all settings ( choose it from the menu on the bottom right corner ).
2. Tap Connections, within that tap once more Connections
3. Tap Advanced, than Select Networks
4. Under "Programs that automatically connect..", select My work Network instead of the mobile connection and tap OK.
From now on, it will never start data connection when trying to go to Internet, but you can always start it manually from the Comm manager.
I hope it helps, good luck !
Click to expand...
Click to collapse
This doesn't work. Every time I check the Internet connection by loading a random webpage via the sense UI it still has an Internet connection, even if I doublechecked before to see if the Internet connection setting were off. This is frustrating
kayzee said:
Hello, I am come from HK
I just got the phone....but don't know why the phone always auto connect to internet. Then I turn off the data connection, but after a few minutes, it will auto connect again..........
Anyone can help me???
thanks so much!!
Click to expand...
Click to collapse
just uncheck the "auto download " option in weather tab in tf3d

HD2 WiFi

Hiya, I purchased my HD2 this morning, everything is great the phone is brilliant, there's one tiny problem, I did a soft reset on the phone after using the 802.11n enable thingy (using the regeditor), when I rebooted the phone the WiFi option (under settings on HTC sense) is disabled (like greyed out), I can't turn the wi-fi on, i tried setting the reg back to disable 802.11nm but the option is still disabled. The button was enabled before I made any edits though :s
Any help will be greatly appreciated, thanks
joncy92 said:
Hiya, I purchased my HD2 this morning, everything is great the phone is brilliant, there's one tiny problem, I did a soft reset on the phone after using the 802.11n enable thingy (using the regeditor), when I rebooted the phone the WiFi option (under settings on HTC sense) is disabled (like greyed out), I can't turn the wi-fi on, i tried setting the reg back to disable 802.11nm but the option is still disabled. The button was enabled before I made any edits though :s
Any help will be greatly appreciated, thanks
Click to expand...
Click to collapse
WIFI is disabled when connected to your PC (Activesync).
Haha alrighty, thanks for the quick reply =)
edit: just another 2 queries
How to I find the MAC Address of the HD2, and i'm trying to sync my contact out of office outlook 2007 using Windows Mobile Device Centre, but when i select contact is says Outlook is not setup, how do i fix this? :s
Glad to know. I thought this "feature" was a bug from installing too many tweak apps. I could still enable wifi via:
Start > Settings > All Settings > Connections > Wifi
and ticked the "Turn On Wifi" option. This part of the OS is basic windows mobile UI.
enable WIFI on hd2
i updated my hd2 from 2.13 to 3.14 and lost my wifi capability.
can this be recovered,,,, i already re flashed back to 2.13 and still a disabled (greyed out) wifi on/off button.
Any solutions to this problem?
thanx

Categories

Resources