Go Back   xda-developers > Windows Mobile Development and Hacking > Windows Mobile Apps and Games


Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th December 2006, 07:46 PM
danielherrero's Avatar
danielherrero danielherrero is offline
Senior Member
 
Join Date: Oct 2006
Location: Madrid
Posts: 2,591
Default today plugin to switch between WCDMA and gsm

Hi.
My battery drains very quickly in my area (HSDPA). But if i force GSM then the battery lasts two or three days and i only need hsdpa 3 or 4 times by day, for example

2009-11-27 (V2.8)
1) Compatibility with new Bluetooth Widcomm stack (HTC Touch Pro2, HTC Touch HD2, etc);
2) Compatibility to switch band with HTC Touch HD2
3) Compatibility to switch band with Toshiba TG01
4) switching is faster because now I dont turn radio off, just unregister and register from network. No need to enter automatically PIN code too.

2007-09-25 (V2.4.2)
Compatibility with Kaiser
Changes in 1.2.3:
Fix a bug in 1.2.1-1.2.1. Auto mode didnt work properly and switch delay action too.

Changes in V1.2.2 :
Some GSM operators intercepts http not found requests and redirects to help pages. It can cause unknown effects on bandswith who tries to look for the version number in the response stream.....

Changes in 1.2.1:

Buffer overrun bug in devices with very long radio manufacturer name (caused bandswitch fall).
Bandswith now detects if is running on WM5 or WM6 so now only switch twice if switching from GSM to UMTS band in WM6 devices. So now one only version for WM5 and WM6
Dual line support with two pin codes.
If the password(s) is/are incorrect the device will sound and vibrate and show Pin Page.
Pin enable user: remember to enter pin(s) again after reinstall.
Attached Images
File Type: jpg pc_capture1.jpg (75.8 KB, 3870 views)
Attached Files
File Type: cab BandSwitch.V2.8.CAB (214.9 KB, 1569 views)

Last edited by danielherrero; 27th November 2009 at 07:59 PM..
Reply With Quote
Sponsored Links

  #2  
Old 17th December 2006, 08:38 PM
shogunmark's Avatar
shogunmark shogunmark is offline
Moderator
 
Join Date: May 2006
Posts: 2,953
Default

Quote:
Originally Posted by danielherrero View Post
Hi.
My battery drains very quickly in my area (HSDPA). But if i force GSM then the battery lasts two or three days and i only need hsdpa 3 or 4 times by day, for example when i surf the web or read the news. And with gsm i can use real mail but with hsdpa the battery is empty in 5 or 6 hours. I am looking a tool to switch between gsm and hsdpa in today screen. I know that i can do it in phone/options/band but it's very boring. Can someone help me?. If now i will write a little program (today plugin) and i will post it.
Thanks
as far as i know nothing like this exists
__________________
HTC TyTN II Kaiser
Rom: Shogun Rom of Death
Quote:
Originally Posted by y2kalpha
What is "power cycling"? How do you do it.
Thanks again
My Cab repository
Donate to XDA here
www.BoyGeniusReport.com
Donate some beer $$
Reply With Quote

  #3  
Old 17th December 2006, 09:52 PM
doedoe's Avatar
doedoe doedoe is offline
Senior Member
 
Join Date: Oct 2006
Posts: 182
Default

Cool Idea.

This is shouldnt be that difficult to achieve...

Use SetHSDPA.exe and link it to the Wireless Manager today plugin. Then everytime you tap the wireless plugin it then turns on/off the HSDPA functionality?
Reply With Quote

  #4  
Old 17th December 2006, 09:56 PM
pof's Avatar
pof pof is offline
Moderator
 
Join Date: Mar 2005
Location: Barcelona
Posts: 3,567
Default

AFAIK band selection can be done changing a setting in registry, so this can be done with mortscript.
Reply With Quote

  #5  
Old 17th December 2006, 10:15 PM
marsb007 marsb007 is offline
Member
 
Join Date: Jun 2006
Posts: 39
Default

1. google SKSchema... it's a program which will allow you to do this (it's not free, but i think the price is awesome for what you can do with it), and download it.

2. Download these scripts that someone else made...

3. Drop the scripts in the \Windows\Start Menu\Programs\sScripts directory

4. Go to your phone's Settings, and choose Menu

5. Scroll down and select any of the new scripts (I am personally using the toggle script).

**alternatively, you can assign a button to it

***additionally, I use this program's Soft Reset feature to automatically soft reset my phone at 5 in the morning to make sure that when i get up in the morning the phone had a chance to reboot and has a fresh start...

