PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   Extended_Rom unlocker/unhider, get it here..... (http://forum.ppcgeeks.com/showthread.php?t=5204)

willysp 09-28-2007 10:31 AM

Quote:

Originally Posted by instrmntuvdeth (Post 94000)
I can see my external rom. I wonder what I can deep six.

Nothing - the unlocker doesn't work. It's only an un-hider at this point.

instrmntuvdeth 09-29-2007 09:04 AM

Quote:

Originally Posted by willysp (Post 94064)
Nothing - the unlocker doesn't work. It's only an un-hider at this point.

Yep. I can't delete a damn thing.

mustangt 09-29-2007 01:38 PM

Quote:

Originally Posted by instrmntuvdeth (Post 94352)
Yep. I can't delete a damn thing.

Well it was proven that it didn't work some posts ago. I don't know why someone brought this 3 month old post back up.

When I looked at this thread I was ready to download this, but I read the whole thread before I did. It doesn't work, I wish they could had closed this thread and wait for someone to post a new unlocker since the rom is being worked on at this time.

This thread is a total waste of time.

slypher 09-29-2007 04:38 PM

More than meets the eye...
 
Quote:

Originally Posted by mustangt (Post 94444)
Well it was proven that it didn't work some posts ago. I don't know why someone brought this 3 month old post back up.

When I looked at this thread I was ready to download this, but I read the whole thread before I did. It doesn't work, I wish they could had closed this thread and wait for someone to post a new unlocker since the rom is being worked on at this time.

This thread is a total waste of time.

I wouldn't say a total waste of time, the file in this thread gives a starting point for the process of unhiding and unlocking the Extended Rom area of the 6800.

I did learn one thing from this thread, when you examine the cab file in the first post, there is a lot less going on in this cab as opposed to the reg edits that unhide and unlock the 6700 Extended Rom.

Can anyone with more experience than me take a look at the difference in the reg edits? I am going to attempt to figure it out with some trial and error this weekend.

The changes below will unhide but not unlock the 6800 registry (based on the cab in the first post):

;6800 EXTENDED ROM Unhide

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash]
"MountAsROM"=dword:00000000
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS]
"MountAsRom"=dword:00000000
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ EXT_FLASHDRV]
"MountHidden"=dword:00000000

;End 6800 EXTENDED ROM Unhide



Here are the reg entries that will unhide AND unlock the Extended Rom on the 6700: (i can't remember who posted this so i apologize to him\her for not giving credit :-()

;6700 Unhide and Unlock EXTENDED ROM

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1]
"MountHidden"=dword:00000000
"Folder"="Extended_ROM"
"PartitionDriver"=""
"Name"=""
"DefaultFileSystem"="FATFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1\FATFS]
"DataCacheSize"=dword:00000080
"EnableWriteBack"=dword:00000001
"FormatTfat"=dword:00000001
"Flags"=dword:00000014

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash]
"Name"="FLASH Disk Block"
"MountHidden"=dword:00000000
"Folder"="Flash Disk"
"MountAsROM"=dword:00000001
"PartitionDriver"="mspart.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS]
"MountHidden"=dword:00000000
"MountAsROM"=dword:00000000

; Second part
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1]
"Bootphase"=dword:00000002
"Order"=dword:00000001
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS1"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ Relfsd]
"BootPhase"=dword:00000001
"MountFlags"=dword:00000001
"secure"=dword:00000000
"mount"="Release"
"LoadFlags"=dword:00000001
"Paging"=dword:00000000
"Dll"="relfsd.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC2]
"Bootphase"=dword:00000001
"Order"=dword:00000000
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS2"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TrueFFS]
"BootPhase"=dword:00000000
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\Partition Table]
"26"="BINARY"
"25"="IMGFS"
"23"="RAWFS"
"22"="RAWFS"
"21"="BINFS"
"20"="BOOT"
"0F"="FATFS"
"0E"="FATFS"
"0C"="FATFS"
"0B"="FATFS"
"07"="NTFS"
"06"="FATFS"
"04"="FATFS"
"01"="FATFS"

;End 6700 Unhide and Unlock EXTENDED ROM

mustangt 09-29-2007 06:04 PM

Quote:

Originally Posted by slypher (Post 94479)
I wouldn't say a total waste of time, the file in this thread gives a starting point for the process of unhiding and unlocking the Extended Rom area of the 6800.

I did learn one thing from this thread, when you examine the cab file in the first post, there is a lot less going on in this cab as opposed to the reg edits that unhide and unlock the 6700 Extended Rom.

Can anyone with more experience than me take a look at the difference in the reg edits? I am going to attempt to figure it out with some trial and error this weekend.

The changes below will unhide but not unlock the 6800 registry (based on the cab in the first post):

;6800 EXTENDED ROM Unhide

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash]
"MountAsROM"=dword:00000000
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS]
"MountAsRom"=dword:00000000
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ EXT_FLASHDRV]
"MountHidden"=dword:00000000

;End 6800 EXTENDED ROM Unhide



Here are the reg entries that will unhide AND unlock the Extended Rom on the 6700: (i can't remember who posted this so i apologize to him\her for not giving credit :-()

;6700 Unhide and Unlock EXTENDED ROM

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1]
"MountHidden"=dword:00000000
"Folder"="Extended_ROM"
"PartitionDriver"=""
"Name"=""
"DefaultFileSystem"="FATFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1\FATFS]
"DataCacheSize"=dword:00000080
"EnableWriteBack"=dword:00000001
"FormatTfat"=dword:00000001
"Flags"=dword:00000014

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash]
"Name"="FLASH Disk Block"
"MountHidden"=dword:00000000
"Folder"="Flash Disk"
"MountAsROM"=dword:00000001
"PartitionDriver"="mspart.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ MSFlash\FATFS]
"MountHidden"=dword:00000000
"MountAsROM"=dword:00000000

