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
  #3361 (permalink)  
Old 08-02-2010, 02:02 PM
sc00b4s7eve's Avatar
VIP Member
Offline
Pocket PC: Sprint TP2
Carrier: Sprint SERO
Location: NorthEast, US
 
Join Date: Apr 2008
Posts: 863
Reputation: 2080
sc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
23563
A module is a folder that contains files like

imageinfo
S000
S001
S002
S003
S004

right?
Yup, but thats all the ideas I got right now.
You don't have to do anything to PreLoadRes. It should already be taken care of with a default reg entry: HCU\Software\HTC\PreloadModules\PhCanImages\.

On a seperate note. I've been playing with [HKEY_LOCAL_MACHINE\System\Loader\ModuleInfo]
and I think I have a few additions. If you're using some of the same apps as I am and these .dll's are converted to Module this has helped me quite a bit. I'd love some dev's feedback.
Note - I run Resco Explorer and PhotoManagerPro straight out of the \Windows folder which is why they work with modules
Attached Files
File Type: zip app.reg.zip (769 Bytes, 3 views) Click for barcode!
__________________
Kitchen:Calkulin's VK for WVGA (Updated with Touch Pro 2 Collaboration)
ROM:Custom6.5.x(ScubaGear)
When it's deserved, click
Reply With Quote
This post has been thanked 1 times.
  #3362 (permalink)  
Old 08-02-2010, 02:50 PM
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 sc00b4s7eve View Post
Yup, but thats all the ideas I got right now.
You don't have to do anything to PreLoadRes. It should already be taken care of with a default reg entry: HCU\Software\HTC\PreloadModules\PhCanImages\.
Based off of your info. I've added the reg. key:
Code:
[HKEY_CURRENT_USER\Software\HTC\PreloadModules\cprog.exe]
"Module"="\\Windows\\cprog.exe"
That seems to have worked. I've soft reset 5 times and there's no more lag when sliding to answer the first time after soft reset. Is there any reason that I should not have the key in there? I feel like if it was needed it would have already existed. Will this eat up memory or kill battery life or anything like that?

Edit: So it doesn't work when cooking it in. The key is in my registry, but the same thing happens...
Edit2: So after answering a call once, it works fine as it always has, but now when I soft reset it still works the first time afterwards. So it seems that my regedit is working, kinda... Why would it hold after a soft reset, but not the very first time after 1st boot?
__________________
Current Device:
Verizon HTC One M9

Last edited by Sharkie405; 08-02-2010 at 03:11 PM.
Reply With Quote
  #3363 (permalink)  
Old 08-02-2010, 03:08 PM
sc00b4s7eve's Avatar
VIP Member
Offline
Pocket PC: Sprint TP2
Carrier: Sprint SERO
Location: NorthEast, US
 
Join Date: Apr 2008
Posts: 863
Reputation: 2080
sc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
Based off of your info. I've added the reg. key:
Code:
[HKEY_CURRENT_USER\Software\HTC\PreloadModules\cprog.exe]
"Module"="\\Windows\\cprog.exe"
That seems to have worked. I've soft reset 5 times and there's no more lag when sliding to answer the first time after soft reset. Is there any reason that I should not have the key in there? I feel like if it was needed it would have already existed. Will this eat up memory or kill battery life or anything like that?
Hey, if that works... awesome. I've only ever seen dll's in there.
One of the important SYS files that occasionally misses being converted to module is wmpocx.dll. Although I see that cprog.exe utilizes wmcore.dll and wmploc.dll so I've made sure all 3 are modules.
Basically if I ever notice a problem with a cooked in app I use fdcsoft's Taskmanager and see what other .dll's (and occasionally .mui's) that I can convert to module. Just how I do it, It can eventually steal RAM so I've settled on about 700modules over the past couple months. ymmv

Here are the default HTC entries that have been there for some time now (Diamond, TP & TP2): just delete the ".txt" or not, whatever.
Code:
[HKEY_CURRENT_USER\Software\HTC\PreloadModules\OCX]
"Module"="\\windows\\wmpocx.dll"
"Order"=dword:000000FF


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\PhCanImage]
"Order"=dword:000000FF
"Module"="\\windows\\phcanImages.dll"


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\MDPL]
"Module"="\\windows\\MDPL.dll"
"Order"=dword:000000FF


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\Quartz]
"Module"="\\windows\\quartz.dll"
"Order"=dword:000000FF
Attached Files
File Type: txt PreloadModules.reg.txt (1.1 KB, 1 views) Click for barcode!

