IGO Plus and volume control - Tilt, TyTN II, MDA Vario III General

Does anyone else have a problem with the sound control using IGO My way 2006 plus?
I can turn up the volume using the left OK button, but for the life of me I can't find a way to turn down the volume without going into the settings.

I don't think there is a way without going into the settings. igo was written before the tytn ii came out, so the button mappings dont seem right to me (compared to how it worked on my old tytn I)
On another note, do you find that, if you have had the phone turned on for a while, Igo will not run and you have to reset the phone (or power cycle it)? The only reason I can think for this is that perhaps it's down to memory fragmentation, and Igo requires a large unfragmented chunk to run?

Hi Chaps,
That's a pity, I was hoping someone had a workaround for it.
I did have to soft-reset IGO sometimes to get it running smoothly again, but I use MemMaid and SBP Plus now and don't have the problem anymore.

i found the solution today,just put this file into data.zip in directory config and replace the old one
then you can have the hardware IE BUTTON and the envelope button as volume up/down.

mastelos said:
i found the solution today,just put this file into data.zip in directory config and replace the old one
then you can have the hardware IE BUTTON and the envelope button as volume up/down.
Click to expand...
Click to collapse
Thanks for the post mastelos, I tried it but it doesn't work, it hangs on loading every time.
Works fine when I put the old zip back though.

Dave... said:
Thanks for the post mastelos, I tried it but it doesn't work, it hangs on loading every time.
Works fine when I put the old zip back though.
Click to expand...
Click to collapse
it works for me and others too here,i can't understand why not working with yours.
1.you unzip the default file "data.zip" and u can see a directory named "config"
inside you find the file keybind.txt,save it to another location to your pc and put the file i send.
after zip again all the files to one call "data.zip" and put it again in storage/igo
before you can delete the file device.nng in your igo directory,do not worry after you open igo again, this file will be create automaticaly.
2. alternative you can download my "data.zip" from the official Greek igo forum
http://www.igomyway.gr/forum/showthread.php?t=64
I hope i help you and sorry for bud english

Hi mastelos,
I tried it again but it does not work for me? thanks anyway.

Hai !
I use the wheel for volume control. Just put:
UP="VOLUMEUP"
DOWN="VOLUMEDOWN"
in your keybind.txt
greetz
flushbeer

flushbeer said:
Hai !
I use the wheel for volume control. Just put:
UP="VOLUMEUP"
DOWN="VOLUMEDOWN"
in your keybind.txt
greetz
flushbeer
Click to expand...
Click to collapse
can you describe how do do that again. I saw the keybind.txt that the previous poster put up earlier, but i'm not exactly sure where i'm supposed to put "UP='VOLUMEUP' DOWN='VOLUMEDOWN' '" at. I dont really want to guess and mess up my phone. Please help, because i've been searching for a way to use the scroller as volume control. Help me, you're my only hope.

Hi !
Take your data.zip and look for keybind.txt. It's located in the config-directory.
With winrar you can edit this file directly in the zip. Or you drag the file out, edit and drop in again.
In the [default] section you find many keybindings. There you can put these two lines in.
greets
btw: just backup your old data.zip then nothing can go wrong ;-)

flushbeer said:
Hi !
Take your data.zip and look for keybind.txt. It's located in the config-directory.
With winrar you can edit this file directly in the zip. Or you drag the file out, edit and drop in again.
In the [default] section you find many keybindings. There you can put these two lines in.
greets
btw: just backup your old data.zip then nothing can go wrong ;-)
Click to expand...
Click to collapse
Umm...i'm either 1) still drunk 2) just dumb or 3) simply dont know what you're talking about. but i can't find the config directory, where's it at? i know w/ commander you can see a many windows folders you can't see w/ file explorer...do i need TC to see this folder?

