PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Titanium Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=82)
-   -   CHome/Titanium Modifications - Adding Panels (http://forum.ppcgeeks.com/showthread.php?t=63086)

Hafrust 04-12-2009 02:55 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by chuggy (Post 843335)
I think this is a testament to what a good guy Hafrust is! He's even helping out while on the road!

lol...no I just got forced to tag along to the mall. I'm sitting on a bench watching the Masters and browsing ppcgeeks!

fishfuzz 04-12-2009 03:06 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by showaco (Post 843138)
Chome Configurator only has reboot dialog if CTestUIPlugin is enabled due to a limitation on chome smartphone version which forced it in order to be able to reload the changes. I switched to a new panel, so thats why you don't see the dialog anymore. There is no need to reboot for changes to take effect, all that is necessary is to disable chome(windows default) plugin in settings\today\items and re-enable to see changes. I never rebooted when I made changes using chome configurator.

Excellente!

jaycee1981 04-12-2009 03:23 PM

Re: CHome/Titanium Modifications
 
Hi!


Quote:

How to Add a New Panel

*Thanks to showaco...due to my lack of programming/coding skills, I never would have been able to get this to work.*

You have the ability to add new panels to CHome, however there are limitations. Currently, there are two options in doing this:

Option 1
: This option is the easiest, however it does have more limitations. If you follow the instructions for this method, you can add a new panel, but it does come at the cost of losing the "Launcher" panel. You will need CHome Configurator and a registry editor.
  • Disable Titanium.
  • Open CHome Configurator.
  • Select Menu>Panel>New to create a new panel. For example's sake, let's say we're creating a "Contacts" panel.
  • After you name your panel, you will be back at the CHome Configurator home screen. Highlight the panel titled "Contacts" you just created.
  • Select Menu>Panel>Customize.
  • Select Menu>Page>New.
  • You can either manually input the information yourself, or use a template. I recommend using a template until you get the hang of it. (Menu>Template>App Launcher/Contact Dialer/Internet Link). For this example, we'll choose App Launcher from the template menu.
  • Select "Contacts" from the list of applications.
  • Select the icon you wish to use.
  • You will be taken back to the screen with your page settings. In the "Collapsed" field, type whatever you want to show on the CHome home screen. For this example, I'll use "Contacts"
  • Now you should be back at the CHome Configurator home screen. Highlight the newly created Contacts panel and tap "Show" (left soft key).
  • Highlight the CLinks panel and select Menu>Panel>Disable>CLinks
  • Exit the program (make sure you close the program by using Menu>Exit or your changes will not be saved).
  • Now you will need to open whatever regedit software you use. Go to HKLM\Software\Microsoft\CHome.
  • Open ExtensibilityXML. In the string, you will need to insert the name of the panel you just created in the place you want it to be displayed on the CHome home screen. The plugins are separated by a ";"
  • Save your changes and soft reset. Upon booting, re-enable Titanium and you should see your new panel.

Ok, i followed the instructions (i did several times)
I did the example: Contacts, but it does not show/display on my titanium:???:

Can anyone help me, please?

Beandogg 04-12-2009 03:39 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by chuggy (Post 843335)
I think this is a testament to what a good guy Hafrust is! He's even helping out while on the road!

Quote:

Originally Posted by chuggy (Post 843332)
Before you added the weather panel had you changed you CPR files or used Hafrust's posted CPR files? If not you'll need to edit your CPR files as stated in the first post. Or, copy Hafrust's CPR files, and then Reinstall weather. Also, you need to make sure that the panel is added in your extensibility XML string in the registry.

Thanks you guys...finally got the launcher to show with all your help. I actually exported the registry settings from 2.1 and copied them in after I did version 3. Then did the cpr files and the extensibility regedits and now the Launcher is showing.

Thanks again...now I can start customizing!

chuggy 04-12-2009 04:12 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by Beandogg (Post 843454)
Thanks you guys...finally got the launcher to show with all your help. I actually exported the registry settings from 2.1 and copied them in after I did version 3. Then did the cpr files and the extensibility regedits and now the Launcher is showing.

Thanks again...now I can start customizing!

Glad to help!

chuggy 04-12-2009 05:19 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by showaco (Post 842531)
Y'all may have missed it, but there is another GUID that can be used(and should probably be the basis for all custom panels). Its from the htc sliding panels for smartphone and is the GUID that all htc panels are based on. Here's some of the reg files from v3 titaniumweather for example:

Notice that you must specify a data source(in this case is this registry location), and a layout(this would be panel name inside the cpr). It also uses the Updated dword value. This can update the panel when value is toggled. I toggle it between 0 and 1 for the weather app to update when data is downloaded.
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\TitaniumWeather]
"Updated"=dword:00000001
"Pages"="Page1;Page2;Page3;Page4;Page5;Page6;Page7;Page9;Page8"
"DataSource"="SOFTWARE\\Microsoft\\CHome\\TitaniumWeather"
"GUID"="{F0A1B246-6E64-40cd-8E15-347D29FF6F18}"
"Layout"="TitaniumWeather"
"LocName"="TitaniumWeather"
"ICONPATHS"="\\Windows\\Neo_Weather.png;\\Windows\\Neo_Weather.png;\\Windows\\Neo_Weather.png"

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\TitaniumWeather\Page1]
"Time"="07:54 PM"
"CurrentTemp"="60°"
"CurrentIcon"="\\Program Files\\TitaniumWeather\\condicons\\06.png"
"TodayTemps"="67°/56°"
"Day1Icon"="\\Program Files\\TitaniumWeather\\condicons\\07.png"
"Highs"="H: 75          75          76          75"
"Lows"="L:    51          49          56          60"
"Day5Icon"="\\Program Files\\TitaniumWeather\\condicons\\04.png"
"Days"="Sun        Mon        Tue        Wed"
"Day4Icon"="\\Program Files\\TitaniumWeather\\condicons\\03.png"
"Day3Icon"="\\Program Files\\TitaniumWeather\\condicons\\02.png"
"Day2Icon"="\\Program Files\\TitaniumWeather\\condicons\\15.png"
"ACTIONURL"="\\Program Files\\TitaniumWeather\\TitaniumWeather.mscr"
"SK2URL"="\\Program Files\\TitaniumWeather\\TitaniumWeatherOptions.mscr"
"SK2TEXT"="Menu"

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\TitaniumWeather\CondensedPage]
"PluginLabel"="60° Mostly Cloudy"

