NBH_WM7_AKU_6176_WWE_for_HTC_MONDRIAN

Search This thread

domineus

Senior Member
Jun 16, 2007
2,391
202
Xiaomi Mix Fold 2
OnePlus Open
I have been spoiled by 4.3 inch screens I won't accept any phone lower than 4 inches =)
as for the image and the development itself I am actually surprised with the amount of development in like 36 hours...I really wish tom can coordinate some stuff openly
 

RustyGrom

Senior Member
Apr 18, 2006
1,006
83
Orlando
After going through the registry and RGU files, some things I noticed...

The device does not have a physical keyboard.
The screen is a "4.3in WVGA Optrex"

What's odd is that there's references to both CDMA and GSM including a tool that switches the device between the two. Maybe this isn't something that will ever be released but is just for testing? Maybe it's a world phone? Maybe they're testing two variants? Just seems odd to go through the effort of having an app to switch the modes.
 

Alexander-HTC

Member
Jan 13, 2009
32
2
I scanned the file with a program which I quickly wrote. I found the following paths in registry.
I hope it will help some one.
 

Attachments

  • Registry.zip
    5.5 KB · Views: 63

HD2Owner

Inactive Recognized Developer
Oct 9, 2009
2,342
2,475
Neuhausen am Rheinfall
After going through the registry and RGU files, some things I noticed...

The device does not have a physical keyboard.
The screen is a "4.3in WVGA Optrex"

What's odd is that there's references to both CDMA and GSM including a tool that switches the device between the two. Maybe this isn't something that will ever be released but is just for testing? Maybe it's a world phone? Maybe they're testing two variants? Just seems odd to go through the effort of having an app to switch the modes.

intresting .. wvga means 480x800...
but the rom is dpi262.. why is this rom not dpi192?
4.3inch... hmm.. only hd2 has 4.3 ich screen as far as i know..
ether the device of this rom has a 4.3inch screen or its a hd2 test-rom...
 

domineus

Senior Member
Jun 16, 2007
2,391
202
Xiaomi Mix Fold 2
OnePlus Open
After going through the registry and RGU files, some things I noticed...

The device does not have a physical keyboard.
The screen is a "4.3in WVGA Optrex"

What's odd is that there's references to both CDMA and GSM including a tool that switches the device between the two. Maybe this isn't something that will ever be released but is just for testing? Maybe it's a world phone? Maybe they're testing two variants? Just seems odd to go through the effort of having an app to switch the modes.

this helps support the idea that the new chip is a rebranding of the gsm msm chip in the leo device and the only huge difference between the two is the gsm/cdma capabilities

so can we make a conclusion that save from new name, the new htc device will probably have a lot of similarities on the leo?
 

xiyan2127

Senior Member
Mar 31, 2008
183
1
Male'
My Guess is its all Finished for Release

It does look a lot like HD. But maybe thinner than it of course, or like the previous user said might as well be an avatar to use for the test build but what really matters to me is why does a test build have the msm as in gsm/cdma world phone technology on it unless they (HTC) already have a phone ready for it right guys (a band switching antenna or something)?? I think the device and ROM are totally finished development and is on the final testing stages. I Hope our guys can get this ROM on any device soon. Cant wait to see the new quietly brilliant innovation... hehe:D
 

HD2Owner

Inactive Recognized Developer
Oct 9, 2009
2,342
2,475
Neuhausen am Rheinfall
It does look a lot like HD. But maybe thinner than it of course, or like the previous user said might as well be an avatar to use for the test build but what really matters to me is why does a test build have the msm as in gsm/cdma world phone technology on it unless they (HTC) already have a phone ready for it right guys (a band switching antenna or something)?? I think the device and ROM are totally finished development and is on the final testing stages. I Hope our guys can get this ROM on any device soon. Cant wait to see the new quietly brilliant innovation... hehe:D

seems like a rom-hybrid that works with all bands (maybe rom auto-adjusting according to hardware infos)..
 

Fab985

Retired Recognized Developer
Jun 3, 2008
810
174
Code:
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;


;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;


;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;


;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;

Directory("\Windows"):-Directory("AppMgr")

Directory("\Windows\System"):-PermDir("DumpFiles")
Directory("\Windows\System"):-PermDir("CabQueue")


;***    Startup
; explorer will sort
; Startup Folder
;
; ColdInit does not copy the databases any more... Notify.dll loads earlier
; than coldinit.exe in Yamazaki so the DBs are loaded before coldinit could copy them.
; Instead, add the DBs to initobj.dat so they are copied on boot
;


