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.


All times are GMT -4. The time now is 02:17 PM.

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


Content Relevant URLs by vBSEO 3.6.0