With this GUID, you will also need to make your panel layout in your cpr since it won't be using an existing panel. It can read any text string or image location from registry. In cpr file there must be a corresponding image or text line with same name as reg entry. For example, here's my v3 cpr section. You will be able to find the reg values above for page1 listed in cpr along with there position values. You'll notice that there are many image and text files, but the reg above doesn't use all of them. You can define all for all the pages in the cpr, but then use different ones for different pages of the panel. This way you can have different layouts for each page of a single panel.
Code:

  <!-- TitaniumWeather -->
  <Layer ID="TitaniumWeatherExpanded" Visible="False" Width="480" Height="180">
    <Layer ID="Page">
      <!-- Page1 icons -->
      <Image ID="CurrentIcon" Left="10" Top="-10" Width="120" Height="120"/>
      <Image ID="Day2Icon" Left="195" Top="25" Width="60" Height="60" />
      <Image ID="Day3Icon" Left="265" Top="25" Width="60" Height="60" />
      <Image ID="Day4Icon" Left="335" Top="25" Width="60" Height="60" />
      <Image ID="Day5Icon" Left="410" Top="25" Width="60" Height="60" />

      <!-- detail pages icons -->
    <Image ID="ForecastIcon" Left="10" Top="-10" Width="120" Height="120"/>

      <!-- detail pages text -->
      <Text ID="CurrentTemp2" Left="0" Top="-8" Width="168" Height="50" FontFamily="Segoe UI" FontSize="18" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="Temps" Left="5" Top="90" Width="130" Height="70" FontFamily="Segoe UI" FontSize="17" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
        <Text ID="Day" Left="161" Top="17" Width="470" Height="60" FontFamily="Segoe UI" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="Desc" Left="161" Top="43" Width="470" Height="60" FontFamily="Segoe UI" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="Winds" Left="161" Top="69" Width="470" Height="30" FontFamily="Segoe UI" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="Prec" Left="161" Top="92" Width="470" Height="30" FontFamily="Segoe UI" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="Other" Left="161" Top="115" Width="470" Height="30" FontFamily="Segoe UI" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>

      <!-- Page1 text -->
      <Text ID="CurrentTemp" Left="0" Top="-10" Width="190" Height="70" FontFamily="Segoe UI" FontSize="22" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="TodayTemps" Left="2" Top="92" Width="150" Height="50" FontFamily="Segoe UI" FontSize="7" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="Days" Left="205" Top="80" Width="370" Height="50" FontFamily="Segoe UI" FontSize="6" FontStyle="Regular"  Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="Highs" Left="188" Top="100" Width="370" Height="50" FontFamily="Segoe UI" FontSize="6" FontStyle="Regular"  Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="Lows" Left="188" Top="118" Width="380" Height="50" FontFamily="Segoe UI" FontSize="6" FontStyle="Regular"  Wrap="False" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <Text ID="Time" Left="2" Top="113" Width="150" Height="20" FontFamily="Segoe UI" FontSize="6" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

    </Layer>
  </Layer>
  <Layer ID="TitaniumWeatherCondensed" Visible="False" Width="480" Height="60">
    <Layer ID="Page">
      <Text ID="PluginLabel" Left="20" Top="8" Width="460" Height="52" FontFamily="Segoe UI" FontSize="16" FontStyle="Regular"  Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter"  Text="voicemail">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>

