PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   WM 6.5 Kitchen QVGA and VGA Developer Edition (http://forum.ppcgeeks.com/showthread.php?t=54678)

MassStash 08-13-2009 10:29 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by ai6908 (Post 1100206)
It was just a rumour!:)

those bastards... lol

yardi4life 08-13-2009 10:34 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1099980)
I've had that issue myself, long ago. It turned out that I had Slot 0 overruns caused too many modules (this was WELL before most of of understood the basic's of module allocation) Recmodding things is how we fixed it. I'm talking back in like the 21202 era, lol. I don't know if it's the same cause (probably not) for you, but it's the same symptom.

Which folders need to be Recmodding?

joojoobee666 08-13-2009 11:16 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by yardi4life (Post 1100214)
Which folders need to be Recmodding?

Usually recmodding all the modules in browsingie and adobeflash is enough to avoid overlaps/slot 0 issues. If you cook in WindowsLive and WindowsLivIM, do those too. Also, MediaOS can be done as well for good measure (It's Windows Media Player)

ankit360 08-13-2009 11:42 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by yardi4life (Post 1100214)
Which folders need to be Recmodding?

AdobeFlash = all
AdobeFlashCodecs = all
Bluetooth = btd.dll only
BROWSING = webview.dll,wmlview.dll,browser.dll only
BROWSINGCORE = except msscript.dll
browsingie = except IECEExt.dll,imgutil.dll,pngfilt.dll,shdoclc.dll
IPSECVPN = ipsecvpn.dll only
MediaOS = wmcore.dll, wmpocx.dll only
Transcriber_Lang_0409 = TraRecoEnu.dll only

not using Windows Live so not counting them , @ all tell me if i doing something wrong

yardi4life 08-14-2009 01:02 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Adrynalyne (Post 1099351)
Just one more fire to put out.

When I go to settings, personal, phone options, under the services, I can enable GPS, but hitting OK does nothing. So I cant get out of the screen.

Any suggestions?

If anyone figured this out please post a fix thanks.

twistedconnection 08-14-2009 02:02 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
build 23028 posted by da_g
here

thanks very much da_g!!!

regards,

twisted :D

DavidinCT 08-14-2009 02:11 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by twistedconnection (Post 1100549)
build 23028 posted by da_g
here

thanks very much da_g!!!

regards,

twisted :D

Timebombed...oh, no !!!!

Tempting, new builds, cool.....Going away for a week finally got GPS to a point where I get a lock in under 30 seconds, gota stick with my current build for another 2 weeks :( (I need a stable phone for the week)

Edit:Is this where we are going with WM 7 ? The new ZuneHD gui is to die for (watch the video).

http://www.engadget.com/2009/08/11/z...media-edition/

Röchelhilpert 08-14-2009 02:29 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by SOHKis (Post 1098433)
Thanks for the 21840 files con & joojoo! i've been waiting for them to surface since you mentioned it (along w/23019) in da_g's thread!


here you go man, (looks like you're already aware, but) make sure you know that these are for GSM diamond (DIAM100) not our CDMA version (DIAM500) - http://www.everythingdiamond.info/showthread.php?t=94

i testet the native kernel in my diam100. It looks like it works, but it isn´t stable. I can´t use manila
- Device is chrashing , sometime´s it dons´t boot. I think it isn´t the correct nk.exe for us :(
I think we have to wait

yardi4life 08-14-2009 09:28 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Da_G (Post 917408)
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 "%~dp0"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 change ..\..\..\..\..\tools\recmod.exe to "%~dp0"recmod.exe (i'm using windows 7) then you only have to change the batch file once and execute it from any directory and not worry about relative or absolute path.

Thanks Da_G you saved me about an hour each new rom release.

joojoobee666 08-14-2009 09:34 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Quote:

Originally Posted by yardi4life (Post 1100771)
If you change ..\..\..\..\..\tools\recmod.exe to %~dp0recmod.exe (i'm using windows 7) then you only have to change the batch file once and execute it from any directory and not worry about relative or absolute path.

Thanks Da_G you saved me about an hour each new rom release.


I wrote a vb script to do the same thing. Just make sure that nuerecmod (included) is in the same folder as the script and put a shortcut to the vb in your "send to" folder. Then, you can highlight the modules you want recmodded and send them to the vbscript. This allowes you to only recmod the modules you want that are in a folder, you don't have to do the whole thing.

yardi4life 08-14-2009 09:34 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1097891)
The other option you have is to us XIPPort.exe. Get a xip.bin for your device. Put your xip.bin in the same fodler as XIPPort.exe, run XIPPort.exe and clic kon dump xip.bin. Then, click on "make pkgs". Once that is done, you will have a folder called OUT, and under each of those, 2 folders called MSXIPKernel and OEMXIPKernel. Grab the folders and files out of each of the OEMXIPkernel folders, ignoring the txt files and put them in the same folder. VOILA! You now have the OEMXIPKernel you desire.

But maybe this all begs the next question, why are you looking for this?

So now that I have OEMXIPkernel. How do I take the MSXIPKernel from 6.5 rom and create a ported xip.bin? Thanks in advance.

ai6908 08-14-2009 09:46 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by yardi4life (Post 1100786)
So now that I have OEMXIPkernel. How do I take the MSXIPKernel from 6.5 rom and create a ported xip.bin? Thanks in advance.

You need XIP porting tools for that. There were some detailed discussion on this thread before. Please search to find those tools...

joojoobee666 08-14-2009 10:06 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by yardi4life (Post 1100786)
So now that I have OEMXIPkernel. How do I take the MSXIPKernel from 6.5 rom and create a ported xip.bin? Thanks in advance.


Ok, now that the whole story comes out, you didn't actually need to do all that,lol. All you need to do is use XIPKitchen by Lennysh. Just grab a donor xip.bin for the build you want to port to, and use the device's xip.bin that you currently have. It will port for you. That simple. If you have any questions on using it, feel free to search/ask :)

See here ->http://forum.xda-developers.com/showthread.php?t=443383

aleis 08-14-2009 10:20 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
? could someone point me in the direction (link) of a good chef that is using the 23028 rom for the verizon omnia ?

THANKS :)

bgill55 08-14-2009 10:27 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by aleis (Post 1100859)
? could someone point me in the direction (link) of a good chef that is using the 23028 rom for the verizon omnia ?

THANKS :)


will be updating soon!

bgill55 08-14-2009 10:38 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
anyone have the dpi 96 for 23028 cant download from XDA reached my limit on downloads

joojoobee666 08-14-2009 10:47 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by bgill55 (Post 1100885)
anyone have the dpi 96 for 23028 cant download from XDA reached my limit on downloads

Here's a mirror I made: http://www.4shared.com/file/12501560...PI-COMMON.html

bgill55 08-14-2009 11:09 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1100901)



ahh thank you!!!

Actors 08-14-2009 11:29 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1100901)

