PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #311 (permalink)  
Old 10-11-2007, 11:58 PM
bigcuzz28's Avatar
Lurker
Offline
Pocket PC: ppc 6900
Carrier: sprint
 
Join Date: Oct 2007
Posts: 3
Reputation: 0
bigcuzz28 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
how can i stop my blue tooth earpiece from turning of when i listen to music through it. (stops after a few seconds of play)
Reply With Quote
  #312 (permalink)  
Old 10-14-2007, 01:21 AM
ls3mach's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC-6850
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 391
Reputation: 130
ls3mach is keeping up the good workls3mach is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by Darkness231 View Post
Use Mortscript to do this

Just type **Example**

RegWriteDword ("HKLM", "System\CurrentControlSet\Control\Power\Timeouts", "BattSuspendTimeout",0)

▲The Location of the registry that you want to change, and the vaue (0 in this case)
I meant more like when you make a registry file for the PC, you just execute it and it adds the keys. Coolbits for nVidia is a prime example.
Reply With Quote
  #313 (permalink)  
Old 10-14-2007, 02:07 AM
Primenall's Avatar
Regular 'Geeker
Offline
Pocket PC: x
Carrier: x
 
Join Date: Jul 2007
Posts: 390
Reputation: 382
Primenall is becoming a PPCGeeks regularPrimenall is becoming a PPCGeeks regularPrimenall is becoming a PPCGeeks regularPrimenall is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by ls3mach View Post
Is there any way I can make an executable registry entry? For example I type it up and the click the file and it automatically changes the entry. I want to do this to save time the next time I format. I also have 5 friends with this device, this would save me TONS of time when setting them up.

Thanks
Lonzo
Well here is a great little free program that does a bunch of the reg edits for you, not all of the ones I use but it is good for people who don't know to, or are reluctant to do registry edits.

The author has been around forever and has lots of other nice programs also.

http://www.trianglepowers.com/PPC/ViewApp.aspx?ID=54
Reply With Quote
  #314 (permalink)  
Old 10-14-2007, 03:06 AM
EtherealRemnant's Avatar
*SCREEEEEECH*
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Location: Lakewood/Morrison CO
 
Join Date: Jan 2007
Posts: 2,044
Reputation: 589
EtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
That program is pretty limited as far as options... and the blinking leds option doesn't work.
Reply With Quote
  #315 (permalink)  
Old 10-14-2007, 02:40 PM
quadracer06's Avatar
Lurker
Offline
Pocket PC: HTC Titan
Carrier: Alltel
 
Join Date: Aug 2007
Posts: 8
Reputation: 0
quadracer06 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to quadracer06
SMS Reminder

Quote:
Originally Posted by jobine View Post

18-Change ringtone/vibrate/LED flash characteristics

If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':

HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)

For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':

HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)

The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.

a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.

NOTE: I tried this on my 6800 and changed the v0 to v1 and now it doesn't have just one long vibrate. v0 sets it to vibrate always.


--------------------------------------------------------

Can this be applied to an SMS? I will sometimes get an SMS and not here it or feel it vibrate and I won't know about it until hours latter. On my old Motorola E815, it would vibrate or beep again after a couple of minutes if I didn't first hear or feel it. The 6800 will only keep the orange light on forever but it won't beep or vibrate again. If there would be some way to make it give me another reminder after a certain amount of time, that would be perfect. Thanks!
Reply With Quote
  #316 (permalink)  
Old 10-15-2007, 10:01 PM
crobbins's Avatar
Lurker
Offline
Pocket PC: HTC TOUCH PRO 2 vzw
Carrier: Alltel
Location: Florida
 
Join Date: Sep 2007
Posts: 23
Reputation: 0
crobbins is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to crobbins Send a message via Yahoo to crobbins
--------------- --------------------------------

6-Speed up