drkfngthdragnlrd found this GUID and pointed it out to me, so all thanks go to him. Now a panel could be made for almost anything now with this. Use your imagination of what you'd like to see. It would be possible to add Pocket SportsCenter to a panel too, baseball and football scores that auto update=D>


I've been playing with the for a while now, and I just can't seem to wrap my head around it. I think I'm understanding that with the GUID we will be able to create new panels without making anything "invisible". To test it I simply created a "test" panel using that GUID, and then copied my "welcome center" panel in the CPR file and changed it to represent Test at the end of the cpr file. I then pasted my new CPR and I then went through the standard step to set up the panel, and havent been able to get it to show up. I see Test in the configurator, I've added it to the xml file, but i can't get it to show up. Anyone have any ideas? Shawco, am i missing the boat on this or am I on the right track?

showaco 04-12-2009 06:59 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by chuggy (Post 843650)
I've been playing with the for a while now, and I just can't seem to wrap my head around it. I think I'm understanding that with the GUID we will be able to create new panels without making anything "invisible". To test it I simply created a "test" panel using that GUID, and then copied my "welcome center" panel in the CPR file and changed it to represent Test at the end of the cpr file. I then pasted my new CPR and I then went through the standard step to set up the panel, and havent been able to get it to show up. I see Test in the configurator, I've added it to the xml file, but i can't get it to show up. Anyone have any ideas? Shawco, am i missing the boat on this or am I on the right track?

yeah, this GUID can be used multiple times without losing condensed titles. When you copied the welcome center panel in the cpr, did you rename it to TestExpanded and TestCondensed(in the cpr)? You also need to have the Test key in reg with the same values as first key listed in that reg I posted. So you need the values for: Updated, Pages, DataSource, GUID, Layout, LocName.

Make those values something like this:
Updated -- make this as dword, value of 0 or 1
Pages -- this is your list of pages your using in this panel
DataSource -- this shoud be set to HKLM\Software\Microsoft\CHome\Test
GUID -- just copy the same
Layout -- 'Test', this tells it the name to look for in the cpr files
LocName -- 'Test'

In the pages registry keys, make sure whatever the image and text lines are called in the cpr are listed here. This GUID reads the info based on name given in cpr. So if cpr says: <Image ID="Image 1" Left="350" Top="-4" Width="100" Height="100" />
then registry needs to have entry called Image 1 for it to read. For text that looks like this in cpr: <Text ID="Text 1" Left="20" Top="52" Width="348" Height="42" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
then registry needs entry called Text 1.

The other GUID's used those names in cpr, but in registry they sometimes had different names and must have been loaded by chome on launch. This GUID can have values changed in registry, and if you toggle the Updated value from 1 to 0(or 0 to 1) then that whole panel reloads without needing to restart chome plugin or soft reset. I'm going to try to learn some programming to make a app to allow easy customization based on this GUID, but since I have little experience, it might take week or two.

chuggy 04-12-2009 08:00 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by showaco (Post 843916)
yeah, this GUID can be used multiple times without losing condensed titles. When you copied the welcome center panel in the cpr, did you rename it to TestExpanded and TestCondensed(in the cpr)? You also need to have the Test key in reg with the same values as first key listed in that reg I posted. So you need the values for: Updated, Pages, DataSource, GUID, Layout, LocName.