Last edited by sc00b4s7eve; 08-02-2010 at 03:15 PM.
Reply With Quote
This post has been thanked 1 times.
  #3364 (permalink)  
Old 08-02-2010, 03:15 PM
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 sc00b4s7eve View Post
Hey, if that works... awesome. I've only ever seen dll's in there.
One of the important SYS files that occasionally misses being converted to module is wmpocx.dll. I believe its in the MediaOS folder

Here are the default HTC entries that have been there for some time now (Diamond, TP & TP2): just delete the ".txt" or not, whatever.
Code:
[HKEY_CURRENT_USER\Software\HTC\PreloadModules\OCX]
"Module"="\\windows\\wmpocx.dll"
"Order"=dword:000000FF


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\PhCanImage]
"Order"=dword:000000FF
"Module"="\\windows\\phcanImages.dll"


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\MDPL]
"Module"="\\windows\\MDPL.dll"
"Order"=dword:000000FF


[HKEY_CURRENT_USER\Software\HTC\PreloadModules\Quartz]
"Module"="\\windows\\quartz.dll"
"Order"=dword:000000FF
I was hesitant at first because it wasn't a .dll, but when I opened it up it had the same imageinfo, S000, S001 etc... files as files that are labeled as .dlls. So I figured, why not give it a try...
Reply With Quote
  #3365 (permalink)  
Old 08-02-2010, 11:56 PM
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

I've been working on my start menu, and I can't seem to move the HTC icons into a folder or just get rid if them all together (since some of them just link to the tab anyway). Here's the code out of the app.reg file from the manila engine ext I've tried (unsuccessfully) to edit the location.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Productivity\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Productivity\HTC Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Internet\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Internet\HTC Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Messaging\Mail Setup.lnk]

Last edited by shane6374; 08-02-2010 at 11:59 PM.
Reply With Quote
  #3366 (permalink)  
Old 08-03-2010, 12:21 AM
hthomas's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC touch pro2,mogul 6800 and Moto Q9's
Carrier: cricket
 
Join Date: Nov 2009
Posts: 544
Reputation: 1055
hthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas 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 shane6374 View Post
I've been working on my start menu, and I can't seem to move the HTC icons into a folder or just get rid if them all together (since some of them just link to the tab anyway). Here's the code out of the app.reg file from the manila engine ext I've tried (unsuccessfully) to edit the location.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
 
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
 
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC People.lnk]
"Icon"="\\Windows\\HTC_people.png"
"Rank"=dword:35A4EC46
"Name"="People"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Productivity\HTC_Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Productivity\HTC Calendar.lnk]
"Icon"="\\Windows\\HTC_calendar.png"
"Rank"=dword:35A4EBF6
"Name"="HTC Calendar"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC Music.lnk]
"Icon"="\\Windows\\HTC_music.png"
"Rank"=dword:35A4EBA6
"Name"="Music"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC Footprints.lnk]
"Icon"="\\Windows\\HTC_footprint.png"
"Rank"=dword:35A4EB56
"Name"="Footprints"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_CallHistory.lnk]
"Icon"="\\Windows\\HTC_callhistory.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC CallHistory.lnk]
"Icon"="\\Windows\\HTC_call_history.png"
"Name"="Call History"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Internet\HTC_Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Internet\HTC Twitter.lnk]
"Icon"="\\Windows\\HTC_twitter.png"
"Name"="Twitter"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC_Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Communications\HTC Messages.lnk]
"Icon"="\\Windows\\Star_icon_HTCMSG.png"
"Rank"=dword:35A4EC96
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC_eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia\HTC eReader.lnk]
"Icon"="\\Windows\\HTC_reader.png"
"Name"="HTC Reader"
 
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Messaging\Mail Setup.lnk]
Have you fixed the ones in OEM/0409/OEM_Lang_0409/inflashfiles.dat?
Reply With Quote
This post has been thanked 1 times.
  #3367 (permalink)  
