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
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #2301 (permalink)  
Old 06-09-2010, 12:02 AM
shane6374's Avatar
O-Matic
Offline
Pocket PC: Vogue, TP2, Epic 4G, Nexus S, Galaxy SIII, Nexus 4
Carrier: Big Pink
Location: The Frozen Tundra
 
Join Date: Feb 2009
Posts: 1,131
Reputation: 2980
shane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIP
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to shane6374
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Noob here. I'm curious about how to cook some different tabs in to manila. I have a rom cooked up that I'm pretty happy with. I would just like to add the Sprint Nav, Document, and Facebook tabs into to it. Everything I've tried so far has failed. Can anyone help? I'm running build 23563 with manila 2.5.2012.1412.
Reply With Quote
  #2302 (permalink)  
Old 06-09-2010, 12:22 AM
Sharkie405's Avatar
VIP Member
Offline
Pocket PC: HTC One M9
Carrier: Verizon
Location: Waynesville, NC
 
Join Date: Feb 2009
Posts: 3,612
Reputation: 11155
Sharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation level
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by shane6374 View Post
Noob here. I'm curious about how to cook some different tabs in to manila. I have a rom cooked up that I'm pretty happy with. I would just like to add the Sprint Nav, Document, and Facebook tabs into to it. Everything I've tried so far has failed. Can anyone help? I'm running build 23563 with manila 2.5.2012.1412.
Failed how? Sense won't launch? Did you edit your 26948339 manila file to reflect any extra tabs you've added in. Tonight I've been playing with the Facebook tab. I have Sprint Navi, Sprint TV, Call History and Facebook all added and working fine.

I can post my 26948339 manila file if you want, so you can see how to edit it, if you're not already familiar with doing so.

In case you're not. You can copy your 26948339_manila file from your Windows folder and edit it (Notepad) to add in the tabs then copy it back to your Windows folder restart Sense or soft reset and test it out. Assuming it works you can cook that file in. I cook it in via a separated folder near the end of my EXTs after all the Sense Tabs are cooked in. This way you can find it and edit it easily should you want to play around with Sense tabs again.

Here's what mine looks like. When editing the order you need to change the <Page Order="#" and then move that entire tab to the correct numeric order. Meaning, for example, if you wanted to change my internet tab to the 5th spot you would need to rename the page order to 5 and move it around so that it is actually the fifth tab (page) in the file.

<Manila Mode9Path="HTC\Manila\manila.mode9">
<Navigation>
<PageGroup Name="Root">
<Page Order="0" Name="home.page" PackageName="HTC" Default="true" Title="[[IDS_HOMETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Home\FakeHome.mode9?testParam=1" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Home_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Preview"/>
</Page>
<Page Order="1" Name="internet.page" PackageName="HTC" Title="[[IDS_INTERNETPORTALTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Internet\internetportal.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Preview"/>
</Page>
<Page Order="2" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<ComponentReference Name="page" Mode9Path="HTC\Twitter\Twitter.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Preview"/>
</Page>
<Page Order="3" Name="settings.page" PackageName="HTC" Title="[[IDS_SETTINGSTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Settings\settings.mode9" Component="SettingsPageComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Preview"/>
</Page>
<Page Order="4" Name="SprintNavi.page" PackageName="HTC" Title="[[IDS_SPRINT_NAVI]]">

<ComponentReference Name="page" Mode9Path="HTC\Navigation\sprintNavigation.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintNavigation_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintNavigation_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintNavigation_Preview"/>
</Page>
<Page Order="5" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Music\music.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Music_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Preview"/>
</Page>
<Page Order="6" Name="inforwidget.page" PackageName="HTC" Title="[[IDS_STOCK]]">
<ComponentReference Name="page" Mode9Path="HTC\Stock\infor.mode9?page=MyPortfolio" Component="DetailPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_selected"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_preview"/>
</Page>
<Page Order="7" Name="album.page" PackageName="HTC" Title="[[IDS_PHOTOSANDVIDEOS]]">
<ComponentReference Name="page" Mode9Path="HTC\Album\album.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Album_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Preview"/>
</Page>