; For preload CF launches a native launcher in startup so that a managed app can be launched in post boot group2
; @CESYSGEN IF NETCFV37_MODULES_DOTNETV37_SMARTFON
Directory("\Windows\StartUp"):-File("CFLauncher.lnk","\Windows\CFLauncher.lnk")
; @CESYSGEN ENDIF NETCFV37_MODULES_DOTNETV37_SMARTFON

Directory("\Windows\Start Menu"):-File("WceSetAudioDev.lnk","\Windows\WceSetAudioDev.lnk")

Directory("\Windows\Start Menu"):-File("SwitchToCdma.lnk","\Windows\SwitchToCdma.lnk")
Directory("\Windows\Start Menu"):-File("SwitchToGsm.lnk","\Windows\SwitchToGsm.lnk")

Directory("\Windows\Start Menu"):-File("QCameraApp.lnk","\Windows\QCameraApp.lnk")
Directory("\Windows\Start Menu"):-File("ImageViewer.lnk","\Windows\ImageViewer.lnk")
Directory("\Windows\Start Menu"):-File("wavrec.lnk","\Windows\wavrec.lnk")
Directory("\Windows\Start Menu"):-File("WinQVPTestApp.lnk","\Windows\WinQVPTestApp.lnk")
Directory("\windows\Start Menu"):-File("AudioCapture.lnk","\Windows\AudioCapture.lnk")

Directory("\Windows\Start Menu"):-File("QCSimTkUI.lnk","\Windows\qc_simtkui.lnk")

Directory("\Windows\Start Menu"):-File("SwitchUsbToMassStorage.lnk","\Windows\SwitchUsbToMassStorage.lnk")
Directory("\Windows\Start Menu"):-File("SwitchUsbToMsDefault.lnk","\Windows\SwitchUsbToZune.lnk")
Directory("\Windows\Start Menu"):-File("SwitchUsbToQcComposite.lnk","\Windows\SwitchUsbToQcComposite.lnk")
;Directory("\Windows\Start Menu"):-File("SwitchUsbToSerialClass.lnk","\Windows\SwitchUsbToSerialClass.lnk")
Directory("\Windows\Start Menu"):-File("SwitchUsbToRouterClass.lnk","\Windows\SwitchUsbToRouterClass.lnk")

Directory("\Windows\Start Menu"):-File("MemProfiler.lnk","\Windows\MemProfiler.lnk")





Directory("\Windows\Start Menu"):-File("Timetest.lnk","\Windows\timetest.lnk")

Directory("\Windows\Start Menu"):-File("gpsOneApp.lnk","\Windows\gpsOneApp.lnk")

Directory("\Windows\Start Menu"):-File("ToggleDog.lnk","\Windows\ToggleDog.lnk")


Directory("\Program Files"):-File("MPTest.lnk","\Windows\MPTest.lnk")
Directory("\Windows\Favorites"):-File("MPTest.lnk","\Windows\MPTest.lnk")
Directory("\Windows\Start Menu"):-File("MPTest.lnk","\Windows\MPTest.lnk")
Directory("\Windows"):-File("DevSpecific_GPS_ON.lnk","\Windows\DevSpecific_GPS_ON.lnk")
Directory("\Windows"):-File("DevSpecific_GPS_OFF.lnk","\Windows\DevSpecific_GPS_OFF.lnk")
Directory("\Windows"):-File("DevSpecific_EXIT911.lnk","\Windows\DevSpecific_EXIT911.lnk")
Directory("\Windows"):-File("DevSpecific_V_ON_IDLE.lnk","\Windows\DevSpecific_V_ON_IDLE.lnk")
Directory("\Windows"):-File("DevSpecific_V_OFF_IDLE.lnk","\Windows\DevSpecific_V_OFF_IDLE.lnk")
Directory("\Windows"):-File("DevSpecific_V_ON_CALL.lnk","\Windows\DevSpecific_V_ON_CALL.lnk")
Directory("\Windows"):-File("DevSpecific_V_OFF_CALL.lnk","\Windows\DevSpecific_V_OFF_CALL.lnk")
Directory("\Windows"):-File("DevSpecific_C_SSD_A.lnk","\Windows\DevSpecific_C_SSD_A.lnk")
Directory("\Windows"):-File("DevSpecific_C_SSD_B.lnk","\Windows\DevSpecific_C_SSD_B.lnk")

;Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("QcPhoneSvcsApp.lnk","\Windows\QcPhoneSvcsApp.lnk")

Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("WLANRouter.lnk","\Windows\WLANRouter.lnk")
Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("WLAN_Router_Disable.lnk","\Windows\WLAN_Router_Disable.lnk")
Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("WLAN_Normal_FW.lnk","\Windows\WLAN_Normal_FW.lnk")
Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("WLAN_Enable.lnk","\Windows\WLAN_Enable.lnk")
Directory(LOC_%LANGID%_DIRWINSTMNPROG):-File("WLAN_Disable.lnk","\Windows\WLAN_Disable.lnk")

seems like an initflash.dat?
initobj.dat founded in DEFAULT folder
 

HD2Owner

Inactive Recognized Developer
Oct 9, 2009
2,342
2,475
Neuhausen am Rheinfall
coreos.dat:

Code:
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;

; WARNING: Do not add additional rules to this file. This file conly contains
; cold-boot file system population rules that cannot be expressed using provxml
; because they are required prior to coldinit execution.

; Set-up required directory structure
root:-Directory("Windows")
Directory("Windows"):-Directory("Security")
Directory("Windows"):-Directory("Keys")
Directory("Windows"):-Directory("System")
Directory("Windows\System"):-Directory("ConfigMgr")
Directory("Windows\System"):-Directory("CertDtls")
Directory("Windows\System"):-Directory("ImageUpdate")
Directory("Windows\System\ImageUpdate"):-Directory("PostImageUpdate")

root:-Directory("Application Data")
Directory("Application Data"):-Directory("Microsoft")
Directory("Application Data\Microsoft"):-Directory("DeviceUpdate")

; The folowing .vol file paths must be kept the same as the
; paths specified in the registry
Directory("Windows\Security"):-File("policydb.vol","\Windows\policydb.vol")
Directory("Windows\Security"):-File("PolicyMeta.xml","\Windows\PolicyMeta.xml")
Directory("Windows\Security"):-File("accountdb.vol","\Windows\accountdb.vol")
Directory("\"):-File("mxip_notify.vol","\Windows\mxip_notify.vol")

another rgu (digital compass mentioned):
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\keybd]
    "Dll" = "htc_keypad.Dll"
    "Prefix" = "KBD"
    "Order" = dword:20
    "Index" = dword:1
    "IClass"=multi_sz:"{A32942B7-920C-486b-B0E6-92A702A99B35}","{4619249B-6362-4520-B700-984C8E7BC7A4}"
    "Flags"=dword:00010000
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\KBD]
    "Pdd" = "keybdpdd_htc.Dll"
[HKEY_CURRENT_USER\ControlPanel\Keybd]
    "InitialDelay"=dword:177
    "RepeatRate"=dword:8
    "DefaultKeyLock"=dword:1     ; To enable the key lock by default
    "ShowWarningMsg"=dword:1     ; To show warning message for complete power off
    "MuteSwitch"=dword:1         ; To enable MuteSwitch
    "LongEndFunction"=dword:1    ;0:de-activate PDP, 1:device lock
    "FrontKeyLEDEvent"="IconLedOnEvent"
[HKEY_LOCAL_MACHINE\Security\Phone\PhoneKeyMatch]
    "Wildcard"="none"
[HKEY_CURRENT_USER\Software\Microsoft\Shell]
    "HasKeyboard"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Keypad]
    "IsSlideOut"=dword:0
[HKEY_LOCAL_MACHINE\Software\XT9 Input Method]
    "IMEmode"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Preferences]
    "BlockShellLock"=dword:6
    "UnattendedPlayback"=dword:1
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Keypad]
    "IsCarKitMode"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\State\Hardware]
    "Headset"=dword:0
[HKEY_LOCAL_MACHINE\Software\HTC\H2W]
    "ShowEarphoneIcon"=dword:0
[HKEY_LOCAL_MACHINE\Software\HTC\H2W]
    "3_5_mic"=dword:FF
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MicroP]
    "Prefix"="UPC"
    "Dll"="MicroP.dll"
    "Index"=dword:1
    "Order"=dword:2
    "Flags"=dword:00010000              ; DEVFLAGS_TRUSTEDCALLERONLY 
    "IClass" = "{A32942B7-920C-486b-B0E6-92A702A99B35}"
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NLed]
   "Prefix"="NLD"
   "Dll"="nleddrvr.dll"
   "Flags"=dword:8                      ; DEVFLAGS_NAKEDENTRIES
   "Order"=dword:20
   "IClass"="{CBB4F234-F35F-485b-A490-ADC7804A4EF3}"
   "Index"=dword:1
   "Pdd"="nledpdd_htc.dll"
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\AllLEDMgr]
    "Prefix"="LED"
    "Dll"="AllLEDMgr.dll"
    "Index"=dword:1
    "Order"=dword:22
    "IClass"="{4619249B-6362-4520-B700-984C8E7BC7A4}"
