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 > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #3951 (permalink)  
Old 05-15-2009, 04:40 PM
inertiax3's Avatar
PPCGeeks Regular
Offline
Pocket PC: i780
Carrier: TMobile
 
Join Date: Mar 2009
Posts: 67
Reputation: 20
inertiax3 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Could build 21232 be RTM?
Reply With Quote
  #3952 (permalink)  
Old 05-15-2009, 04:41 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Da_G View Post
Hi, the 96 dpi dump is now up at xda



(and so is the 192 dpi dump)

both 21232! Which is the May 11 build.
Where at on XDA?

..and just when I get my 21231 working well...
Reply With Quote
  #3953 (permalink)  
Old 05-15-2009, 04:42 PM
Zecanilis's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Love; HTC Touch Diamond
 
Join Date: Mar 2009
Posts: 84
Reputation: 65
Zecanilis is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by joojoobee666 View Post
Where at on XDA?
http://forum.xda-developers.com/showthread.php?t=474406

Quote:
Originally Posted by inertiax3 View Post
Could build 21232 be RTM?
No. It's RTD... (Ready to Da_G... Sorry couldn't help it... )
Reply With Quote
This post has been thanked 2 times.
  #3954 (permalink)  
Old 05-15-2009, 04:45 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Zecanilis View Post
http://forum.xda-developers.com/showthread.php?t=474406



No. It's RTD... (Ready to Da_G... Sorry couldn't help it... )
Thank you

And thank you Da_G

Last edited by joojoobee666; 05-15-2009 at 04:48 PM.
Reply With Quote
  #3955 (permalink)  
Old 05-15-2009, 04:46 PM
conflipper's Avatar
MIA
Offline
Pocket PC: All HTC CDMA PPC
Carrier: Alltel
Threadstarter
 
Join Date: Feb 2008
Posts: 1,888
Reputation: 12640
conflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

here are the 21232 96 DPI files.

http://www.mediafire.com/file/jmm0iv...96DPI_0409.rar

here are 21232 192 DPI files

http://www.mediafire.com/file/mzy2ne...92DPI_0409.rar

Last edited by conflipper; 05-15-2009 at 04:52 PM.
Reply With Quote
This post has been thanked 10 times.
  #3956 (permalink)  
Old 05-15-2009, 04:53 PM
Da_G's Avatar
VIP Member
Offline
Pocket PC: HTC Raphael
Carrier: AT&T
 
Join Date: Nov 2008
Posts: 127
Reputation: 2325
Da_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Hi, here's a quick batch file I made, to help with recmodding, since you guys do alot i figured id post it here

Code:
cd %~f1
for /F "tokens=*" %%G in ('dir /A:D /B') do ..\..\..\..\..\tools\recmod.exe %%G
for /F "tokens=*" %%G in ('dir /A:D /B') do ren %%G %%G1
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.dll .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.exe .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.acm .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.mui .
for /F "tokens=*" %%G in ('dir /A:D /B') do rmdir /s /q %%G
change ..\..\..\..\..\tools\recmod.exe to the exact path or relative path to your recmod.exe (i recommend using the ~17kbish nuerecmod) and save it as recmod-package.bat or whatever...

in windows explorer just drag-n-drop the package (i.e. browsingie) on top of the .bat and bam, all the modules are now files

__________________
If you find find my ROMs useful and my posts helpful, I would not turn down a Donation
Reply With Quote
This post has been thanked 13 times.
  #3957 (permalink)  
Old 05-15-2009, 04:58 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Da_G View Post
Hi, here's a quick batch file I made, to help with recmodding, since you guys do alot i figured id post it here

Code:
cd %~f1
for /F "tokens=*" %%G in ('dir /A:D /B') do ..\..\..\..\..\tools\recmod.exe %%G
for /F "tokens=*" %%G in ('dir /A:D /B') do ren %%G %%G1
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.dll .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.exe .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.acm .
for /F "tokens=*" %%G in ('dir /A:D /B') do move "%%G"\*.mui .
for /F "tokens=*" %%G in ('dir /A:D /B') do rmdir /s /q %%G
change ..\..\..\..\..\tools\recmod.exe to the exact path or relative path to your recmod.exe (i recommend using the ~17kbish nuerecmod) and save it as recmod-package.bat or whatever...

in windows explorer just drag-n-drop the package (i.e. browsingie) on top of the .bat and bam, all the modules are now files


Very nice, thank you sir!
Reply With Quote
  #3958 (permalink)  
Old 05-15-2009, 05:25 PM
SOHKis's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
Location: VA
 
Join Date: Apr 2008
Posts: 1,140
Reputation: 2320
SOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

here's recmodded 21232 browsing folders...


thanks for the batch file Da_G!
Attached Files
File Type: rar BROWSINGCORE.rar (1.04 MB, 87 views) Click for barcode!
File Type: rar browsingie.rar (2.44 MB, 81 views) Click for barcode!
Reply With Quote
This post has been thanked 4 times.
  #3959 (permalink)  
Old 05-15-2009, 10:52 PM
dsi76's Avatar
Regular 'Geeker
Offline
Pocket PC: Fuze, Elfin
Carrier: Rogers
Location: Canada
 
Join Date: Oct 2008
Posts: 311
Reputation: 815
dsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

XIP 21232 for Elf/Elfin is attached.....

Thanks Da_G!
Attached Files
File Type: zip XIP.21232.zip (1.09 MB, 53 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #3960 (permalink)  
Old 05-15-2009, 11:12 PM
joshkoss's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: T-Mobile
Location: In her canyon
 
Join Date: Jun 2008
Posts: 56
Reputation: 130
joshkoss is keeping up the good workjoshkoss is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Complete 21232 ported xip for kaiser HERE
__________________
Hermes: All My Manilla2D/M2DLight/WinterRom/DarkWinter2! HERE

Kaiser: roms and 6.5 sweetness HERE

MY Hermes Kitchen thread (Updated 11/30/200
Donations For my sleepless work!
Reply With Quote
This post has been thanked 2 times.
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


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 03:09 PM.


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