Make those values something like this:
Updated -- make this as dword, value of 0 or 1
Pages -- this is your list of pages your using in this panel
DataSource -- this shoud be set to HKLM\Software\Microsoft\CHome\Test
GUID -- just copy the same
Layout -- 'Test', this tells it the name to look for in the cpr files
LocName -- 'Test'

In the pages registry keys, make sure whatever the image and text lines are called in the cpr are listed here. This GUID reads the info based on name given in cpr. So if cpr says: <Image ID="Image 1" Left="350" Top="-4" Width="100" Height="100" />
then registry needs to have entry called Image 1 for it to read. For text that looks like this in cpr: <Text ID="Text 1" Left="20" Top="52" Width="348" Height="42" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
then registry needs entry called Text 1.

The other GUID's used those names in cpr, but in registry they sometimes had different names and must have been loaded by chome on launch. This GUID can have values changed in registry, and if you toggle the Updated value from 1 to 0(or 0 to 1) then that whole panel reloads without needing to restart chome plugin or soft reset. I'm going to try to learn some programming to make a app to allow easy customization based on this GUID, but since I have little experience, it might take week or two.

Wow! I'm actually quit amazed how clear this seems now. I'm going to start from scratch on StarMans new rom, and see if I can make this work. As far as experience goes, you seem like you know what you are doing to me! Thanks!

Hello_world 04-12-2009 08:50 PM

Re: CHome/Titanium Modifications
 
3 Attachment(s)
This is a qvga wm6.5 startmenu, will give you 4 columns of icons in the start menu in portrait mode, and it will give you 5 columns landscape mode. Install, soft reset. Incase you don't like ,uninstall and goes back to default.

bx718bklyn 04-12-2009 10:18 PM

Re: CHome/Titanium Modifications
 
I must be an idiot i cant this ish to work

chuggy 04-12-2009 10:21 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by jaycee1981 (Post 843406)
Hi!




Ok, i followed the instructions (i did several times)
I did the example: Contacts, but it does not show/display on my titanium:???:

Can anyone help me, please?

Take a look at post #182 and see if that helps you out. If you are looking for a contacts panel, this seems to have worked for others.

jaycee1981 04-13-2009 01:19 AM

Re: CHome/Titanium Modifications
 
Hi!

I've read post #182 and followed the instructions except the last one
"Copy the .cpr files from the attached cab and replace the existing ones in your Windows folder (thanks to Hafrust for the Cab)."

Because i can't find any cpr files here:silent:

Uhm i use Htc touch hd (480x800)

The fact i don't want to add contact dialer for my own, i just did for test (but still does not display on my titanium)

I would like to get on my titanium:

- Internet- with Opera browser
- Music player with TF3D's built-in player insteead of WMplayer

Artanis 04-13-2009 01:52 AM

Re: CHome/Titanium Modifications
 
Have Launcher and Contact Panels working fine.but Now when i try to edit the launcher panel menu never goes past panel>Custimize. Menu just closes and nothing happens. Just sits on Chome Configure screen. Cant even add new items to Launcher panel. I even tried to delete panel and start over but i cant even delete it.

tried disabling weather, removing extensibility edit. Am i missing somthing.

plz help.

**Update!
I noticed the "*" was missing next to launcher panel in the config screen. Traced back through instructions by OP and figured out the GUID regedit had to be changed like contacts for editing.

Problem solved >> new problem.

thought id get creative and ended up changing GUID in CClock reg entry. Now i got no Clock panel. If someone would be so kind to post Default GUID string for CClock, im sure that would solve the problem.
TY

Hafrust 04-13-2009 09:33 AM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by jaycee1981 (Post 844828)
Hi!

I've read post #182 and followed the instructions except the last one
"Copy the .cpr files from the attached cab and replace the existing ones in your Windows folder (thanks to Hafrust for the Cab)."

Because i can't find any cpr files here:silent:

Uhm i use Htc touch hd (480x800)

The fact i don't want to add contact dialer for my own, i just did for test (but still does not display on my titanium)

I would like to get on my titanium:

- Internet- with Opera browser
- Music player with TF3D's built-in player insteead of WMplayer

