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 Vogue > HTC Vogue Development
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #471 (permalink)  
Old 07-19-2009, 05:47 PM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

Quote:
Originally Posted by drellisdee View Post
before
Code:
8029871c - 802996fa L00000fde filedata 723fb954-d931-4348-b672-82a188e587b5.dsm
802996fa - 802d8914 L0003f21a NUL
802d8914 - 802d8914 L00000000 End: highest physical address
 
802d8914 - 802d9000 L000006ec NUL
 
802d9000 - 802d9000 L00000000 Start: start of RAM
802d9000 - 802e0000 L00007000 NUL
802e0000 - 802e6000 L00006000 uninitialized data of region_1 nk.exe
802e6000 - 8036a000 L00084000 initialized data of region_2 nk.exe
8036a000 - 8036a000 L00000000 ------ start of RAM free space
8036a000 - 87900000 L07596000 NUL
87900000 - 87900000 L00000000 End: end of RAM

after:
Code:
8029871c - 802996fa L00000fde filedata 723fb954-d931-4348-b672-82a188e587b5.dsm
802996fa - 80299fff L00000905 NUL
80299fff - 80299fff L00000000 End: highest physical address
 
80299fff - 802a0000 L00006001 NUL
 
802a0000 - 802a0000 L00000000 Start: start of RAM
802a0000 - 802a6000 L00006000 uninitialized data of region_1 nk.exe
802a6000 - 8032a000 L00084000 initialized data of region_2 nk.exe
8032a000 - 8032a000 L00000000 ------ start of RAM free space
8032a000 - 87900000 L075d6000 NUL
87900000 - 87900000 L00000000 End: end of RAM
This one booted fine. I should have changed start of ram to 8029A000 as I left a size 6000 nul in for testing.
Update: ULRAMSTART at 8029a000 is a non-booter. Must have trailing 0000 as 802a0000 works but not 8029a000
ok i got this one to boot as well , this from formerpalmos: Also, the least significant 16 bits must be zero (lower four hex digits) of the end of vm slot 0 and slot 1 in G'reloc.exe and in your ROMHDR.txt. The least significant 14 bits must be zero (the lower four digits can only be 0000, 4000, 8000 or C000) of the RAM address (ulRAMStart and ulRAMFree


memory went up to 105.38
__________________



  #472 (permalink)  
Old 07-19-2009, 06:20 PM
Getitnowmarketing's Avatar
BlackBerry Hater
Offline
Pocket PC: All Cdma HTC's
Carrier: $0 VZW Emp Demo
Threadstarter
Location: East Coast
 
Join Date: Jan 2008
Posts: 1,010
Reputation: 4993
Getitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

Here is a 23007 ported vogue 3.14 xip that the lzx cecompr.dll in it and has been swp patched and max ram reclaimed. Page pool is set at 12mb and it can be changed with a later version of xipporterex by ervius. Remember to rename xip to xip_out.bin or to xip.bin depending on version used and place this xip in the xip new ported folder to change the PP. This xip is encrypted so it will not dump via xipport, dumprom, or dumpxip.exe nor be used as a porting source. However, it will work just fine for cooking/inserting in PPCK or old bepe kitchen.

map
Code:
80298854 - 80299832 L00000fde filedata 723fb954-d931-4348-b672-82a188e587b5.dsm
80299832 - 80299fff L000007cd NUL
80299fff - 80299fff L00000000 End: highest physical address
 
80299fff - 802a0000 L00006001 NUL
 
802a0000 - 802a0000 L00000000 Start: start of RAM
802a0000 - 802a6000 L00006000 uninitialized data of region_1 nk.exe
802a6000 - 8032a000 L00084000 initialized data of region_2 nk.exe
8032a000 - 8032a000 L00000000 ------ start of RAM free space
8032a000 - 87900000 L075d6000 NUL
87900000 - 87900000 L00000000 End: end of RAM
Hmm. wonder if 8029C000 is a vaild ram starting addy. If so thats 4000 more to ram.
Attached Files
File Type: rar my23007.rar (921.4 KB, 7 views) Click for barcode!
__________________
Paypal Donations USD
Follow me on twitter @getitnowmarket

Last edited by Getitnowmarketing; 07-19-2009 at 06:34 PM.
  #473 (permalink)  
Old 07-19-2009, 06:39 PM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

i will tell you in a min......i had the same thought 10 mins ago, just waiting on the cooking

yes!


8029c000 - 8029c000 L00000000 Start: start of RAM
8029c000 - 802a2000 L00006000 uninitialized data of region_1 nk.exe
802a2000 - 80326000 L00084000 initialized data of region_2 nk.exe
80326000 - 80326000 L00000000 ------ start of RAM free space
80326000 - 87900000 L075da000 NUL
87900000 - 87900000 L00000000 End: end of RAM

memory 105.40 almost back to where it was b4 lzx compression

i reckon that will be all we can gain as 8029c000 is the lowest address we can go

Last edited by ali3nfr3ak; 07-19-2009 at 07:48 PM.
  #474 (permalink)  
