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)

Adrynalyne 05-22-2009 02:25 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Thanks. So I need to use m'reloc-nk for this particular area?

What about the !!!!!!!!! between the different data regions in nk.exe?

joojoobee666 05-22-2009 02:38 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
2 Attachment(s)
Heres a Titan, not tested but NO OVERLAPS :D

Attachment 33156


Also, here is a Herman (CDMA Touch Pro), not tested, but as soon I get my kitchen ready it will be and I'll update. Again, no overlaps :D

Attachment 33157

Update: Herman tested, it works.

joojoobee666 05-22-2009 02:40 PM

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

Originally Posted by Adrynalyne (Post 929691)
Thanks. So I need to use m'reloc-nk for this particular area?

What about the !!!!!!!!! between the different data regions in nk.exe?

Thats what MReloc_nk.exe is for.

Adrynalyne 05-22-2009 02:40 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Thanks for the help!!

joojoobee666 05-22-2009 02:44 PM

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

Originally Posted by Adrynalyne (Post 929712)
Thanks for the help!!

If you are still stuck, make the xip_out.bin with what you have done so far and psot it, I can try for myself and see what I get.

Da_G 05-22-2009 03:29 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
If you're having trouble with overlaps in xip, you can do what I used to do when I was being lazy and wanted to port in new drivers to xip..

use xipporterex and feed it the same input and output xip.bin

it relocates everything properly when you smack the port it! button :)

Adrynalyne 05-22-2009 03:31 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Well this is what I have thus far. I'm still fighting with mreloc_nk.exe. Its taking me a while to get my head around it.

Thank you for your help.

Adrynalyne 05-22-2009 03:35 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Da G, sounds nice, do you have a working url? All the links I hit for it are dead.

Da_G 05-22-2009 03:48 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Hi, XIPPorterEx is now part of the visual kitchen here:

http://forum.xda-developers.com/showthread.php?t=469420

put xip.bin in \tools\xip_old and \tools\xip_new, then run the erviuskitchen.exe, click ok to the various errors of missing folders, click xipporterex, do port it! output xip will be in \tools\xip_bin_ported

that should set you up :)

joojoobee666 05-22-2009 03:54 PM

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

Originally Posted by Adrynalyne (Post 929804)
Well this is what I have thus far. I'm still fighting with mreloc_nk.exe. Its taking me a while to get my head around it.

Thank you for your help.

Try this. Recall though, you may need to add the giisr.dll back in to the mix for this to boot according to inertiax3.

Attachment 33164

Basically you need to move the physical location of NK.exe down further into the NUL space so as not to have the overlap.

Adrynalyne 05-22-2009 04:01 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Thanks a bunch. I will try this in a bit. Any tips on mreloc_nk? The tutorial I read was fairly vague.

joojoobee666 05-22-2009 04:16 PM

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

Originally Posted by Adrynalyne (Post 929834)
Thanks a bunch. I will try this in a bit. Any tips on mreloc_nk? The tutorial I read was fairly vague.


Same as Mreloc, it only shows you the first address of the real location for the first data region. After you adjust the first one in Mreloc_nk, you must then edit the R= locations in the imageinfo.txt for each region. In your case it's region 2 and 3. Each one has a corresponding o32[x] in the imageinfo.txt where x is the region. After you calculate the proper address for the module and put it in Mreloc_nk and hit DoIt, you then have to edit the imaginfo.txt and adjust BOTH regions. In your case, just subract the same amount from the o32[3] R= that you removed from o32[2]. I think it was 8050F000 for o32[2] (also the value that Mreloc_nk.exe shows). I moved it down by 0x1AC000. That made o32[2] D=80363000. So for o32[3], 80515000 became 80369000.

I've never had to relocate nk.exe before this, but from all the info I have, that's all that needs to be done. Anyone may correct me if I am wrong :)

joojoobee666 05-22-2009 04:33 PM

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

Originally Posted by fredcatsmommy (Post 929161)
need some help with the 212** builds and using ppckitchen. for the life of me I don't know what I've managed to screw up, but every time I've tried to build a rom this last week, it won't boot p***** the second splash. I'm sure it has to do with how I have things set out in either the buildbase or devicebase txt files. Can someone with a working Vogue 21232 build post your xip file and the buildbase and devicebase txt files? greatly appreciated!!

Have you tried a working .ROM folder from another SYS base you know works for you? I had to replace the one that was in the 21234 from Conflipper, it produced a no booter, stuck at second splash for me.

fredcatsmommy 05-22-2009 04:36 PM

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

