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 Diamond > CDMA Diamond Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #4411 (permalink)  
Old 03-21-2009, 12:20 AM
TREmp77's Avatar
Almost a VIP
Offline
Pocket PC: HTC EVO...nothin but the BEST!
Carrier: Sprint
Location: Central California
 
Join Date: Oct 2008
Posts: 889
Reputation: 1455
TREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on repTREmp77 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

I noticed after looking at the post people are using as my suggestion for fixing the RSS hub...it is in Class_Root. I put hkcu, which it should be HKCR which I made a one letter boo-boo that steers you down the wrong path. Anyway here it is fixed, for future reference.



I changed the registry to have RSS open up with Opera, and now links go to correct page instead of Google.

HKCR>http>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>http>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

HKCR>https>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>https>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

HKCR>htmlfile>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>htmlfile>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

Also renamed htmlfile to htmlfile_Opera

Edit: Dont forget the quotes
__________________

Reply With Quote
  #4412 (permalink)  
Old 03-21-2009, 12:49 AM
MightyMike's Avatar
Retired Staff
Offline
Pocket PC: HTC Desire
Carrier: Telus Mobility
Threadstarter
 
Join Date: Aug 2008
Posts: 6,519
Reputation: 78921
MightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

Quote:
Originally Posted by TREmp77 View Post
I noticed after looking at the post people are using as my suggestion for fixing the RSS hub...it is in Class_Root. I put hkcu, which it should be HKCR which I made a one letter boo-boo that steers you down the wrong path. Anyway here it is fixed, for future reference.



I changed the registry to have RSS open up with Opera, and now links go to correct page instead of Google.

HKCR>http>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>http>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

HKCR>https>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>https>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

HKCR>htmlfile>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>htmlfile>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"

Also renamed htmlfile to htmlfile_Opera

Edit: Dont forget the quotes
To make life easier:

[HKEY_CLASSES_ROOT\htmlfile]
@="HTML Document"
"EditFlags"=dword:00010000

