View Single Post
  #366 (permalink)  
Old 03-30-2008, 11:26 PM
jeffreycentex's Avatar
jeffreycentex
Lurker
Offline
 
Join Date: Nov 2007
Posts: 5
Reputation: 2
jeffreycentex is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Titan Kitchen CE OS 5.2.19199 (Build 19199.1.0.0)

Quote:
Originally Posted by dc View Post
Since I wasn't able to get a response here and I had no luck in the chat room, I started experimenting. What surprises me is that others aren't having this same problem when trying to get email attachments to their storage card.

Anyway, use a registry editor like PHM RegEdit and go to: HKLM\System\StorageManager\Profiles\EXT_FLASHDRV

To hide the extended ROM: "MountHidden"=dword:00000001 (Value Data = 1)

To once again unhide the extended ROM: "MountHidden"=dword:00000000 (Value Data = 0)

BTW, I loaded the nueExtROM Configuration Tool Module in my kitchen, but even that application wasn't able to hide the extended ROM for some reason.
I made two quick CABS containing the following setup.xml:
Code:
<wap-provisioningdoc>

<characteristic type="Registry">
    <characteristic type="HKLM\System\StorageManager\Profiles\EXT_FLASHDRV"> 
       <parm name="MountHidden" value="0" datatype="integer"/> 
    </characteristic>
 </characteristic>
  
</wap-provisioningdoc>
With the MountHidden Parameter changed between them. Hope they are useful to someone...
Attached Files
File Type: zip extrom.zip (789 Bytes, 5 views) Click for barcode!
Reply With Quote