Originally Posted by joojoobee666 (Post 929873)
Have you tried a working .ROM folder from another SYS base you know works for you? I had to replace the one that was in the 21234 from Conflipper, it produced a no booter, stuck at second splash for me.

I'll give that a try tonight.

HO!NO! 05-22-2009 09:56 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Here Vogue 21234 xip
and here Vogue 21234 payload

ankit360 05-22-2009 11:44 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Build 21234 QVGA WWE SYS

http://ankit360.110mb.com/21234.html [19.35 MB]

dsi76 05-23-2009 12:18 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
2 Attachment(s)
21234 XIPs for Elf/Elfin and GSM Diamond are attached :)

.

bugmenott 05-23-2009 12:26 AM

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

Originally Posted by dsi76 (Post 930362)
21234 XIPs for Elf/Elfin and GSM Diamond are attached :)

.

which one of these should be used to port to non htc devices like omnias and acers?
نقاش سياسي | اسلامية | سياحة سفر | حل الهموم | مشاكل المراهقة | مشاكل الحب الزواج | مشاكل الاسرية | اخبار | علاج مرض | تعلم الانجليزية | بيع شراء في السعودية | بيع شراء في الكويت | بيع شراء في مصر | بيع شراء في البحرين | بيع شراء في عمان | بيع شراء في الامارات | بيع شراء في قطر | بيع شراء في لبنان سوريا الاردن | العاب بنات | الغاز | صور | صور عامة | صور اسلامية | صور تاريخية | صور فنانين | صور كمبيوتر | صور نادرة | صور غرائب عجائب | صور طبيعة | صور مضحكه | صور شخصية | صور زهور | صور الفن التشكيلي | حواء | ادم | الام الطفل | المطبخ | مائدة رمضان | ديكور | يوتوب | مقاطع نوكيا | مسلسلات رمضان | مسلسلات رمضان سورية | مسلسلات رمضان خليجية | مسلسلات رمضان مصرية | مقاطع اغاني | البومات كاملة | اغاني جديدة | طلبات اغاني | رسائل وسائط | رسائل SMS | احدث نوكيا | كسر حماية نوكيا | تحميل كتب | برامج عمل شهادة | مشاكل نوكيا | نوكيا N97 5800 5530 | برامج نوكيا N97 5800 5530 i8910 | العاب نوكيا N97 5800 5530 i8910 | برامج نوكيا N97 5800 5530 i8910 معربه | ثيمات نوكيا N97 5800 5530 i8910 | نوكيا n73 n96 n85 8gb n95 e66 e90 e71 e63 e51 n82 n81 6290 6120 5700 N86 | برامج نوكيا n73 n96 n85 8gb n95 e66 e90 e71 e63 e51 n82 n81 6290 6120 5700 N86 | العاب نوكيا n73 n96 n85 8gb n95 e66 e90 e71 e63 e51 n82 n81 6290 6120 5700 N86 | برامج نوكيا n73 n96 n85 8gb n95 e66 e90 e71 e63 e51 n82 n81 6290 6120 5700 N86 معربه | ثيمات نوكيا n73 n96 n85 8gb n95 e66 e90 e71 e63 e51 n82 n81 6290 6120 5700 N86 | نوكيا N90 6680 3230 7610 6260 6630 6670 6600 | برامج نوكيا N90 6680 3230 7610 6260 6630 6670 6600 | العاب نوكيا N90 6680 3230 7610 6260 6630 6670 6600 | برامج نوكيا N90 6680 3230 7610 6260 6630 6670 6600 معربه | ثيمات نوكيا N90 6680 3230 7610 6260 6630 6670 6600 | العاب نوكيا مميزه | ثيمات خلفيات مميزه | برامج نوكيا مميزة | Nokia N-Gage N-Gage QD العاب انجيج برامج | اناشيد اسلامية خلفيات للجوال | جوالات سوني اريكسون | برامج العاب سوني اريكسون | برامج سوني اريكسون UIQ | العاب سوني اريكسون UIQ | ثيمات خلفيات سوني اريكسون UIQ | برامج العاب اي فون ايفون iPhone | برامج العاب اخبار اجهزة بلاك بيري BlackBerry | بوكيت بي سي | برامج ايميت | العاب ايميت | ثيمات ايميت | مشاكل حلول ايميت | برامج موتورولا العاب موتورلا ثيمات موتورل | برامج العاب جوال ال جي LG | برامج السامسونج العاب ثيمات سامسونج | منتدى سيمنس سمنس | منتدى جوالات | اخبار الممثل | طلبات افلام | شرح ترجمة افلام | افلام مصرية | مسلسلات تركية | مسرحية | افلام اجنبية مترجمة | مسلسل اجنبي | انمي | افلام هندية | العاب كمبيوتر | العاب PSP | لعبة تريفان | العاب Wii | بلاي ستيشن | اي بود iPod | حلول | برامج كمبيوتر | برامج حماية من الفيروسات | مشاكل كمبيوتر | برامج انترنت | محركات البحث | ماسنجر | توبك توبيكات | فوتوشوب فلاش سويش | فوتوشوب | فلاش سويش | كتب eBooks | اخبار اغاني مواهب | اخبار روتان | مواهب | اغاني | البومات mp3 كاملة | اغاني ريمكس | فيديو كليب | كلمات اغاني | اغاني اجنبية | ريمكس اجنبي | البوم اجنبي كامل | كليبات اجنبية | كلمات اغاني | شعر | اغاني شعر | جبر الخواطر | قصص | رياضة | سيارة | مصارعه | سيارات معدلة | فيديو مصارعه | صور مصارعه | ستار سات | استرا سوفت | هيوماكس | سترونج كاون | تردد | الرقم السري | تردد | كودات قنوات مشفره | برامج كروت | جرائم حوادث | كاس اسي | رمضان | منتدى ستلايت | رياضة مصارعه سيارات | فن ادب شعر | برامج كمبيوتر انترنت | العاب كمبيوتر | منتديات افلام | منتديات ايفون بلاك بري | منتديات سوني اريكسون | منتديات نوكيا | منتديات يوتوب | منتديات الاسرة | منتدى صور | بيع شراء | منتديات عامة | دليل مواقع | مواقع بريد الكتروني | مواقع اسلامية | مواقع سيارات | مواقع اخبار | مواقع برامج كاملة | مواقع مسلسلات افلام | مواقع طبيه | مواقع المرأه | مواقع زواج | مواقع رياضة | مواقع العاب | مواقع منوعه | منتديات عربية | مواقع دردشه | مواقع نوكيا | مواقع بلوتوث | مواقع اغاني | مواقع تحميل ملفات فوتوشوب نكات كتب اغاني اغاني اجنبية برامج نوكيا العاب نوكيا برامج نوكيا ايفون افلام العاب برامج كمبيوتر برامج انترنت سيارات