-------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NLed\Config]
    "MddPowerManaged"=dword:1 ; Let MDD do power management
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NLed\Config\Vibrator]
   "LedNum"=dword:0 ; LED #0 
   "LedType"=dword:2 ; 2 indicates vibrator
   "CycleAdjust"=dword:0 ; dummy indicating we cannot adjust cycle
   "SWBlinkCtrl"=dword:0 ; NOT Software decides when to switch ON and OFF
   "Blinkable"=dword:0 ; This is not blinkable
[HKEY_LOCAL_MACHINE\Services\NLEDSRV]
    "FriendlyName"="NLED service"
    "Dll"="nledsrv.dll"
    "Order"=dword:9
    "Keep"=dword:1
    "Prefix"="NLS"
    "Index"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NLed\Config\Vibrator\VibratorTestOn]
   "Root"=dword:80000002 ; HKLM
   "Path"="Drivers\\BuiltIn\\NLed\\TestVibrator" ;
   "ValueName"="Status" ;
   "Mask"=dword:800 ; Mask value with this to get status
   "TriggerValue"=dword:800 ; Compare status with this
   "State"=dword:1 ; If above comparison succeeds, vibrator on
   "Prio"=dword:1 ; Priority # 1 for this event
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NLed\TestVibrator]
   "Status"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\GSensor]
   "Prefix"="ECS"
   "Dll"="HTCSensorDrv.dll"
   "Index"=dword:1
   "Order"=dword:1e										 ; ALS - 1
   "Flags"=dword:00010000              ; DEVFLAGS_TRUSTEDCALLERONLY 
   "PollingInterval"=dword:64
   "ShakingThreshold"=dword:3
   "EnableShaking"=dword:0
   "IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}"
   "CalibrateMethod"=dword:000000e7
   "SensorEnableMask"=dword:0
   "SensorPollingMask"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\Unattended]
   "ecs1:"=dword:4             ; G-Sensor off when unattended mode
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\Resuming]
   "ecs1:"=dword:4             ; G-Sensor off when resuming mode   
[HKEY_LOCAL_MACHINE\Software\Drivers\GSensor]
	 "Device"="0.00.01"
	 "Common"="0.00.01"
[HKEY_LOCAL_MACHINE\Software\HTC\Proximity]
    "ProximityDetectStatus"=dword:0     ; 0: PSensor is NOT covered, 1: PSensor is covered
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\DummyMicroP]
    "Prefix"="KLT"
    "Dll"="HTCSensorDrv.dll"
    "Index"=dword:1
    "Order"=dword:26
    "Flags"=dword:00010000              ; DEVFLAGS_TRUSTEDCALLERONLY 
    "IClass" = "{A32942B7-920C-486b-B0E6-92A702A99B35}"
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Proximity]
   "Pdd"="sensorpdd_htc.dll"
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\ALS]
   "Pdd"="sensorpdd_htc.dll"
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Accelerometer]
 "Pdd"="accpdd_htc.dll"
 "Order"=dword:21
 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\DCompass]
   "Dll"="DCompass.dll"
   "Prefix"="ECS"   
   "Index"=dword:7
   "Order"=dword:21
   "IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}"
 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\DCompassAPI]
   "Dll"="ECD.dll"
   "Prefix"="ECD"   
   "Index"=dword:1
   "Order"=dword:23
   "IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}"

other findings:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Zune\MTP\DIBR]
    "UserStoreRootPath"="\\"
    "EstimatedOsSize"=dword:1D400000 ; 468 MB (450 for IMGFS, 8 for SLDR1, 8 for SLDR2, 2 for NK)
 
Last edited:

HD2Owner