Thanks!!!!!!!!!!! JOOJOO!!!!!!

humrod 08-14-2009 11:36 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
To the masters: someone is talking me about a toshiba sys 20973....
It is new?

joojoobee666 08-14-2009 11:46 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
PPCKitchen files for 23028. QVGA DPI are from Da_G's ALL DPI pack for this build. Same notes as last time except I changed the .NetCF option (also, since .Net apps were broken again on this build, the fix is integrated again). It now reflects that it is .net 3.5 from the sys, not tha base 2.0. I also recmodded the modules as well. The 2302x seem to use a lot more slot space from more/larger modules. Also recmodded the usual stuff as well including MediaOS and a few other minor random things. The "Personal" options under settings are fixed and the magnifier (not the task bar one) is disabled in this build.

All XIPs are spinlock patched except the Apache. The Herman is the only verified as usual. The XIP pack includes XIPs for the Apache, Herman, Kaiser, Titan, Victor and Vogue.


SYS_23028_Common
http://www.4shared.com/file/12502393...28_Common.html


SYS_23028_192DPI_0409
http://www.4shared.com/file/12502427...2DPI_0409.html


SYS_23028_96DPI_0409
http://www.4shared.com/file/12502487...6DPI_0409.html


PPCKitchen 23028 XIPs (since PPCgeeks wouldn't finish uploading)
http://www.4shared.com/file/12502594...3028_XIPs.html


Thanks to Da_G for the goods :headbang: Enjoy!

ai6908 08-14-2009 12:52 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Too many releases usually on friday's!:evil4:

Here is 21939 from XDA!

Not sure if I want to cook 028 or 939!](*,)

Wizzard 08-14-2009 01:07 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Well, I hope my phone doesn't wear out from the flashing every other day!

Yes I do!

This phone was purchased in Jan of 06 and has run like a "Timex" ever since. I have decided that the TP2 will be the successor to this 6700 as I am not really impressed with my wife's TP.