[HKEY_CLASSES_ROOT\htmlfile\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"

[HKEY_CLASSES_ROOT\htmlfile\Shell]

[HKEY_CLASSES_ROOT\htmlfile\Shell\Open]

[HKEY_CLASSES_ROOT\htmlfile\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""

[HKEY_CLASSES_ROOT\http]
@="HyperText Transfer Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\http\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"

[HKEY_CLASSES_ROOT\http\Shell]

[HKEY_CLASSES_ROOT\http\Shell\Open]

[HKEY_CLASSES_ROOT\http\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""

[HKEY_CLASSES_ROOT\http\Extensions]
".3gp"="{C85643AD-97B6-486c-9BC0-C61B4DF6C58E}"
".mp4"="{C85643AD-97B6-486c-9BC0-C61B4DF6C58E}"

[HKEY_CLASSES_ROOT\https]
@="Secure HyperText Transfer"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\https\Shell]

[HKEY_CLASSES_ROOT\https\Shell\Open]

[HKEY_CLASSES_ROOT\https\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""

[HKEY_CLASSES_ROOT\https\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"


__________________
Reply With Quote
This post has been thanked 3 times.
  #4413 (permalink)  
Old 03-21-2009, 01:20 AM
sumo911's Avatar
Halfway to VIP Status
Offline
Pocket PC: Rhodium/Leo
Carrier: Sprint/TMOUS
Location: CT
 
Join Date: Jan 2008
Posts: 627
Reputation: 1020
sumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

Quote:
Originally Posted by Trident View Post
Which files do you use to get the Advanced VGA version?
The threads are all over the place and not well organized.

There's also a FingerKeyboard thread on ppcgeeks where someone posted a cab of the vga version with a bunch of skins included. Google "ppcgeeks" + "FingerKeyb-2.0-VGA".

Edit: I got bored. So, here it is:
http://forum.ppcgeeks.com/showthread.php?t=56667
__________________
Reply With Quote
This post has been thanked 1 times.
  #4414 (permalink)  
Old 03-21-2009, 01:24 AM
sumo911's Avatar
Halfway to VIP Status
Offline
Pocket PC: Rhodium/Leo
Carrier: Sprint/TMOUS
Location: CT
 
Join Date: Jan 2008
Posts: 627
Reputation: 1020
sumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on repsumo911 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

Mike, YOU ARE THE MAN!
Reply With Quote
  #4415 (permalink)  
Old 03-21-2009, 01:37 AM
s4sanju's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Diamond Sprint
Carrier: Tata
 
Join Date: Jun 2008
Posts: 61
Reputation: 270
s4sanju is becoming a PPCGeeks regulars4sanju is becoming a PPCGeeks regulars4sanju is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

can we install "HTC Diamond Album.cab" manually thru any way.

Rom : Mighty 4.6
Reply With Quote
This post has been thanked 1 times.
  #4416 (permalink)  
Old 03-21-2009, 12:23 PM
neelesh's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Diamond
 
Join Date: Feb 2009
Posts: 289
Reputation: 95
neelesh is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

my youtube, music player, and all video players still all of a sudden stop after 3-4 minutes of playing??! I went to power management and turned off everything (unchecked) and all I have is the "auto adjust backlight". And after 3 minutes it still all of a sudden stops the video?! I am getting more annoyed at this.....I dont know why its doing this or how to stop it?

I dont have any locking software like s2u2 or anything else??
Reply With Quote
  #4417 (permalink)  
Old 03-21-2009, 11:06 PM
LilRico's Avatar
CyanogenMod
Offline
Pocket PC: Samsung Galaxy S IV
Carrier: Verizon Wireless
Location: Orlando, Florida
 
Join Date: Feb 2008
Posts: 1,958
Reputation: 18111
LilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation levelLilRico can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to LilRico Send a message via MSN to LilRico
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

For those that want it:


I know many of you will enjoy it, others will try to rip parts and pieces from it, but if you use it, please thank post 2. There's over 400 unique IP's that download the MidNight Blue theme alone, so please thank the hard work and efforts. Enjoy....

Rest of my themes can be found here:
http://forum.ppcgeeks.com/showpost.p...99&postcount=2
__________________
i930, Apache, Titan, Touch Diamond, Touch Pro, Touch Pro 2, HTC EVO 4G, Samsung Galaxy S II, Samsung Galaxy S III, Samsung Galaxy S IV.
Reply With Quote
This post has been thanked 2 times.
  #4418 (permalink)  
Old 03-21-2009, 11:08 PM
tamago's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Diamond
Carrier: Sprint
 
Join Date: Aug 2008
Posts: 201
Reputation: 30
tamago is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

I am really looking to mightymouse's 4.7 rom..I hope it will be clean and fast..

Wishlist:
TF3D 2
Remove 3rd party apps like done by his touch pro rom
Updated drivers

drooooooooooolllll

MAKE IT HAPPEN~~~~!!!! YEAHHHHHHHH U GUYS ARE THE BEST

Last edited by tamago; 03-21-2009 at 11:10 PM.
Reply With Quote
  #4419 (permalink)  
Old 03-21-2009, 11:16 PM
freebie's Avatar
PPCGeeks Regular
Offline
Pocket PC: Telus HTC Hero
Carrier: Telus
Location: Edmonton
 
Join Date: Sep 2007
Posts: 196
Reputation: 320
freebie is becoming a PPCGeeks regularfreebie is becoming a PPCGeeks regularfreebie is becoming a PPCGeeks regularfreebie is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

Just wondering if any one here would have any ideas about my problem.

Recenty I flashed to Juicy rom, and then couple hours later flashed back to Mighty 4.6. Ever since then I have not been able to get any bars of service in the city (Edmonton). Last weekend I went out of town for work and was getting full bars in some dinky little town and when I returned to city no bars.

Heres what I have already tried to do:

1. Flashed back to telus shipped rom (full bars right after flash). Then I flashed to Mighty 4.6 and hard reset (clear storage)after. Had full bars for a about 3 seconds then no bars.
2. Flashed to Sprint radio Jan 15, w/ Mighty 6.5 and still no bars.
3. Flashed back to telus radio 1.04.05(the new one), w/ Mighty 4.6 still no bars
4. Flashed to Mighty 4.5, hard reset after and still no bars. This is where I currently am...

If any one has any suggestions please let me know. I really really need my phone (wife due any day now), and I really hate stock rom but will have to flash back if I cant fix it.

Thanks in advance!
Reply With Quote
  #4420 (permalink)  
Old 03-21-2009, 11:58 PM
cesium's Avatar
Halfway to VIP Status
Offline
Pocket PC: Samsung Fascinate
Carrier: Verizon
Location: Michigan
 
Join Date: Nov 2008
Posts: 569
Reputation: 910
cesium knows their stuffcesium knows their stuffcesium knows their stuffcesium knows their stuffcesium knows their stuffcesium knows their stuffcesium knows their stuffcesium knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to cesium Send a message via MSN to cesium
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|

Quote:
Originally Posted by LilRico View Post


now that's sick! is there a way to get the theme used on the "blackout" edition rom
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development

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


All times are GMT -4. The time now is 07:36 AM.


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