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)

Nagrom Nniuq 01-13-2010 03:26 PM

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

Originally Posted by simzz (Post 1484647)
I got animations/320x320 not found so i made a folder in animations called 320x320. Fixed it.

Yeah, thanks. I did the same thing and that also fixed it.

Also, I finally got PPCK to start building again after I deleted everything and started over. Dunno why it got screwed up. After the update late last night everything seems to work fine now.

[hasbrone] 01-13-2010 04:43 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
HELLO TO ALL.

THANKS for all those who allow their posts to constantly update the OS on our PDAs.

I need the XIP (format bin) to port it to my BenQ.
If I download the SYS_XIP (MSXIPKernel) of this forum,
How can I Build xip.bin?.
MANY THANKS TO ALL.

mikee4fun 01-13-2010 10:02 PM

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

Originally Posted by gguruusa (Post 1484477)
We are not mind readers. Without knowing what you were building or what problems you ran into, it is impossible to help you.

If you have a build problem you want analyzed/fixed, you should start by posting it at PPCkitchen.org. We do not monitor PPCGeeks or XDA. Include your selections.txt and build log (put them on ppckitchen.pastebin.com and provide a link in your post).

Hey gguru long time no see. Have you been hiding in the ppcgeeks bat cave?

Happy new year,

Mikee

mikee4fun 01-13-2010 10:04 PM

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

Originally Posted by spacejam (Post 1478328)
Hey... Office 2010 working on 21887 sounds great !!
Can you share please ?

Thanks a lot,
SJ

P.S. Also I'm going back to 21887, too many bugs on 21888. Any news about 21889 ??

Here you go

http://www.everythingdiamond.info/sh...&postcount=570

Nagrom Nniuq 01-14-2010 03:10 AM

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

Originally Posted by gguruusa (Post 1484477)
We are not mind readers. Without knowing what you were building or what problems you ran into, it is impossible to help you.

If you have a build problem you want analyzed/fixed, you should start by posting it at PPCkitchen.org. We do not monitor PPCGeeks or XDA. Include your selections.txt and build log (put them on ppckitchen.pastebin.com and provide a link in your post).

I know you cannot read minds. I explained it on the PPCK forums before I posted here. I figured it out myself (I try not to post stuff until after I narrow it down). I wasn't asking for help about my problem here, I was merely stating that there was a problem with the new update to PPCK.

BUT, now that I know, FYI, if you include the phone canvas position fix in your packages for a ROM on PPCK, it will fail. At least building a 1922 manila build 23518.

spacejam 01-14-2010 11:39 AM

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

Originally Posted by mikee4fun (Post 1486552)

Hey... thanks a lot !!!
Any QVGA version ??

Cheers,
SJ

savior02 01-14-2010 01:40 PM

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

Originally Posted by mikee4fun (Post 1486552)


Im getting nothing but crc errors for 21889 downloaded more than 5 times used 7z and winrar still wont extract w/o errors

MassStash 01-14-2010 08:19 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
So i tried the reg edit to get timestamps on incoming txt messages, and it just screwed up the whole oredering system of all my txts haha so anyone have n idea how to get the date first, then the time. also, i went back to "stock" (no time stamp), and outgoing have no date, just time stamp. long in the short of it. long story short, my messageing has no orginization, and the new txts will not be shown on the messageing screen because their sorted higher in the order in the threaded message

mikee4fun 01-14-2010 08:22 PM

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

Originally Posted by savior02 (Post 1488059)
Im getting nothing but crc errors for 21889 downloaded more than 5 times used 7z and winrar still wont extract w/o errors

Just tried it and no crc errors for me. Use winrar to extract it. My post is for office 2010 not 21889 =P

mikee4fun 01-14-2010 08:26 PM

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

Originally Posted by spacejam (Post 1487681)
Hey... thanks a lot !!!
Any QVGA version ??

Cheers,
SJ

sorry I do not have any qvga dpi files for office

porom14 01-16-2010 08:28 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
@Joojoobee666 and all , what to do with your sys.txt file, any use for that, if so where to put it ?

cac2us 01-16-2010 08:09 PM

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

Originally Posted by porom14 (Post 1493428)
@Joojoobee666 and all , what to do with your sys.txt file, any use for that, if so where to put it ?

If your using the PPCKitchen, then when you have the .txt file open in your browser, (IE 8 ) click on file/Save As/ and save it to the foder that you saved the other files to.
Then after placing the other files in the Kitchens folder, browse to the Projects\Groups\BuildBases\ and I think in your case, the 192DPI_XXXxXXX, and paste the .txt file there.

swampy395 01-16-2010 08:27 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Hello guys

Can anybody help me with some mortscript please