<Page Order="8" Name="tv.page" PackageName="HTC" Title="[[IDS_SPRINTTV]]" ExternalScriptPath="HTC\TV\Scripts\sprinttv.luac">
<ComponentReference Name="page" Mode9Path="HTC\TV\sprintfavorites.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintTV_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintTV_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\sprinticons.mode9" Component="SprintTV_Preview"/>
</Page>
<Page Order="9" Name="calendar.page" PackageName="HTC" Default="true" Title="[[IDS_CALENDAR]]">
<ComponentReference Name="page" Mode9Path="HTC\Calendar\Calendar.mode9" Component="CalendarComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Preview"/>
</Page>
<Page Order="10" Name="weather.page" PackageName="HTC" Title="[[IDS_WEATHER]]">
<ComponentReference Name="page" Mode9Path="HTC\Weather\weather.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Preview"/>
</Page>
<Page Order="11" Name="peopleCallHistory.page" PackageName="HTC" Title="[[IDS_PEOPLEBROWSER_CALLHISTORYALLTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\people\uzebCallHistory.mode9" Component="CallHistoryRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_Preview"/>
</Page>
<Page Order="12" Name="email.page" PackageName="HTC" Title="[[IDS_EMAILTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Email\email.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Email_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Preview"/>
</Page>
<Page Order="13" Name="messaging.page" PackageName="HTC" Title="[[IDS_MESSAGESTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Messaging\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Preview"/>
</Page>
<Page Order="14" Name="people.page" PackageName="HTC" Title="[[IDS_FAVORITEPEOPLETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\People\people.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="People_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="People_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="People_Preview"/>
</Page>

<Page Order="15" Name="facebook.page" PackageName="HTC" Title="[[Facebook]]">
<ComponentReference Name="page" Mode9Path="HTC\People\facebook.mode9" Component="SummaryAllPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\Facebookicon.mode9" Component="Facebook_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\Facebookicon.mode9" Component="Facebook_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\Facebookicon.mode9" Component="Facebook_Preview"/>
</Page>
</PageGroup>
</Navigation>
</Manila>

You can copy and paste tabs that you use from this post. As you can see, make sure that each tab begins and ends with </Page>

Also, the CallHistory Tab, Facebook Tab and Co0kie's Home Tab threads all say that you should delete the ManilaFull.xml file from your Windows folder for the tabs and CHT to work properly (maybe at all, I'm not sure). I removed it from the Sense files I cook in (Manila Core, I believe, if your Sense files are arranged by tab). Otherwise just search your Sense files for it.

Sorry if I over explained, but I hate when I ask a noob question and someone answers with jargon that I clearly won't understand, If I did, I probably wouldn't even have needed to ask.

Sorry 'bout the huge post guys!
__________________
Current Device:
Verizon HTC One M9

Last edited by Sharkie405; 06-09-2010 at 12:49 AM.
Reply With Quote
This post has been thanked 1 times.
  #2303 (permalink)  
Old 06-09-2010, 12:34 AM
shane6374's Avatar
O-Matic
Offline
Pocket PC: Vogue, TP2, Epic 4G, Nexus S, Galaxy SIII, Nexus 4
Carrier: Big Pink
Location: The Frozen Tundra
 
Join Date: Feb 2009
Posts: 1,131
Reputation: 2980
shane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIP
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to shane6374
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
Failed how? Did you edit your 26948339 manila file to reflect any extra tabs you've added in. Tonight I've been playing with the Facebook tab. I have Sprint Navi, Sprint TV, Call History and Facebook all added and working fine.

I can post my 26948339 manila file if you want, so you can see how to edit it, if you're not already familiar with doing so.
That would be great. The past week is the first time I've tried to play with manila, so I'm not quite sure what I'm doing. Thanks!
Reply With Quote
  #2304 (permalink)  