Inactive Recognized Developer
Oct 9, 2009
2,342
2,475
Neuhausen am Rheinfall
NETCF 3.7 inside:
REGEDIT4
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework]
"3.7.10081.00"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\Installer\Assemblies\Global]
"CustomMarshalers, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_CustomMarshalers_v3_7_0_0_cneutral_1.dll","CustomMarshalers.dll"
"Microsoft.VisualBasic, Version=8.1.1.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.VisualBasic_v8_1_1_0_cneutral_1.dll","Microsoft.VisualBasic.dll"
"mscorlib, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_mscorlib_v3_7_0_0_cneutral_1.dll","mscorlib.dll"
"System.Data, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Data_v3_7_0_0_cneutral_1.dll","System.Data.dll"
"System, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System_v3_7_0_0_cneutral_1.dll","System.dll"
"System.Messaging, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Messaging_v3_7_0_0_cneutral_1.dll","System.Messaging.dll"
"System.Net.IrDA, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Net.IrDA_v3_7_0_0_cneutral_1.dll","System.Net.IrDA.dll"
"System.Web.Services, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Web.Services_v3_7_0_0_cneutral_1.dll","System.Web.Services.dll"
"System.Xml, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Xml_v3_7_0_0_cneutral_1.dll","System.Xml.dll"
"System.Core, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Core_v3_7_0_0_cneutral_1.dll","System.Core.dll"
"System.Data.DataSetExtensions, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Data.DataSetExtensions_v3_7_0_0_cneutral_1.dll","System.Data.DataSetExtensions.dll"
"System.Runtime.Serialization, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Runtime.Serialization_v3_7_0_0_cneutral_1.dll","System.Runtime.Serialization.dll"
"System.ServiceModel, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.ServiceModel_v3_7_0_0_cneutral_1.dll","System.ServiceModel.dll"
"System.Xml.Linq, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Xml.Linq_v3_7_0_0_cneutral_1.dll","System.Xml.Linq.dll"
"Microsoft.ServiceModel.Channels.Mail, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.ServiceModel.Channels.Mail_v3_7_0_0_cneutral_1.dll","Microsoft.ServiceModel.Channels.Mail.dll"
"Microsoft.ServiceModel.Channels.Mail.WindowsMobile, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.ServiceModel.Channels.Mail.WindowsMobile_v3_7_0_0_cneutral_1.dll","Microsoft.ServiceModel.Channels.Mail.WindowsMobile.dll"
"System.ServiceModel.Web, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.ServiceModel.Web_v3_7_0_0_cneutral_1.dll","System.ServiceModel.Web.dll"
"Microsoft.VisualBasic.SR, Version=8.1.1.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.VisualBasic.SR_v8_1_1_0_cneutral_1.dll","Microsoft.VisualBasic.SR.dll"
"System.SR, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.SR_v3_7_0_0_cneutral_1.dll","System.SR.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\Installer\Assemblies\ROM]
"CustomMarshalers, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_CustomMarshalers_v3_7_0_0_cneutral_1.dll","CustomMarshalers.dll"
"Microsoft.VisualBasic, Version=8.1.1.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.VisualBasic_v8_1_1_0_cneutral_1.dll","Microsoft.VisualBasic.dll"
"mscorlib, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_mscorlib_v3_7_0_0_cneutral_1.dll","mscorlib.dll"
"System.Data, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Data_v3_7_0_0_cneutral_1.dll","System.Data.dll"
"System, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System_v3_7_0_0_cneutral_1.dll","System.dll"
"System.Messaging, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Messaging_v3_7_0_0_cneutral_1.dll","System.Messaging.dll"
"System.Net.IrDA, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Net.IrDA_v3_7_0_0_cneutral_1.dll","System.Net.IrDA.dll"
"System.Web.Services, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Web.Services_v3_7_0_0_cneutral_1.dll","System.Web.Services.dll"
"System.Xml, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Xml_v3_7_0_0_cneutral_1.dll","System.Xml.dll"
"System.Core, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Core_v3_7_0_0_cneutral_1.dll","System.Core.dll"
"System.Data.DataSetExtensions, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Data.DataSetExtensions_v3_7_0_0_cneutral_1.dll","System.Data.DataSetExtensions.dll"
"System.Runtime.Serialization, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Runtime.Serialization_v3_7_0_0_cneutral_1.dll","System.Runtime.Serialization.dll"
"System.ServiceModel, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.ServiceModel_v3_7_0_0_cneutral_1.dll","System.ServiceModel.dll"
"System.Xml.Linq, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.Xml.Linq_v3_7_0_0_cneutral_1.dll","System.Xml.Linq.dll"
"Microsoft.ServiceModel.Channels.Mail, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.ServiceModel.Channels.Mail_v3_7_0_0_cneutral_1.dll","Microsoft.ServiceModel.Channels.Mail.dll"
"Microsoft.ServiceModel.Channels.Mail.WindowsMobile, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.ServiceModel.Channels.Mail.WindowsMobile_v3_7_0_0_cneutral_1.dll","Microsoft.ServiceModel.Channels.Mail.WindowsMobile.dll"
"System.ServiceModel.Web, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.ServiceModel.Web_v3_7_0_0_cneutral_1.dll","System.ServiceModel.Web.dll"
"Microsoft.VisualBasic.SR, Version=8.1.1.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_Microsoft.VisualBasic.SR_v8_1_1_0_cneutral_1.dll","Microsoft.VisualBasic.SR.dll"
"System.SR, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC"=multi_sz:"\\windows\\GAC_System.SR_v3_7_0_0_cneutral_1.dll","System.SR.dll"
[HKEY_LOCAL_MACHINE\Security\.NETCompactFramework\BCLView]
"Enabled"=dword:1
[HKEY_LOCAL_MACHINE\Security\.NETCompactFramework\RuntimeDataSharing\Preload]
"Enabled"=dword:1
"PrejitEnabled"=dword:1
[HKEY_LOCAL_MACHINE\Security\.NETCompactFramework\RuntimeDataSharing]
"BootTimeServerInit"=dword:00000001
[HKEY_LOCAL_MACHINE\init]
"Launch140"="k.mscoree3_7.dll"
[HKEY_LOCAL_MACHINE\init\BootVars\PreLoadUserDlls]
"mscoree3_7.dll"=dword:0

