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)

snakehn 09-10-2009 05:32 PM

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

Originally Posted by humrod (Post 1154900)
I'm cooking a 23047 sys as usual, but stuck after first splash. passing the splash only a black screen and then off......have to change or look for somethig diferent?

Quote:

Originally Posted by joojoobee666 (Post 1155082)
What device are you cooking for, what kitchen are you using and what SYS files did you use?

Same here, stuck in splash screen, using Vogue CDMA, PPCkitchen and 96dpi SYS files, all 23047

joojoobee666 09-10-2009 05:35 PM

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

Originally Posted by snakehn (Post 1155105)
Same here, stuck in splash screen, using Vogue CDMA, PPCkitchen and 96dpi SYS files, all 23047

Did you verify it wasn't an OEM causing the issue by cooking up a clean rom with no kitchen selections?

snakehn 09-10-2009 08:32 PM

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

Originally Posted by joojoobee666 (Post 1155114)
Did you verify it wasn't an OEM causing the issue by cooking up a clean rom with no kitchen selections?

did that and no luck, will try again.

Lmiller1708 09-10-2009 09:02 PM

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

Originally Posted by snakehn (Post 1155105)
Same here, stuck in splash screen, using Vogue CDMA, PPCkitchen and 96dpi SYS files, all 23047

23047 works like a charm for me on my Vogue. It must be your PPCKitchen Build configuration. Make sure you check out joojoobee666 sig on how to upgrade the PPCKitchen.
Good Luck!

P.S. This is the best build yet!:headbang:

joojoobee666 09-10-2009 09:48 PM

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

Originally Posted by Lmiller1708 (Post 1155591)
23047 works like a charm for me on my Vogue. It must be your PPCKitchen Build configuration. Make sure you check out joojoobee666 sig on how to upgrade the PPCKitchen.
Good Luck!

P.S. This is the best build yet!:headbang:

Thanks for the confirmation. And yes, 23047 is jammin like a rock star:evil4:

DomSim 09-10-2009 10:25 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
is there a sure fire way to register a dll when building in visual kitchen? i am trying to include safeinboxextender and have this in the app.reg,
Code:

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View_Context\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"

and this in the app.dat to move the file

Code:

Directory("\Program Files\SafeInboxExtender"):-File("SafeInboxMenuExtensibility.dll","\Windows\SafeInboxMenuExtensibility.dll")
i know i dont need to move the file but it didnt work in the windows directory so i tried this.

the menu options "delete all" and "mark all as read" show up but when you click them they do not work right. now if i register the dll using dot fred task manager it works fine :(

mwalt2 09-11-2009 12:55 AM

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

Originally Posted by DomSim (Post 1155847)
is there a sure fire way to register a dll when building in visual kitchen? i am trying to include safeinboxextender and have this in the app.reg,
Code:

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View_Context\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"

and this in the app.dat to move the file

Code:

Directory("\Program Files\SafeInboxExtender"):-File("SafeInboxMenuExtensibility.dll","\Windows\SafeInboxMenuExtensibility.dll")
i know i dont need to move the file but it didnt work in the windows directory so i tried this.

the menu options "delete all" and "mark all as read" show up but when you click them they do not work right. now if i register the dll using dot fred task manager it works fine :(

I'm not sure if it's the same thing, but have you tried signing the .dll using MSsigner? I've never used dot fred task manager to register a dll, but it sounds like it might be 'signing' it. I've attached a zip I found at xda that has MSsigner in it. Just drag the dll on top of the .exe.

Nagrom Nniuq 09-11-2009 01:28 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
My Vogue build also got stuck on the splash screen. I am going to try to figure out what went wrong tonight, but it is interesting that two of us are having the exact same issue...

mikee4fun 09-11-2009 03:03 AM

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

Originally Posted by Nagrom Nniuq (Post 1154629)
Anyone have an answer to the start menu drop down not working anywhere but the home screen. Or not at all for some people...

Found out the issue is do to Manila. I am using 2.1 and it simply will not work with manila enabled at all.

bgill55 09-11-2009 03:33 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Anyone Missing The SMS Icon? I cant find it in any of my Folders!

this is what it supposed to look like!

http://i32.tinypic.com/2vug6t2.jpg


This Is what I have! What am I missing(besides the Mail icon!

http://i29.tinypic.com/3518fok.png


All times are GMT -4. The time now is 04:58 AM.

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


Content Relevant URLs by vBSEO 3.6.0