ankit360 05-23-2009 01:59 AM

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

Originally Posted by joojoobee666 (Post 929873)
Have you tried a working .ROM folder from another SYS base you know works for you? I had to replace the one that was in the 21234 from Conflipper, it produced a no booter, stuck at second splash for me.

thanks this work for me

savior02 05-23-2009 02:00 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
anyone have a working rom folder and os.payload for herman that works with calkulins kitchen?

khoa_nhi 05-23-2009 03:31 AM

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

Originally Posted by dsi76 (Post 930362)
21234 XIPs for Elf/Elfin and GSM Diamond are attached :)

.

Thanks you! i'm finding it! only change MSXIPKernel for Diamond ? right or ron? :silent:

Zecanilis 05-23-2009 05:08 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Heres Artemis 21234 xip... :)

Chanvi93 05-23-2009 07:30 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Icon problem with 040C language version

Hello,
Since one month i search and not find solution for my issue , when i make WM 6.5 ROM in WWE (0409) all is perfect , but with French language (040C) many short cut (Calendar, Files Explorer etc....) don't take icon in Base_DPI_96 . I have check all Da-G mui files , compare with 0409 mui but nothing ; any idea please ? Thanks in advance .
Regards

Zecanilis 05-23-2009 07:42 AM

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

Originally Posted by Chanvi93 (Post 930612)
Icon problem with 040C language version

Hello,
Since one month i search and not find solution for my issue , when i make WM 6.5 ROM in WWE (0409) all is perfect , but with French language (040C) many short cut (Calendar, Files Explorer etc....) don't take icon in Base_DPI_96 . I have check all Da-G mui files , compare with 0409 mui but nothing ; any idea please ? Thanks in advance .
Regards

That's because of a provxml that it is in the Base_Lang_xxxx. It has "start menu" in it's name (mxipinit_startmenu_001.provxml). You have to edit that also.

inertiax3 05-23-2009 09:51 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Hmm.. does anyone have problems with installing CAB's on 21234? Any CAB I try the installer doesen't show up at all.. :scratch:

joojoobee666 05-23-2009 10:03 AM

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

Originally Posted by inertiax3 (Post 930679)
Hmm.. does anyone have problems with installing CAB's on 21234? Any CAB I try the installer doesen't show up at all.. :scratch:

Nope, no problem here.

CRACING 05-23-2009 10:22 AM

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