; Second part
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1]
"Bootphase"=dword:00000002
"Order"=dword:00000001
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS1"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ Relfsd]
"BootPhase"=dword:00000001
"MountFlags"=dword:00000001
"secure"=dword:00000000
"mount"="Release"
"LoadFlags"=dword:00000001
"Paging"=dword:00000000
"Dll"="relfsd.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC2]
"Bootphase"=dword:00000001
"Order"=dword:00000000
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS2"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TrueFFS]
"BootPhase"=dword:00000000
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\Partition Table]
"26"="BINARY"
"25"="IMGFS"
"23"="RAWFS"
"22"="RAWFS"
"21"="BINFS"
"20"="BOOT"
"0F"="FATFS"
"0E"="FATFS"
"0C"="FATFS"
"0B"="FATFS"
"07"="NTFS"
"06"="FATFS"
"04"="FATFS"
"01"="FATFS"

;End 6700 Unhide and Unlock EXTENDED ROM

Still a waste of time, did you actually unlock the rom......hmmmm...no nobody has.

This thread stated...

"Extended Rom UNLOCKER/unhider...get it here". This is totally miss leading, since the unlocker doesn't work. Why turn this thread into an experiment? The fact is the OP stated unlocker...get it here. It doesn't unlock anything. Now you want to get it to work which is fine.... but please start your own thread.

The average person would look at this thread and download the file. Then you would have to contend with...HELP....I CAN'T DELETE ROM FILES ...WHAT AM I DOING WRONG?

We are at the time now when someone with knowledge of this will speak up and guide our way though this when it is cracked. No since of having to go through 5 to 15 pages of crap just to get the legit fix.

mustangt 09-29-2007 07:55 PM

Quote:

Originally Posted by steps (Post 94527)
Reading assholes like you

This will be my last post regarding you cuz obviously u are here to argue and I am here to contribute. Frankly you really aren't worth my time.

Dito....Have a great evening!!

stroths 09-29-2007 07:55 PM

steps, unless you want to get yourself banned you should tone your language down.

canospinach 10-21-2007 11:02 PM

Bump - Bump
 
http://www.geekzone.co.nz/inane/758

Found this link for manually editing the registry on the 6700.

------------------------------------------------------------
You will need a Registry editor.... or if you dont care how it works, you just want to see your files, skip to the end.

Backing up your registry is always a good idea before modifying.


Open your registry editor,

Browse to:

HKLM\System\StorageManager\Profiles\TRUEFFS_DOC1

Change the DWORD Value of "MountHidden" to 0

now browse to

HKLM\System\StorageManager\AutoLoad\TRUEFFS_DOC1


Change the DWORD Value of "BootPhase" to 2


you can now exit the editor, and soft - reset your device,

after restarting, you will be able to see the extended_ROM, through the file explorer in much the same way you can see / explore a Storage card.

You now have Read Access to Your Extended Rom,

I'll Post Part 2 containing the information on how to unlock your Extended rom for Write access shortly.


For those of you who just want to see your files,

Open notepad;

paste everything in italics into it into it:

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1]
"Bootphase"=dword:00000002
"Order"=dword:00000001
"LoadFlags"=dword:00000001
"DriverPath"="Drivers\\BuiltIn\\TrueFFS1"

save as bootphase.reg


create a new text doc.

paste everything in italics into it

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1]
"MountHidden"=dword:00000000
"Folder"="Extended_ROM"
"PartitionDriver"=""
"Name"=""
"DefaultFileSystem"="FATFS"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1\FATFS]
"DataCacheSize"=dword:00000080
"EnableWriteBack"=dword:00000001
"FormatTfat"=dword:00000001
"Flags"=dword:00000014





save as
Mhidden.reg

copy both files to your apache.

browse to them, tap them, tap yes, soft reset, all done.

----------------------------------------------------------

PART 2

----------------------------------------------------------

http://pdaphonehome.com/forums/ppc-6...clean-rom.html

In this thread someone implies they got the 6700 scripts to unlock but not unhide. I am unsure if he had it backwards or not.

----------------------------------------------------------

I am going to manually look at the registry to see if the Apache shiz looks similiar. I started looking at paul's XML doc to edit it, but i will verify the reg keys first.

Anybody else have any feedback on this now that we have some Titan ROM's floating about?

Pibe38 10-21-2007 11:11 PM

I'm not too savvy when it comes to ROMs, or have any idea about what you just posted... however, what exactly are you trying to accomplish?

You do know the Titan has been unlocked and some experimental custom ROMs are already out there right?

Check the Stickys!

If what you posted has nothing to do with custom ROMs and what I just said... then disregard it ;)

canospinach 10-21-2007 11:18 PM

Quote:

Originally Posted by Pibe38 (Post 104220)
I'm not too savvy when it comes to ROMs, or have any idea about what you just posted... however, what exactly are you trying to accomplish?

You do know the Titan has been unlocked and some experimental custom ROMs are already out there right?

Check the Stickys!

If what you posted has nothing to do with custom ROMs and what I just said... then disregard it ;)

I have been searching all evening for a working ExtRom Unlocker/Unhider for the Titan. I See Colonel and others with ROM's but i havent found the ExtRom Unhider which unlocks as well.

man if you know where to point me....please....do so

What i posted was about manually editing the registry to unlock the ExtRom.


All times are GMT -4. The time now is 01:55 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0