|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
My God, this is insane, specially for users like me with devices having limited memory. 6.5 builds are getting worse by day in terms of memory leaks Anyways, Thanks joojoobee666 for the info. Appreciate that.
__________________
ROM: Today its WM 6.5 build 23519
Blog: http://blog.sumitbhardwaj.co.in Thanks to Da_G, Ankit360, joojoobee666 and many other friends for all the WM6.5 goodness i am getting and sharing |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
@joojoobee666: do you have any other suggestions as to what I should do to get my visual kitchen working to create a good booting ROM? Nothing that we have done has fixed the problem of it not loading any 6.5 themes, and also activsync isn't working on any build
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
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 temp\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 +A +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 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.. cd..
__________________
Last edited by joojoobee666; 07-03-2009 at 08:19 AM. Reason: Cleaned up code |
This post has been thanked 3 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
TOOLS\platformrebuilder.exe if not "%errorlevel%"=="0" goto error Put the code I gave you in the last post right below that above line. |
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
so i tried placing the code you gave me right below the line you mentioned, and tried placing it with a space after the line you gave me, and both ways it caused the kitchen to crash. I am attaching the .bat file so you can look it over and maybe we should put that code in a different spot.
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Last edited by joojoobee666; 07-02-2009 at 09:02 PM. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
EDIT: It did the trick! Damn, I had been looking for fix for months, and was driving me nuts! Thanks joojoobee!
__________________
Last edited by ai6908; 07-02-2009 at 11:21 PM. |
|
|
|