Old 08-03-2010, 01:05 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 hthomas View Post
Have you fixed the ones in OEM/0409/OEM_Lang_0409/inflashfiles.dat?
I didn't see the HTC one's in that file. I've moved plenty already into folders in there. I just can't find the HTC or Office Mobile ones.

If you want to take a look, I'll post the file.
Attached Files
File Type: rar initflashfiles.rar (10.7 KB, 3 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #3368 (permalink)  
Old 08-03-2010, 02:19 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
I didn't see the HTC one's in that file. I've moved plenty already into folders in there. I just can't find the HTC or Office Mobile ones.

If you want to take a look, I'll post the file.
If I'm understanding correctly and you're trying to remove the HTC icons from the start menu, you need this regedit:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"IsShortcutEnable"=dword:00000000
On a seprate note, My 2nd theory on my dialer issues (the cprog.exe theory was a bust) is that it's is my volume package (Volume Control 2.2.2012.1229.00). Anyone ever had any issues with the dialer when using this package?

I've compared the volume directory and my phone canvas directory and can't find any reason as to why the volume package is messing with the dialer. I've done numerous test all night and I'm 99% sure it's the volume package.

Last edited by Sharkie405; 08-03-2010 at 06:06 AM.
Reply With Quote
This post has been thanked 2 times.
  #3369 (permalink)  
Old 08-03-2010, 07:02 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
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: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by shane6374 View Post
I didn't see the HTC one's in that file. I've moved plenty already into folders in there. I just can't find the HTC or Office Mobile ones.

If you want to take a look, I'll post the file.
Those are usually done via provxml. Look in your kitchen SYS files for:
mxipupdate_office_100.provxml & mxipupdate_onenote_100.provxml & mxipupdate_office_lang_0409_100.provxml

and

C:\1_kitchens\HD2\RUU_Leo_1_5_TMOUS_2.13_III\OEM\R HODIUM\0409\OperatorPkg for mxipupdate_oemoperators_108.provxml or a similiar file.
Not sure about the TP2.
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 08-03-2010 at 07:04 AM.
Reply With Quote
This post has been thanked 2 times.
  #3370 (permalink)  
Old 08-03-2010, 12:17 PM
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

I've recently added Windows Live to my ROM via leaving it in the SYS folder. I'm having trouble getting rid of the Windows Live and Messenger Icons that it's placing in my start menu. I have made duplicate links in the folders where I want these icons to be, but I can't get rid of the original ones.

I made my duplicate links by adding

Code:
Directory("\Windows\Start Menu\Programs\Communications"):-File("Messenger.lnk","\Windows\WLMMessenger.lnk")
Directory("\Windows\Start Menu\Programs\Internet"):-File("Windows Live.lnk","\Windows\WLMLauncher.lnk")
to an app.dat in an EXT.I thought this usually removed the link from wherever it natively is positioned. I've also tried removing the shortcut files for these two all together, but then I get no .lnks anywhere.

Is there a different trick to moving or getting rid of SYS icons all together? Do I need to make that afore mentioned edit into a different format like initflashfiles, or RGU or something else that will work in a SYS?

And one more time, just so it doesn't get overlooked as this issue is killing me...

On a seprate note, My 2nd theory on my dialer issues (the cprog.exe theory was a bust) is that it's is my volume package (Volume Control 2.2.2012.1229.00). Anyone ever had any issues with the dialer when using this package?

I've compared the volume directory and my phone canvas directory and can't find any reason as to why the volume package is messing with the dialer. I've done numerous test all night and I'm 99% sure it's the volume package.

What volume control is everyone else using?

Last edited by Sharkie405; 08-03-2010 at 12:26 PM.
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 02:32 AM.


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