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
  #1 (permalink)  
Old 01-27-2007, 10:34 PM
saridnour's Avatar
Regular 'Geeker
Offline
Pocket PC: Epic 3G / TP2
Carrier: Sprint / Google Voice
Location: Seattle, WA
 
Join Date: Jan 2007
Posts: 365
Reputation: 10
saridnour is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Error making .hv files, errors even on unchnaged files??

I am having an issue making .hv files. I copy the default.hv, run the batch file and get my default.txt out. I then edit it adding the REGEDIT4 and a blank line and re-save as unicode. But everytime I try to save it back to an .hv with the batch file, it errors. This is happening on files that I do not modify as well. I have word wrap off in notepad as well. The error is as follows:

Microsoft (R) RGUComp Version 1.0.000
Registry file processor and hive builder.
Copyright (C) 2004 Microsoft Corporation All Rights Reserved.
built: Nov 19 2004 15:17:13
importing registry file ".\boot.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ram
ework\Installer\Assemblies\Reference\CustomMarshal ers, Version=2.0.0.0, Culture=
neutral, PublicKeyToken=969DB8053D3322AC!!!
InitRegistry FAILED in file ".\boot.rgu" within a few lines of line 16911.
BuildBootHive: (RGUComp) !ERROR failed importing ".\boot.rgu"
wmain: (RGUComp) !ERROR failed building BOOT hive
Press any key to continue . . .


Any ideas why this is? I need to get some entries in my custom ROM to get the Crossbow RDP cleint in my AKU 3.3. Its anoyng to have to import the reg post

Thanks,
saridnour
Reply With Quote
  #2 (permalink)  
Old 01-27-2007, 11:01 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)
You have a syntax error or something wrong with this reg entry. This is the error you are looking for.

Failed to parse value name HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ram
ework\Installer\Assemblies\Reference\CustomMarshal ers, Version=2.0.0.0, Culture=
neutral, PublicKeyToken=969DB8053D3322AC!!!

Find that entry and figure out why it is wrong.

Send me what you are trying to get in and I can format it for you so all you have to do is copy and paste.
__________________
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
  #3 (permalink)  
Old 01-27-2007, 11:13 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)
Can you post your reg entries abd file list for the rdp ckient? I took a couple guesses but I keep getting a certification error.
Reply With Quote
  #4 (permalink)  
Old 01-28-2007, 01:14 AM
saridnour's Avatar
Regular 'Geeker
Offline
Pocket PC: Epic 3G / TP2
Carrier: Sprint / Google Voice
Threadstarter
Location: Seattle, WA
 
Join Date: Jan 2007
Posts: 365
Reputation: 10
saridnour is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
colonel: This is actauly a copy of the default.hv from your release. This error is happening without adding any changes outside of extracting the txt and adding the regedit entry and saving as unicode. All the other values are as you packaged it and why I am curious as to why I am seeing errors. This also happens with other .hv from other releases.

Bushrod:
Files include: wpctsc.exe, mstscax.dll, MvkLib.dll, tscscan.txt, tscshift.txt
reg:
[HKEY_LOCAL_MACHINE\System\GWE]
"LoadRdp"="1"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client]
"MapVirtualKeyLib"="\\Windows\\MvkLib.dll"
"CEConfig"="Maxall"
"BitmapPersistCacheLocation"="\\Temp"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ FilterFsd]
"BootPhase"=dword:00000002
"RootPath"=""
"FolderName"="FILTERFS"
"MountFlags"="1"
"LoadFlags"="1"
"Paging"="0"
"Dll"="filterfsd.dll"


Without the reg entries, the keyboard will not transfer to the client. I have this working in my release and it works much better than the original. I will probably post my release in a bit if your after these changes. Working on a slim lined package with some bits from 3.5 and wm6. Figure with a slim base people can then add whatever they want.

-saridnour
Reply With Quote
  #5 (permalink)  
Old 01-28-2007, 01:25 AM
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)
Here is the problem. For some reason when you open or save it is changing the formatting. The [HKEY...] lines should be all the way to the left. The following lines should be 2 spaces in. Like this:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client]
"MapVirtualKeyLib"="\\Windows\\MvkLib.dll"
"CEConfig"="Maxall"
"BitmapPersistCacheLocation"="\\Temp"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ FilterFsd]
"BootPhase"=dword:00000002
"RootPath"=""
"FolderName"="FILTERFS"
"MountFlags"="1"
"LoadFlags"="1"
"Paging"="0"
"Dll"="filterfsd.dll"

So, try to figure out why this is gettng changed. Good luck

Edit: Well that didn't show up in the post for some reason so maybe that isn't the problem. Find the key that is in the error and post it. Make sure Word Wrap is not on.
Reply With Quote
  #6 (permalink)  
Old 01-28-2007, 01:29 AM
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)
Also, I haven't looked at the crossbow rom yet. Anything else worth trying to grab from it?
Reply With Quote
  #7 (permalink)  
Old 01-28-2007, 02:18 AM
saridnour's Avatar
Regular 'Geeker
Offline
Pocket PC: Epic 3G / TP2
Carrier: Sprint / Google Voice
Threadstarter
Location: Seattle, WA
 
Join Date: Jan 2007
Posts: 365
Reputation: 10
saridnour is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
colonel: The thing is that the reg entries you just looked at were not added. I could not get it to go using your default values. I extracted your values to text then tried to re-import as is just to see if it was something I was doing. Tried it on two different pc as well with the same problem.

Here is a link to the files I have worked with:
http://saridnour.homedns.org/temp/desktop.zip
These are the same as you used in you release. See if you can see anything with them.

I found more in 3.5 to work with than in WM6. I used a few bits where I could and am still digging through it. RDP was the feature that I was after more than anything.

-saridnour
Reply With Quote
  #8 (permalink)  
Old 01-28-2007, 05:22 AM
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)
Still, go to this entry and paste it

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ram
ework\Installer\Assemblies\Reference\CustomMarshal ers, Version=2.0.0.0, Culture=
neutral, PublicKeyToken=969DB8053D3322AC!!!

This is where the error is since the batch is telling you this. Whether or not you edited it on purpose, this is were there is something wrong. I am guessing that it is a long string that is not formatted correctly due to word wrap or something else. Find that entry and upload it to me.

Oops, actually read you post and saw the link. Double back slashes when refering to a file

"DLL"="\\Windows\\FileAsFL.dll"

so it should be:


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\CustomMars halers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:0

Try that with all the entries, this is what I have:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Dra wing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Mes saging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Web .Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Win dows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Win dows.Forms.DataGrid, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Xml , Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

it must have gotten converted somewhere. Let me know
Reply With Quote
  #9 (permalink)  
Old 01-28-2007, 08:34 AM
saridnour's Avatar
Regular 'Geeker
Offline
Pocket PC: Epic 3G / TP2
Carrier: Sprint / Google Voice
Threadstarter
Location: Seattle, WA
 
Join Date: Jan 2007
Posts: 365
Reputation: 10
saridnour is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
That was it,

it reformatted to:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\Windows\Microsoft .NET CF 2.0.GAC"=dword:0

Instead of:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

Note the last line:
"\Windows\Microsoft .NET CF 2.0.GAC"=dword:0
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

It did do a little re-formatting to those lines.

Thanks for posting the originals

-Saridnour
Reply With Quote
  #10 (permalink)  
Old 01-28-2007, 02:15 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)
Thanks. I was missing a couple reg entries. Unfortunately, I still can't get it working. I guess I'll wait for your slim rom.

Are you also using wptsc1.exe?
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 08:06 AM.


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