Old 06-09-2010, 12:38 AM
Sharkie405's Avatar
VIP Member
Offline
Pocket PC: HTC One M9
Carrier: Verizon
Location: Waynesville, NC
 
Join Date: Feb 2009
Posts: 3,612
Reputation: 11155
Sharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation level
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Check my previous post. If you still need me to upload mine, let me know.
Reply With Quote
  #2305 (permalink)  
Old 06-09-2010, 12:41 AM
InvincibleLiving's Avatar
Post Master General
Offline
Pocket PC: White Evo: Myn's TPT RLS5, Stock Kernel
Carrier: The "NOW" Network
Location: Leesburg, VA
 
Join Date: Jun 2007
Posts: 6,464
Reputation: 4222
InvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

At some point in the last few days my file explorer (default w/explorerext cooked in) lost the 'select several' menu entry... how do I get this back? What controls those menu settings? I can't think of anything I've done to make it disappear.
__________________
Creator of iLife ROM Series

Best... Member... Ever...
Reply With Quote
  #2306 (permalink)  
Old 06-09-2010, 12:47 AM
shane6374's Avatar
O-Matic
Offline
Pocket PC: Vogue, TP2, Epic 4G, Nexus S, Galaxy SIII, Nexus 4
Carrier: Big Pink
Location: The Frozen Tundra
 
Join Date: Feb 2009
Posts: 1,131
Reputation: 2980
shane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIPshane6374 is a VIP
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to shane6374
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
Check my previous post. If you still need me to upload mine, let me know.
Thanks! I won't have time tonight to try it, but I think should be able to get it with info you gave me, if not I'll be sure to ask.

As for now, the woman want's me to put the phone down and get to bed.
Reply With Quote
  #2307 (permalink)  
Old 06-09-2010, 12:50 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: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by InvincibleLiving View Post
At some point in the last few days my file explorer (default w/explorerext cooked in) lost the 'select several' menu entry... how do I get this back? What controls those menu settings? I can't think of anything I've done to make it disappear.
I changed alot of things in my kitchen tonight. Always afraid a problem like this might pop up, but i checked my File Explorer and hit menu/select files and get the two standard options 'All/Several"

It would have to be a package, or enhancement you added in the time you were updating your kitchen. Just retrace your steps even if a package has a higher number, revert it, and see if you get back to normal, good luck
__________________
Patience .. It's a Virtue
Part of StarCraft II :Beta Team
PPCGeeks All around nice guy
Reply With Quote
  #2308 (permalink)  
Old 06-09-2010, 12:58 AM
Sharkie405's Avatar
VIP Member
Offline
Pocket PC: HTC One M9
Carrier: Verizon
Location: Waynesville, NC
 
Join Date: Feb 2009
Posts: 3,612
Reputation: 11155
Sharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation levelSharkie405 can't get a higher reputation level
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by InvincibleLiving View Post
At some point in the last few days my file explorer (default w/explorerext cooked in) lost the 'select several' menu entry... how do I get this back? What controls those menu settings? I can't think of anything I've done to make it disappear.
Sweet, I just realized I have the same issue

Do share, if and when you find the issue
Reply With Quote
  #2309 (permalink)  
Old 06-09-2010, 01:08 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: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
Sweet, I just realized I have the same issue

Do share, if and when you find the issue
since you and Invnc have the same issue, mind sharing your OS build number and whether or not you have added threaded email yourself. etc. You guys just doubled your chances of finding the culpruit
Reply With Quote
  #2310 (permalink)  
Old 06-09-2010, 05: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: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by willysp View Post
IMO, 6.5.x got there months ago (and IMHO was already there when Sprint released 6.5). I used 235xx for a couple of months with no problems and moved to 23121 a week ago.

6.5.3 is absolutely where MS is spending their 6.5 resources. They appear to be done with 6.5.5 (COM5, 23569, etc)

Do yourself a favor - move up!
anyone have a 23121 they want to post???
__________________
HTC HD7

Reply With Quote
Reply

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


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 04:52 AM.


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