Thanks muchly, joojoobee, I am having a great time since you figured out what I was doing wrong!

I like the new avitar also!

Please tell your wife that your work here helps poor little "technopesants" to have a better life. If she thinks you are doing something great for the little people, maybe she will let you continue your good works.

What is the difference between the 21xxx and the 23xxx builds. Which is more stable, newer, -----. Thanks

SBR_L3GION 08-14-2009 02:08 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1100785)
I wrote a vb script to do the same thing. Just make sure that nuerecmod (included) is in the same folder as the script and put a shortcut to the vb in your "send to" folder. Then, you can highlight the modules you want recmodded and send them to the vbscript. This allowes you to only recmod the modules you want that are in a folder, you don't have to do the whole thing.


how do I put a shortcut a shortcut to this in my send to.

da_reeseboy 08-14-2009 02:10 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by ai6908 (Post 1101176)
Too many releases usually on friday's!:evil4:

Here is 21939 from XDA!

Not sure if I want to cook 028 or 939!](*,)

O...M...G...

Too many releases is the freakin truth!

joojoobee666 08-14-2009 02:17 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Wizzard (Post 1101217)
Thanks muchly, joojoobee, I am having a great time since you figured out what I was doing wrong!

I like the new avitar also!

Please tell your wife that your work here helps poor little "technopesants" to have a better life. If she thinks you are doing something great for the little people, maybe she will let you continue your good works.

What is the difference between the 21xxx and the 23xxx builds. Which is more stable, newer, -----. Thanks

No problem. Seems that everyone likes the new Avatar :D

Anyhow, 218xx is the COM2 branch and is older, but you may some some "newer" ones come out from HTC (I think this is their branch now), but not with any new features. 230xx is newer and is the COM3 branch. This is where all the 6.5.1 changes are being implemented. As far as stability, the 218xx branch is definitely the more stable branch at this point since MS is done monkeying around with it. But, I have to say, 23016 was KICK ARSE!

SOHKis 08-14-2009 04:51 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Röchelhilpert (Post 1100571)
i testet the native kernel in my diam100. It looks like it works, but it isn´t stable. I can´t use manila
- Device is chrashing , sometime´s it dons´t boot. I think it isn´t the correct nk.exe for us :(
I think we have to wait

nvm, misread your post... didn't realize you're running gsm diam

man, you had my hopes up! you ARE running a gsm diamond right, not cdma..?

Lmiller1708 08-14-2009 05:08 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Can someone post 23028 for the WM6.5 Emulator.
Still have not been able to get it to work on my own!!! :violent2:
Thanks!:headbang:

jmartin72 08-14-2009 05:13 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I'm Rockin' the new 23028 build. Has anyone noticed that under the start menu you can move icons anywhere you want by holding them down and then dragging them.
pretty SWEET! I really like where they are going with this. Still have a long way to go, but I think they are on the right track.:headbang:

indagroove 08-14-2009 05:16 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by SOHKis (Post 1101713)
nvm, misread your post... didn't realize you're running gsm diam

man, you had my hopes up! you ARE running a gsm diamond right, not cdma..?

You might as well just forget about 6.5 NK for DIAM500. What I've heard may be wrong, but someone who is not usually wrong told me there will be no 6.5 NK for DIAM500.

At this point I'm assuming there will never be one.

da_reeseboy 08-14-2009 06:03 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
That sucks! Oh well...

humrod 08-14-2009 06:19 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
here with the 23028:

- The year can't be modified. The kayb write it, but keep on the previous date.
- Activesync doesn't connect (firs time it occurs to me)

indagroove 08-14-2009 06:52 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by ankit360 (Post 1100331)
AdobeFlash = all
AdobeFlashCodecs = all
Bluetooth = btd.dll only
BROWSING = webview.dll,wmlview.dll,browser.dll only
BROWSINGCORE = except msscript.dll
browsingie = except IECEExt.dll,imgutil.dll,pngfilt.dll,shdoclc.dll
IPSECVPN = ipsecvpn.dll only
MediaOS = wmcore.dll, wmpocx.dll only
Transcriber_Lang_0409 = TraRecoEnu.dll only

not using Windows Live so not counting them , @ all tell me if i doing something wrong

I'm gonna have to debunk this theory that you don't need to recmod all of the browsing** modules in shared>common, and here's why:
http://www.everythingdiamond.info/showpost.php?p=3520&postcount=2

joojoobee666 08-14-2009 07:19 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Quote:

Originally Posted by indagroove (Post 1101977)
I'm gonna have to debunk this theory that you don't need to recmod all of the browsing** modules in shared>common, and here's why:
http://www.everythingdiamond.info/showpost.php?p=3520&postcount=2

Makes sense. Basically any NON-resource only exe or DLL that is in module format will be allocated space in Slot 1 or 0.

On another note. NightRaven from XDA was kind enough to take the vbscript I wrote called SuperRecMod and rewrite/compile it in vb.net. It runs MUCH quicker than the script I posted, but works pretty much the same. (i.e. make a shortcut to it in your "Send To" folder and make sure recmod.exe or nuerecmod.exe are in the same folder as the exe) There is now a config file with it that allows you to choose whether or not you want to use recmod.exe or nuerecmod.exe. It is currently configured for nuerecmod.exe.

Thanks NightRaven! :headbang:

ai6908 08-14-2009 07:22 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by jmartin72 (Post 1101771)
I'm Rockin' the new 23028 build. Has anyone noticed that under the start menu you can move icons anywhere you want by holding them down and then dragging them.
pretty SWEET! I really like where they are going with this. Still have a long way to go, but I think they are on the right track.:headbang:

Yup it has been like this from 219xx builds...=D>

dennygun 08-14-2009 08:01 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1101035)
PPCKitchen files for 23028. QVGA DPI are from Da_G's ALL DPI pack for this build. Same notes as last time except I changed the .NetCF option (also, since .Net apps were broken again on this build, the fix is integrated again). It now reflects that it is .net 3.5 from the sys, not tha base 2.0. I also recmodded the modules as well. The 2302x seem to use a lot more slot space from more/larger modules. Also recmodded the usual stuff as well including MediaOS and a few other minor random things. The "Personal" options under settings are fixed and the magnifier (not the task bar one) is disabled in this build.