Okay again...
You have a data.zip in your igo-folder, right?
In this data.zip you have a config folder, right? (remember: it's a zip, so you have to look IN the zipped file)
In this config-folder you have a keybind.txt, right?
that's it ;-)

flushbeer said:
Hai !
I use the wheel for volume control. Just put:
UP="VOLUMEUP"
DOWN="VOLUMEDOWN"
in your keybind.txt
greetz
flushbeer
Click to expand...
Click to collapse
Big, great, huge! Tu genial!
You solved my old problem.
By the way, have you any idea to listen Igo's voice commands through bluetooth with my Parrot carkit? Hm?
Regards
Mikus

flushbeer said:
Okay again...
You have a data.zip in your igo-folder, right?
In this data.zip you have a config folder, right? (remember: it's a zip, so you have to look IN the zipped file)
In this config-folder you have a keybind.txt, right?
that's it ;-)
Click to expand...
Click to collapse
haha, ok...so thats the problem, i didn't even have igo. i really feel like an idiot after looking @ the topic i was posting in. i knew i was either still drunk, tired, or just dumb. i'll get that then do it right away, thanx. but does anyone by any chance know of a way to turn the scroller into volume control w/out igo?

flushbeer said:
Hai !
I use the wheel for volume control. Just put:
UP="VOLUMEUP"
DOWN="VOLUMEDOWN"
in your keybind.txt
greetz
flushbeer
Click to expand...
Click to collapse
that was my problem with iGO too : )
thanks

Old thread, new igo ;-)
For all those who want to use the jogwheel for volumecontrol on their KAISER with igo8, here my findings:
Add the following lines to the FFkeymap.txt:
[KAISER]
key = 0, 38, 131, 193
key = 0, 40, 131, 194
key = 0, 38, 132, 195
key = 0, 40, 132, 196
Then you can configure your keybind.txt, eg.
[KAISER]
C3="ZOOMIN"
C4="ZOOMOUT"
x27="ROTATERIGHT"
x25="ROTATELEFT"
C1="VOLUMEUP"
C2="VOLUMEDOWN"
It should work, as long as the last value of the "key" in decimal ist the same value in keybind.txt in hex (193 in dec=C1 in hex).
This has to be done, because the up/down buttons and the jogwheel send the same keycodes.
In this example C1/C2 configures the jogwheel, C3/C4 configure the up/down buttons.

flushbeer said:
Old thread, new igo ;-)
For all those who want to use the jogwheel for volumecontrol on their KAISER with igo8, here my findings:
Click to expand...
Click to collapse
Hey cool tip... works great on my kaiser!

flushbeer said:
Old thread, new igo ;-)
For all those who want to use the jogwheel for volumecontrol on their KAISER with igo8, here my findings:
Add the following lines to the FFkeymap.txt:
[KAISER]
key = 0, 38, 131, 193
key = 0, 40, 131, 194
key = 0, 38, 132, 195
key = 0, 40, 132, 196
Then you can configure your keybind.txt, eg.
[KAISER]
C3="ZOOMIN"
C4="ZOOMOUT"
x27="ROTATERIGHT"
x25="ROTATELEFT"
C1="VOLUMEUP"
C2="VOLUMEDOWN"
It should work, as long as the last value of the "key" in decimal ist the same value in keybind.txt in hex (193 in dec=C1 in hex).
This has to be done, because the up/down buttons and the jogwheel send the same keycodes.
In this example C1/C2 configures the jogwheel, C3/C4 configure the up/down buttons.
Click to expand...
Click to collapse
Not working for me. iGo 8.3.2.80621. Please help!

Related

{Solved}is there a way to remap PTT button??