The CPR files I used are attached in the first post, but they are only for VGA, not WVGA. I can make a copy that is WVGA but it will probably be later this afternoon or this evening, if no one else has converted them by then.

Quote:

Originally Posted by Artanis (Post 844863)
If someone would be so kind to post Default GUID string for CClock, im sure that would solve the problem.
TY

Here you go: {892B90CB-9806-427e-8BED-F45C6A9E576B}

jaycee1981 04-13-2009 10:09 AM

Re: CHome/Titanium Modifications
 
ok then, im waiting for the wvga crp. Thanks in advance!

Oh one more question:

Do i have to do the same steps if i want to create Internet with opera browser launch instead of stupid Internet explorer bwoser in favorites?

Sorry for my bad English.

myshinynewtouch 04-13-2009 11:35 AM

Re: CHome/Titanium Modifications
 
1 Attachment(s)
guys - when making .cpr files, u can probably do these small tweaks to make things look better in the 240x320 landscape mode, portrait mode needs no changes.
1. search for this word "HorizontalAlignment="Right"" and remove it - its in the clock layout and time section - all it does is make sure that clock is not right aligned and aligns it by default to left... makes sure that ur date has enough space to be not truncated.
2. also change default width of AM/PM and date to 120. that makes sure that u see the entire date..

attached is an updated .cpr for QVGA users with the latest version (v3) from mnemonique.. just for 240x320, i can upload the 320x240 now later on in the day..

Hafrust 04-13-2009 11:36 AM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by jaycee1981 (Post 845206)
ok then, im waiting for the wvga crp. Thanks in advance!

Oh one more question:

Do i have to do the same steps if i want to create Internet with opera browser launch instead of stupid Internet explorer bwoser in favorites?

Sorry for my bad English.

Your English is fine. :) I just created a new panel for Opera and added pages for all of my favorites.


Just an FYI to everyone...the first post in this thread has been updated, and I moved some stuff to post 2.

strra 04-13-2009 12:12 PM

Re: CHome/Titanium Modifications
 
is anyone else having this problem with titanium weather? (wrong size images and the spacing in "Tue, Wed," etc is off)

Artanis 04-13-2009 02:59 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by Hafrust (Post 845143)
Here you go: {892B90CB-9806-427e-8BED-F45C6A9E576B}

HAZAA!
the time is 11:30 am pst. :D

Ty, now i can try to customize the clock size.

Hafrust 04-13-2009 03:01 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by myshinynewtouch (Post 845369)
guys - when making .cpr files, u can probably do these small tweaks to make things look better in the 240x320 landscape mode, portrait mode needs no changes.
1. search for this word "HorizontalAlignment="Right"" and remove it - its in the clock layout and time section - all it does is make sure that clock is not right aligned and aligns it by default to left... makes sure that ur date has enough space to be not truncated.
2. also change default width of AM/PM and date to 120. that makes sure that u see the entire date..

attached is an updated .cpr for QVGA users with the latest version (v3) from mnemonique.. just for 240x320, i can upload the 320x240 now later on in the day..

Cool...when you get the other one updated I'll add them to post 2.

gmarcoux 04-13-2009 05:59 PM

Re: CHome/Titanium Modifications
 
Does anyone know how to activate the settings tab simply as the settings tab. What i've tried so far is enabling it in CHome config, Showing it as well as doing the HKLM edit to add it in the list of programs but no such luck so far

Hafrust 04-13-2009 06:02 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by gmarcoux (Post 846345)
Does anyone know how to activate the settings tab simply as the settings tab. What i've tried so far is enabling it in CHome config, Showing it as well as doing the HKLM edit to add it in the list of programs but no such luck so far

I tried just using the default settings panel and was able to get it to show up, but you'll have to remap the action url for each page. Also, I'm not sure if I just overlooked something, but it would cause Titanium to lock-up when switching through pages. As an alternative, I just created a custom Settings panel instead. If you're wanting to give it a shot, I'll take a look at it when I get home (leaving work now).

p-slim 04-13-2009 06:08 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by jaycee1981 (Post 844828)
Hi!



I would like to get on my titanium:

- Internet- with Opera browser
- Music player with TF3D's built-in player insteead of WMplayer

is it possible to get tf3d's music player to work? if so i would like this also, because wmplayer lags because i have a 16gb class 2 card. when i use to play this with tf3d it didn not lag.