All XIPs are spinlock patched except the Apache. The Herman is the only verified as usual. The XIP pack includes XIPs for the Apache, Herman, Kaiser, Titan, Victor and Vogue.


SYS_23028_Common
http://www.4shared.com/file/12502393...28_Common.html


SYS_23028_192DPI_0409
http://www.4shared.com/file/12502427...2DPI_0409.html


SYS_23028_96DPI_0409
http://www.4shared.com/file/12502487...6DPI_0409.html


PPCKitchen 23028 XIPs (since PPCgeeks wouldn't finish uploading)
http://www.4shared.com/file/12502594...3028_XIPs.html


Thanks to Da_G for the goods :headbang: Enjoy!

my apache running 23028 now.thx to you joojoobee666, one quick question, have you figure out which task manager compatible with this build?

joojoobee666 08-14-2009 08:09 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by dennygun (Post 1102105)
my apache running 23028 now.thx to you joojoobee666, one quick question, have you figure out which task manager compatible with this build?

HTC Task Manger DOES work, it's just a little finicky to get it to come up via the icon overlapping the clock on the task bar with its AWESOME zooming...(notice the sarcasm). Other than that? Don't know.

Cal-El 08-14-2009 08:41 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I am using showcase from e-natives, it allows you to hide the icon in the top corner and it only shows up when you tap it! =D>

blazingwolf 08-14-2009 09:46 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1102030)
Makes sense. Basically any NON-resource only exe or DLL that is in module format will be allocated space in Slot 1 or 0.

On another note. NightRaven from XDA was kind enough to take the vbscript I wrote called SuperRecMod and rewrite/compile it in vb.net. It runs MUCH quicker than the script I posted, but works pretty much the same. (i.e. make a shortcut to it in your "Send To" folder and make sure recmod.exe or nuerecmod.exe are in the same folder as the exe) There is now a config file with it that allows you to choose whether or not you want to use recmod.exe or nuerecmod.exe. It is currently configured for nuerecmod.exe.

Thanks NightRaven! :headbang:

Fantastic. Thank you both for this. :D

What's the difference between nuerecmod and recmod?

joojoobee666 08-14-2009 10:07 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by blazingwolf (Post 1102259)
Fantastic. Thank you both for this. :D

What's the difference between nuerecmod and recmod?

Quote from no2chem who made nuerecmod:

"It is based on RecMod by mamaich. However, this version is lighter and properly sets the imagebase, which is especially important when disassembling via IDA."


All times are GMT -4. The time now is 05:35 AM.

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


Content Relevant URLs by vBSEO 3.6.0