I'm trying to read, this ( Icon==//google.JPG ) from a *.txt file, and write it to reg
If i use this

data = ReadFile("\Windows\Opera9\opera6.txt")

#Get Icon
pos = Find(links[i],"Icon")
If (pos)
pos = pos + 6
len = Find(links[i], "CREATED",pos) - 19
Icon[i] = SubStr(links[i],pos,len)
EndIf

RegWriteString("HKLM","Software\Microsoft\CHome\Op era\Page"&ii,"Icon","\Windows\"&Icon[i])
I get this, \Windows\//google.JPG

But i need this, \Windows\google.JPG

I'v tryed and tryed](*,) other combination's give me an error "comma expected"
i have read the mortscript-manual but script's not realy my strong piont:scratch:
someone help me please
Thanks in advance
best regards
swampy395

MassStash 01-17-2010 09:13 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
What does everyone have in there threaded txt messages? just date for incoming, and just time for outgoing?? or what? i'm runnin 21889 btw

vin255764 01-17-2010 10:52 PM

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

Originally Posted by vin255764 (Post 1484179)
In ppck how to remove "getting started" shortcut from start menu?
When I delete welcomecenter.lnk from sys common,whole build gets messed up,especially runcc ...

bump...

ai6908 01-18-2010 11:16 AM

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

Originally Posted by swampy395 (Post 1494708)
Hello guys

Can anybody help me with some mortscript please

I'm trying to read, this ( Icon==//google.JPG ) from a *.txt file, and write it to reg
If i use this

data = ReadFile("\Windows\Opera9\opera6.txt")

#Get Icon
pos = Find(links[i],"Icon")
If (pos)
pos = pos + 6
len = Find(links[i], "CREATED",pos) - 19
Icon[i] = SubStr(links[i],pos,len)
EndIf

RegWriteString("HKLM","Software\Microsoft\CHome\Op era\Page"&ii,"Icon","\Windows\"&Icon[i])
I get this, \Windows\//google.JPG

But i need this, \Windows\google.JPG

I'v tryed and tryed](*,) other combination's give me an error "comma expected"
i have read the mortscript-manual but script's not realy my strong piont:scratch:
someone help me please
Thanks in advance
best regards
swampy395

So your icon is pulling \\Google.jpg.

Can you truncate \\ from icon before you write reg?

swampy395 01-18-2010 02:30 PM

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

Originally Posted by ai6908 (Post 1498484)
So your icon is pulling \\Google.jpg.

Can you truncate \\ from icon before you write reg?

Hi mate tanks for your reply but i dont understand script much and "truncate" :scratch: well im more confused now,
can you give me an example pls,

I sort of understand that "&" ("&Icon[i]) ) is causeing the "//" but if i remove it i get an error "comma expected" :scratch: the object is to create a custom "opera6.adr" and have opera titanium plugin import my setting see pic bellow
regards
swampy395

ai6908 01-19-2010 10:01 AM

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

Originally Posted by swampy395 (Post 1498918)
Hi mate tanks for your reply but i dont understand script much and "truncate" :scratch: well im more confused now,
can you give me an example pls,

I sort of understand that "&" ("&Icon[i]) ) is causeing the "//" but if i remove it i get an error "comma expected" :scratch: the object is to create a custom "opera6.adr" and have opera titanium plugin import my setting see pic bellow
regards
swampy395

After you get the icon value, see if you remove those two characters in the beginning "//". See if there is any function to trim those two characters in MortCommands.

greatguy320 01-20-2010 12:18 AM

Build 23518 COM5
 
Here are Build 23518 PPC Kitchen files. These are tested and working. My 6.5 kitchen files include the latest Myphone (Skybox), Livesearch (Bing), and Marketplace. Also included is latest NetCF 3.5 and SQLCE 3.5. You may or may not have to delete the NetCF from PPCkitchen_Addition.rar depending if you have the older or newer one. All DPIs included 96, 128, and 192. All packages included. Besides MSIMAR (new MS keyboard that is not any good, use the stock one or one from the kitchen).

http://www.4shared.com/file/20167801...2DPI_0409.html <--SYS_23518_192DPI_0409
http://www.4shared.com/file/20167776...8DPI_0409.html <--SYS_23518_128DPI_0409
http://www.4shared.com/file/20167751...6DPI_0409.html <--SYS_23518_96DPI_0409
http://www.4shared.com/file/20167899...18_Common.html <--SYS_23518_Common
http://www.4shared.com/file/20167929...23518_XIP.html <--SYS_23518_XIP
http://www.4shared.com/file/20167723...23518_SYS.html <--23518 Buildbase.txt

Let me know how everything turns out for you and always hit the thanks button if you like the work.

greatguy320 01-20-2010 12:21 AM

Build 21889 COM2
 
Here are Build 21889 PPC Kitchen files. These are tested and working. My 6.5 kitchen files include the latest Myphone (Skybox), Livesearch (Bing), and Marketplace. Also included is latest NetCF 3.5 and SQLCE 3.5. You may or may not have to delete the NetCF from PPCkitchen_Addition.rar depending if you have the older or newer one. All DPIs included 96, 128, and 192. All packages included.

http://www.4shared.com/file/20167620...2DPI_0409.html <--SYS_21889_192DPI_0409
http://www.4shared.com/file/20167590...8DPI_0409.html <--SYS_21889_128DPI_0409
http://www.4shared.com/file/20167577...6DPI_0409.html <--SYS_21889_96DPI_0409
http://www.4shared.com/file/20167698...89_Common.html <--SYS_21889_Common
http://www.4shared.com/file/20167543...21889_XIP.html <--SYS_21889_XIP
http://www.4shared.com/file/20167713...21889_SYS.html <--21889 Buildbase.txt

Let me know how everything turns out for you and always hit the thanks button if you like the work.

Nagrom Nniuq 01-20-2010 01:56 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
What exactly do you have in yours that is not in the official PPCK files? And why download from you and not from the official servers?

MassStash 01-20-2010 02:53 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
i second this question...?

inertone 01-20-2010 03:43 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
third!

justpctech 01-20-2010 04:08 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Was kind of wondering the same thing myself. I mean its a specific build and all that comes with it...how can it have "newer contents" in it? There's a reason we release them that way. All the apps that arent up-to-date like MyPhone, Bing and Marketplace have been taken care of already so...
And why not just post them here, why on ppckitchen too?

greatguy320 01-20-2010 01:29 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Did you guys ever think about maybe because I feel like it? I find it neat to be able to port new builds into the new PPCk and its something to do when I am bored. Also with the exception of 23518 and 21889 I recently have been getting the builds done first yet never receive any credit when the builds are released as official PPCk builds. I include updates in the files as well as to the option.xml's. More packages are included and selectable than the official PPCk builds. I realize that you may have the packages available as a seperate option in the PPCkitchenCommon.rar and in the Addition.rar so that when updates are available all you have to do is "push" a new .rar through that can be used in all the builds. Even with the way I have my builds set up you can always unselect say in the future an older Myphone and choose the updated one from PPCk's updates. But having it my way enables users to use older versions say if they do not like a newer one or have troubles with it. I post them in both forums just to be a thorn in your side JustPCtech.. Actually if you check this thread a little I am not the only one who posts their builds in both forums. Best believe that when new builds come out I am going to be right there instantly testing it and porting it over and still posting it on both forums.

justpctech 01-20-2010 01:56 PM

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

Originally Posted by greatguy320 (Post 1503861)
Also with the exception of 23518 and 21889 I recently have been getting the builds done first yet never receive any credit when the builds are released as official PPCk builds. I post them in both forums just to be a thorn in your side JustPCtech.. Actually if you check this thread a little I am not the only one who posts their builds in both forums. Best believe that when new builds come out I am going to be right there instantly testing it and porting it over and still posting it on both forums.

Hey man, no need to get all bent here. People other that me were just asking what was better- so you've answered them now.
As far as getting no credit when PPCK releases a build that you have done first...those guys do our builds themselves...they DON'T use yours so wheres the credit due you coming from? And hey, it was ME created the new section for your "releases" now on PPCKitchen forum after discussing it with the other guys so...have at it dude! Post them new sys' as soon as you can man...get all that recognition you are looking for! Just remember, it's YOUR SYS....YOU support it.

lennie 01-20-2010 02:20 PM

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

Originally Posted by greatguy320 (Post 1503861)
Did you guys ever think about maybe because I feel like it? I find it neat to be able to port new builds into the new PPCk and its something to do when I am bored. Also with the exception of 23518 and 21889 I recently have been getting the builds done first yet never receive any credit when the builds are released as official PPCk builds. I include updates in the files as well as to the option.xml's. More packages are included and selectable than the official PPCk builds. I realize that you may have the packages available as a seperate option in the PPCkitchenCommon.rar and in the Addition.rar so that when updates are available all you have to do is "push" a new .rar through that can be used in all the builds. Even with the way I have my builds set up you can always unselect say in the future an older Myphone and choose the updated one from PPCk's updates. But having it my way enables users to use older versions say if they do not like a newer one or have troubles with it. I post them in both forums just to be a thorn in your side JustPCtech.. Actually if you check this thread a little I am not the only one who posts their builds in both forums. Best believe that when new builds come out I am going to be right there instantly testing it and porting it over and still posting it on both forums.

I say keep it up, you're doing a friggin good job. rock on my friend, rock on :headbang:

Lmiller1708 01-20-2010 02:30 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I say let's get back on Track... :angry7:

So... When is a new build coming out? :evil4:

lennie 01-20-2010 08:21 PM

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

Originally Posted by Lmiller1708 (Post 1504017)
I say let's get back on Track... :angry7:

So... When is a new build coming out? :evil4:

I wanted to know the same thing too, but I guess we have no choice but to wait until the godz blesses us with updated builds

DavidinCT 01-21-2010 04:26 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Where is 6.5.6 ? 23518 is 6.5.5 (I'm running it on my Titan).

As for now....Has anyone tried Greatguy's 23518 ? I'm using the PPCk version and it's got some slowdown issues (gets slugish time to time) just wondering if anyone notice a perfomance boost with his ?

Thanks Guy !

joojoobee666 01-21-2010 04:35 PM

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

Originally Posted by DavidinCT (Post 1507041)
Where is 6.5.6 ? 23518 is 6.5.5 (I'm running it on my Titan).

As for now....Has anyone tried Greatguy's 23518 ? I'm using the PPCk version and it's got some slowdown issues (gets slugish time to time) just wondering if anyone notice a perfomance boost with his ?

Thanks Guy !

There should be no performance difference. Greatguy320 uses the same base/source, but swaps out some of the older packages in the SYS with newer ones is all. Everything else is the same.

What kind of slow downs are you seeing?

DavidinCT 01-22-2010 03:55 AM

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

Originally Posted by joojoobee666 (Post 1507056)
There should be no performance difference. Greatguy320 uses the same base/source, but swaps out some of the older packages in the SYS with newer ones is all. Everything else is the same.

What kind of slow downs are you seeing?

Hey joojoobee,

On 23518 I see assorted slugishness on my system. One thing that I can point out is...When I get a call and the number is one of my contacts, it will show just the number for the 1st ring or so and if I have a ring tone for that person, it will get my default for the 1st ring then change over to the contacts tone.

Also, go into my dialer where it shows last calls, always when I go to that screen it will show the numbers for a few seconds before changing over to the contacts.

Never saw this before on any other build...

Waiting along for a newer build....

joshkoss 01-22-2010 12:04 PM

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

Originally Posted by DavidinCT (Post 1508459)
Hey joojoobee,

On 23518 I see assorted slugishness on my system. One thing that I can point out is...When I get a call and the number is one of my contacts, it will show just the number for the 1st ring or so and if I have a ring tone for that person, it will get my default for the 1st ring then change over to the contacts tone.

Also, go into my dialer where it shows last calls, always when I go to that screen it will show the numbers for a few seconds before changing over to the contacts.

Never saw this before on any other build...

Waiting along for a newer build....

I've been using JooJooBee's Sys for 3 days now and have had no slowness and also haven't had that ring issue myself. :mrgreen:

simzz 01-22-2010 01:13 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I got a weird notification the other night saying that there are updates for my phone, and to plug it into a computer. Now I can't get it to come back.

joshkoss 01-22-2010 01:46 PM

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

Originally Posted by simzz (Post 1509092)
I got a weird notification the other night saying that there are updates for my phone, and to plug it into a computer. Now I can't get it to come back.

if you're currently using a custom rom it wouldn't update correctly anyway.

vin255764 01-22-2010 07:11 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
How to catch MyPhone.cab?Im tired downloading MS My Phone after every flash...

swampy395 01-22-2010 07:13 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Hi joojoobee666

Thanks for all your hard work & sharing:headbang:
Did you post any xip.bin's for 23518 i did seach but found none! or i missed them:scratch:
thanks again
best regards
swampy395

EDIT It's ok mate found 1 and downloaded to HD2,
Still don't know Y my PC can't download from rapidshare:scratch:

mattsm 01-22-2010 07:25 PM

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

Originally Posted by vin255764 (Post 1509873)
How to catch MyPhone.cab?Im tired downloading MS My Phone after every flash...

You can always get the latest cab from here

http://mobile.microsoft.com/myphone/en-us/default.mspx

If you use ppck then the OEM as selection is the current one and will always be updated when new arrive.

CRACING 01-23-2010 03:34 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Hello,

Can any one tell me which build is stable and bugless I mean new interface builds? Sorry, I was out of these builds and don't know about it.

Thanks
Best Regards

seatone 01-23-2010 11:28 AM

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

Originally Posted by CRACING (Post 1510811)
Hello,

Can any one tell me which build is stable and bugless I mean new interface builds? Sorry, I was out of these builds and don't know about it.

Thanks
Best Regards

I' suggest 28014.


All times are GMT -4. The time now is 07:23 AM.

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


Content Relevant URLs by vBSEO 3.6.0