gmarcoux 04-13-2009 06:17 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by Hafrust (Post 846350)
I tried just using the default settings panel and was able to get it to show up, but you'll have to remap the action url for each page. Also, I'm not sure if I just overlooked something, but it would cause Titanium to lock-up when switching through pages. As an alternative, I just created a custom Settings panel instead. If you're wanting to give it a shot, I'll take a look at it when I get home (leaving work now).

That would be awesome but to be honnest i've only just managed to get an Opera tab and then again only by installing weather 2.1 which activated clink for me. I've followed your steps on page one of thei thread (even the new ones from today) and i just can't get it to work. I have a feeling it's becausse i'm copying the whole GUID file and replacing the other but you would think that would achieve the same result.

Any help or guidance you could give would be much appreciated though... i must have a "Chromium" defficiancy lol

chuggy 04-13-2009 07:30 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by gmarcoux (Post 846387)
That would be awesome but to be honnest i've only just managed to get an Opera tab and then again only by installing weather 2.1 which activated clink for me. I've followed your steps on page one of thei thread (even the new ones from today) and i just can't get it to work. I have a feeling it's becausse i'm copying the whole GUID file and replacing the other but you would think that would achieve the same result.

Any help or guidance you could give would be much appreciated though... i must have a "Chromium" defficiancy lol

Copying the entire GUID file should be fine. Just make sure when you past it it replaces the old one. I wouldnt recomend activating the settings tab, I had it visible and had frequent lock ups.

gmarcoux 04-13-2009 07:32 PM

Re: CHome/Titanium Modifications
 
too bad. it would be practicle

p-slim 04-13-2009 08:19 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by gmarcoux (Post 846387)
That would be awesome but to be honnest i've only just managed to get an Opera tab and then again only by installing weather 2.1 which activated clink for me. I've followed your steps on page one of thei thread (even the new ones from today) and i just can't get it to work. I have a feeling it's becausse i'm copying the whole GUID file and replacing the other but you would think that would achieve the same result.

Any help or guidance you could give would be much appreciated though... i must have a "Chromium" defficiancy lol

i'm with you, i can't get any new tabs either, i guess its not really that big of a deal. i will figure it out one day, and i followed the instructions to a t.

Hafrust 04-13-2009 08:24 PM

Re: CHome/Titanium Modifications
 
You're positive you copied the GUID from HKLM\Software and pasted it into HKLM\Security? That's where a lot of people have gone wrong.

jeremy37210 04-13-2009 08:28 PM

Re: CHome/Titanium Modifications
 
Maybe someone can help clarify where I should start?

I already changed my "Launcher" panel to a "contacts" panel. The "contacts" panel is now visible and functional but I no longer have the "launcher" panel. I did this before seeing some of the newer options so I have no idea where to start now to try and get a second "programs" panel. Is it possible with the steps I've already taken?

Hafrust 04-13-2009 08:34 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by jeremy37210 (Post 846623)
Maybe someone can help clarify where I should start?

I already changed my "Launcher" panel to a "contacts" panel. The "contacts" panel is now visible and functional but I no longer have the "launcher" panel. I did this before seeing some of the newer options so I have no idea where to start now to try and get a second "programs" panel. Is it possible with the steps I've already taken?

You can still add another panel or two using the instructions in post 2, where it talks about using information from the CWelcomeCenter and/or Settings Panels. Just follow the instructions carefully and it should work just fine. Curious though, your profile shows you're using a Treo Pro, is that correct? If so, it may be tricky because no one here has modified the cpr files for a phone with that resolution yet. Therefore, if you're using that phone, it'll take some extra work to get any additional panels added. Let us know if that's the case and we'll go from there.

gmarcoux 04-13-2009 09:01 PM

Re: CHome/Titanium Modifications
 
OK so it turns out i'm an Idiot and hadn't copied the cpr files properly. things are showing up now although I've lost my Weather Panel. So I tried to install weather panel 3 and lost all my changes :(

fishfuzz 04-13-2009 09:07 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by gmarcoux (Post 846680)
OK so it turns out i'm an Idiot and hadn't copied the cpr files properly. things are showing up now although I've lost my Weather Panel. So I tried to install weather panel 3 and lost all my changes :(

