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-10-2007, 01:10 PM
MadManX's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Maricopa, AZ
 
Join Date: Dec 2006
Posts: 73
Reputation: 15
MadManX is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to MadManX
Forgot this...

Custom AKU 2.2 Alltel Beta 1.0:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"FriendlyName"="FAT FileSystem"
"Dll"="fatfsd.dll"
"Paging"=dword:00000001
"EnableCache"=dword:00000001
"CacheSize"=dword:00000000
"Util"="fatutil.dll"
"CacheDll"="diskcache.dll"
"Flags"=dword:00000044
Custom AKU 2.2 Sprint Beta 2.0:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"EnableCacheWarm"=dword:00000001
"EnableWriteBack"=dword:00000001
"FriendlyName"="FAT FileSystem"
"Dll"="fatfsd.dll"
"Paging"=dword:00000001
"EnableCache"=dword:00000001
"CacheSize"=dword:00001000
"Util"="fatutil.dll"
"CacheDll"="diskcache.dll"
"Flags"=dword:00000068
Diffrence:
New "EnableCacheWarm"=dword:00000001
New "EnableWriteBack"=dword:00000001

"Flags"=dword:00000044 changed to "Flags"=dword:00000068

BTW:
HEX 44 = 68
HEX 68 = 104

-MadManX
Reply With Quote
  #72 (permalink)  
Old 01-10-2007, 01:32 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)
It looks like HKEY_LOCAL_MACHINE\System\StorageManager\FATFS

Flags:dword=0x00000068 is invalid! Look at this: (Sorry about the formatting!)


Flags registry subkey
The following table shows the available values you can set for the Flags registry subkey; set Flags to a combination of these values.

Flag Value Description
FATFS_UPDATE_ACCESS 0x00000001 Updates access times.
FATFS_DISABLE_LOG 0x00000002 Disables event logging.
FATFS_DISABLE_AUTOSCAN 0x00000004 Disables automatic calls to ScanVolume.
FATFS_VERIFY_WRITES 0x00000008 Verifies all writes.
FATFS_ENABLE_BACKUP_FAT 0x00000010 Adds a backup FAT to all formats.
FATFS_FORCE_WRITETHROUGH 0x00000020 Sets all files to WRITE_THROUGH, regardless of the parameters to CreateFile.
FATFS_DISABLE_AUTOFORMAT 0x00000040 Disables automatic formatting of unformatted volumes.
FATFS_WFWS_NOWRITETHRU 0x00010000 Disables write through on the WriteFileWithSeek function. Improves memory-mapped file performance.
FATFS_DISABLE_FORMAT 0x00020000 Disables format.
FATFS_TRANS_DATA 0x00040000 Transacts data on a write operation.
FATFS_TFAT_USECLUS1 0x00080000 Uses the cluster 1 entry in the FAT table for a TFAT transaction. TFAT uses the NOF field of the boot sector by default.
FATFS_DISABLE_TFAT_REDIR 0x00100000 Disables the redirect of the root directory to another hidden directory for FAT12 or 16.
FATFS_TFAT_ALWAYS 0x00200000 Marks transaction status, even if only one sector in FAT is changed.
FATFS_FORCE_TFAT 0x00400000 Forces TFAT transactions even if the volume is not formatted as TFAT.
Reply With Quote
  #73 (permalink)  
Old 01-10-2007, 01:50 PM
MadManX's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Maricopa, AZ
 
Join Date: Dec 2006
Posts: 73
Reputation: 15
MadManX is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to MadManX
These are valid... They just aren't working well.

0x00000008 = Verifies all writes
0x00000020 = Sets all files to WRITE_THROUGH
0x00000040 = Disables automatic formatting of unformatted volumes
----------
0x00000068

0x00000004 = Disables automatic calls to ScanVolume.
0x00000040 = Disables automatic formatting of unformatted volumes
----------
0x00000044

FATFS_DISABLE_AUTOFORMAT is the only common value that that one should be safe

Maybe this might help. http://msdn2.microsoft.com/en-us/library/ms920263.aspx

I'm going to test this setup out for the day and see what it hoses

0x00000002
0x00000004
0x00000040
0x00010000
----------
0x00010046

-MadManX
Reply With Quote
  #74 (permalink)  
