Hi Guys!
Any ideas if and where i can set the GPRS/UMTS connection timeout on the Breeze?
The bloody bastards from O2 decided to start time-billing for data-traffic based on "am i attached to the GPRS/UMTS APN or not". So with just checking my e-mails twice a day.. about 100kb traffic or 5minutes real connection time i ended up with 5-10hours costs per day. My bill was an amazing 780€ this month and i have to fight for the next half year to get that sorted. In the end i will probably have to find a new provider...
People with O2 Genion Card S and the standard data traffic settings should be extremely carefull when using the Breeze. It could end up in a nightmare and for me it did.
Cheers,
TobsTec
Hi,
i haven't found an option for automatic timeout (disconnecting) yet...
only what i can give you is that hint:
made a shortcut to the datadisconnect exe file in windows folder and don't forget to use it after syncing mails...
i know... thats no solution for automatic syncing but i haven't a solution yet ...
maybe if i have time i can programm a small app (or maybe you can do that too??) where you can enter a timeout time and after that all data connections turned of or so...
steve
Hi Steve!
Can you give me the full path and exact name to that datadisconnect thing? I couldn't find it at a quick glance with the file browser.
I also couldn't find a setting for the GPRS/UMTS connection timeout, but i am sure it is possible to set that up somewhere / somehow in the registry.
If i'd knew the right key, it would be pretty easy to write a small application to set that value.
Bests,
TobsTec
in windows folder -> DataDisconnect.exe
have searched but haven't found any hint to automatic data disconnection...
maybe this helps...
didn't tryed..
http://www.gb-soft.cz/XDAII/product_gprs_tweak_wm5pe_en.htm
ok didn't work....
but i have read something that this programm only a reg key edits...
Hi!
After a lot of googling and having a close look at that PhoneEdition program you pointed me to, i think these registry keys are promising:
HKLM\Comm\ConnMgr\Planner\Settings\
DWORD CacheTime
60 - Timeout in seconds
String SuspendResume
~GPRS! - Always On
GPRS_bye_if_device_off - Timeout after CacheTime
HKCU\ControlPanel\PhoneExtendFunction\
DWORD NoGPRSAutoAttach
0 - Search GPRS/UMTS on start of radio
1 - Search GPRS/UMTS on start of data connection
HKLM\ControlPanel\Phone\
DWORD Flags2
0 - No disconnect button & time of connection in bubble
8 - Show disconnect button in bubble
16 - Show disconnect button & time of connection in bubble
The last key might only work on PhoneEdition devices and not on Smartphones.
Haven't tried any of these yet, as the data access is naturally blocked at the moment with my SIM card and i still have to find the right registry key to unlock the write access to these keys (and nothing else). Didn't want to take any risk in building up a 2000€ bill for May just because O2 is stupid.
Cheers,
TobsTec
regkeys for unlocking the applock of the mteor you'll find in the wiki what i have filled up...
also theres an app sda unlocker you find it trough google (madaco)
enter the reg values with the phmreg editor (stk2 version - whats exactly the different... i have no idea...)
then start the sda unlocking tool...
also theres an app available checklock... with that you can check if the phone is app locked...
the other reg keys i give a try... because i have a montly datasize what i can use i have no problems
HKLM\Comm\ConnMgr\Planner\Settings\
DWORD CacheTime
60 - Timeout in seconds
String SuspendResume
~GPRS! - Always On
GPRS_bye_if_device_off - Timeout after CacheTime
should work...
i have issued a few funny things...
after the 60 seconds the connection seems to be disconnected... the small bandicon on signalstrengh while dataconnection is up disapears...
also thats the funny thing... it seams to disconnect when exiting a webpage or exit the explorer....
Hi!
Well i gobbled together a small .Net CF 2.0 C# application to set the SuspendResume, CacheTime and the NoGPRSAutoAttach last weekend.
Once my device is unlocked i can give it a try with a different SIM and see if it does what it should do. How about "OhPoo - Connection Tweaker" as a name?
Bests,
TobsTec
OhPoo ??
what exactly can the program? only set the reg values ?
* Set GPRS/UMTS connection to AlwaysOn or Timeout in seconds.
* Set the GPRS/UMTS coverage search to
"on radio start" or
"on data connection"
* Enable/Disable separate icons for GPRS/EDGE and UMTS/HSDPA.
Nothing fancy... I should in fact continue working on KeePassSD, but that 780€ phone bill annoyed me quite a bit and there is still the may bill to come, which might look the same: OhPoo KanDoo! Hm, maybe not particularly funny.
I could attach a snapshot, if i would know how. Doesn't seem to work for me.
Cheers,
TobsTec
just pack it into a .zip file... than you can attach the file when writing a replay!
in "Additinal Options"
if you meant that ...
Ah my mistake... The editor does not seem to work with FireFox and/or WebWasher.
Cheers,
Tobias
if you send me the programm i will test it for you...
also i have some other ideas that you can insert in your program....
i'm to addled to write my own programm... beside of that its nonsense to write 20 programms wich all does other things...
made a few more buttons... set the reg tweaks with it ...
app unlock, power save, ...
TobsTec said:
Hi!
After a lot of googling and having a close look at that PhoneEdition program you pointed me to, i think these registry keys are promising:
HKLM\Comm\ConnMgr\Planner\Settings\
DWORD CacheTime
60 - Timeout in seconds
String SuspendResume
~GPRS! - Always On
GPRS_bye_if_device_off - Timeout after CacheTime
HKCU\ControlPanel\PhoneExtendFunction\
DWORD NoGPRSAutoAttach
0 - Search GPRS/UMTS on start of radio
1 - Search GPRS/UMTS on start of data connection
HKLM\ControlPanel\Phone\
DWORD Flags2
0 - No disconnect button & time of connection in bubble
8 - Show disconnect button in bubble
16 - Show disconnect button & time of connection in bubble
The last key might only work on PhoneEdition devices and not on Smartphones.
Haven't tried any of these yet, as the data access is naturally blocked at the moment with my SIM card and i still have to find the right registry key to unlock the write access to these keys (and nothing else). Didn't want to take any risk in building up a 2000€ bill for May just because O2 is stupid.
Cheers,
TobsTec
Click to expand...
Click to collapse
Nice! this is really nice solution. Thanks..
Sorry, should have posted the download links here as well.
The utility is now just called ConnTweak and the binary for WM5 Smartphones can be downloaded here:
http://www.toluse.de/www/download/ConnTweak_WM5_sp_V1.0.1_Bin.zip
And the source code there:
http://www.toluse.de/www/download/ConnTweak_V1.0.1_Src.zip
Bests,
Tobias
Related
Programs for MD Vario
ROM Update
Current Operating System: 1.6.2.4 (updated 9th March 2006)
Updates and instructions available at:
http://t-mobile.iris-global.com/download_manager_mda_vario.html
If the device appears locked at any stage, please check first the keypad lock isn’t “on”.
Hard Reset HARD RESET: start>settings>system tab> Clear Storage
CONNECT DEVICE TO PC
SYNCHRONISE – but uncheck all boxes first (makes installing everything else easier by avoiding lengthy synchs each time you install a new prog)
1. Essential Programs – all on www.handango.com
Program Location to Save to Notes
Pocket Informant DEFAULT DEVICE Great diary, contacts, tasks program; use international version
SPB Pocket Plus DEFAULT DEVICE for the X close button utility
Solvoed EngSpa Ultralingua SD CARD Spanish Advanced Dictionary
Paragon Spanish Sound Gold SD CARD Spanish Sound Module for the dictionary
SPB GPRS monitor DEFAULT DEVICE Monitor your data transfer when browsing the web to ensure you don’t exceed your monthly limit
SPB Backup ABSOLUTELY ESSENTIAL SD CARD Simply the best backup utility – backs up registry, PDA settings and programs all into one little executable program that you can save on your SD card and restore without even needing SBP backup loaded when your PDA goes funny
Vidya Pocket Registry Editor DEFAULT DEVICE Necessary for making the registry tweaks outlined below. Simplifies registry editing.
OMAP overclock ABSOLUTELY ESSENTIAL DEFAULT DEVICE The MDA Vario has a TI OMAP processor running at 180 MHz. With this utility, improve performance by increasing it to max 240 Hz (some say 264Hz is the upper limit). Read instructions below; need to add an instruction to the startup menu to ensure it always runs at the set rate on soft-resetting the MDA (rather than defaulting back to 180 MHz)
Memmaid Tweaking program DEFAULT DEVICE Again, needed for processor clocking, BUT has a great clean utility to clean out all the crap that cumulatively builds up with use.
Resco File Explorer SD CARD Super program for finding the files you want. Much better than the file explorer in WM5
SMARTSKEY ABSOLUTELY ESSENTIAL DEFAULT DEVICE A nifty little program that enables you to operate your MDA with one hand without the need for getting out the stylus. It does this by reconfiguring the buttons on your PDA so that a quick press of them does what they already do but a longer sustained press adds new functionality.
Read instructions below; the program already has an inbuilt startup instruction to set it to restart on reboot; smartskey will automatically set the OMAP clocking facility to 240; this means you can install OMAP and let smartskey do the tweaking.
NON ESSENTIAL PROGRAMS:
Home pocket mobile inventory
My Last Cigarette
Speedreader (heavy and slow on CPU) vs fast reader
Vito sketch artist
Lexionary/English Pro Dictionary
Bible
Turboinvaders
Microsoft Arcade Pack
Palm games for pocket PC
Specific Program Installation and Configuration Instructions
Today screen = main screen you see
Pocket Informant
Start Pocket Informant (say yes to colour schemes)
Yes to customise it
Yes to make it the default
Add registration code
Start outlook messages on today screen
Menu>tools>options>storage
Click store attachments on storage card
Click empty deleted items immediately
SPB Pocket Plus
After installing, remove the pink colour on the bar at the bottom: start>settings>personal>today>appearance; select windows default
On today screen tool bar click the system tab of SPB Pocket Plus
Click the house to get the screen display you want (takes time – I like the 5th one)
Then press right hand corner of screen (to the right of where the time is at the top)
Select options
Remove (uncheck the box):
Safe mode
Buttons
File explorer and
Today plug in
Click ok
OMAP Overclock
Instructions for overclocking Wizard (tested on Imate K-JAM). Use at your own risk!
1. Download the following file and unzip. Save the OmapClock.exe to your \Windows folder on your device: http://forum.xda-developers.com/download.php?id=9181
2. Open File Explorer on your device and open Omapclock.exe. Find the maximum speed that your device will handle without locking up. On each test, test all applications you use. This is important because once you place this in your startup, it will load up automatically and could cause your device to stop responding! 240Mhz works for me. Suspending the device at this point will cause the speed to be reset back to default. Execute Windows\OmapClock.exe again if this happens and you want to continue testing.
3. Download and install Resco File Explorer 2005: http://resco.net
4. Open Resco Explorer and go to the \Windows folder. Locate the OmapClock.exe file and hold the stylus on this file until menu pops. Choose “Copy”.
5. Now browse to \Windows\Startup then hold stylus in an empty area and when menu pops, choose paste shortcut.
6. Hold the stylus on the newly created OmapClock shortcut and choose Properties then click the Shortcut tab.
7. Target should be: “\Windows\OmapClock.exe” –clock 240
Change the 240 to the clock speed you tested in step 2 above.
8. Soft reset and test. Suspending the device will reset the device back to the default speed. This is a secondary test to make sure the device does not lock up!
9. Download and install DinarSoft MemMaid: http://www.handango.com/PlatformProd...23995&R=123995
10. Open MemMaid and choose the Notification queue button/tab on the bottom (second from left) then click the ADD button.
11. For Program, click the browse button and browse to the shortcut you created in steps 5-7. The location of the shortcut is \Windows\Startup.
12. From the event dropdown choose “The device woke up”.
13. Click Add.
14. Soft reset and you are done. The Clock speed will remain at the specified speed you specified in step 7 even when the device comes out of suspend.
Source: XDA-Developers
SmartsKeys
Enables mapping holding softkeys to close apps, open start menu, turn volume slider into scroll slider. Absolutely, the best software I've used on my device. Makes one handed use a breeze. Must register with XDA Developers to download.
The following functionality can be enabled by running the program:
• Tap soft key: orginal Soft Key functions
• Tap and hold left Soft Key: Start Menu
• Tap and hold right Soft Key: Close/OK button
• Volume Slider at the left = Page Up and Page Down
http://forum.xda-developers.com/viewtopic.php?t=41060&sid=fe9919e547cea5c146f1de0d7156a30a
To reset to default, soft reset the phone.
To make the program run after reset, put a shortcut at /windows/startup
Smartskey now includes a configuration file so you can make your own settings like which Soft Keys to alter, whether to use the Close/OK function to really close or only hide a program and an exception list for the Close/OK function.
That’s all great, but the best enhancement is the integration of the OMAP overclock program. From Smartskeys configuration you can overclock your processor to a configurable speed at start up, and even better, have that automatically activated after your devices comes back up from a soft-reset.
You can find Smartskey on
http://htcwizard.westlands.org/wp-content/uploads/2006/02/smartskey0.4.zip .
It includes the program itself, the configuration file and a readme.pdf . It does not include the OMAP overclok program, but I have it here for you:
http://htcwizard.westlands.org/wp-content/uploads/2006/02/OmapClock.exe
2. More MDA Vario Settings to Alter:
Word
Open Word
Menu>Options
Check the box “Save to storage card”
Other Settings
Check the box “Remove from display” (start>settings>today)
Check box “Cleartype”
Start>Settings>Personal>Input>Word Completion>Uncheck “Suggest words when entering text”
Start>settings>Personal>Menus: select which 7 programs you want listing in the start menu
Start>settings>Personal>Owner Information>Set Stuff in Identification; also look at “Notes” and “Options” tabs
Start>Settings>Personal>Today>Items tab: Decide which programs you want in “Today” screen
start>settings>system tab>Regional Settings>Choose your location
Start>Settings>Systems Tab>Screen>Cleartype tab>Enable ClearType
3. Make a Registry Backup – “originalregistry”You need to make a registry backup at this stage so that you have a safe copy of the original registry that came with the device so that you can restore back to it should you make a mess of things when tweaking as instructed below. I strongly recommend Vidya Pocket Registry Editor.
Don’t ever delete this file.
Make sure the selection cursor is on “Pocket PC” and NOT on any of the other subfolders otherwise it will only backup those subfolder registry entries.
Click File>Export Registry
Type in a name – I suggest “originalregistry”
Don’t forget to select “Storage Card” for Location
Click Save
4. Registry Tweaks
These are all quotes I've compiles from other forums. I think I've done most of these and they work. Select whichever you would like to apply to your MDA device. You're going to need a registry editor. I strongly recommend Vidya Pocket Registry Editor. After you have made all the changes you want, soft reset the device to get them to “kick in”.
Improve Performance Generally
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\CacheSize=8192
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\EnableCache=1
HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize=8192
HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\
MSFlash\FATFS\Filters\DataCacheSize=8192 [this needs adding]
HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS\Flags=40 [this needs adding]
All values are D-values
Caps/Shift Keyboard Notifier on Screen
Go to:
\HKCU\ControlPanel\Keybd
Create the registry entry called EnableIndicator and assign the DWORD value of 1
After soft-resetting the device, an indicator will appear next to the keyboard icon on the bottom of the screen! Tapping the Shift key shows a "C" while tapping the Dot key shows a dot! Very cool!
Keep the GPRS Connection Active At All Times
Remember, you’re only paying for the amount of data that is transferred; so why not keep the GPRS connection active all the time rather than waiting 1-2 mins for the device to connect every time you want to browse the net? You don’t pay anything for an active GPRS connection when you are not in internet explorer.
HKLM\Comm\ConnMgr\Providers\{7C4B7A3...}\Connections\GPRS...\
change value "AlwaysOn" from 0 to 1
Store Internet Clutter on Your SD Card to Save Device Memory
Put IE cache on storage card instead of memory; this increases the performance of your device. This hack will increase your available ROM memory and people have reported storage gains of over 9 mb. You will need to have a storage card with some free memory installed to utilize this hack.
First open up internet explorer and navigate Menu>Tools>Options>Memory
Press the delete files button to clear the cache
Press delete the cache
Press delete the history
Then open up file explorer from the programs folder in the start menu.
Navigate to the Storage Card and make sure that you are in the base directory of the card.
Then create an I.E. folder and within that folder create a folder called “cache” and “history”
Open up a registry edit program
Navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache"
Change the default value "\Windows\Profiles\Guest\Temporary Internet Files" to "\Storage_Card\ie\cache"
Change the other values in the Shell Folders section of the registry to the folders you created and then soft reset.
Be warned that you will create errors in I.E. if you do not have a storage card inserted with those directories on it while you are surfing from now on.
Get a Different GPRS/EDGE Icon
Registry: HKLM\Drivers\BuiltIn\RIL
Key: EnableDifferGprsEdgeIcon (dWord)
Value: 0 = disabled
1 = enabled
Disable SMS Received Notification – switch it off if it annoys you
Hkey_current_user\software\microsoft\inbox\settings\SMSDeliveryNotify
Change Dword: 1 0=off
Disable Message Sent Notification
Registry: HKLM\Software\Microsoft\Inbox\Settings
Key: SMSNoSentMsg (dWord)
Value: 0 = disabled
1 = enabled
Turn On GPS Application (GPS not GPRS ie Navigation Stuff)
First of all, your MDA does NOT have GPS built-in; let's make that clear from the start.
However, Windows Mobile 5.0 includes a GPS Control Panel for ease of configuring Bluetooth GPS devices. This includes creating 'virtual ports' so that multiple programs can access the same NEMA GPS stream from said BT/GPS device. This is helpful for anyone who uses GPS for Navigation, War-Driving and lots of new emerging location-based programs which use GPS information available to your MDA.
Unfortunately, the Registry Wizard for tweaking the MDA available in this FAQ and over at xda-developers does not work with the T-Mobile ROMs. You have to manually edit the registry by following these instructions:
Go to: HKEY_LOCAL_MASCHINE\ControlPanel\GPS Settings
Delete the DWORD marked "hide"
Add a DWORD called "Group" and give it the value of "2"
The GPS panel will now show up in your connection settings
***Note: You must delete 'Redirect' and 'Hide' keys completely***
Soft restart, wait 30 seconds, restart and viola, GPS Control Panel is now enabled.
NB 2=show; 1=hide GPS icon
How I set-up (after BT pairing with the GPS)
Open the new GPS Icon, I then set my GPS Settings on the MDA for 'GPS Program port:' to COM8 (the 'virtual port' for your programs to access the same GPS data) .
Then set the 'GPS hardware port:' to COM6.
Also set the Baud Rate to 9600 (default for my BT/GPS unit)
Check the box 'Manage GPS automatically'.
I'm using WiFiFoFum2, Socket MyNavigator and VisualGPSce to simultaneously run utilizing my BT GPS device. It works flawlessly.
Enable 802.11g WIFI Speed (rather than the default 801.11b)
For more info:
http://forum.xda-developers.com/viewtopic.php?t=38898
1) Locate the following key: HKEY_LOCAL_MACHINE\COMM\TNETWLN1\PARMS
2) Add the following key:
name: dot11SupportedRateMaskG
D value: 8
Glyph Cache
Your MDA uses a section of the memory called glyph cache to store your fonts' glyphs and other graphical outputs for things like gaming. You can modify standard graphic rendering so that games run more smoothly with faster graphics. Noted improvement especially for racing, action and arcade games.
Enable Cleartype in Landscape mode
Clear type smoothes the edges of screen fonts for many programs to make reading easier and make your device appear more slick. You can turn this on by going to Start>Settings>Systems Tab>Screen>Cleartype tab>Enable ClearType
However, if you view anything in Landscape mode (by opening the keyboard for instance); for some reason, landscape doesn’t work in this mode. To enable it in landscape mode too, do this to the registry
HKLM\System\GDI\ClearTypeSettings
Key: OffOnRotation (string)
Value: 0
(NB 0 = on; 1 = off)
Hide SIM contacts
Registry: HKCU\ControlPanel\Phone
Key: ShowSim (dWord)
Value: 0 = hide
1 = show
Alter Horizontal Scrollbar Width
Registry: HKLM\System\GWE
Key: cyHScr (dWord)
Value: 13 = default
Alter Vertical Scrollbar Width
Registry: HKLM\System\GWE
Key: cxVScr (dWord)
Value: 13 = default
Alter Taskbar Date/Time
Registry: HKLM\Software\Microsoft\Shell
Key: TBOpt (dWord)
Value: 0 = Nothing
1 = Time
2 = Date
3 = Time and date
Enable Bluetooth Receive
Registry: HKLM\Software\Microsoft\Obex
Key: IsEnabled (dWord)
Value: 1 = enabled
2 = disabled
Increase Font Cache
Registry: HKLM\System\GDI\SYSFNT
Key: CS (dWord)
Value: 0 (Default)
4096
8192 (preferred)
16384
Store Internet Clutter on Storage Card
Registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\shell Folders
Key: Cache (string)
Value: \Storage Card\Temporary Internet Files
\Windows\Profiles\guest\Temporary Internet Files
Disable IE background sounds
Registry: HKCU\Software\Microsoft\Internet Explorer\Main
Key: Play_Background_Sounds (dWord)
Value: 1 (Default)
0 Disabled
Alter the Default Input Method
Registry: HKCU\ ControlPanel\SIP
Key: DefaultIM (string)
Value:
Keyboard {42429667-ae04-11d0-a4f8-00aa00a749b9}
Letter recogniser {42429690-ae04-11d0-a4f8-00aa00a749b9}
Block recogniser {42429691-ae04-11d0-a4f8-00aa00a749b9}
Transcriber ***0034DD0-2AD4-11d1-9CB0-E84BE8000000}
Phone pad {51A2CB38-154E-4C92-A625-A83871C99EC2}
5. Do an Complete Device Backup(1) – “backupprogstweaks”You need to make a complete device backup at this stage because your device at this stage has been fine tuned to your perfection. If anything happens in the future, you can now restore to exactly this point without having to reinstall programs and alter registry settings again. I strongly suggest use SPB Backup and make sure you save the “Full” backup to your SD card; suggest calling it something like “progsntweaksbackup”.
Click “Last Backup” segment of your today screen or select Start>Progs>SPB Backup
Select Full Backup
Click Next; choose file name; set location to Storage Card
Click Next
Now let it do its job
6. Install Non-Essential Software
By non-essential I mean software that you’d like on now, but you don’t know whether you might remove in the future if the push came to shove.
Try and save all of these to the storage card to make sure you don’t eat all the memory on your device. Remember, you want to keep the main memory of the device as free as possible.
7. Do Another Complete Device Backup (2) – “backupallprogstweaks”
This backup is of all the programs (essential + non-essential) and tweaks in case you ever want to restore it to this point.
Click “Last Backup” segment of your today screen or select Start>Progs>SPB Backup
Select Full Backup
Click Next; choose file name; set location to Storage Card
Click Next
Now let it do its job
8. Synchronise – first proper synchronisation
• SYNCHRONISE – but now check those boxes you want on
Alter active sync settings:
Tools>options>email
2 weeks
5Kb
max 50Kb attachments
Click OK
PDA will synchronise
9. Do Another Complete Device Backup (3) – use the name suggested by the program
This backup is of the first synchronisation in case you ever want to restore it to this point.
Click “Last Backup” segment of your today screen or select Start>Progs>SPB Backup
Select Full Backup
Click Next; choose file name; set location to Storage Card
Click Next
Now let it do its job
A Note on the Three Backups
You might be wondering why the need for the three types of back up. Let me make this clear: you only need to do these backups ONCE. The three back ups then give you the flexibility of restoring to whichever point you want to when the need arises. Don’t ever delete these three backups.
Having said this though, don’t forget to regularly back up your device just to keep the most up to date back up at hand in case your battery goes dead and you simply want to restore it back to the last configuration (with email, calendar and contacts data).
OTHER USEFUL THINGS YOU SHOULD KNOW
Changing the Clock
You can change out of 24 hour clock mode by going to regional settings and choosing a non-capitalized option like hh:mm:ss
Switching between vibrate and ring mode
Hold down the Comm Manager button for a second or two on the side of the device above the volume slider. This will toggle the unit between silent (with vibrate) and your regular ringer on settings.
What do the LED lights on the front indicate?
Left LED:
Blinking blue - bluetooth enabled
Blinking green - Wifi enabled
Right LED:
Blinking green - Phone enabled
Blinking orange - Battery Low
Solid orange - Charging Quote:
Note: the right led blinking orange could also mean that you have an alert in addition to the low battery. It is dependant on how you set up your notifications.
Installing Your Own Sounds for Ring Tones, Alarms and Notifications
You need to have a set of “ring tones” and “alarms and notification sounds” in two separate folders to begin with on your PC.
Make sure those in” ring tones” are in mp3 format
Make sure those in “alarms and notifications” are in wav format
Connect and synchronise your device with the computer
On your PC:
Open the ring tones folder
Copy the mp3 files you want
On ActiveSyn, Click on Explore>My Device>Windows>Rings Folder
Paste them there
On your PC:
Open the “sounds and notifications” folder
Copy the wav files you want
On ActiveSyn, Click on Explore>My Device>Windows
Paste them there
That’s it. Now you should see them all. If you can’t see one or two, it is probably because they are too big in size.
Also I neglected to mention that you can load them on the minisd card (obviously if you have one) to the root folder and they will work. To change it to your new ringone, go to settings > sounds and notifications > notifications tab > change the event to incoming call check play sound and select the sound
Bluetooth Messaging
I've seen people send and receive messages via bluetooth with regular phones like Nokia, and I was wondering whether this is possible with a T-Mobile Vario (Windows Mobile 5). Would I need to install any application for this? Thanks.
Well i think theyre not really sending SMS Messages.. these are actually Notes. You don´t need a program for it. Just create a new Note/Text-File and send it via Bluetooth!
I hope this document has proved useful.
Very useful indeed, thank you.
Very nice
Holy crap! You just answered nearly every question I had about: the cryptically-described options in Registry Wizard, various shortcuts (vibrate/sound mode for example), and the most useful programs to install.
Thanks a bunch.
BACKLIGHT SETTINGS
Since I upgrade to IMATE'S LATEST ROM, when I do soft reset the backlight off setting on battery reverts to 10 seconds instead of the 3 minutes I set it at.
Any suggestions or tweaks for this??
Thanks
nice piece of work m8
Brilliant. Excellent piece of work bringing all of this information together.
db
ring tone can be WMA. you can use movie maker (MM) (on your XP box) to edit/cut them to make it smaller (shorter) and save it as WMA. Now, MM does not have save as WMA option but if you only have audio source, save movie option will actually do save WMA.
One more thing... you can copy your ring tones on \storage card\my documents
If I use TotalCommander to add Caps/Shift Keyboard Notifier on Screen
Create the registry entry called EnableIndicator and assign the DWORD value of 1
once I did this and klick ''ok'' and soft-reset the phone, it is gone: no EnbleIndicator in the registry......what am I doing wrong??
zago187 said:
If I use TotalCommander to add Caps/Shift Keyboard Notifier on Screen
Create the registry entry called EnableIndicator and assign the DWORD value of 1
once I did this and klick ''ok'' and soft-reset the phone, it is gone: no EnbleIndicator in the registry......what am I doing wrong??
Click to expand...
Click to collapse
Switch off first (suspend) to make the device write the reg.
Sweet!
Thanks man!!
ENABLE INDICATOR
I had done this originally on CINGULAR 8125 original ROM. Since I did upgrade to IMATE LATEST ROM--the DWORD is there, but the CAPS LOCK indicator doesn't show up??
Any ideas?
Thanks
Hi Dudes,
I have a problem, when I've installed the software, (the Resco File Explorer) I get some VERY annoying light blue little bar in the top of my screen... Plz help!!
Thanks in advance,
Rik
[email protected] said:
zago187 said:
If I use TotalCommander to add Caps/Shift Keyboard Notifier on Screen
Create the registry entry called EnableIndicator and assign the DWORD value of 1
once I did this and klick ''ok'' and soft-reset the phone, it is gone: no EnbleIndicator in the registry......what am I doing wrong??
Click to expand...
Click to collapse
Switch off first (suspend) to make the device write the reg.
Click to expand...
Click to collapse
that is what I am doing after I add the reg (soft reset), but still no change saved.
Is this what you meant?
zago187 said:
[email protected] said:
zago187 said:
If I use TotalCommander to add Caps/Shift Keyboard Notifier on Screen
Create the registry entry called EnableIndicator and assign the DWORD value of 1
once I did this and klick ''ok'' and soft-reset the phone, it is gone: no EnbleIndicator in the registry......what am I doing wrong??
Click to expand...
Click to collapse
Switch off first (suspend) to make the device write the reg.
Click to expand...
Click to collapse
that is what I am doing after I add the reg (soft reset), but still no change saved.
Is this what you meant?
Click to expand...
Click to collapse
Do your REG things, Close TotalCommander, Turn device off (Power), wait a few sec, only then - Restart device.
rreinink said:
Hi Dudes,
I have a problem, when I've installed the software, (the Resco File Explorer) I get some VERY annoying light blue little bar in the top of my screen... Plz help!!
Thanks in advance,
Rik
Click to expand...
Click to collapse
I still have this problem
Omap
Installing smartkey makes the whole explanation how to start up Omapoverclock not needed.
Hi I'm confused
I'm trying to change the temporary internet folder to starage card, and I found some reg hacks to do it but which is the correct one? pls help
RELOCATE PIE DATA STORAGE
This hack will increase your available ROM memory and people have reported storage gains of over 9 mb. You will need to have a storage card with some free memory installed to utilize this hack. First open up internet explorer and navigate Menu>Tools>Options>Memory and press the delete files button to clear the cache then delete the cache and the history. Then open up file explorer from the programs folder in the start menu. Navigate to the Storage Card and make sure that you are in the base directory of the card. Then create an ie folder and within that folder create a cache folder, history, and Open up a registry entry program such as Resco Registry that comes with Resco Explorer 2005. Navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache". You can change the default value "\Windows\Profiles\Guest\Temporary Internet Files" to "\Storage_Card\ie\cache". Change the other values in the Shell Folders section of the registry to the folders you created and then soft reset. Be warned that you will create errors in ie if you do not have a storage card inserted with those directories on it while you are surfing from now on.
Change the location of 'Temporary Internet Files'
When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
To return to the original location:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
FRENCH ?
there is a langurer french for the vario
about the light blue bar
that light blue bar is what we call an improved battery meter/bar. I know how turn it of with spb pocket plus. but not with this program. I am typing this on my vario right now and I noticed that the keyboard times out much to fast in the ark. and I found no setting or tweak for this obvious forgotten important setting.
This thread seems to be very useful, but it does make me think have I done the right thing?
That is, I'm a long time palm/treo 650 user and the treo seems much easier to play around with. I've just ordered an MDA vario from T-mobile & waiting for it to arrive(come into stock first) and I've been researching it & wondering if I can get rid of all the T-mobile stuff & just have the standard stuff as supplied by HTC/microsoft.
I'm not keen on all this registry hacking as I've never done it before & I've just moved over to an apple iMac as well. At least the iMac can run windows now.
I was perusing thru this list of WM5 hacks:
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
and noticed the two at the bottom of the page regarding adding a Wireless status line to your Today screen (bluetooth on/off, wireless on/off as well as wireless network name) and also being able to set your phone to auto-sync the time (handy when traveling). Both hacks worked for me, seem to work real well. I'm sure there is a today plug-in that is similar but this seems to be built-in to WM5.
I'm using the T-Mobile customized 2.17 ROM for Qteks.
AKU2 ROMs tweaks
These are tweaks that have been confirmed to work on AKU2 ROMs, and confirmed not to work on earlier ROMs Show Wireless Today item
By just adding following keys to the registry will get you a nice 'wireless' today item that show Network name/status, WiFi name/status as well as Bluetooth status. Confirmed to work on AKU2 ROMs
[HKLM\Software\Microsoft\Today\Items\"Wireless"]
"DLL"="netui.dll"
"Order"=dword:00000000
"Enabled"=dword:00000001
"Type"=dword:00000004
Add time sync page to Phone Settings
To add a time sync page to your Phone Settings (Start > Settings > Phone > Options > Time Zones) , set the following:
HKLM\SOFTWARE\OEM\PhoneSetting\ShowTimeZonesPage = 1 (DWORD decimal)
And to remove again:
HKLM\SOFTWARE\OEM\PhoneSetting\ShowTimeZonesPage = 0 (DWORD decimal)
do i add the " " or do i leave them out cuz i tried it with and it isnt working im using 2.17 rom
Leave them out except for the "" around Wireless when creating the reg key. Be careful with the time sync page; when I tried it, it selected the wrong time zone but the right time.
Hi,
I cant seem to figure out how to do this reg tweak? I have PHM Regedit and have created the "wireless tab" but that as far a i have got. Could somebody help or point me in the right direction to doing reg tweaks?
cheers
I could have sworn that someone had actually written a plug in for this thing and I cannot for the life of me find it anywhere, anyone got it?
here you go guys!!!
a good plugin watch memory consumption though!
http://forum.xda-developers.com/vie...velopers.com/viewtopic.php?t=55629&highlight=
Kinmont
here the direct link to version 2
http://www.teksoftco.com/freeware/tekcommplugin002/
you may have to login first to the forum to download.
Totally not the plug in I'm after.
Thanks though...*searches more*
Okay so since I am retarded, I've got PHM Regedit and I've created the folder, but that's as far as I've gotten. I can't seem to understand what this thing wants me to do as far as adding value's to the registry. the way it's written out doesn't make much sense to me, so please someone tell me click by click what to put where.
I'm stupid. Deal with it.
Last post I SWEAR.
For those of us who hate editting the registry I found the CAB file and uploaded it here for you.
No credit goes to me, I found this on HTC Wizard Web, so credit goes to them for the find, and then the actual author of the cab file.
Thanks for this one guys, i've been wanting this type of hack for a long while. Now i can know what's going on with my wireless and bluetooth without all the guess work.
Make Your MD Vario Work Better
This document is to save you time and make life easier. Updated from my earlier version.
ROM Update
Current Operating System: 1.6.2.4 (updated 9th March 2006)
Updates and instructions available at:
http://t-mobile.iris-global.com/download_manager_mda_vario.html
If the device appears locked at any stage, please check first the keypad lock isn’t “on”.
UNLOCKING THE SIM
So you can use it with any SIM card eg abroad on holidays with local SIM cards to reduce cost
Go to http://forum.xda-developers.com/
Do a search for the program lokiwiz (current version at this time is 0.3a)
Follow the instructions.
To download it, you must log into the site first. Then the link to the download is displayed. Download it to somewhere on your PC.
Take out the SIM of your Vario
Synchronise with PC via activesync
Copy enablerapi.cab to your PDA device (file from lokiwiz zip folder, in utilities folder. It is a zip file and not to be confused with enablerapi.bat)
Run enablerapi.cab from your device
Then run lokiwizmsl.bat from your PC, let it run in the DOS window
DON’T CLOSE THE DOS WINDOW
If successful, you’ll see your SIM unlock code – write it down
Now insert a new SIM card and enter that number to unlock your phone
Once complete, remove SIM card and re-insert your original SIM
You’re done
Hard Resetting MDA Vario
There are different severities of hard resetting your MDA vario. Which one you use depends on what you are trying to achieve. If your phone is stuck and wont let you play, try the hard core resets (progress from method 1 (less sever) to method 3 (most severe). If it’s just a bit slow, try the soft reset.
HARDCORE RESET 1
start>settings>system tab> Clear Storage
This will still clear all your data and all the programs you have loaded onto your device. You’ll need to start all over again.
HARDCORE RESET 2
I hold the Comm and Voice Button (top two buttons on the side) AND the camera button (bottom right). Keep them pressed in and hit the reset with your stylus. Keep pressed in and let go of the stylus. Release when you see the following message:
PRESS Send to restore factory default,
SEND is the green lift up phone button on the left
It will do a brief format and restore to factory settings.
HARDCORE RESET 3
If your MDA wont budge with HARDCORE RESET 1 or 2, try this:
Enter Bootloader, - hold the "camera" (bottom right) and briefly press the reset button, don't release "camera" until you can see colour screen, connect USB cable, and start to re-flash the ROM (download the latest flash rom update from http://t-mobile.iris-global.com/download_manager_mda_vario.html
SOFT RESET METHOD 1
This is the lightest of the reset methods. This is the one to use if you want to reset your device without having to re-install all your personal programs and data
Simply press the reset hole with your stylus on the right hand side of the MDA device.
Essential and Non-Essential Programs
See at the end of this document for a guide to some good programs “out there”. Try and decide which you feel are essential must haves and which are not necessary but useful (non-essential). Make two columns on an A4 sheet because this will come useful when setting up you Vario as detailed below.
Setting Up Your Vario for the First Time
1. Unlock your SIM card as above if you ever plan on using it on another network – If you got your phone from T-mobile, it’s likely that they’ve locked it so that you stay with them. However, it is your phone and it’s not illegal to unlock it: so unlock it in case you want to use it with another mobile network provider or even use a different local SIM card for instance when you are on holiday in Spain or somewhere (much cheaper way of making calls whilst abroad)
2. Install all the ESSENTIAL programs you will always want
3. Tweak the settings of all the programs you use eg setting Mobile Word to store documents on the storage card rather than eat away at your valuable device storage space. A full list of tweaks for programs I use can be found in the “Program Configuration” section at the end of this document.
4. Now BACKUP that device using software like SPB Backup so that you can always reset your device to this point if you ever get “stuck”. Call it something like “BACKUPESSENTIALPROGSANDTWEAKS”. ENSURE ALL BACKUPS ARE STORED ON THE SD CARD. With a program like SPB Backup, the backups are stored as self executable files on the storage card so that when your MDA goes pear shaped, you can simply reset it, insert your SD card and click on the back up file to restore your device without having to even load SPB backup again! How cool is that? Especially when you are on the move.
5. Then install the Registry Wizard program to help you tweak your PDA phone. You can download it here
http://forum.xda-developers.com/viewtopic.php?t=39725&highlight=registrywizard
but you have to have logged into the site to see the downloadable files.
This really is a super program that you’ll be glad to have installed. However, I found that if you change the default input from keyboard to something else, your device may lock itself; leave it at keyboard and everything should be Ok.
To install, download the latest version or RegistryWizard AND the OpennetCF programme to your storage card. These are cab files and they might appear like zip files. Insert the SD card back into the device and navigate to where you stored them using your device’s file explorer (or something similar). First install the OpennetCF program (bottom of the list of the downloadable files in the link above) into the device memory. Second install the latest version (1.0T) of the RegistryWizard to the device memory. You install them simply by clicking on them. Once installed, soft reset the device (
Now tweak it as required
6. Install the camera patches – to make your camera work better
You can find the files on these links: (again, you need to be logged in to see the downloadable files)
http://forum.xda-developers.com/download.php?id=10524 : for the camera fix which gets rid of any speckling (a permanent fix that remains on hard resetting)
http://forum.xda-developers.com/download.php?id=10396 : a fix to make the camera image more sharper (needs re-installing after any hard reset)
http://forum.xda-developers.com/viewtopic.php?t=45123 : a list of discussions about these two fixes
The camera will work best on the auto setting and much better than before.
If you know how to registry tweak, consider this:
Increase camera frames per second: this tweak will let you increase the frames per second of the video camera to make more fluent movies:
HKey Local Machine\Software\HTC\Camera\ReParam\MP4Large (or Medium or Small).
Change the FrameRate value from 10 (default) to 19. Above 19 it is laggy .. so don’t go above it.
7. Synchronise your device with your PC to load calendar, diary and contacts.
8. Alter active sync settings to how you want them eg Tools>options>email; set to 2 weeks, 5Kb, max 50Kb attachments, Click OK. PDA will re-synchronise
9. Consider backing up again after this point. Call it something like Backupstage2. If your device causes problems for what ever reason, you now have two options where you can reset your device to.
10. After that, you can start installing programs that you’d like to “play” with. If things go wrong or the system slows down, no worries you have a backup of the essential ones anyway.
A Note on the Two Backups
You might be wondering why the need for the two types of back up. Let me make this clear: you only need to do these backups ONCE. The two back ups then give you the flexibility of restoring to whichever point you want to when the need arises. Don’t ever delete these three backups.
Having said this though, don’t forget to regularly back up your device just to keep the most up to date back up at hand in case your battery goes dead and you simply want to restore it back to the last configuration (with email, calendar and contacts data). SPB Backup utility is ideally placed for this.
Resetting Your Device – if it starts to play up
1. Consider a soft reset, if this fails then do a hard reset (details above)
After the hard reset:
2. Run your back up program eg “BACKUPESSENTIALPROGSANDTWEAKS” ( to re-install all your ESSENTIAL programs
3. Then install the registry wizard program to help you tweak your PDA phone
4. Install camera patches (if you’ve installed the de-speckler before, u don’t need to do this particular one again)
Remember, install OpennetCF cab file first into the device memory; second install the latest version (1.0R) of the RegistryWizard.
Now tweak it as required
5. Synchronise your device with your PC
6. Voila! Your ready to go.
1. Essential Programs – all on www.handango.com
Program Location to Save to Notes
Pocket Informant DEFAULT DEVICE Great diary, contacts, tasks program; use international version
SPB Pocket Plus DEFAULT DEVICE for the X close button utility
Solvoed EngSpa Ultralingua SD CARD Spanish Advanced Dictionary
Paragon Spanish Sound Gold SD CARD Spanish Sound Module for the dictionary
SPB GPRS monitor DEFAULT DEVICE Monitor your data transfer when browsing the web to ensure you don’t exceed your monthly limit
SPB Backup ABSOLUTELY ESSENTIAL SD CARDSimply the best backup utility – backs up registry, PDA settings and programs all into one little executable program that you can save on your SD card and restore without even needing SBP backup loaded when your PDA goes funny
Vidya Pocket Registry Editor DEFAULT DEVICE Necessary for making the registry tweaks outlined below. Simplifies registry editing.
OMAP overclock ABSOLUTELY ESSENTIALDEFAULT DEVICE The MDA Vario has a TI OMAP processor running at 180 MHz. With this utility, improve performance by increasing it to max 240 Hz (some say 264Hz is the upper limit). Read instructions below; need to add an instruction to the startup menu to ensure it always runs at the set rate on soft-resetting the MDA (rather than defaulting back to 180 MHz)
Memmaid Tweaking program DEFAULT DEVICE Again, needed for processor clocking, BUT has a great clean utility to clean out all the crap that cumulatively builds up with use.
Resco File Explorer SD CARD Super program for finding the files you want. Much better than the file explorer in WM5
SMARTSKEY ABSOLUTELY ESSENTIAL DEFAULT DEVICE A nifty little program that enables you to operate your MDA with one hand without the need for getting out the stylus. It does this by reconfiguring the buttons on your PDA so that a quick press of them does what they already do but a longer sustained press adds new functionality.
Read instructions below; the program already has an inbuilt startup instruction to set it to restart on reboot; smartskey will automatically set the OMAP clocking facility to 240; this means you can install OMAP and let smartskey do the tweaking.
NON ESSENTIAL PROGRAMS:
Home pocket mobile inventory
My Last Cigarette
Speedreader (heavy and slow on CPU) vs fast reader
Vito sketch artist
Lexionary/English Pro Dictionary
Bible
Turboinvaders
Microsoft Arcade Pack
Palm games for pocket PC
Specific Program Installation and Configuration Instructions
Today screen = main screen you see
Pocket Informant
Start Pocket Informant (say yes to colour schemes)
Yes to customise it
Yes to make it the default
Add registration code
Start outlook messages on today screen
Menu>tools>options>storage
Click store attachments on storage card
Click empty deleted items immediately
SPB Pocket Plus
After installing, remove the pink colour on the bar at the bottom: start>settings>personal>today>appearance; select windows default
On today screen tool bar click the system tab of SPB Pocket Plus
Click the house to get the screen display you want (takes time – I like the 5th one)
Then press right hand corner of screen (to the right of where the time is at the top)
Select options
Remove (uncheck the box):
Safe mode
Buttons
File explorer and
Today plug in
Click ok
OMAP Overclock
Instructions for overclocking Wizard (tested on Imate K-JAM). Use at your own risk!
1. Download the following file and unzip. Save the OmapClock.exe to your \Windows folder on your device: http://forum.xda-developers.com/download.php?id=9181
2. Open File Explorer on your device and open Omapclock.exe. Find the maximum speed that your device will handle without locking up. On each test, test all applications you use. This is important because once you place this in your startup, it will load up automatically and could cause your device to stop responding! 240Mhz works for me. Suspending the device at this point will cause the speed to be reset back to default. Execute Windows\OmapClock.exe again if this happens and you want to continue testing.
3. Download and install Resco File Explorer 2005: http://resco.net
4. Open Resco Explorer and go to the \Windows folder. Locate the OmapClock.exe file and hold the stylus on this file until menu pops. Choose “Copy”.
5. Now browse to \Windows\Startup then hold stylus in an empty area and when menu pops, choose paste shortcut.
6. Hold the stylus on the newly created OmapClock shortcut and choose Properties then click the Shortcut tab.
7. Target should be: “\Windows\OmapClock.exe” –clock 240
Change the 240 to the clock speed you tested in step 2 above.
8. Soft reset and test. Suspending the device will reset the device back to the default speed. This is a secondary test to make sure the device does not lock up!
9. Download and install DinarSoft MemMaid: http://www.handango.com/PlatformProd...23995&R=123995
10. Open MemMaid and choose the Notification queue button/tab on the bottom (second from left) then click the ADD button.
11. For Program, click the browse button and browse to the shortcut you created in steps 5-7. The location of the shortcut is \Windows\Startup.
12. From the event dropdown choose “The device woke up”.
13. Click Add.
14. Soft reset and you are done. The Clock speed will remain at the specified speed you specified in step 7 even when the device comes out of suspend.
Source: XDA-Developers
SmartsKeys
Enables mapping holding softkeys to close apps, open start menu, turn volume slider into scroll slider. Absolutely, the best software I've used on my device. Makes one handed use a breeze. Must register with XDA Developers to download.
The following functionality can be enabled by running the program:
• Tap soft key: orginal Soft Key functions
• Tap and hold left Soft Key: Start Menu
• Tap and hold right Soft Key: Close/OK button
• Volume Slider at the left = Page Up and Page Down
http://forum.xda-developers.com/viewtopic.php?t=41060&sid=fe9919e547cea5c146f1de0d7156a30a
To reset to default, soft reset the phone.
To make the program run after reset, put a shortcut at /windows/startup
Smartskey now includes a configuration file so you can make your own settings like which Soft Keys to alter, whether to use the Close/OK function to really close or only hide a program and an exception list for the Close/OK function.
That’s all great, but the best enhancement is the integration of the OMAP overclock program. From Smartskeys configuration you can overclock your processor to a configurable speed at start up, and even better, have that automatically activated after your devices comes back up from a soft-reset.
You can find Smartskey on
http://htcwizard.westlands.org/wp-content/uploads/2006/02/smartskey0.4.zip .
It includes the program itself, the configuration file and a readme.pdf . It does not include the OMAP overclok program, but I have it here for you:
http://htcwizard.westlands.org/wp-content/uploads/2006/02/OmapClock.exe
2. More MDA Vario Settings to Alter:
Word
Open Word
Menu>Options
Check the box “Save to storage card”
Other Settings
Check the box “Remove from display” (start>settings>today)
Check box “Cleartype”
Start>Settings>Personal>Input>Word Completion>Uncheck “Suggest words when entering text”
Start>settings>Personal>Menus: select which 7 programs you want listing in the start menu
Start>settings>Personal>Owner Information>Set Stuff in Identification; also look at “Notes” and “Options” tabs
Start>Settings>Personal>Today>Items tab: Decide which programs you want in “Today” screen
start>settings>system tab>Regional Settings>Choose your location
Start>Settings>Systems Tab>Screen>Cleartype tab>Enable ClearType
Registry Tweaks
(If you have installed RegistryWizard, you don’t need to read this section as you can do it all easily from that program)
These are all quotes I've compiles from other forums. I think I've done most of these and they work. Select whichever you would like to apply to your MDA device. You're going to need a registry editor. I strongly recommend Vidya Pocket Registry Editor. After you have made all the changes you want, soft reset the device to get them to “kick in”.
Improve Performance Generally
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\CacheSize=8192
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\EnableCache=1
HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize=8192
HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\
MSFlash\FATFS\Filters\DataCacheSize=8192 [this needs adding]
HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS\Flags=40 [this needs adding]
All values are D-values
Caps/Shift Keyboard Notifier on Screen
Go to:
\HKCU\ControlPanel\Keybd
Create the registry entry called EnableIndicator and assign the DWORD value of 1
After soft-resetting the device, an indicator will appear next to the keyboard icon on the bottom of the screen! Tapping the Shift key shows a "C" while tapping the Dot key shows a dot! Very cool!
Keep the GPRS Connection Active At All Times
Remember, you’re only paying for the amount of data that is transferred; so why not keep the GPRS connection active all the time rather than waiting 1-2 mins for the device to connect every time you want to browse the net? You don’t pay anything for an active GPRS connection when you are not in internet explorer.
HKLM\Comm\ConnMgr\Providers\{7C4B7A3...}\Connections\GPRS...\
change value "AlwaysOn" from 0 to 1
Store Internet Clutter on Your SD Card to Save Device Memory
Put IE cache on storage card instead of memory; this increases the performance of your device. This hack will increase your available ROM memory and people have reported storage gains of over 9 mb. You will need to have a storage card with some free memory installed to utilize this hack.
First open up internet explorer and navigate Menu>Tools>Options>Memory
Press the delete files button to clear the cache
Press delete the cache
Press delete the history
Then open up file explorer from the programs folder in the start menu.
Navigate to the Storage Card and make sure that you are in the base directory of the card.
Then create an I.E. folder and within that folder create a folder called “cache” and “history”
Open up a registry edit program
Navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache"
Change the default value "\Windows\Profiles\Guest\Temporary Internet Files" to "\Storage_Card\ie\cache"
Change the other values in the Shell Folders section of the registry to the folders you created and then soft reset.
Be warned that you will create errors in I.E. if you do not have a storage card inserted with those directories on it while you are surfing from now on.
Get a Different GPRS/EDGE Icon
Registry: HKLM\Drivers\BuiltIn\RIL
Key: EnableDifferGprsEdgeIcon (dWord)
Value: 0 = disabled
1 = enabled
Disable SMS Received Notification – switch it off if it annoys you
Hkey_current_user\software\microsoft\inbox\settings\SMSDeliveryNotify
Change Dword: 1 0=off
Disable Message Sent Notification
Registry: HKLM\Software\Microsoft\Inbox\Settings
Key: SMSNoSentMsg (dWord)
Value: 0 = disabled
1 = enabled
Turn On GPS Application (GPS not GPRS ie Navigation Stuff)
First of all, your MDA does NOT have GPS built-in; let's make that clear from the start.
However, Windows Mobile 5.0 includes a GPS Control Panel for ease of configuring Bluetooth GPS devices. This includes creating 'virtual ports' so that multiple programs can access the same NEMA GPS stream from said BT/GPS device. This is helpful for anyone who uses GPS for Navigation, War-Driving and lots of new emerging location-based programs which use GPS information available to your MDA.
Unfortunately, the Registry Wizard for tweaking the MDA available in this FAQ and over at xda-developers does not work with the T-Mobile ROMs. You have to manually edit the registry by following these instructions:
Go to: HKEY_LOCAL_MASCHINE\ControlPanel\GPS Settings
Delete the DWORD marked "hide"
Add a DWORD called "Group" and give it the value of "2"
The GPS panel will now show up in your connection settings
***Note: You must delete 'Redirect' and 'Hide' keys completely***
Soft restart, wait 30 seconds, restart and viola, GPS Control Panel is now enabled.
NB 2=show; 1=hide GPS icon
How I set-up (after BT pairing with the GPS)
Open the new GPS Icon, I then set my GPS Settings on the MDA for 'GPS Program port:' to COM8 (the 'virtual port' for your programs to access the same GPS data) .
Then set the 'GPS hardware port:' to COM6.
Also set the Baud Rate to 9600 (default for my BT/GPS unit)
Check the box 'Manage GPS automatically'.
I'm using WiFiFoFum2, Socket MyNavigator and VisualGPSce to simultaneously run utilizing my BT GPS device. It works flawlessly.
Enable 802.11g WIFI Speed (rather than the default 801.11b)
For more info:
http://forum.xda-developers.com/viewtopic.php?t=38898
1) Locate the following key: HKEY_LOCAL_MACHINE\COMM\TNETWLN1\PARMS
2) Add the following key:
name: dot11SupportedRateMaskG
D value: 8
Glyph Cache
Your MDA uses a section of the memory called glyph cache to store your fonts' glyphs and other graphical outputs for things like gaming. You can modify standard graphic rendering so that games run more smoothly with faster graphics. Noted improvement especially for racing, action and arcade games.
Enable Cleartype in Landscape mode
Clear type smoothes the edges of screen fonts for many programs to make reading easier and make your device appear more slick. You can turn this on by going to Start>Settings>Systems Tab>Screen>Cleartype tab>Enable ClearType
However, if you view anything in Landscape mode (by opening the keyboard for instance); for some reason, landscape doesn’t work in this mode. To enable it in landscape mode too, do this to the registry
HKLM\System\GDI\ClearTypeSettings
Key: OffOnRotation (string)
Value: 0
(NB 0 = on; 1 = off)
Hide SIM contacts
Registry: HKCU\ControlPanel\Phone
Key: ShowSim (dWord)
Value: 0 = hide
1 = show
Alter Horizontal Scrollbar Width
Registry: HKLM\System\GWE
Key: cyHScr (dWord)
Value: 13 = default
Alter Vertical Scrollbar Width
Registry: HKLM\System\GWE
Key: cxVScr (dWord)
Value: 13 = default
Alter Taskbar Date/Time
Registry: HKLM\Software\Microsoft\Shell
Key: TBOpt (dWord)
Value: 0 = Nothing
1 = Time
2 = Date
3 = Time and date
Enable Bluetooth Receive
Registry: HKLM\Software\Microsoft\Obex
Key: IsEnabled (dWord)
Value: 1 = enabled
2 = disabled
Increase Font Cache
Registry: HKLM\System\GDI\SYSFNT
Key: CS (dWord)
Value: 0 (Default)
4096
8192 (preferred)
16384
Store Internet Clutter on Storage Card
Registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\shell Folders
Key: Cache (string)
Value: \Storage Card\Temporary Internet Files
\Windows\Profiles\guest\Temporary Internet Files
Disable IE background sounds
Registry: HKCU\Software\Microsoft\Internet Explorer\Main
Key: Play_Background_Sounds (dWord)
Value: 1 (Default)
0 Disabled
Alter the Default Input Method
Registry: HKCU\ ControlPanel\SIP
Key: DefaultIM (string)
Value:
Keyboard {42429667-ae04-11d0-a4f8-00aa00a749b9}
Letter recogniser {42429690-ae04-11d0-a4f8-00aa00a749b9}
Block recogniser {42429691-ae04-11d0-a4f8-00aa00a749b9}
Transcriber ***0034DD0-2AD4-11d1-9CB0-E84BE8000000}
Phone pad {51A2CB38-154E-4C92-A625-A83871C99EC2}
OTHER USEFUL THINGS YOU SHOULD KNOW
Changing the Clock
You can change out of 24 hour clock mode by going to regional settings and choosing a non-capitalized option like hh:mm:ss
Switching between vibrate and ring mode
Hold down the Comm Manager button for a second or two on the side of the device above the volume slider. This will toggle the unit between silent (with vibrate) and your regular ringer on settings.
What do the LED lights on the front indicate?
Left LED:
Blinking blue - bluetooth enabled
Blinking green - Wifi enabled
Right LED:
Blinking green - Phone enabled
Blinking orange - Battery Low
Solid orange - Charging Quote:
Note: the right led blinking orange could also mean that you have an alert in addition to the low battery. It is dependant on how you set up your notifications.
Installing Your Own Sounds for Ring Tones, Alarms and Notifications
You need to have a set of “ring tones” and “alarms and notification sounds” in two separate folders to begin with on your PC.
Make sure those in” ring tones” are in mp3 format
Make sure those in “alarms and notifications” are in wav format
Connect and synchronise your device with the computer
On your PC:
Open the ring tones folder
Copy the mp3 files you want
On ActiveSyn, Click on Explore>My Device>Windows>Rings Folder
Paste them there
On your PC:
Open the “sounds and notifications” folder
Copy the wav files you want
On ActiveSyn, Click on Explore>My Device>Windows
Paste them there
That’s it. Now you should see them all. If you can’t see one or two, it is probably because they are too big in size.
Also I neglected to mention that you can load them on the minisd card (obviously if you have one) to the root folder and they will work. To change it to your new ringone, go to settings > sounds and notifications > notifications tab > change the event to incoming call check play sound and select the sound
Bluetooth Messaging
I've seen people send and receive messages via bluetooth with regular phones like Nokia, and I was wondering whether this is possible with a T-Mobile Vario (Windows Mobile 5). Would I need to install any application for this? Thanks.
Well i think theyre not really sending SMS Messages.. these are actually Notes. You don´t need a program for it. Just create a new Note/Text-File and send it via Bluetooth!
I hope this document has proved useful.
this is a very very nice guide to wizard starters
That's great! Good work.
Superb!
This is great for new users!
mehayuk said:
Bluetooth Messaging
I've seen people send and receive messages via bluetooth with regular phones like Nokia, and I was wondering whether this is possible with a T-Mobile Vario (Windows Mobile 5). Would I need to install any application for this? Thanks.
Well i think theyre not really sending SMS Messages.. these are actually Notes. You don´t need a program for it. Just create a new Note/Text-File and send it via Bluetooth!
Click to expand...
Click to collapse
Very useful guide thanks
the bluetooth app for sending messages and bluejacking is here:-
http://www.modaco.com/index.php?showtopic=241921&st=0
or like you say you can send text files via bluetooth
R
help
How do you install .cab files?
Re: help
diesel1218 said:
How do you install .cab files?
Click to expand...
Click to collapse
ActSync them to your device and run them using file manager.
Re: help
diesel1218 said:
How do you install .cab files?
Click to expand...
Click to collapse
1. Open the Drawer.
2. Place Manila Folder in the Drawer.
3. Close the Drawer.
Now it isn't always this easy. If there is securoty in place you will probably need a key or combination to unlock the Drawer before you can open it.
Also, these instructions assume that you have enough space in the Drawer for the Manila Folder and that you don't need to install any "Hanging Device" as it is already installed if needed.
Excellent read
This was a really helpful guide thanks so much for taking the time and care to produce something so readable and useful.
Two things don't make sense to me:
What is the benefit of having a backup that doesn't include my PIM data? Also, even if I could see the point I don't know how to do it. The moment I started installing my "essentials" was the moment that ActiveSync synced all of my PIM data.
Why backup before tweaking the registry? Wouldn't you want these included in the backup so that you only have to do them once?
reg editor on sd card?
do i install the registry editor on the sd card or directly on to the device?
thanks!
does it will work US T-Mobile MDA (not Vario)? thanks
I think we should all help and contribute to updating this. This is a VERY useful guide...as I've only had my MDA for 4 days and I'm learning more and more everday. ..
Re: reg editor on sd card?
simshady said:
do i install the registry editor on the sd card or directly on to the device?
thanks!
Click to expand...
Click to collapse
Either should be fine for programs like that. Generally anything that runs on the today screen should be installed directly to the device, most other programs are OK on a storage card. There are exceptions....best bet is to just give it a try
Bluetooth Messaging
I've seen people send and receive messages via bluetooth with regular phones like Nokia, and I was wondering whether this is possible with a T-Mobile Vario (Windows Mobile 5). Would I need to install any application for this? Thanks.
Well i think theyre not really sending SMS Messages.. these are actually Notes. You don´t need a program for it. Just create a new Note/Text-File and send it via Bluetooth!
If u r still interested
Using "btCrawler" might be solution. Search for in this forum or google I do not remember right now..
That's great mehayuk!!
Very useful!
As you seem quite clued up with tweaks and stuff, u may be able to help me on a couple of other things. (I'm only a n00by!)
I'm left handed, so using the stylus on the scroll bar is fiddly. Is there a registry hack/tweak to swap it to the LHS?
Is there a program to manage GPRS/WIFI more effectively? When I use my mobile at home I connect it to my wifi network to browse the net or go on IM (if I can't be bothered booting up PC etc). Yet my phone still wants to connect to GPRS! Even tho it's got a perfectly good source for checking my emails/browsing etc....
Hope u/someone can help, and thanks again for the guide, you must've put a lot of effort in.
Chewy
Fantastic guide, thanks.
Matt (about 10 days old in the Wizard world - and already my wife hates me/it! lol)
You are a genius for taking the time to make such a long and detailed guide. I wish you had made it a few months before you did because I had to learn it all the hard way
A new user is always lost at first and this guide really puts them onto the right track. Good work!
Smartskey Quirk
For an otherwise outstanding product, you would think they could find a way to make the program memory resident (in other words, not have to be reset every time you do a soft reset). And no, I don't feel like spending more money for memmaid, I already bought more software than I should have to make this thing work the way I want it too.
How can I alter my registry to make this reload on bootup?
Smartskey Quirk
For an otherwise outstanding product, you would think they could find a way to make the program memory resident (in other words, not have to be reset every time you do a soft reset). And no, I don't feel like spending more money for memmaid, I already bought more software than I should have to make this thing work the way I want it too.
How can I alter my registry to make this reload on bootup?
smartskeys link is dead
hi. i"ve been trying to download smartskeys forever and it keeps giving me the "404 Not Found
The requested URL /wp-content/uploads/2006/02/smartskey0.4.zip was not found on this server."
incase it matters, I registered with xda and I'm signed in when i hit the download link. any suggestions?
thanks, adam
Hi!
I did the oficial ROM upgrade and everithing seems to work fine except that i can't seem to find the GPS anywhere?
Can anyone help me?
Thanks,
JP
Hiden GPS Icon
Having tried the new HTC rom I found that the GPS WAS enabled (Tried it with Tomtom 6) but the GPS Icon in the settings menu is still hidden.
To enable/unhide the icon use a registry editing program and change the numerical value of the DWORD string that reads 'HIDE' from '1' to '0', then soft reset the device.
There are a couple of threads that can explain how to do this in more detail elseware on this forum.
1.
Sometimes GPS takes too long to fixup
Hi!
I discover the problem. Sometimes the GPS takes 10 or 15 minutes to fixup!!! I've read that this is a known problem without solution.
Thanks anyway.
JP
jpierre70 said:
Hi!
I discover the problem. Sometimes the GPS takes 10 or 15 minutes to fixup!!! I've read that this is a known problem without solution.
Thanks anyway.
JP
Click to expand...
Click to collapse
Not first fix, on clear sky, without moving during fix? I've read only one complaint, and it didn't say the conditions that made that fix so long.
devious246 said:
Having tried the new HTC rom I found that the GPS WAS enabled (Tried it with Tomtom 6) but the GPS Icon in the settings menu is still hidden.
To enable/unhide the icon use a registry editing program and change the numerical value of the DWORD string that reads 'HIDE' from '1' to '0', then soft reset the device.
There are a couple of threads that can explain how to do this in more detail elseware on this forum.
1.
Click to expand...
Click to collapse
In the regisrty there are a lot of folder wich one contain the DWORD?
if this is your level of understanding of the registry I strongly suggest you DO NOT try and modify until you thoroughly research it!
You may end up having to hard reset your device.
I already modify it last time but i forgett where theDowrd is..Under wich menu on the registry
OK Brigate- sorry just wanted to warn you!
I would do a search- this took me 10 nano seconds ;-) It's quicker than posting and waiting for a reply.
/snip
HKEY_LOCAL_MASCHINE\ControlPanel\GPS Settings
Add a DWORD called "Group" and give it the value of "2" (dec) keep the Hide key but change the value to 0 and delete the redirect value and soft reset
If you have a GPS device, you can add a GPS settings icon to your Start > Settings menu using:
HKLM\ControlPanel\GPS Settings\Group = 2 (DWORD decimal)
HKLM\ControlPanel\GPS Settings\redirect <-- delete, or rename, this value
Note that '2' stands for the Connections tab, '1' is System and '0' would be Personal
Note also that this has reportedly disabled one person's USB connectivity. To restore, set "GPS Program Port = None", "GPS Connection Port = None", "Automatic GPS Management = on"
/ snip
This rings a bell- I tried it a long time ago on my M600 thinking the icon would help (it just stopped my BT GPS working!)
Well thx a lot
I use resco to modify the register but every time i do a softreset it returns all as default... So at last i can`t get the GPS ICON
BrigateGB said:
I use resco to modify the register but every time i do a softreset it returns all as default... So at last i can`t get the GPS ICON
Click to expand...
Click to collapse
JUST TRY IT A SECOND TIME, I HAD THE SAME PROBLEM,
IS THERE A WAY TO TURN GPS OFF. I LIKE TO USE THE BLUETHOOT UNIT
BrigateGB said:
I use resco to modify the register but every time i do a softreset it returns all as default... So at last i can`t get the GPS ICON
Click to expand...
Click to collapse
Don't soft reset the phone, power off and on after by pressing the power button on the side until a question shows in the screen.
I found a programm for Trinity it´s Trinity Hacks and it do this.... So thx for the trick
Hi,
I think (better I hope) I have found a solution for the "HTC looses HTTP proxy settings for WiFi connections". Probably you have already noticed, that the HTTP proxy setting for a WiFi connection (e.g. configured using "Work" connection setup) is lost after closing and reopening the connection configuration dialog.
During my investigations I found, that the registry snapshots, shortly taken after entering the proxy and after reopening the configuration settings again, were nearly identical. There was no clue, that the configuration program itself reversed the settings, so there was a high feasibility, that the problem is either the entry or the re-read into/out of the registry.
The problem seems to be, that the configuration program does enter the proxy setup in a wrong format. Whereas the "type" parameter should be set to "1" (HTTP) the configuration setup sets this to "0" (null proxy).
So in order to reverse this one has to change the registry (e.g. using PHMRegedit) by performing the following procedure:
1) Go to
HKLM\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}
2) Locate your proxy setup (key starts with HTTP-{xxxxxxx})
3) Change the "type" value to "1"
For PocketIE the parameter "EnableAutoDetect" in HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings (Note: There is no space in the key, don't know, why this forum inserts one) should be either not there (default) or set to 1.
Please double check and let me know. Keep in mind, that your settings may get lost, every time you tamper with the connection configuration program. Probably somebody could provide an OMA Provisioning CAB (_Setup.xml with CM_ProxyEntries and stuff).
EDIT: CAB attached. The contained _Setup.xml connects WORK (SrcID) with WiFi (DestId) using the specified proxy. Taylor it to your needs. Don't forget to "makecab /D COMPRESS=OFF _setup.xml ProxyOn.cab" (Note: COMPRESS=OFF) and ActiveSync it to your device. Tap it to "install". Save the cab for other uses.
EDIT II: Registry key fixed...sorry....
Regards
Neil
i hope this works, ill give it a go when i have time.
It works - great.
Thank you
Andre
I tried the proposed solution, using the .cab file and also by hand, without success.
My regietry key defining the proxy has type=1, but still does not connect...
Sorry, It works when conneting through activesync, but not through wifi.
Does anybody know where is the "intelligence" that decides which connection to use? Is it in the registry?
You have to ensure:
a) Your WiFi board connects to Work, not to Internet
b) Both connection setups must point to Work
The providec cab connects Wifi with Work and configures the proxy.
Hi, neil,
Thanks for the quick response. I did check that the card points to Work, and both connection set ups point to my work network. When editing the connections, I can see that the proxy is well defined. If I enter the registry, I can also see the proxy definition and "enable=1", "type=1". But still PIE hangs in "locating..."
Now, I run the .cab file with wifi "on"...
Probably something is wrong with your proxy. Fortunately I have a transparent proxy up and running. 141.39.43.185 port 8080. Try it. I'll see you
BTW: Sometimes a softreset does make wonders...
Regards
Ah, and don't forget: Whenever you open your devices proxy configuration and closes it again, the proxy config is messed up again by HTC.
Regards
Will try and provide feedback, but, What do you mean by try the transparent proxy? Shoul i define that proxy?
I din know about soft resets. I have even done a hard reset so I am now traying with a fresh registry... Have not ASed yet. But I wonder, Is there a key in the registry that defines which are the correct connections? Or is it all done via SrcId and DestId?
One more thing. I tried to change the proxy definition in your cab file. Extracted the setup, changed it and winrared it back... but this new cab will not install. My proxy is 192.168.0.254:8080...
Sorry for beeing not specific enough: Yes, please define that proxy. Transparent was meant in the sense of "does nothing than transfer back and forth"
Concerning repacking: Use makecab not rar. And don't compress.
SrcID and DestID makes the thing. This GUIDs haven't changed since the very first version of WM
Regards
Tryied my own cab file and worked... only once. It's lost again. Soft reset and will recheck. Thanks for the support
I can not make it connect anymore.
I run the cab file without success. What should the sequence be?
1.- set both connections to "my work network"
2.- open PIE
3.- run the cab file?
In Mobile 6.1 the settings stays but PIE doesn't use the the proxy configuration for some reason.
I'm experimenting with this. Making progress. But I'm still having some difficulty.
I think my Socks proxy port is not getting set right. I'll post back how it is going, but does anyone have thought about the Socks?
[EDIT]
Well, I had hooked up once (or maybe it was reading cache).
Anyway, I'm not having luck. It looks like the settings are right.
One thing I do notice, is that the WAP one, the Type is 2, and the Socks the type is 4, if that makes any difference. But the type for the HTTP one is 1, and the setting for IE looks correct to.
ewingr said:
I'm experimenting with this. Making progress. But I'm still having some difficulty.
I think my Socks proxy port is not getting set right. I'll post back how it is going, but does anyone have thought about the Socks?
[EDIT]
Well, I had hooked up once (or maybe it was reading cache).
Anyway, I'm not having luck. It looks like the settings are right.
One thing I do notice, is that the WAP one, the Type is 2, and the Socks the type is 4, if that makes any difference. But the type for the HTTP one is 1, and the setting for IE looks correct to.
Click to expand...
Click to collapse
With the downloaded cab, extract the file (may use winrar), change it to your liking and makecab again (no compression).
neil.young said:
Hi,
I think (better I hope) I have found a solution for the "HTC looses HTTP proxy settings for WiFi connections". Probably you have already noticed, that the HTTP proxy setting for a WiFi connection (e.g. configured using "Work" connection setup) is lost after closing and reopening the connection configuration dialog.
During my investigations I found, that the registry snapshots, shortly taken after entering the proxy and after reopening the configuration settings again, were nearly identical. There was no clue, that the configuration program itself reversed the settings, so there was a high feasibility, that the problem is either the entry or the re-read into/out of the registry.
The problem seems to be, that the configuration program does enter the proxy setup in a wrong format. Whereas the "type" parameter should be set to "1" (HTTP) the configuration setup sets this to "0" (null proxy).
So in order to reverse this one has to change the registry (e.g. using PHMRegedit) by performing the following procedure:
1) Go to
HKLM\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}
2) Locate your proxy setup (key starts with HTTP-{xxxxxxx})
3) Change the "type" value to "1"
For PocketIE the parameter "EnableAutoDetect" in HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings (Note: There is no space in the key, don't know, why this forum inserts one) should be either not there (default) or set to 1.
Please double check and let me know. Keep in mind, that your settings may get lost, every time you tamper with the connection configuration program. Probably somebody could provide an OMA Provisioning CAB (_Setup.xml with CM_ProxyEntries and stuff).
EDIT: CAB attached. The contained _Setup.xml connects WORK (SrcID) with WiFi (DestId) using the specified proxy. Taylor it to your needs. Don't forget to "makecab /D COMPRESS=OFF _setup.xml ProxyOn.cab" (Note: COMPRESS=OFF) and ActiveSync it to your device. Tap it to "install". Save the cab for other uses.
EDIT II: Registry key fixed...sorry....
Regards
Neil
Click to expand...
Click to collapse
Hi, Neil
Have you noticed the key "Modified"? If no wifi network is selected, this key seems to be "0", but when a wifi network is connected, it changes to "1"...
javes said:
With the downloaded cab, extract the file (may use winrar), change it to your liking and makecab again (no compression).
Click to expand...
Click to collapse
Hi Javes
That is what I'm doing. The only mod I made to the file was I changed the Proxy address to the DNS name of our proxy here at work.
What I"m finding is that the key is going in with Type set to 0, even though the XML file has 1 in it.
I'm also noticing that there is another HTTP characteristic with my Proxy (I'm guessing likely from setting in Conn Manager, with my Proxy, and a type of 0, so I have manually set both it and the one added by XML to a type of 1.
After that, still does not connect. I soft reset, and they are back to 0.
So, I went into Connection manager, and deleted references to Proxy,and turned off Proxy, and ran DClicked the Proxy cab again. The settings went in with 1, doesn't connect, and I get a popup that says "Cannot connect with current connectin settings"
So, I soft reset again, and it's back to 0.
So I went into connections, set Proxy to ON, but no proxy settings. Ran the XML file, still no connection.
I think I have a gremlin that won't let mu connect on the public at work. Interestingly, one day a copule weeks ago I was successful connecting...until a soft reset later that day. I had set EVERY item with my work Proxy: HTTP, WAP, SOCKS, and SECURE WAP.
ewingr,
I am no expert at all and have no solutions. Like you, I followed the original instructions about the cab file, with results similar to yours. I've been able to connect on two different occasions, but these connections only last for a minute. After this minute, connection is impossible for me, with resets, re-cabs and the lot. Lets wait until someone more knowledgeable drives us to success...
In the meanwhile, I will keep trying different things.