hope this helps!
Attached Files
File Type: zip GSMscripts.zip (714 Bytes, 1012 views)
Reply With Quote

  #6  
Old 17th December 2006, 10:41 PM
wimpy wimpy is offline
Member
 
Join Date: Dec 2005
Posts: 36
Default

Quote:
Originally Posted by marsb007 View Post
1. google SKSchema... it's a program which will allow you to do this (it's not free, but i think the price is awesome for what you can do with it), and download it.

2. Download these scripts that someone else made...

3. Drop the scripts in the \Windows\Start Menu\Programs\sScripts directory

4. Go to your phone's Settings, and choose Menu

5. Scroll down and select any of the new scripts (I am personally using the toggle script).

**alternatively, you can assign a button to it

***additionally, I use this program's Soft Reset feature to automatically soft reset my phone at 5 in the morning to make sure that when i get up in the morning the phone had a chance to reboot and has a fresh start...

hope this helps!
Does this solution allow you to switch between 'U' and 'G' on the fly? Meaning it does not need to close one connection to achieve the other and vice-versa.
Reply With Quote

  #7  
Old 17th December 2006, 10:57 PM
marsb007 marsb007 is offline
Member
 
Join Date: Jun 2006
Posts: 39
Default

as far as i can tell from the script it turns on flight mode, toggles between 3g/Edge, depending on which one you had originally when the script was run (by changing the registry settings), and then turning flight mode off...

your phone will search for signal as it normally would...

the whole process takes about 20-25 seconds.

Give skschema a try. They have a trial, so you can try before you get it if you decide to get it. There is also a Today plugin, although i've never used it, so i can't give any input as to how good it is.

Last edited by marsb007; 17th December 2006 at 11:10 PM.. Reason: more information
Reply With Quote

  #8  
Old 17th December 2006, 11:29 PM
shogunmark's Avatar
shogunmark shogunmark is offline
Moderator
 
Join Date: May 2006
Posts: 2,953
Default

in my experience with the phone, any time you change the band selection the phone goes into flight mode
__________________
HTC TyTN II Kaiser
Rom: Shogun Rom of Death
Quote:
Originally Posted by y2kalpha
What is "power cycling"? How do you do it.
Thanks again
My Cab repository
Donate to XDA here
www.BoyGeniusReport.com
Donate some beer $$
Reply With Quote

  #9  
Old 18th December 2006, 01:25 AM
dherrero dherrero is offline
Senior Member
 
Join Date: Dec 2003
Location: Madrid
Posts: 308
Default The program is finished and working

Ok. The program is finished.
1) Put it in rom.
2) Create a shortcut and put it in \windows\startup directory.
3) Then you will see a circle icon at botton.
. White circle means Auto mode.
. Green circle means GPRS mode (2g).
. Red circle means UMTS/HSDPA mode(3g).

Tapping this icon a window is showed and you can click one of the next buttons:
auto: Sets auto mode.
GSM: Sets gsm mode.
UMTS: Sets 3g mode.
Close: closes the program.

Then the registry key \\SOFTWARE\\OEM\\UMTS\\OpMode is changed and the radio is reseted. And thats all.
Enjoy it...
Attached Images
File Type: jpg pc_capture_auto.jpg (47.2 KB, 2341 views)
File Type: jpg pc_capture_gsm.jpg (47.2 KB, 1530 views)
File Type: jpg pc_capture_umts.jpg (47.3 KB, 1544 views)
File Type: jpg pc_capture_screen.jpg (48.4 KB, 2174 views)
Reply With Quote

  #10  
Old 18th December 2006, 01:31 AM
Pita^Norf Pita^Norf is offline
Junior Member
 
Join Date: Dec 2006
Posts: 6
Default

Quote:
Originally Posted by dherrero View Post
Ok. The program is finished.
1) Put it in rom.
2) Create a shortcut and put it in \windows\startup directory.
3) Then you will see a circle icon at botton.
. White circle means Auto mode.
. Green circle means GPRS mode (2g).
. Red circle means UMTS/HSDPA mode(3g).

Tapping this icon a window is showed and you can click one of the next buttons:
auto: Sets auto mode.
GSM: Sets gsm mode.
UMTS: Sets 3g mode.
Close: closes the program.

Then the registry key \\SOFTWARE\\OEM\\UMTS\\OpMode is changed and the radio is reseted. And thats all.
Enjoy it...
Is the program supposed to be attached somewhere?
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:08 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.