Using a registry editor such as PHM RegEdit lookup and change the following three values:
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Cac heSize=0x1000(4096)
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Ena bleCache=0x1(1)
HKEY_LOCAL_MACHINE\System\StorageManager\Filters\f sreplxfilt\ReplStoreCacheSize=0x1000(4096)


Please excuse me for being new at this - I have a PHM registry editor and I wanted to try these hacks to speed up my Mogul. However, I'm not completely sure what I type in the VALUE DATA blank - Could someone reassure me on this? Also, do I select Binary, Decimal, or Hexadecimal when entering these? I know this is probably dumb, but I'd rather ask and look foolish then to guess and do something wrong and jack my phone all up.

thanks!

Chad
Reply With Quote
  #317 (permalink)  
Old 10-21-2007, 11:41 AM
Ajada85's Avatar
Lurker
Offline
Pocket PC: Mogul 6800 and htc touch pro
Carrier: sprint
Location: NC
 
Join Date: Sep 2007
Posts: 22
Reputation: 0
Ajada85 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Ajada85
how do you get to the registry? I cant seem to find it, can someone please help?
Reply With Quote
  #318 (permalink)  
Old 10-23-2007, 01:10 PM
gobmonster's Avatar
Halfway to VIP Status
Offline
Pocket PC: Touch Pro
Carrier: sprint
 
Join Date: Jul 2007
Posts: 523
Reputation: 270
gobmonster is becoming a PPCGeeks regulargobmonster is becoming a PPCGeeks regulargobmonster is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
i have a quick question

a while ago, i asked about the internet timeout tweak, as it caused errors with my incoming calls, and i was answered by me exporting and exploiting the error that occued when changing that registrey entry...... well

can i run a .reg file on windows mobile? will it automatically patch the registry like it would do on desktop windows?
Reply With Quote
  #319 (permalink)  
Old 10-24-2007, 12:36 PM
jamesus's Avatar
VIP Member
Offline
Pocket PC: HTC Mogul, HTC Apache
Carrier: Sprint
Location: Chicago, IL
 
Join Date: Sep 2006
Posts: 3,345
Reputation: 556
jamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to jamesus Send a message via Yahoo to jamesus
Quote:
Originally Posted by jobine View Post

1-Unlock Phone (certificate security disabled) rev.1

HKEY_LOCAL_MACHINE\Security\Policies\Policies\0000 1001 = 2
-> Change the value data from 2 to 1
HKEY_LOCAL_MACHINE\Security\Policies\Policies\0000 1005 = 16
-> Change the value data from 16 to 40
HKEY_LOCAL_MACHINE\Security\Policies\Policies\0000 1017 = 128
-> Change the value data from 128 to 144
HKEY_LOCAL_MACHINE \Security\Policies\Policies
-> Add new value "0000101b": Dword = 1
Close registry editor and soft reboot.
Not sure if this works on the new ROM update. I was unable to install the 10 button Comm Manager even though I double checked and I had the reg entries correctly entered and soft reset.

Quote:
Originally Posted by gobmonster View Post
i have a quick question

a while ago, i asked about the internet timeout tweak, as it caused errors with my incoming calls, and i was answered by me exporting and exploiting the error that occued when changing that registrey entry...... well

can i run a .reg file on windows mobile? will it automatically patch the registry like it would do on desktop windows?
Yes.
__________________
Device History: PPC 6800 (Mogul) < PPC 6700 < PPC 6600 < iPAQ 2200 Series < Palm 505 < Pen & Paper





A mass of tears have transformed to stones now sharpened on suffering and woven into slings...
Reply With Quote
  #320 (permalink)  
Old 10-24-2007, 12:41 PM
jamesus's Avatar
VIP Member
Offline
Pocket PC: HTC Mogul, HTC Apache
Carrier: Sprint
Location: Chicago, IL
 
Join Date: Sep 2006
Posts: 3,345
Reputation: 556
jamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuffjamesus knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to jamesus Send a message via Yahoo to jamesus
EDIT - Double post
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan


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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:57 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com