bluetooth hardware infos:
Code:
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD]
   "DisplayName"="Broadcom 802.11 DHD Network Adapter"
   "Group"="NDIS"
   "ImagePath"="bcmsddhd.dll"
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD\Linkage]
   "Route"=multi_sz:"BCMSDDHD1"
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
    "ArpRetryCount"=dword:00000002
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1]
   "DisplayName"="Broadcom 802.11 DHD Network Adapter"
   "Group"="NDIS"
   "ImagePath"="bcmsddhd.dll"
   "Wireless"=dword:1
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
   "BusNumber"=dword:0
   "BusType"=dword:0
   "antdiv"="-1"
   "BadFramePreempt"="0"
   "BTCoexist"="0"
   "Channel"="11"
   "Country"="US"
   "DriverDesc"="Broadcom 802.11 DHD Network Adapter"
   "EnableAutoConnect"="0"

display related:
Code:
[HKEY_LOCAL_MACHINE\Drivers\Display\Settings\ILCDC]
   "ID"="4.3in WVGA Optrex"
   "HsyncPulseWidthDclk"=dword:3c
   "HsyncBackPorchDclk"=dword:51
   "HsyncFrontPorchDclk"=dword:51
   "HsyncSkewDclk"=dword:0
   "VsyncPulseWidthLns"=dword:2
   "VsyncBackPorchLns"=dword:14
   "VsyncFrontPorchLns"=dword:1b
   "HsyncInvertSignal"=dword:0
   "VsyncInvertSignal"=dword:0
   "DataEnInvertSignal"=dword:0
   "VisibleDisplayWidth"=dword:320
   "VisibleDisplayHeight"=dword:1e0
[HKEY_LOCAL_MACHINE\Drivers\Display\Settings\ILCDCgordon]
   "ID"="VGA Sharp Gordon"
   "HsyncPulseWidthDclk"=dword:3c
   "HsyncBackPorchDclk"=dword:90
   "HsyncFrontPorchDclk"=dword:21
   "HsyncSkewDclk"=dword:0
   "VsyncPulseWidthLns"=dword:2
   "VsyncBackPorchLns"=dword:2
   "VsyncFrontPorchLns"=dword:2
   "HsyncInvertSignal"=dword:0
   "VsyncInvertSignal"=dword:0
   "DataEnInvertSignal"=dword:0
   "VisibleDisplayWidth"=dword:1e0
   "VisibleDisplayHeight"=dword:280
[HKEY_LOCAL_MACHINE\Drivers\Display\Settings\EBI2]
   "ID"="2.2in QVGA Toshiba/Rodem2"
   "ADDR_CS_SETUP"=dword:0
   "WR_ACTIVE"=dword:3
   "WR_CS_HOLD"=dword:3
   "CS_WR_RD_SETUP"=dword:3
   "RD_ACTIVE"=dword:3
   "RD_CS_HOLD"=dword:3
   "VisibleDisplayWidth"=dword:f0
   "VisibleDisplayHeight"=dword:140

multilang related:
Code:
[HKEY_LOCAL_MACHINE\International\LangSettings\MUILangWithLocale]
[HKEY_LOCAL_MACHINE\System\Shell\OOBE]
    "ShowLanguageSelectionUI"=dword:1
[HKEY_LOCAL_MACHINE\MUI]
    "Enable"=dword:1

fm radio:
Code:
[HKEY_LOCAL_MACHINE\System\Tuner\Audio\FmRadio\Regions\1]
    "FrequencyMin"=dword:1575C     ; 87.9 MHz
    "FrequencyMax"=dword:1A57C     ; 107.9 MHz
    "FrequencySpacing"=dword:C8    ; 200 kHz
    "Emphasis"=dword:1             ; 75 usec