Old 07-20-2009, 01:49 PM
Getitnowmarketing's Avatar
BlackBerry Hater
Offline
Pocket PC: All Cdma HTC's
Carrier: $0 VZW Emp Demo
Threadstarter
Location: East Coast
 
Join Date: Jan 2008
Posts: 1,010
Reputation: 4993
Getitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributionsGetitnowmarketing should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

New one gives 105.41

Code:
80290f3e - 80290f3e L00000000 End: highest physical address
 
80290f3e - 80298000 L000070c2 NUL
 
80298000 - 80298000 L00000000 Start: start of RAM
80298000 - 8029e000 L00006000 uninitialized data of region_1 nk.exe
8029e000 - 80322000 L00084000 initialized data of region_2 nk.exe
80322000 - 80322000 L00000000 ------ start of RAM free space
80322000 - 87900000 L075de000 NUL
87900000 - 87900000 L00000000 End: end of RAM
Managed to free up some more space. Compressing further to ram start of 80294000 was a non boot to try to futher take advantage of free space. Same as last one xip is encrypted so cant be dumped.
Attached Files
File Type: rar my23007.rar (913.9 KB, 3 views) Click for barcode!
This post has been thanked 1 times.
  #475 (permalink)  
Old 07-20-2009, 09:00 PM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

Quote:
Originally Posted by drellisdee View Post
New one gives 105.41

Code:
80290f3e - 80290f3e L00000000 End: highest physical address
 
80290f3e - 80298000 L000070c2 NUL
 
80298000 - 80298000 L00000000 Start: start of RAM
80298000 - 8029e000 L00006000 uninitialized data of region_1 nk.exe
8029e000 - 80322000 L00084000 initialized data of region_2 nk.exe
80322000 - 80322000 L00000000 ------ start of RAM free space
80322000 - 87900000 L075de000 NUL
87900000 - 87900000 L00000000 End: end of RAM
Managed to free up some more space. Compressing further to ram start of 80294000 was a non boot to try to futher take advantage of free space. Same as last one xip is encrypted so cant be dumped.
sweet well done, my laptop has packed a wobbly, so i will not be able to contribute much at the mo, im using my sons old xp puter at moment, cant run any of my kitchen files as they where created under x64, lol
  #476 (permalink)  
Old 07-20-2009, 10:09 PM
Whosdaman's Avatar
VIP Member
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: Lake City, Florida
 
Join Date: Dec 2007
Posts: 2,402
Reputation: 4662
Whosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Whosdaman Send a message via MSN to Whosdaman Send a message via Yahoo to Whosdaman Send a message via Skype™ to Whosdaman
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

wow, yall are not speaking my lingo at all lol
__________________
  #477 (permalink)  
Old 07-20-2009, 11:35 PM
Whosdaman's Avatar
VIP Member
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: Lake City, Florida
 
Join Date: Dec 2007
Posts: 2,402
Reputation: 4662
Whosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Whosdaman Send a message via MSN to Whosdaman Send a message via Yahoo to Whosdaman Send a message via Skype™ to Whosdaman
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

The new 23008 SYS from Da_G

http://rapidshare.com/files/25814739...ro-Kitchen.rar

Will be posting this on the other thread shortly...
  #478 (permalink)  
Old 07-21-2009, 12:07 AM
vin255764's Avatar
Its FLASHING time!!!
Offline
Pocket PC: Evo & TP2
Carrier: SPCS
Location: Seattle,WA
 
Join Date: Nov 2008
Posts: 3,713
Reputation: 36470
vin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

Quote:
Originally Posted by drellisdee View Post
New one gives 105.41


Managed to free up some more space. Compressing further to ram start of 80294000 was a non boot to try to futher take advantage of free space. Same as last one xip is encrypted so cant be dumped.
Are you sure it boots?I flashed twice,even splash screen is black
  #479 (permalink)  
Old 07-22-2009, 01:52 AM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

thanks to Da_G

vogue xip 23009, will uploading sys 23009 common files soon
added lzx, swp, ram reclaimed vogue xip

sys 23009 common

Pulled, as issues with screen scrolling

Attached Files
File Type: rar Vogue_23009.rar (921.0 KB, 5 views) Click for barcode!
File Type: rar Vogue_23009lzx.rar (921.0 KB, 1 views) Click for barcode!

Last edited by ali3nfr3ak; 07-22-2009 at 04:15 AM.
This post has been thanked 1 times.
  #480 (permalink)  
Old 07-22-2009, 02:00 AM
Whosdaman's Avatar
VIP Member
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: Lake City, Florida
 
Join Date: Dec 2007
Posts: 2,402
Reputation: 4662
Whosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributionsWhosdaman should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Whosdaman Send a message via MSN to Whosdaman Send a message via Yahoo to Whosdaman Send a message via Skype™ to Whosdaman
Re: Updated 5/2/09 Drellisdee WM6.5 PPC Kitchen

Nope 23009 isnt worth it....they ruined it by making it like 928....

O well 23008 will be the last good build until they fix their issues
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development


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 07:15 AM.


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