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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #71 (permalink)  
Old 01-29-2007, 01:04 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Colonel or Mike,
Maybe you could help me out with this. I've taken Helmi's AKU 3.3, added in the cf2 module Colonel posted, made the registry change to fix speed dial, and moved the files to fix the pic/vid hang. I'm using Mike's method to create my ROM. When I try to convert my dump file back to an .nba, I get the mess you see in my screenshot, and the .nba is not created. Any ideas?
Reply With Quote
  #72 (permalink)  
Old 01-29-2007, 01:25 PM
helmi_c's Avatar
Retired Staff
Offline
Pocket PC: Android
Carrier: Telkomsel
 
Join Date: Jan 2007
Posts: 128
Reputation: 769
helmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by colonel
Here are the registry entries for the Mark All As Read cab. I have not had a chance to package anything else at this point. For this, though, all you need is the entries and the files from the cab.


[HKEY_LOCAL_MACHINE\SOFTWARE\Apps\SwartB SmartDeviceCab1]
"Instl"=dword:00000001
"InstallDir"="\\Program Files\\SmartDeviceCab1"
"InstlDir"="\\Program Files\\SmartDeviceCab1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus\Inbox]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus\Inbox\List_View_Context]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus\Inbox\List_View_Context\{6F3A2AA 2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus\Inbox\List_View]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extens ions\ContextMenus\Inbox\List_View\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"


[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}\InprocServer32]
@="\\Program Files\\SmartDeviceCab1\\InboxMenuExtensibility.dll "


[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"


[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}\InprocServer32]
@="\\Program Files\\SmartDeviceCab1\\InboxMenuExtensibility.dll "

[HKEY_LOCAL_MACHINE\Security\AppInstall\SwartB SmartDeviceCab1]
"InstallDir"="\\Program Files\\SmartDeviceCab1"
"Role"=dword:00000018
"Uninstall"="\\Windows\\AppMgr\\SwartB SmartDeviceCab1\\7001.tmp"


[HKEY_LOCAL_MACHINE\Security\AppInstall\SwartB SmartDeviceCab1\ExecutableFiles]
The rgu file should only contain this, I think it's enough since it will be built in rom, and cant be uninstall..

Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus\Inbox]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View_Context]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View_Context\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
  @="Inbox Context Menu Extension"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View\{47018836-A919-42f7-84AF-89257BA458BA}]
  @="Inbox Softkey Menu Extension"
[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
  @="Inbox Context Menu Extension"
[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}\InprocServer32]
  @="InboxMenuExtensibility.dll"
[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}]
  @="Inbox Softkey Menu Extension"
[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}\InprocServer32]
  @="InboxMenuExtensibility.dll"
be ware of instalation folder (\\Program Files\\) u need to change them to \\Windows\\ or leave it nothing just the dll/module name since it will locate at \\Windows dir after u flash it. and lastly make sure u hv 1 line free at the end of rgu file (CRLF) and initflashfiles.txt, or built will result error builtin default.hv/user.hv.
Reply With Quote
  #73 (permalink)  
Old 01-29-2007, 01:28 PM
helmi_c's Avatar
Retired Staff
Offline
Pocket PC: Android
Carrier: Telkomsel
 
Join Date: Jan 2007
Posts: 128
Reputation: 769
helmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by 6700Yuma
Colonel or Mike,
Maybe you could help me out with this. I've taken Helmi's AKU 3.3, added in the cf2 module Colonel posted, made the registry change to fix speed dial, and moved the files to fix the pic/vid hang. I'm using Mike's method to create my ROM. When I try to convert my dump file back to an .nba, I get the mess you see in my screenshot, and the .nba is not created. Any ideas?
does the nk.nba is exist in the same folder as imgfs_raw_data.bin file?
Reply With Quote
  #74 (permalink)  
Old 01-29-2007, 01:45 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
The original .nba file was in the same directory as the imgfs_raw_data.bin file, but I renamed it to .bak before doing the dump_to_nba.bat. Once I finished the dump_to_nba.bat and got the above error, a new .nba was not created.
Reply With Quote
  #75 (permalink)  
Old 01-29-2007, 01:56 PM
helmi_c's Avatar
Retired Staff
Offline
Pocket PC: Android
Carrier: Telkomsel
 