[HKEY_LOCAL_MACHINE\System\Tuner\Audio\FmRadio\Regions\2]
    "FrequencyMin"=dword:155CC     ; 87.5 MHz
    "FrequencyMax"=dword:1A5E0     ; 108 MHz
    "FrequencySpacing"=dword:64    ; 100 kHz
    "Emphasis"=dword:0             ; 50 usec
[HKEY_LOCAL_MACHINE\System\Tuner\Audio\FmRadio\Regions\3]
    "FrequencyMin"=dword:128E0     ; 76 MHz
    "FrequencyMax"=dword:15F90     ; 90 MHz
    "FrequencySpacing"=dword:64    ; 100 kHz
    "Emphasis"=dword:0             ; 50 usec

data connection:
Code:
[HKEY_LOCAL_MACHINE\Comm\Cellular\DataSpeed]
   "UNKNOWN"=dword:23280	; 144000  (bit/sec)
   "GPRS"=dword:29BF8		; 171000  (bit/sec)
   "EDGE"=dword:5DC00	; 384000  (bit/sec)
   "UMTS"=dword:1E8480	; 2000000 (bit/sec)
   "HSDPA"=dword:36EE80	; 3600000 (bit/sec)
   "1XRTT"=dword:23280	; 144000  (bit/sec)
   "1XEVDO"=dword:124F80  ; 1200000 (bit/sec)
   "1XEVDV"=dword:249F00  ; 2400000 (bit/sec)

partitions:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ROMProfile\RAMIMAGE]
    "MountHidden"=dword:1
    "MountAsROM"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ROMProfile\ROMIMAGE]
    "MountHidden"=dword:1
    "MountAsROM"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ROMProfile\BOOT]
    "MountHidden"=dword:1
    "MountAsROM"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\InternalStoreProfile\PartitionTable]
    "01"="UNIFIED"
    "02"="MSIFS"
    "04"="UNIFIED"
    "06"="UNIFIED"
    "07"="MSIFS"
    "0B"="UNIFIED"
    "0C"="UNIFIED"
    "0E"="UNIFIED"
    "0F"="UNIFIED"
    "1B"="USP"
    "20"="BOOT"
    "21"="BINFS"
    "22"="ROMIMAGE"
    "23"="RAMIMAGE"
    "25"="IMGFS"
    "26"="BINARY"
    "27"="BOOT"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ExternalStoreProfile\PartitionTable]
    "01"="UNIFIED"
    "02"="MSIFS"
    "04"="UNIFIED"
    "06"="UNIFIED"
    "07"="MSIFS"
    "0B"="UNIFIED"
    "0C"="UNIFIED"
    "0E"="UNIFIED"
    "0F"="UNIFIED"
 
Last edited:

Fdo35

Senior Member
Jun 6, 2009
82
0
this helps support the idea that the new chip is a rebranding of the gsm msm chip in the leo device and the only huge difference between the two is the gsm/cdma capabilities

so can we make a conclusion that save from new name, the new htc device will probably have a lot of similarities on the leo?

This device is based the QSD8650A/B (both are mentioned) chipset, which supports both CDMA and GSM, and is the only Snapdragon chipset which will get the new 1.3GHz Scorpion core. That is probably why HTC isn't using a GSM-only Snapdragon; if they did use the GSM-only QSD8250, then the device would have almost identical specs to the HD2.

And to answer HD2Owner's question about the 4.3 in. screen, HTC will often reuse the same screen in multiple devices; that's probably why the Evo 4G has a 4.3 in. WVGA screen and why so many HTC-manufactured devices have a 3.7 in. AMOLED WVGA screen.
 

DeathmonkeyGTX

Senior Member
Oct 15, 2007
2,083
609
Little Rock, AR
Alright, I read all 20 pages of that and I'll be damned if there weren't a ****load of repeated queries. I lurk almost infinitely more often than I post, but I do have a couple question that I didn't see.

I saw something about a Haret-like dual booting awesomeness for your phone, and it was written off as being stupid because it's a Linux bootloader for your phone. However, I'm not aware of any other ways to dual boot with one's WinMo phone without Haret, so it makes sense that somebody would think of dual bootin' and associate it with Haret. I've never used it because I don't want Google knowin' who I call (their gmail ads creep me out enough already).

