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 Touch Pro 2 > CDMA TP2 Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-15-2010, 01:30 PM
JSnively's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Mar 2008
Posts: 180
Reputation: 110
JSnively is keeping up the good workJSnively is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by hthomas View Post
From v1.7 onwards, Co0kie's Home Tab now includes a menu link to the editor application. This requires a registry value that is set when installing the editor. Obviously, if you're cooking the application into a ROM then the installer is not being run, so this value is not being set.

The following value should point to the editor application to make this link work:

HKCU\Software\HTC\Manila:CHTE.Path

Does this still need to be done or does your ext have this already set-up?
I have check this and here is what mine looks like and it still does not work.

\\ Program Files\CHTEditor\CHTEditor.exe

I also verified the exe is in that location.

Thanks
__________________
What you delete today you will need tomorrow!!
Reply With Quote
  #2 (permalink)  
Old 04-15-2010, 03:37 AM
piranah's Avatar
College ROM Teacher ESQ
Offline
Pocket PC: College ROM iphony Killer
Carrier: $print
Location: Middle of cornfield, dreaming of San Diego
 
Join Date: Aug 2007
Posts: 1,181
Reputation: 1809
piranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to piranah
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

i took the cab from the 1.7 thread at xda and converted to EXT and deleted the file it said to in the thread...im cooking a rom now, so ill let you know if it works...
__________________
Dont Forget To Say Thanks!
COLLEGE ROM TEACHER

Help Me Help You
Reply With Quote
  #3 (permalink)  
Old 04-15-2010, 02:07 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Try this in your app.reg

Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\CHTEditor.lnk]
"Icon"="\\Windows\\icon.png"
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\Program Files\\CHTEditor\\CHTEditor.exe"
(double \\ in your filename...)
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 04-15-2010, 04:02 PM
JSnively's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Mar 2008
Posts: 180
Reputation: 110
JSnively is keeping up the good workJSnively is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by rstoyguy View Post
Try this in your app.reg

Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\CHTEditor.lnk]
"Icon"="\\Windows\\icon.png"
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\Program Files\\CHTEditor\\CHTEditor.exe"
(double \\ in your filename...)
With \\Program Files\\CHTEditor\\CHTEditor.exe

I get an error CHT Editor Not installed

With \\Windows\\CHTEditor.exe

The File CHTEditor canot be opened. Either it is not signed with a trusted cert orone of its components cannot be found.
Reply With Quote
  #5 (permalink)  
Old 04-15-2010, 04:05 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

After I posted the above, I also found that entry in my "Manila Options - 2.5 - Co0kie_HomeTab_v1_7_0" app.reg. I corrected it and all is good now...

Edit: here are my packages
Manila Options - 2.5 - Co0kie CHTEditor_v1_7_0_0
Manila Options - 2.5 - Co0kie_HomeTab_v1_7_0 **I rearranged and move some registry to the top
Manila Options - 2.5 - Co0kie_HomeTab_zregistry
Attached Files
File Type: rar EXT_CookiesHomeTab_CHTE_1.7.rar (1.12 MB, 11 views) Click for barcode!

Last edited by rstoyguy; 04-15-2010 at 04:11 PM.
Reply With Quote
This post has been thanked 2 times.
  #6 (permalink)  
Old 04-17-2010, 01:59 AM
nrfitchett4's Avatar
Dallas Mavericks #1 Fan!!
Offline
Pocket PC: HTC ThunderBolt
Carrier: Verizon
 
Join Date: Oct 2009
Posts: 1,968
Reputation: 2100
nrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

here's one that might be tricky:
gonna try the cab to oem, but not sure that will cut it with this one.
Attached Files
File Type: cab FlashLite_3.1_DP_WM6.cab (928.1 KB, 6 views) Click for barcode!
__________________
HTC HD7

Reply With Quote
  #7 (permalink)  
Old 04-17-2010, 02:25 AM
Deimoss's Avatar
VIP Member
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint 4G Network
Location: United States
 
Join Date: Nov 2008
Posts: 1,155
Reputation: 1240
Deimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by nrfitchett4 View Post
here's one that might be tricky:
gonna try the cab to oem, but not sure that will cut it with this one.
Not sure as an OEM but i converted it into EXT format for you and others who might want to test.

These are the FlashLite 3.1 files from a working cab, in EXT
Attached Files
File Type: rar EXT - FlashLite_3.1_DP_WM6.rar (780.4 KB, 8 views) Click for barcode!
__________________
Patience .. It's a Virtue
Part of StarCraft II :Beta Team
PPCGeeks All around nice guy
Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 04-18-2010, 02:59 AM
nrfitchett4's Avatar
Dallas Mavericks #1 Fan!!
Offline
Pocket PC: HTC ThunderBolt
Carrier: Verizon
 
Join Date: Oct 2009
Posts: 1,968
Reputation: 2100
nrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by Deimoss View Post
Not sure as an OEM but i converted it into EXT format for you and others who might want to test.

These are the FlashLite 3.1 files from a working cab, in EXT
I tested and got uconverter to run, so this flashlite works!!!
Reply With Quote
  #9 (permalink)  
Old 04-18-2010, 03:18 AM
Deimoss's Avatar
VIP Member
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint 4G Network
Location: United States
 
Join Date: Nov 2008
Posts: 1,155
Reputation: 1240
Deimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by nrfitchett4 View Post
I tested and got uconverter to run, so this flashlite works!!!
Glad to hear it worked for you! that uconvert application is pretty sweet

even though i still have some gripes with the way IEC calculates Data numerals, i.e 25MB =25,000KB but 1MB = 1024KB

heh
Reply With Quote
This post has been thanked 1 times.
  #10 (permalink)  
Old 04-18-2010, 08:07 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Co0kies HomeTab v1.7.1 w/CHTE and 3 analogue clocks from the link below... Enjoy!

"real" cookie clocks

EXT_Co0kie_1.7.1_Suite.rar


edit: don't cook in the "real" cookie clocks, I haven't got them fingered out yet.... It will cause Sense to hang...

Last edited by rstoyguy; 04-19-2010 at 06:18 AM.
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > CDMA TP2 Development

Tags
ext, kitchen, oem, visual

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 08:46 PM.


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