Join Date: Jan 2007
Posts: 128
Reputation: 769
helmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by 6700Yuma
The original .nba file was in the same directory as the imgfs_raw_data.bin file, but I renamed it to .bak before doing the dump_to_nba.bat. Once I finished the dump_to_nba.bat and got the above error, a new .nba was not created.
U need a nk.nba to built (patch/make_imgfs.exe) the change u've made with dump dir... and I dont think that u need to rename the nk.nba to .bak
Reply With Quote
  #76 (permalink)  
Old 01-29-2007, 02:04 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
OK, I removed the .bak, so it is now a .nba again. This time the dumb_to_nba.bat seemed to work. No errors. When I look at the last modified time of the .nba file, though, it has not changed. Don't know if that is normal or not. I'm in the process now of converting it to an .nbf and then flashing it to my phone, so I will find out soon.
Reply With Quote
  #77 (permalink)  
Old 01-29-2007, 02:37 PM
Bushrod's Avatar
PPCGeeks Regular
Offline
Pocket PC: My using is a Touch Pro
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 157
Reputation: 20
Bushrod is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
My modified time didn't change but my changes were in there.
Reply With Quote
  #78 (permalink)  
Old 01-29-2007, 02:43 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Well, that worked, thanks Helmi! I've now got my custom 3.3 ROM with integrated CF2 and the smartdialer fixed. I ran into a problem with the pic/vid fix, though. I added these two lines to the initflashfiles.dat:

Directory("\Windows\OEM"):-File("mfc80u.dll","\Windows\mfc80u.dll")
Directory("\Windows\OEM"):-File("msvcr80.dll","\Windows\msvcr80.dll")

I was trying to copy the mfc80u.dll and msvcr80.dll out of \Windows\OEM into the \Windows directory. Is that the proper syntax? My goal was to do:

pic & vid hang fix: copy mfc80u.dll and msvcr80.dll from windows/oem to the windows directory overwriting the ones there. (Sonny486)

as listed in the original "Get Helmi_c's AKU 3.3 RIGHT HERE" thread.

Edit: I think I got it backwards, don't I? It should be:

Directory("\Windows"):-File("mfc80u.dll","\Windows\OEM\mfc80u.dll")
Directory("\Windows"):-File("msvcr80.dll","\Windows\OEM\msvcr80.dll")

Is that correct?
Reply With Quote
  #79 (permalink)  
Old 01-29-2007, 03:44 PM
colonel's Avatar
Retired Staff
Offline
Pocket PC: HTC Harrier, HTC Apache, HTC Titan, HTC Vogue....
Carrier: Sprint
Location: Shawnee, KS
 
Join Date: Jan 2007
Posts: 2,434
Reputation: 508
colonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Just rename the .dlls in the rom. Make mfc80u.dll into mfc80u.dll_ and so on and vice versa.

Once renamed, here is my flash file entry:
Directory("\Windows\OEM"):-File("mfc80u.dll_","\Windows\mfc80u.dll_")
Directory("\Windows\OEM"):-File("msvcr80.dll_","\Windows\msvcr80.dll_")
__________________
Kitchen updates at www.ppckitchen.org and you can get BuildOS help Here

If you have been helped by me or would like to support developers like Olipro, helmi_c, and others please feel free to Donate

ALWAYS FLASH BACK TO YOUR CARRIER'S OFFICIAL ROM BEFORE TAKING YOUR PHONE IN FOR SERVICE OF ANY KIND

Reply With Quote
  #80 (permalink)  
Old 01-29-2007, 07:16 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thank you, that worked perfectly. I'm about 90% done now, so I'll probably post tonight. I'll have the following built-in:
.Net CF2 SP1 (thanks to colonel)
pic/vid fix (thanks to colonel)
smartdialer fix
Total Commander
Clearview for PDFs and PPTs
PPT.exe removed
PHM + TRE Registry editors
Reset (soft reset program)
WM5torage 1.7
WMA Phone Profiles 1.2.1.329
Changed boot logo to my own, but you can change it using tools on this site to whatever you want.

Wanting to add:
PPC6700 Hacks program at trianglepowers.com

Wanting to possibly remove:
Voice dialer (then, some people don't use Voice Command, so may want this, thoughts?)

Thanks to Helmi_C, Mike, and Colonel for all their help in getting this together.

Edit: Ran into a problem with WMA Phone Profiles 1.2.1.329. It should have a today plugin, but all I was getting was the Control Panel icon. Worked on it all night, but ended up locking up my phone so it wouldn't boot the new ROM. I'm going to remove it today and then release what I have so far.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache


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 01:01 AM.


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