Old 01-10-2007, 02:57 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 bad! I forgot you can add up/down as well as left/right.
Reply With Quote
  #75 (permalink)  
Old 01-10-2007, 05:29 PM
jds580s's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Dec 2006
Posts: 61
Reputation: 35
jds580s is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Can I suggest deleting the registry key that hides the GPS icon in the control pannel here:

HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings

After each hard reset I have to go in and un-hide the icon.
Thanks!
Reply With Quote
  #76 (permalink)  
Old 01-10-2007, 05:45 PM
Wideawake's Avatar
Founder & Owner
Offline
Pocket PC: iPhone XS Max
Carrier: Sprint
Threadstarter
Location: Clermont, Florida
 
Join Date: May 2006
Posts: 5,577
Reputation: 4644
Wideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributions
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to Wideawake
MadManX that's probably it I was in a rush to add the reg entries u provided in the beta 1.0 thread. So reverting this fixes issues with SD? Still no issues here odd.... I can see how quick I can get a revised version out 4 u guys to fix this issues. Keep the feedback coming guys! Thanks to all who help! Big thanks to MadManX and Isamu49 (hope I spelled that right from memory )
~Mike
__________________
Please read this before posting.



Reply With Quote
  #77 (permalink)  
Old 01-10-2007, 06:12 PM
MadManX's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Maricopa, AZ
 
Join Date: Dec 2006
Posts: 73
Reputation: 15
MadManX is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to MadManX
Been running this all day... Not a hickup yet.

Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS] 
"Flags"=dword:00010046
Rand an SPB Benchmark on the SD Card and got my best results to date. Beat the MDA2 template on SPB's website on more then half the categories.

After I reinstall everything tonight (and pray I won't reset again this week). I should be able to post my tweak findings.

Oh... And fix the PhoneOn.wav PhoneOff.wav files... That's 500kb. Love the full vista sounds. Seems a bit faster (minus the SD issues) outta the box compaired to beta 1.0. And I wan't my old Red Logo back ... And no more Voice Dialer.... Please... Thats getting to be a pain to nuke after each reset (and there has been alot of them these past two days).

Either that or someone point me in the right direction to build a setup.dll. Mind you I'm a VB.net programmer though that doens't know how to wite code in C++

Greate work Mike

-MadManX
Reply With Quote
  #78 (permalink)  
Old 01-10-2007, 06:22 PM
Wideawake's Avatar
Founder & Owner
Offline
Pocket PC: iPhone XS Max
Carrier: Sprint
Threadstarter
Location: Clermont, Florida
 
Join Date: May 2006
Posts: 5,577
Reputation: 4644
Wideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributionsWideawake should be added to the payroll for their contributions
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to Wideawake
MadManX Sweet deal, I will try and remove those just 4 u Also I failed to meantion this the phoneon and off wavs are NOT stored in the ROM, these are loaded by the cust_spcs.cab in the extended. which I patched but haven't released my extROM yet so that's not gonna help u guys until then or I could post just that .cab to replace 4 now....or u could.
~Mike
Reply With Quote
  #79 (permalink)  
Old 01-10-2007, 06:41 PM
MadManX's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Maricopa, AZ
 
Join Date: Dec 2006
Posts: 73
Reputation: 15
MadManX is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to MadManX
Well if I would have know that sooner... Man I need to go through those more

Here you all go. Replace \Extended_ROM2\Customize_SPCS.sa.CAB with this one. Next hard rest, you have that much more space Thanks again Mike.

Original Size: 923 KB
New Size: 162 KB

PS... Find the attachment on a new post... First post on Page 7 I think.

-MadManX
Reply With Quote
  #80 (permalink)  
Old 01-10-2007, 06:57 PM
vclawson's Avatar
N00b
Offline
 
Join Date: Jan 2007
Posts: 29
Reputation: 0
vclawson is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Getting Error on upgrade to sprint AKU2.2

I get the screen that is supposed to give my device information and what I am upgrading to but there is no info there. When I click on upgrade six seconds later I get:
"Error 150: ROM UPGRADE UTILITY ERROR"
"This ROM Upgrade Utility does not design for your device.
Please get proper ROM Upgrade Utility and try again!"

This is the sprint version.

Thanks
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 06:08 PM.


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