PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   WM 6.5 Kitchen QVGA and VGA Developer Edition (http://forum.ppcgeeks.com/showthread.php?t=54678)

Tplane37 04-02-2009 01:26 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by indagroove http://67.228.199.237/forum.ppcgeeks...s/viewpost.gif
Who knows how to set the right soft keys in titanium? It doesn't seem to be in the titanium cpr files..
Code:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\*]
In the registry. Be sure your GUID matches the *.exe or it will error out.
I will look into the info that Twisted post as well....would be much easier that way if I can edit the RGU that is giving errors instead of creating a new OEM!

Tplane37 04-02-2009 01:44 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Also, here is an image (240x320) that I put together while taking a brake from sifting through files. Use it if you want it.

http://i77.photobucket.com/albums/j5...deFest2009.jpg

indagroove 04-02-2009 01:44 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Tplane37 (Post 818661)
Code:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\*]
In the registry. Be sure your GUID matches the *.exe or it will error out.
I will look into the info that Twisted post as well....would be much easier that way if I can edit the RGU that is giving errors instead of creating a new OEM!

Here's a couple of reg entries in my CHome_Lang_0409 folder, which seem to set the soft keys:

left softkey (for all tabs):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"SK1TEXT"="Contacts"

right softkey (for clock tab):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"

So, how would I go about assigning a different right soft-key to the clock tab. Like calendar or comm manager for example? Thanks.

aaronpoweruser 04-02-2009 02:02 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by wickidninja (Post 817274)
im getting a weird issue all of a sudden. i have a 6.5 21198 installed on a sprint titan. and it works great. now the wifi light blinks, i cant turn it off manually (switch is not on... http://forum.xda-developers.com/imag...lies/smile.gif ). and in the clock section on the titanium. it says Wifi: Unavailable. screen shot attached

any ideas?

did u instal sprite virtral mobile cause this program gave me the same error

Tplane37 04-02-2009 02:02 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Quote:

Originally Posted by indagroove (Post 818719)
Here's a couple of reg entries in my CHome_Lang_0409 folder, which seem to set the soft keys:

left softkey (for all tabs):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"SK1TEXT"="Contacts"

right softkey (for clock tab):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"

So, how would I go about assigning a different right soft-key to the clock tab. Like calendar or comm manager for example? Thanks.

Take a look at the OEM I made to fix some Reg issues in 21198. One entry I did not see in CHome or it's 0409 RGU's was:

Code:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\CClock\0409]
"SK2TEXT"="Manager"

But there is an entry already there for the Comm Manager in mine. I just changed the text to read "Manager" instead of "Comm Mana...."

Like I said though, the GUID has to match what you are opening up with the soft key. It is found in:
Code:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\CClock]
I did not see the <...\0409> or the <GUID> in the RGU files mentioned in the SYS, but they are in the Registry, so there has to be an RGU somewhere in the SYS to make the entries.

Tplane37 04-02-2009 02:09 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Here is everything we have come up with over at XDA:

Links:

Titanium Customizer -Thanks to "anton_spaz" [XDA]

Titanium Weather -Thanks to "anton_spaz" [XDA]


SYS by "dan-htc-touch" @ PPCGeeks.com -Thanks to "dan-htc-touch" [XDA & PPCGeeks]

DCD Carrier CABs

Files:

Themes

4 Column Start Menu

Device Lock 1.2
*Not quite an Auto Lock, but give you some added features.
*Also able to be mapped to Hard Key.

Cyberon Voice Command

USO Edition Dialer Skin

Arcsoft SMS/MMS 5.0.70.24 CAB (Verizon) Thanks to "GC14" [XDA]

Arcsoft SMS/MMS 5.0.82.79 (Sprint) -Thanks to "djbeames" [XDA]

***********************************************
***********************************************
***********************************************
***********************************************

Titan_21198_Beta_1.2 Fixes:


Power_Settings_Today_Screen Fix -Thanks to "henry.91" [XDA] & dan-htc-touch [XDA & PPCGeeks]
*This CAB writes the Registry entry to make the Power Settings shortcut work when you tap the Battery in the upper bar. Thanks to "dsi76" over at PPCGeeks for the initial post, and to "henry.91" in this thread for pushing the issue and helping me to spel "Consistent" properly to make it work. (RegEdit. Soft Reset after install.)

Wireless Manager Settings Link Fix
*The link in <Settings> <Wireless Manager> will no longer give you an error when you try to use it. It will instead route to the Wireless Manager like it is supposed to. (RegEdit. Soft Reset after install.)

Annoying Vibrate Fix-Thanks to "shapiror06" [XDA] & "djbeames" [XDA]
*Fix that annoying vibrate for Notifications. (RegEdit. Soft Reset after install.)

Start Menu Highlight Fix
*See what you are doing in the Start Menu again. CPR's are meant to overwrite the exisiting ones. This is an example of why I include "Total Commander" in my builds. Instructions in RAR file.
*Has the smaller icons.

Titanium Clock/WiFi Fix
http://i77.photobucket.com/albums/j5...shot001bmp.png
*Relocated the AM/PM, moved the Clock, Date, and WiFi to the right some more to resolve the overlap issue. Instructions in RAR file.

twistedconnection 04-02-2009 02:18 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by indagroove (Post 818719)
Here's a couple of reg entries in my CHome_Lang_0409 folder, which seem to set the soft keys:

left softkey (for all tabs):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"SK1TEXT"="Contacts"

right softkey (for clock tab):
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"

So, how would I go about assigning a different right soft-key to the clock tab. Like calendar or comm manager for example? Thanks.

hi,
i think to change the softkeys (either left=sk1text or right=sk2text),
check the rgu from both chome and chome_lang_0409
example:
rgu from chome_lang_0409 (for the text for softkey)
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"

rgu from chome folder (for the application to run)
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"GUID"="{892B90CB-9806-427e-8BED-F45C6A9E576B}"
"DisablePageCounter"=dword:1
"SK2URL"=":MSCLOCK;AppRunToHandleNotification"

note that SK2URL points to the app that will run.

regards,

twisted :D

thvoicwethin 04-02-2009 02:21 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Tplane you are simply the man. thanks for making a list for everything. Most of my annoyances are on here so i will install.

I have another slight annoyance though, idk if we can fix this but... Is their a way to fix the taskbars so that they are transparent when the icons scroll though the start menu? is it possible? It's a small annoyance, but i didnt know if it was even possible.

alex2 04-02-2009 04:16 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
why are there no new builds?
today i saw ctia wireless translation and there was demonstrated newer build with advanced unlock screen.
by the way, on xbeta it seems that 212xx series will leak soon, and probably first x = 1

thvoicwethin 04-02-2009 04:33 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
proof or its not believable


All times are GMT -4. The time now is 12:45 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0