I'm not really interested in Android until Garmin Mobile XT or something like it with Navteq maps works with it. I swear piracy is for the win. My question is if I wait for a hardware qwerty slider that preferably tilts like my Kaiser and Rhodium do (skipped Raphael) that specs out nicely and runs WinMo 7 to be
available through AT$T for ~$500 USD unsubsidized (I like my bill not increasing when I have my service shut off) AND made properly un-stock here and some of my favorite cooks have churned out some stable/epic ROM's, will I be able to dual boot 6.5.5 and this newfangled Metro bull****? The initial reasoning behind my first plunking down the equivalent of a Recession Special desktop included the real keyboard (fu*k T9 and predictive text bull****) and the fact that it's very much a computer/PDA with a phone in it rather than a phone. I thought that was cool, and that was before Wizard Mobile 6 was a big deal. So, do the powers that be think that it'll be possible to not just flash from microSDHC or their internal storage bull**** (more about that in the next paragraph), but to drop back to 6.5.5 via something like the GRUB for PC's or emulation (shouldn't be hard @ 1.3GHz...) in such a way as to be able to use cab's and learning curve that I've already somewhat mastered? I'm still iffy on this Metro UI and no more cabs/only marketplace BS/they don't make Garmin anymore and you have to pirate it :p, and running 6.5.5 with REAL video drivers that support more than mp4/maybe some good N64 or PlayStation action on my phone, the ability to use Verizon or AT$T, and be cruising at 1+GHz with a real keyboard sounds ****ing cool and worth $500.

Now for the second question. I know hot-swappable microSDHC isn't supported, but that makes me wonder what kind of flash chip it is that they're using and if I can replace it with a tiny screwdriver kit and;

http://www.newegg.com/Product/Product.aspx?Item=N82E16820171444&Tpk=SDHC

That'd be 64 gigs of crap on my phone, aka a nice chunk of my FLAC collection. I wouldn't mind if the sucker wasn't hot swappable if they've got a full-sized SDXC card in there. Anybody know exactly how they're doing bulk local storage/if I'll be able to stuff the biggest SDXC card in there as they come down the pipe/get cheaper? Also, when it becomes feasible to cram 64 or 128 gigs of crap on my phone without keeping up with different tiny pieces of NAND flash I'd like to start a bounty pot at $100 USD for a WinMo 7 (or 6.5.5 if it can do the full-sized SDXC trick, too) for a cab or cab equivalent that installs a .flac player that is superbly finger friendly, intuitive, has at least a 10 (preferably 24) band equalizer, can adjust preamp with a nice GUI (like G-Alarm and Nitrogen) and is at least 1/4 as customizable as foobar2000 (http://www.foobar2000.org). The day my phone can be serviceable GPS, phone, tether box, uberMP3 player/.flac player with dozens of gigabytes of .flacs, decent pocket-borne Internet, better remote desktop with LTE, that will be awesome. If the digital scale app ever happens, it will be cooler than 99% of apps and I'll donate the price of a good scale for it.

I know that was verbose, but I'm almost completely ignorant of WinMo 7 and how it will work. I do know that cabs are now xap's or something like that, you can't flash this to a damned phone because it's x86 instead of ARM, and I'm still iffy on Metro UI. I'm about to dl the emulator and that ROM and investigate.
 

hfzarx

Senior Member
May 17, 2009
87
3
i've readed all the 20 pages long thread....and somewhat i'm feeling that you guys are like trying to port windows vista to the hd2.....whatever, the posibility is there,as i think the hd2 has all the capability to run wp7....goodluck, everyone..!!anyway, stop the annoying question '"can i have this rom fo this...bla..bla...", take note that the folks here are working real hard to make this rom available for use on the hd2....the most powerful pda available(after mondrian) right now,....not to mention the tytn or other lower end devices...it simply not possible,not yet, that is....well i also has this tiny hope on running wp7 on my lame old blueangel.....
 

vladimir2989

Senior Member
Jun 17, 2007
459
13
34
London
this is a little off topic, but it maybe useful to have some sort of progress status somewhere in the first posts to show whats how far along this ROM to be of any use to Basic User of whatever device...
this would certainly decrease amount of "can this be flashed on X device" questions...

sort of to do list, and whats done next to it table or something...

something a little more detailed then Developers working on it, i mean, it obvious that they are, but it be nice to b able to see progress as it happens :)
 

vladimir2989

Senior Member
Jun 17, 2007
459
13
34
London
Some intersting pictures I found in the file "oemavatar.cab", which was in the IMGFS.

culd this be a little pic of the device u get when u connect Windows Phone to PC like when u connect HD2 to Windows Mobile Device Centre it have the pic oh HD2 on it...
and when first WM6.1 come out, there was a default image, before it actually looked like device that was synced,
could this b some for this Mondrian... or just default WP7 icon...

oh and by the way, there is no way to sync it with pc at the moment, right ? becouse it will sync with Zune thing and i don't know if current zune player app will work with it...
 

Top Liked Posts