Anyone know, which is the version of IE ( Internet Explorer ) comes with the WinMo 6.5 builds source? I'm confused about the IE versions. :???:

Here is the screenshot :
http://img188.imageshack.us/img188/5240/iemobile.jpg
This is the one I have seen in latest 21234 build source ( Provide few posts back ).

Best Regards

dsi76 05-23-2009 10:46 AM

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

Originally Posted by khoa_nhi (Post 930532)
Thanks you! i'm finding it! only change MSXIPKernel for Diamond ? right or ron? :silent:

That's right. However, the OEMXIPKernel is from the latest GSM Diamond ROM, 2.07. Maybe I should've also supplied the payload.

dsi76 05-23-2009 11:20 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Anyone know why sometimes if you change the theme in the Today settings, it reverts to the default blue background and regular menus?

RideTheTube 05-23-2009 12:20 PM

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

Originally Posted by dsi76 (Post 930761)
Anyone know why sometimes if you change the theme in the Today settings, it reverts to the default blue background and regular menus?

same question here

ankit360 05-23-2009 01:56 PM

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

Originally Posted by inertiax3 (Post 930679)
Hmm.. does anyone have problems with installing CAB's on 21234? Any CAB I try the installer doesen't show up at all.. :scratch:

try to change netcf folder

inertiax3 05-23-2009 02:16 PM

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

Originally Posted by ankit360 (Post 930964)
try to change netcf folder

That could be the culprit.. I've deleted tne NetCF folder and instead only included the SYS_COMMON_NETCF one.. will report back ;)

savior02 05-23-2009 03:36 PM

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

Originally Posted by conflipper (Post 929140)
Here is 21234 Common files. I have Adobe Flash, and Browseie recmod. so it should work fine on these devices. Adobe was 2 MB in modules, so I figured that would save more space. so we should be good to go for right now.

http://www.mediafire.com/file/eyt2mg...234_Common.rar


added below is the 21234 XIP.bin

Quote:

Originally Posted by joojoobee666 (Post 929707)
Heres a Titan, not tested but NO OVERLAPS :D

Attachment 33156


Also, here is a Herman (CDMA Touch Pro), not tested, but as soon I get my kitchen ready it will be and I'll update. Again, no overlaps :D

Attachment 33157

Update: Herman tested, it works.

im still getting the G'reloc integer overflow message when building the rom....and if i click the the exit button it precedes to finish building the rom only a non booting one....it looks like i have to recmod some sys files...can someone be so kind and give me some instructions on how to do that?

savior02 05-23-2009 03:40 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
or even better does anyone have a working 21234 sys for the touch pro?

SOHKis 05-23-2009 04:10 PM

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

Originally Posted by savior02 (Post 931141)
im still getting the G'reloc integer overflow message when building the rom....and if i click the the exit button it precedes to finish building the rom only a non booting one....it looks like i have to recmod some sys files...can someone be so kind and give me some instructions on how to do that?

drag/drop the modules in the browsingscore and browsingie folders onto recmod.exe.

the file wil. then be placed in the module/folder. move it out, delete the module, and replace it w/the file you just moved out.

hopefully that will take care of your reloc issues :thumbright:

(don't have a TP sys, but i've got one for cdma diamond that should work if you want it)

fredcatsmommy 05-23-2009 04:13 PM

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

Originally Posted by HO!NO! (Post 930211)
Here Vogue 21234 xip
and here Vogue 21234 payload

when I go to build I get a can't access .... message and then quits. no such problem with 21232, except it give me a can't access message for overwrite a WMP skin, but it doesn't quit and builds a working rom. Anyone have any ideas?

jtuite 05-23-2009 05:17 PM

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

Originally Posted by fredcatsmommy (Post 931184)
when I go to build I get a can't access .... message and then quits. no such problem with 21232, except it give me a can't access message for overwrite a WMP skin, but it doesn't quit and builds a working rom. Anyone have any ideas?

what file can't it access? I had a similar problem mine couldn't access welcomehead96.png. I had to replace it with another one and it worked fine.

voltigeur 05-23-2009 08:43 PM

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

Every time it hang on 0% can't install. update error 262

vin255764 05-23-2009 08:56 PM

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

Originally Posted by voltigeur (Post 931502)
Help!!!!!

Every time it hang on 0% can't install. update error 262

run unlocker again,it will get you out of that screen within seconds

savior02 05-23-2009 10:30 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
if anyone wants is here is 21234 sys and rom folder for touch pro...been working great all day! thanx to everyone who helped me get this working! http://www.myunspace.com/?d=6F5351201


All times are GMT -4. The time now is 03:52 PM.

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


Content Relevant URLs by vBSEO 3.6.0