Just wondering is anyone knows how to remap the stupid PTT button so I can use it for voice command??
I tried the PTTfix for the hermes, it disabled PTT but didn't allow me to reassign the button to anything else.
thanks,
Matt
Install Vibra Switch, then map this app to the button from the programs folder.
RemE said:
Install Vibra Switch, then map this app to the button from the programs folder.
Click to expand...
Click to collapse
I hate to ask stupid questions, but installing this app, does not seem to enable a new hardware button. I still only show a total of 5, with no option of the PTT button. I am looking at the "buttons" commandlet in settings
What am I missing?
Try AEBPlus
isnt there just a simple way to do it in the registry?
or a different way to change it?
Solved it
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys
Add a new key called 40C6
then I added a string called Name with the value Button 6
you should now be able to assign a program to PTT through settings/buttons
-------------------------------------------------------------------------
if for whatever reason if its not there yet these are all the values I have under key 40C6
(default) "path to your program in quotes"
dword: BtnWnd value=0
dword: Flags value=0
string: Name value=Button 6
string: ResetCmd value "path to your program in quotes"
string: WndCls LEAVE BLANK
if you need to enter all that, go for it, but I would assume it would work after completing the first part of this post
let me know
PS with Voice command it only works to start the program, holding the PTT button to cancel a command doesn't work for me, if anyone figures that out let me know, that would be awesome
mbritten said:
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys .....
Nice. any thoughts on push and hold?
g
Click to expand...
Click to collapse
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
mbritten said:
Ok this actually can be done in the registry, what you will need to do first is stop the PPT service from loading when you boot up, I used SK tools and removed it from the start-up section of that program. Then you need to goto:
HKLM\Software\Microsoft\Shell\Keys
Add a new key called 40C6
then I added a string called Name with the value Button 6
you should now be able to assign a program to PTT through settings/buttons
-------------------------------------------------------------------------
if for whatever reason if its not there yet these are all the values I have under key 40C6
(default) "path to your program in quotes"
dword: BtnWnd value=0
dword: Flags value=0
string: Name value=Button 6
string: ResetCmd value "path to your program in quotes"
string: WndCls LEAVE BLANK
if you need to enter all that, go for it, but I would assume it would work after completing the first part of this post
let me know
PS with Voice command it only works to start the program, holding the PTT button to cancel a command doesn't work for me, if anyone figures that out let me know, that would be awesome
Click to expand...
Click to collapse
GumboChief said:
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
Click to expand...
Click to collapse
I have heard that turning the phone off (hold power putton) will make the registry entries stick, but I've never had a problem just soft resetting, let me know if you figure it out
the reg change didn't persist for me either and I did perform a power cycle.
Would like
I sure would like to see a solution here myself. These folks have one for WM6 on Hermes but some Kaiser folks posted near the end of the thread that the method is not working for them. Author says he will eventually get it working on the Kaiser.
http://forum.xda-developers.com/showthread.php?t=279585
robroth said:
the reg change didn't persist for me either and I did perform a power cycle.
Click to expand...
Click to collapse
what reg editor are you using? I have NEVER had a problem with edits sticking using resco reg editor. there has to be some reason.
GumboChief said:
Thanks!
I don't own SKTools, so I disabled the PTT service by going to hklm\services\ptt
on the "dll" entry, I just inserted a semi-colon, to prevent the dll from loading- ";PTTService.dll"
However, I was not having much luck getting button 6 to work. Entries appeared in "buttons", but it would not link to the calculator. Finally, I decided to reboot.
Reboot somehow removed button6 entries in registry.
So in other words, it is not working, for me.
Very odd.
Click to expand...
Click to collapse
I simply exported the PTT key altogether & removed it, put in the new 40C6 entry, and the device's remapping works flawlessly. Using SKTools.
mbritten said:
what reg editor are you using? I have NEVER had a problem with edits sticking using resco reg editor. there has to be some reason.
Click to expand...
Click to collapse
total commander. ill have to try one of the others mentioned here. i'm about to reflash with the HTC rom so will have to reload everything anyway.
Which PTT key did you remove. Are you talking about HKLM\Services\PTT?
vpoet said:
I simply exported the PTT key altogether & removed it, put in the new 40C6 entry, and the device's remapping works flawlessly. Using SKTools.
Click to expand...
Click to collapse
Could you explain exactly what you did for those of us that don't know. Many thanks!
Thanks
mattmcl1 said:
Could you explain exactly what you did for those of us that don't know. Many thanks!
Click to expand...
Click to collapse
at&t Tilt? Stock ROM?
I used the free PHM regedit:
http://www.phm.lu/downloads/download.aspx?{940B734A-C437-41C7-ADED-2A4418802FD3}
I completed deleted the whole PTT group from the services (would not work until I did this).
Confirm
I can confirm the experience of robroth and GumboChief. Followed GumboChiefs advice on the ; - worked to disable PTT load. Then followed mbritten's reg changes in post #6. Registry key 40C6 disappers consistently after soft reset.
However, removing the entire PTT worked perfect.
Big thanks to scoppola and mbritten! So happy to have this working! Cheers guys.
Device: 8925
ROM: AT&T - 1.57.502.2
Registry Editor - Resco 2007
swamp2 said:
I can confirm the experience of robroth and GumboChief. Followed GumboChiefs advice on the ; - worked to disable PTT load. Then followed mbritten's reg changes in post #6. Registry key 40C6 disappers consistently after soft reset.
However, removing the entire PTT worked perfect.
Big thanks to scoppola and mbritten! So happy to have this working! Cheers guys.
Device: 8925
ROM: AT&T - 1.57.502.2
Registry Editor - Resco 2007
Click to expand...
Click to collapse
WFM as well! - removed the entire PTT key.

