![]() |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
Quote:
U da man SBR. This coupled with www.tuned.mobi allows me to stream just about any radio show I want now, including The Ticket here in Dallas. Greatness. Thanks a bunch bro. |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
Yeah. I go to Contacts, Edit, Picture, Camera, then i take the picture. But the pictures becomes all blurry almost like its no longer 320x420.....i even tried putting a standard high quality picture from a camera and it still comes out blurry |
Re: Registry Tweaks/Hacks/Edits - Share them here!
You have to use S2V to assign pictures to contacts so that they show up nice in full screen mode. Windows doesnt have fullscreen caller ID so they dont optimize the picture for it
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Uggh...I KNOW he's using S2U2, you must use A_C's other program, Slide to View, to assign full-screen contact pictures since windows mobile DOESNT have full screen contact support.
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Does anybody know how to hack the reg to make the are code bracket dissappear?
I am trying to the old trick to go directly to a persons voicemail which has always been done by dialing 11 and the persons phone number. Ex: 11 (555) 555-5555 but for some reson on the touch no matter what happens it does this 1(155) 555-55555 Does anyone know how to fix this??? Thanks in advance!! |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Don't know if this was metioned yet:
WM6.1 has a conversation stlye for SMS "Text" messaging. WM6.0 has a one sided view. Create the following registry: To have it have a one sided look (WM6.0): [HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s\OEM] "SMSInboxThreadingDisabled"=dword:00000001 To have it have a one conversation stlye (WM6.1): [HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s\OEM] "SMSInboxThreadingDisabled"=dword:00000000 |
Re: Registry Tweaks/Hacks/Edits - Share them here!
So, I'm aware that I'm a Titan user and this is a Vogue forum but a lot of your suggestions have helped me so here ya go.
These settings took me from an average of 700-800kbps to 1-1.2mbps. They finally helped me break that 1000kbps barrier that Sprint told me I had availible. (All are in "quotations" so they are HEX(hexidecimal). Sorry that's what resco exports. Enjoy) [HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms] "TcpWindowSize"=dword:00010002 "DefaultTTLREG"=dword:00000080 "TCP1323Opts"=dword:00000003 "TcpMaxConnectRetransmissions"=dword:00000002 "MaxNumForwardPackets"=dword:00001000 "EnablePMTUDiscovery"=dword:00000001 "SackOpts"=dword:00000001 "NumForwardPackets"=dword:00000400 "IGMPLevel"=dword:00000002 "TimerWheelSize"=dword:00000005 "IpInitializeRouter"=dword:00000001 "IpEnableRouter"=dword:00000000 "EnableDeadGWDetect"=dword:00000000 "WINSBroadcastTimeout"=dword:000003E8 "EnableDHCP"=dword:00000001 |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
"TcpWindowSize"=dword:00010002 "TcpMaxConnectRetransmissions"=dword:00000002 "TimerWheelSize"=dword:00000005 |
Re: Registry Tweaks/Hacks/Edits - Share them here!
So i've seen the tips for how to disable showing the "connecting" bubble, but I'm currently working in a location with an intermittent signal, and it often shows the "cannot connect" bubble, after which i have to click on my browser in pointui's running apps list to resume browsing.
Any tricks to auto-dismiss that "cannot connect" bubble? |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
1 Attachment(s)
Quick question. Does anybody know if there is a registry entry I can change to shrink the red area (see pic) horizontally? I want to move the bottom line up, the one separating the calendar to whatever comes up next, in my case I have rescoe battery, memory, etc... Thank you.
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
SETTINGS - TODAY - then the ITEMS tab (I thinkt that's what it's called. It's the area where you can choose the diff today plugins to be displayed). Highlight one and to the right will be MOVE UP MOVE DOWN and OPTIONS. |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
"TcpWindowSize"=dword:00010002 is because with any TcpWindowSize setting over 64K WindowsCE automatically enables window scaling therby enabling other options I put in there like Tcp1323Opts. I'm pretty sure the hex(10000) = dec(65536). Isn't that exactly 64K? Since hex(10000) was WAY more effective than hex(18000) I figured the best bet was an even # just over 65536... 65538. Can one of the dev's clear this up or weed out my extraneous dwords,please? In the mean time check out MSDN library on the "Windows embeddedCE 5.0" section for tcpip IPv4 registry entries. Thanks for the question and I hope I get a few answered too : ) |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Where I got my info:
"Windows CE uses window scaling automatically if the TcpWindowSize registry entry is set to a value greater than 64 KB." http://msdn.microsoft.com/en-us/library/ms884976.aspx TCP/IPv4 and TCP/IPv6 Common Registry Settings http://msdn.microsoft.com/en-us/library/ms884976.aspx |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
After some testing and tweaking, it seems that changing the timer wheel size to 5 (11 was my default) had the biggest affect. On all those other dwords, where those already in your registry or did you have to add them? |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Most were edits but I had to add the following:
"DefaultTTLREG"=dword:00000080 "TCP1323Opts"=dword:00000003 "MaxNumForwardPackets"=dword:00001000 "EnablePMTUDiscovery"=dword:00000001 "SackOpts"=dword:00000001 "NumForwardPackets"=dword:00000400 "IGMPLevel"=dword:00000002 If you read about Tcp1323Opts It says that WinCE makes the options availible IF Asked For. This way, If Sprint even has them enabled, WinCE asks. I dunno, gonna probably start deleting, the one's I added, 1by1 and seeing which makes the biggest difference. I agree that the windowsize makes the biggest difference right off the bat but I'm looking for consistency whether I have 1or2bars or full bars of service and these have seemed to help. Happy Hacking! |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
Here's what the values for that dword mean: Value Meaning 0 Timestamps and window scaling are disabled. 1 Window scaling is enabled. 2 Timestamps are enabled. 3 Timestamps and window scaling are enabled. Check out this page to see explanations for some of the other settings and their values: http://msdn.microsoft.com/en-us/library/ms884977.aspx |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
Just a note, I'm only testing my download bandwidth at mobilespeedtest.com. I don't tether and I'm unable to test upload speeds, so perhaps I wouldn't be able to detect any increase in performance from some of the other changes. |
Re: Registry Tweaks/Hacks/Edits - Share them here!
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
; Kill Touch Keypad HKEY_CLASSES_ROOT\CLSID\{198D503A-EFFE-4afd-BC54-EED333C80E6D} \IsSIPInputMethod] "Default"="1" |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Your right tried it to and didnt relally notice any difference maybe it only works for certain people on certain devices lol
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
does anyone know what the registry edit is for changing the size of your pictures? C my problem is when I get picture mail and save it to my phone it keeps cropping my pictures of the top and the bottom it wont let me save the entire picture how do you fix that?
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
brb supper time wifey here lol
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Can someone please help me out.
In the Communication Manager: I am looking at my registry to edit the command for airplane mode (on/off)for .xml on my new theme. What is the command line or where do I look for it? Thanks in advance. |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Is there a consolidated list of hacks? other than reading through the whole 55 pages?
The one from page 1 is only up to feb 2008... i was wondering if there is anything more up to date thanks |
Re: Registry Tweaks/Hacks/Edits - Share them here!
HKEY_LOCAL_MACHINE\Software\OEM\PhoneSetting\Netwo rkService
- Change ItemCount - DWORD Data = 3 - Create a new String - Name = ItemName3 - String = Roam Only - Create a new DWord - Name = ItemValue3 - DWORD Data = 3 HKEY_LOCAL_MACHINE\SOFTWARE\OEM\InitProv\PhoneSett ing - Change ItemCount - DWORD Data = 3 - Create a new String - Name = ItemName3 - String = Roaming - Create a new DWord - Name = ItemValue3 - DWORD Data = 3 Can somebody make a cab file of this its for the roaming only option |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Searched this thread high and low and may have missed it...but is there a hack to get the clock to go to 24 hour clock instead of the 12...I have to use military time at work and it helps to just glance at the phone when taking notes on calls comming in...
Thanks |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
Start... Settings... System... Regional Settings... Time Choose "H:mm:ss" from Time style setting. That's it. *Edit: note that there is a capital H, that's what makes it 24 hour, you can also choose HH:mm:ss if you want there to be a leading zero 07:00 for example. Hope this helps, |
Re: Registry Tweaks/Hacks/Edits - Share them here!
1 Attachment(s)
Quote:
USE THE SEARCH FUNCTION IT REALLY WORKS intall wait a couple minutes then soft reset.. should have roam only option also if you have sprint call and say you need a prl and authentication update. This will help when you roam outside your normal area..... timdawg |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
The registry hack here for speeding up page loads with ie...is that only for sprint users??
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
I installed this cab but realized that my battery was draining so fast, so I decided to unstall it, but my battery is still being wasted out really fast (not like b4), so could anybody please give me the original values that were changed by this cab??? |
Re: Registry Tweaks/Hacks/Edits - Share them here!
Thanks Man, Ive been looking at this post for hours!
|
Re: Registry Tweaks/Hacks/Edits - Share them here!
Quote:
I have the following in my Reg: ItemCount = 3 ItemName3= Roaming Only ItemValue3= 5 Hope that helps |
Re: Registry Tweaks/Hacks/Edits - Share them here!
I HAVE SEARCHED ALL OVER THE FORUM.....
HOW DO YOU GET THE TXT MESSAGES WHEN THEY HIT THE INBOX TO NOT POP UP ON THE PHONE????? The girlfriend does not need to see what others txt me.... |
| All times are GMT -4. The time now is 06:00 PM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com