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)

jousepo 07-03-2009 03:00 AM

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

Originally Posted by joojoobee666 (Post 1011147)
I thought I read about someone else having the same issues. Maybe both issues are related to provxml files not being executed on the initial boot? (there is a provxml for the themes as well). The reason I think this is because I saw someone on XDA forum with all kinds of weird crap due to provxml's not working properly after changing kitchens. (No resolution)

Some info I found on testing provxml files:
http://forum.xda-developers.com/showthread.php?t=519548

This is all assuming that the XIP is good.

Update: I did read that permission issues could cause the provxml files to not be executed. They should all be marked as Hidden, System and read only. You can verify this by looking in your dump folder at the provxml files, or go to the command prompt in your dump folder and run "attrib name_mxip.provxml" and see what attributes they have.

Update 2: Found some code (thanks Anryl) you can add to your kitchen to make sure permissions are correct. Use this on the \temp\dump before building the imgfs.

Code:

cd dump
attrib S00? +H /S
rem attrib *.* +A -S -H -R
attrib *.dll +S +H +R
attrib *.exe +S +H +R
attrib *.lnk -S -H -R
attrib *.csv +S +H +R
attrib *.htm +S +H +R
attrib *.mui +S +H +R
attrib *.doc +S +H +R
attrib *.dat +S +H +R
attrib *.provxml +S +H +R
attrib *.xls +S +H +R
attrib *.xml +S +R
attrib *_manila +H
attrib *manil* +H
attrib *.mid +S +R
attrib *.vol +S +R
attrib *.txt +S +R
attrib *.wav +S +R
attrib *.wma +S +R
attrib *.png +H
attrib *.brn +H
attrib *.gif +S +R
attrib *.jpg +S +R
attrib *.bmp +S +R +H
REM Fix for smartskey.inf
attrib *.inf -S -R -H
attrib +A +R +H +S *.provxml
attrib -H -S -R *.jpg
attrib -H -S -R *.bmp
ECHO. Fixing Attributes
cd..

I don't know if this will help or not, but I guess it can't really make things worse since you don't have a fully functional ROM anyhow.

GREEEEEEEEEEEEEAT!!!! Runs for me!!! I've ported 23001 to tornado ;)

Thx to all for make this possible

jtuite 07-03-2009 03:46 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I built a ROM and it won't boot past the startup animation, this is the first time I ever had this happen to me and I can't seem to figure out what causes it. I use ppckitchen's buildOS to build all my ROMs. thanks in advanced.

ali3nfr3ak 07-03-2009 04:17 AM

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

Originally Posted by jtuite (Post 1012055)
I built a ROM and it won't boot past the startup animation, this is the first time I ever had this happen to me and I can't seem to figure out what causes it. I use ppckitchen's buildOS to build all my ROMs. thanks in advanced.

check your build base and device base to see if they are pointing to the right file , check the end of the build log screen about 50 lines up to see if xip is being injected, have you got winceles_wwe in the sys commom, try swapping .rom folder with a previous rom that booted

jtuite 07-03-2009 04:33 AM

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

Originally Posted by ali3nfr3ak (Post 1012076)
check your build base and device base to see if they are pointing to the right file , check the end of the build log screen about 50 lines up to see if xip is being injected, have you got winceles_wwe in the sys commom, try swapping .rom folder with a previous rom that booted

I have done everything u suggested and all is fine there, i was using the xip fromm joojoo and now I am going to try the one u posted on pg 557. hope it works. I have made this one like all my others that booted fine and this is the first time I had it get to the animation screen and not boot. thanks for all ur help

iggord 07-03-2009 10:37 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
23002 ROM
http://forum.xda-developers.com/showthread.php?t=532584

ai6908 07-03-2009 10:41 AM

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

Originally Posted by iggord (Post 1012350)

You should have probably asked him!:mrgreen:LOL

joshkoss 07-03-2009 12:55 PM

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

Originally Posted by iggord (Post 1012350)

he's from pdaviet.. probably hex. :)

DavidinCT 07-03-2009 01:50 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
I know this has been asked 1612 times now but, on every build, I can not get Pictures from my flash card to show up on the start menu/home page of titanium, I just get the Spring, grass,etc.

The camera is set to capture pictures/videos on the flash card.

The my documents is pointed to \storage card\My Documents

The pictures are stored in \storage card\My Documents\My Pictures (the camera saves their fine).

WTF am I doing wrong to get this working ? What is the point of it if pictures don't show ?

qball1616 07-03-2009 02:26 PM

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

Originally Posted by DavidinCT (Post 1012620)
I know this has been asked 1612 times now but, on every build, I can not get Pictures from my flash card to show up on the start menu/home page of titanium, I just get the Spring, grass,etc.

The camera is set to capture pictures/videos on the flash card.

The my documents is pointed to \storage card\My Documents

The pictures are stored in \storage card\My Documents\My Pictures (the camera saves their fine).

WTF am I doing wrong to get this working ? What is the point of it if pictures don't show ?

I put my pictures in:
\Storage Card\Pictures and they show up in the titanium pictures section. I hope this works for you

joojoobee666 07-03-2009 02:34 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
@qball1616: Did those kitchen changes work for you?


All times are GMT -4. The time now is 05:09 PM.

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


Content Relevant URLs by vBSEO 3.6.0