Remap softkey buttons?

I've seen people talk about remapping most of the other keys, but not these. Since I'm now on WM Pro, I've found I don't use these buttons at all... I always just use the touchscreen. Since we're always hurting for hard keys, any way to remap these to something useful?
Registry edits to change soft keys applications:
Change the program opened by the Left soft key: (I've shown the current setting):
HKCU\Software\Microsoft\Today\Keys\112\Open = "\Windows\Calendar.exe" (include the quotes)
To change the title of the Left soft key: (again, current setting shown):
HKCU\Software\Microsoft\Today\Keys\112\ = Calendar (no quotes)
The right soft key is the same pattern except the key number is 113 and it may not exist - you may have to create it.
I installed the following cab and it worked great. Once installed you can change the soft keys from Start-->Settings-->Personal-->Soft Key
http://forum.xda-developers.com/showthread.php?t=279544
Thanks... I was just coming back to post that I ended up installing AE Button Plus to handle this. I would have been completely happy with the solution you posted, so thanks! But I've spent the past hour finding all kinds of handy thing to assign with the single, double, triple, and press hold options.
is there a plugin that will display the programs in the program folder as a list?
(sorry, posted in the wrong place. ignore!)
I suffer from fat finger disorder as well and usually hit send too fast.
Which version of AEBplus do you need? Can it be done with the freeware version?
Yes, the freeware version works... just has a nag screen when you boot the phone.
The free version (1.01) doesnt have settings for the soft keys....
I guess you have to buy it
I'm sorry, I'm using the "trial" version. But I've not seen anything about it being a time limited trial, only that it has the nag screen and lacks the Action list:
What is the difference between trial and registered version?
Two things only:
Splash screen appears during device starting up.
"Action list" is blocked in trial mode
Click to expand...
Click to collapse
Hi, I'm using Toshiba G900 with WM6 and I have the folder
HKCU\Software\Microsoft\Today\Keys\113\ but it is empty. What kind of register should I create - "String Value", "MultiString Value", "DWORD Value" or "Binary Value". What the name of the register should be? Is there other regs that must be created to do the job? Thank you in advance!
SanyoL said:
Hi, I'm using Toshiba G900 with WM6 and I have the folder
HKCU\Software\Microsoft\Today\Keys\113\ but it is empty. What kind of register should I create - "String Value", "MultiString Value", "DWORD Value" or "Binary Value". What the name of the register should be? Is there other regs that must be created to do the job? Thank you in advance!
Click to expand...
Click to collapse
Is that a kaiser?
No, it is Toshiba G900 with WM6.
SanyoL said:
No, it is Toshiba G900 with WM6.
Click to expand...
Click to collapse
OK well this forum is for the HTC Tytn 2, AKA Kaiser, AKA Tilt (not tilt 2)..

Vibrate while dialing a Phone Number

First of all I love my new TyTN II and XDA-Developers!
Question: Anybody know of a hack or a .cab that will make my touch pad numbers vibrate when I dial a number? This way I know when I've pressed a touch button on the display - had it on my MDA Compact II and loved it!
PS: I've attached the two .cab files I use to have, but they don't work on the Kaiser...
frikibabi said:
First of all I love my new TyTN II and XDA-Developers!
Question: Anybody know of a hack or a .cab that will make my touch pad numbers vibrate when I dial a number? This way I know when I've pressed a touch button on the display - had it on my MDA Compact II and loved it!
PS: I've attached the two .cab files I use to have, but they don't work on the Kaiser...
Click to expand...
Click to collapse
it's a bit of a work, but the result is great!
Description Add a small vibration for every key pressed when dialing the phone. Improves tactical feedback.
Type Registry Tweak
Instructions Using a registry editor navigate to the following keys and follow the directions. Do this for each of the listed registy keys
1. Rename Standard DWORD parameter "Sound" to "Sound1"
2. Create new String Parameter "Sound"
3. Assign value *vibrate* to this new parameter.
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf#
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf*
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf0
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf1
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf2
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf3
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf4
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf5
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf6
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf7
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf8
HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf9
Notes A softboot is required
to change back to the default function, go back through the list of registry keys, delete the "sound" entry, and rename "sound1" back to "sound"
note: the * needs to be entered in the value for "*vibrate*"
This tweak really makes it easier to know that you have pressed a button when dialing on the touch screen
have fun!
here's the cab.
very good
there is a delay until the vibration begins,
if you are used to tapping the numbers quickly..
otherwise GREAT find
thank you
regards
krassen
To be clear...
There is a delay when you push the first number. After that the vibe is almost instantaneous.
At least on my Tilt.
dgduris said:
To be clear...
There is a delay when you push the first number. After that the vibe is almost instantaneous.
At least on my Tilt.
Click to expand...
Click to collapse
same with me...not even worth installing... i dont dial that slow..
Amazing Tool!
The initial delay doesn't bother me...
Simple to install & simple to use!
Big Thanks!
I installed the program and it works great when you are making the call initially...but call is connected and I tried to key in (like entering numbers on an automatic response system), it doesn't vibrate.
Normal?
when i try to download say " compressed file is invalid or corupted" ....?
bobcho10 said:
when i try to download say " compressed file is invalid or corupted" ....?
Click to expand...
Click to collapse
i receive the same message when trying to unpacking the zip
is there a way to do this on every key press like on the lg viewty this works very well on that handset
bobcho10 said:
when i try to download say " compressed file is invalid or corupted" ....?
Click to expand...
Click to collapse
works fine for me. this is the .cab file. drag it into your phone, and run it from the phone and it should install.
do not unzip the cab prior to install. just dl it, drag to phone, open from phone, and it should install fine.
portos03 said:
i receive the same message when trying to unpacking the zip
Click to expand...
Click to collapse
same thing with me
From a previous thread on this, I thought that the cab version had the delay but the direct reg edit method was virtually instantaneous, but I haven't verifed this.
I installed it, was working about half the time (key presses) , then I deinstalled it. Now the standard "Options" for key tones (short tone, long tone) do not work and the keypad is not very accurate. Is there a way to correct for this?
portos03 said:
i receive the same message when trying to unpacking the zip
Click to expand...
Click to collapse
dont unzip on ur desktop, send it to ur pphone and open it with pocket rar and then install the cab.
rico002 said:
dont unzip on ur desktop, send it to ur pphone and open it with pocket rar and then install the cab.
Click to expand...
Click to collapse
thanks rico, decided not to install it after they fixes the "bugs" with delay...
the delay doesn't bother me too much, seems to be an issue with the first number pressed. I backed up after dialing a number and it had the "delay" when I started the new number. cool little cab. thanks
RemE said:
From a previous thread on this, I thought that the cab version had the delay but the direct reg edit method was virtually instantaneous, but I haven't verifed this.
Click to expand...
Click to collapse
i did it with the reg edit method, and there is no delay...
it took me about 5 minutes then, so whats that comparing to a lifetime?
Sorry but dont quite understd the registry method.
You mean :
1. Rename Standard DWORD parameter "Sound" to "Sound1"
2. Create new String Parameter "Sound"
3. Assign value *vibrate* to this new parameter.
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf#
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf*
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf0
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf1
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf2
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf3
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf4
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf5
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf6
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf7
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf8
HKEY_CURRENT_USER\ControlPanel\Sound1\Dtmf9
Notes A softboot is required

How to change the main menu soft button?

Hi,
I have a Treo 750v (Vodafone version) which like what it's box said it is meant for email solution, that's why the left soft menu of the Today screen menu is set to Email.
Anyone know how to change this?
Thanks, appriciate your share of knowledge!
I forgot the details but this i know as much
You have to download the register editor program. Search around the registry is all the same when it comes to changing soft key for all WM phones.
The only problem with the Treo 750 is when you change the softkey from email to something else it ends up adding an extra short cut. So in essence you are not overwriting that key, all you are doing is adding an extra feature on top of the existing email button.
Maybe someone had better success than I did can chime in
Using a registry editor, navigate to Hkey_Current_User/Software/Microsoft/Today/Keys/112
Change all 3 values to reflect your new function
or:
http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
awesome!
mtiberio said:
or:
http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
Click to expand...
Click to collapse
wow, thank you very much mtiberio!
your link really hit the spot!
Very odd - my Registry setting for 112 was already showing Calendar as the default value but on screen it shows email.
tinyflier said:
Very odd - my Registry setting for 112 was already showing Calendar as the default value but on screen it shows email.
Click to expand...
Click to collapse
It's all because Palm plugins - they overlay it. If you disable Active Call (or Dial Lookup?) you can have native-windows softkeys. It was all described in instructions how to ged back default dialpad.
i just downloaded the soft key changer that i found on here i think it was in the hermes section and copied it to my windows folder... after i did that it shows up in my settings and i can change both soft keys to what i want
was it:
"FdcSoft SoftkeyAppletEx.cab"
Gyngabread Man said:
i just downloaded the soft key changer that i found on here i think it was in the hermes section and copied it to my windows folder... after i did that it shows up in my settings and i can change both soft keys to what i want
Click to expand...
Click to collapse
it would be great if you share the file or where you get it, so we all can get it too...
mtiberio said:
was it:
"FdcSoft SoftkeyAppletEx.cab"
Click to expand...
Click to collapse
it is caled softkeyapplet but its not a cab it was a zip i just unzipped and put in my windows folder i believe... i will look in my external driveand post it im not sure where it is but i'll try to find it
ok i found it on my drive but i did some searching on the forums and alot of ppl mention it but dont upload it and im guessing its for good reason... dont wanna piss ppl off by posting something i shouldent if its ok though then i'll do it but i think its the same one your talking about for me it worked like a charm no reg editing
Here it is:
http://forum.xda-developers.com/attachment.php?attachmentid=65261&d=1199898052
Found it here:
http://forum.xda-developers.com/showpost.php?p=1802007&postcount=827
You will need to reset your device for it to show up in your programs list.
Chillin said:
Here it is:
http://forum.xda-developers.com/attachment.php?attachmentid=65261&d=1199898052
Found it here:
http://forum.xda-developers.com/showpost.php?p=1802007&postcount=827
You will need to reset your device for it to show up in your programs list.
Click to expand...
Click to collapse
Hi, thannks for the direct links. I'm going to try installing it. i hope it'll be fine.
seems it doesn't work with wm6. after installing it, the program isnt available in my program.

tf3d weather working with tmobile tzones

dunno if this is a duplicate post, delete it if it is. i couldn't find this solution, what i did find is that if you simply go into your regedit program and go to hkey_current_user/software/htc/manilla and change the value in http.ignoreproxy from 1 to 0, and it will work. dont know if anyone has had this problem but i sure did. i'm new to this stuff anyway. xda is the ish though.
nice find.
Will give it a try as i had turn turn off the proxy in the end to get weather to work and also opera wouldnt show facebook with it on.
how to modify registry??
you have to use a regedit program, either installed on your device or your desktop. just google it. btw i used CeRegEditor installed on my desktop for this tweak.
I don't hve any key as such in the registry "http.ignoreproxy" do I hve to create it...
I, don't get it:
I successfuly changed the key from 1 to 0, then I check the registry key and it still shows 0, but when I try to update weather it displays Connection failure, then when I check the registry key it has changed backed to 1.
Any ideas anyone?
whitefalcon said:
I don't hve any key as such in the registry "http.ignoreproxy" do I hve to create it...
Click to expand...
Click to collapse
After you attempt to update weather, the key should have created automatically..
mbclk55amg01 said:
dunno if this is a duplicate post, delete it if it is. I couldn't find this solution, what i did find is that if you simply go into your regedit program and go to hkey_current_user/software/htc/manilla and change the value in http.ignoreproxy from 1 to 0, and it will work. Dont know if anyone has had this problem but i sure did. I'm new to this stuff anyway. Xda is the ish though.
Click to expand...
Click to collapse
thankyou sooo much you have solved a year long problem that i have been having with my diamond and i just found this thread i really appricate it!!!
Using the Reg editor program go to :hkey_current_user/software/htc/manilla and change the value in data.autodownload from 1 to 0

Categories

Resources