Your changes aren't lost. Go into the registry and modify the launcher section and check the original set of instructions (looking to make sure all of your panels are listed correctly) and they'll come back. =)

gmarcoux 04-13-2009 09:09 PM

Re: CHome/Titanium Modifications
 
do you mean HKLM\Software\Microsoft\CHome\ExtensibilityXML

Hafrust 04-13-2009 09:13 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by gmarcoux (Post 846704)
do you mean HKLM\Software\Microsoft\CHome\ExtensibilityXML

That's it. You'll just need to add CLinks back in.

gmarcoux 04-13-2009 09:21 PM

Re: CHome/Titanium Modifications
 
Ok cool.. i've got them almost all back except my CLinks opera which i may have to redo

Hafrust 04-13-2009 09:35 PM

Re: CHome/Titanium Modifications
 
FYI....showaco has WVGA cpr files posted here.

jeremy37210 04-13-2009 09:46 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by Hafrust (Post 846637)
You can still add another panel or two using the instructions in post 2, where it talks about using information from the CWelcomeCenter and/or Settings Panels. Just follow the instructions carefully and it should work just fine. Curious though, your profile shows you're using a Treo Pro, is that correct? If so, it may be tricky because no one here has modified the cpr files for a phone with that resolution yet. Therefore, if you're using that phone, it'll take some extra work to get any additional panels added. Let us know if that's the case and we'll go from there.

Thanks, I'll give it a shot. Nope, I forgot to update my profile as I returned my Treo Pro a couple of days ago. I'm back to a HTC Touch Pro.

Hafrust 04-13-2009 09:50 PM

Re: CHome/Titanium Modifications
 
Cool...just wanted to double check. Let us know if you need any help along the way.

thvoicwethin 04-13-2009 10:07 PM

Re: CHome/Titanium Modifications
 
Quote:

Originally Posted by chuggy (Post 841992)
This is what I did to add a contacts Tab. I actually started from a new flash because I made such a mess the first couple of times.

Adding People tab with Contact pictures:

-Disable Titanium.
-Open CHome Configurator.
-Select Menu>Panel>New to create a new panel.
-When the Name dialog box pops up name your panel I chose "Speed Dial" hit ok
-Highlight your new "speed dial" panel by clicking it once
-Select Menu>Panel>Customize.
-Select Menu>Page>New.
-Type "Speed Dial" in Collapsed Field
-Select Menu>Template>Contact Dialer
-Select the first contact you would like to add
-click yes to use picture if a pic is stored otherwise you can chose a pic
-Repeat Menu>Page>New and Menu>Template Contact Dialer for every contact you want to add
-When you have all the contacts you want in their click Done
-Tap on Speed Dial again and then tap show (left soft key).
-Highlight the CLinks panel and select Menu>Panel>Disable>CLinks
-Exit the program (make sure you close the program by using Menu>Exit or your changes will not be saved) No need to reboot yet.
-Now you will need to open whatever regedit software you use. Go to HKLM\Software\Microsoft\CHome.
-Open ExtensibilityXML. In the string, you will need to insert the name of the panel you just created in the place you want it to be displayed on the CHome home screen. The plugins are separated by a ";"
-Save your changes and soft reset.

-In your registry editor, go to HKLM\Software\Microsoft\CHome\Clinks Copy the string value for GUID.
Go to HKLM\Security\CHome\DefaultSettings\Speed Dial Paste the GUID string value that you copied. Make sure it overrites the old GUID and doesnt give a GUID[1] if it does erase the old GUID and rename the new one.
-Copy the .cpr files from the attached cab and replace the existing ones in your Windows folder (thanks to Hafrust for the Cab).

Soft reset and re-enable Titanium.

To add or remove contacts disable Titanium, go into configurator and customize your speed dial tab. Hopefuly this helps everyone out, 99% of the credit goes to Hafrust and this thread! I just customized the information for a speed dial panel. Enjoy

Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You!


This solved my problem :-D, i am able to have a speed dial widget as well as an app launcher. :-D:-D:-D

bx718bklyn 04-13-2009 10:48 PM

Re: CHome/Titanium Modifications
 
Will this work in 6.5 http://forum.xda-developers.com/showthread.php?t=380544 post # 6


All times are GMT -4. The time now is 12:27 PM.

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


Content Relevant URLs by vBSEO 3.6.0