PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   Titanium Bing tab...? (http://forum.ppcgeeks.com/showthread.php?t=79381)

heydjbobby74 08-14-2009 09:13 AM

Titanium Bing tab...?
 
Does anyone have a Titanium tab for BING, or live search? Preferably BIng.

TIA

heydjbobby74 08-14-2009 12:10 PM

Re: Titanium Bing tab...?
 
There has to be someone out there that either has this, or knows how to do it...? Right...? please....

raidzero 08-14-2009 12:28 PM

Re: Titanium Bing tab...?
 
I had another idea, I may be able to do this after all. it involves hacking up clauncher like I did for the toggles panel on my rom..

raidzero 08-14-2009 02:00 PM

Re: Titanium Bing tab...?
 
1 Attachment(s)
OK so I have no idea how I can make this into a redistributable package but I can give you instructions to make your own bing tab. This works on my ROM, I just did it (and wrote down every step of the way). You will need to come up with a bing icon, I could not find one so I used a faceless guy with a tie... onward!
CeRegEditor makes this much easier! Install it from here. This is a PC app: http://www.ceregeditor.mdsoft.pl/fil...up_0.0.5.1.exe


1. Install chome configurator.
2. Open Chome Configurator and Tap on CLinks. tap menu, panel, customize. tap menu, page, new. tap yes to create a new page. tap menu, template, application launcher. tap bing. tap OK. type bing into the text box. tap ok. tap on an icon you want to use (you can use icons from anywhere on the phone). when your icon is selected you'll be back at the panel customization window. tap done.
3. back in the main screen tap clinks (if not already selected) and tap show. tap menu, exit.
4. In CeRegEditor, go to HKEY Local machine, software, microsoft, chome. Find extensibilityXML.
5. Edit extensibilityXML to look like this:
Code:

<Plugins Order="CMyPhotos;CMusic;CWelcomeCenter;ATFavePeople;CPhone;CVoicemail;CLauncher;CClock;CText;CEmail;TitaniumWeather;CAppointments;Opera;CHomeFavs;CWindowsLive;CLinks"  CPRFileName="Titanium" DisplayStyle="Titanium" />
basically we just added CLinks into the list.
6. go back into chome configurator on the phone. tap clinks, menu, panel, customize. type at the top (in the "collapsed" field) whatever you want to show on your screen when the panel is not selected. Tap Done. tap menu, exit. tap yes to save changes.
7. enjoy the new panel that launches bing!

Credit for that goes to hafrust! http://forum.ppcgeeks.com/showthread.php?t=63086

heydjbobby74 08-14-2009 03:15 PM

Re: Titanium Bing tab...?
 
Quote:

Originally Posted by raidzero (Post 1101331)
OK so I have no idea how I can make this into a redistributable package but I can give you instructions to make your own bing tab. This works on my ROM, I just did it (and wrote down every step of the way). You will need to come up with a bing icon, I could not find one so I used a faceless guy with a tie... onward!
CeRegEditor makes this much easier! Install it from here. This is a PC app: http://www.ceregeditor.mdsoft.pl/fil...up_0.0.5.1.exe


1. Install chome configurator.
2. Open Chome Configurator and Tap on CLinks. tap menu, panel, customize. tap menu, page, new. tap yes to create a new page. tap menu, template, application launcher. tap bing. tap OK. type bing into the text box. tap ok. tap on an icon you want to use (you can use icons from anywhere on the phone). when your icon is selected you'll be back at the panel customization window. tap done.
3. back in the main screen tap clinks (if not already selected) and tap show. tap menu, exit.
4. In CeRegEditor, go to HKEY Local machine, software, microsoft, chome. Find extensibilityXML.
5. Edit extensibilityXML to look like this:
Code:

<Plugins Order="CMyPhotos;CMusic;CWelcomeCenter;ATFavePeople;CPhone;CVoicemail;CLauncher;CClock;CText;CEmail;TitaniumWeather;CAppointments;Opera;CHomeFavs;CWindowsLive;CLinks"  CPRFileName="Titanium" DisplayStyle="Titanium" />
basically we just added CLinks into the list.
6. go back into chome configurator on the phone. tap clinks, menu, panel, customize. type at the top (in the "collapsed" field) whatever you want to show on your screen when the panel is not selected. Tap Done. tap menu, exit. tap yes to save changes.
7. enjoy the new panel that launches bing!

Credit for that goes to hafrust! http://forum.ppcgeeks.com/showthread.php?t=63086


RZ, where do I find CeRegEditor, go to HKEY Local machine, software, microsoft, chome. Find extensibilityXML.
5. Edit extensibilityXML to look like this:

raidzero 08-14-2009 03:27 PM

Re: Titanium Bing tab...?
 
Quote:

Originally Posted by heydjbobby74 (Post 1101503)
RZ, where do I find CeRegEditor, go to HKEY Local machine, software, microsoft, chome. Find extensibilityXML.
5. Edit extensibilityXML to look like this:


ceregeditor is the link fight after "This is a PC app:"

heydjbobby74 08-14-2009 03:41 PM

Re: Titanium Bing tab...?
 
Quote:

Originally Posted by raidzero (Post 1101523)
ceregeditor is the link fight after "This is a PC app:"


Yes I know, and have already installed it, where do I find the stuff in #4. where you say to find HKEY Local machine??

edit: ok I found it...

raidzero 08-14-2009 04:09 PM

Re: Titanium Bing tab...?
 
Quote:

Originally Posted by heydjbobby74 (Post 1101550)
Yes I know, and have already installed it, where do I find the stuff in #4. where you say to find HKEY Local machine??


ah, sorry. when your phone is plugged in via USB and activesync is connected, open up ceregeditor and press F1 (to connect to the phone). then double click on HKEY LOCAL MACHINE to expand it. then double click on software to expand that, then microsoft, then chome. this is the registry. this is where all your dreams can come true... well maybe not but it is where every single setting on the phone resides.

anyway when you click chome you should see some stuff show up in the right pane. those are registry entries, the things you expanded are known as keys. all windows devices (PC, winmo) have a registry. find the key called extensibilityXML and double click it to modify its contents. should be good to go from here!

have fun

the same thing can be accomplished using PHM regeditor in my ROM but it's so much easier to navigate and work with via PC..

heydjbobby74 08-14-2009 04:28 PM

Re: Titanium Bing tab...?
 
ok RZ where is this, extensibilityXML

raidzero 08-14-2009 04:31 PM

Re: Titanium Bing tab...?
 
did you open up HKEY local machine\software\microsoft\chome?

if so you should see a bunch of entries on the right side of the screen, extensibilityXML is in there


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

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


Content Relevant URLs by vBSEO 3.6.0