[PROJ] TG01 "The Kitchen Project" UPDATED (29/03/2010) - TG01 ROM Development

Hi guys, after the release of the latest cedemish tgtool, we may expect that we have the enought elements to create a kitchen for the TG-01. So... let's start:
I built a package with all the tools needed for a custom ROM on the TG-01.
http://www.megaupload.com/?d=DQOSCQBJ
This package contains the latest release of the TGTool created by cedemish and a custom version of ImgfsFromDump that allows ROM sizes up to 512MB.
The package description is:
-TGTool 1.3.19
-OSNBTOOL 1.59
-IMGFS Tools (Custom version up to 512Mb)
-Package Tools
-Xidump beta
That's all you need to create custom roms on your tg01. The knowledge is not included
(29/03/2010) Update: Added bat files to dump and repack tsw files from and to dump directory.
NOTE: The TGTool Thread is: http://forum.xda-developers.com/showthread.php?t=650075 I'm sure you may think to donate to cedemish that released the tool in order to support his work because the tool stills under develop and without cedemish we couln't start this project.
NOTE2: The TGTool 1.3.19 stills not tested as stable and reliable, so the users flashing a ROM created with this tools may brick their device. We will delete this advice once cedemish can asure it's not goint to brick any device

Unpacking a TSW File:
Code:
tgtool -sp *.tsw tg01.os.nb.payload
osnbtool -d tg01.os.nb.payload 2 imgfs.bin
imgfstodump imgfs.bin
Optional:
xidump -x tg01.os.nb.payload
You can also use the runtime to dump with: "tswtodump *.tsw" or droping a tsw file to the bat file in a file explorer window.
Repacking a TSW File:
Code:
imgfsfromdump imgfs.bin imgfs-new.bin
osnbtool -c tg01.os.nb.payload 2 imgfs-new.bin
tgtool -mp tg01.os.nb.payload.New source.tsw destination.tsw
You can also use the runtime to dump with: "dumptotsw source.tsw" or droping a tsw file to the bat file in a file explorer window (the dropped tsw will be the source, a tg01-release.tsw will be created).

reserved 2

reserved 3

sweet....
HOTFILE mirror http://hotfile.com/dl/34607196/21b9adb/tgtool_set.zip.html

Once I've tested the ROM I'm working on, I'll post that as a set of packages.
I've written a set of batch scripts as well if they'd be useful.
Will upload stuff tomorrow, as I need my sleep....

l3v5y said:
Once I've tested the ROM I'm working on, I'll post that as a set of packages.
I've written a set of batch scripts as well if they'd be useful.
Will upload stuff tomorrow, as I need my sleep....
Click to expand...
Click to collapse
That would be nice. Now I'm using this steps to get from the TSW to the dump folder:
tgtool -sp tg01.tsw tg01.os.payload
osnbtool -d tg01.os.payload 2 imgfs.bin
imgfstodump imgfs.bin
Seems to be the fastest way to go.

arag0n85 said:
That would be nice. Now I'm using this steps to get from the TSW to the dump folder:
tgtool -sp tg01.tsw tg01.os.payload
osnbtool -d tg01.os.payload 2 imgfs.bin
imgfstodump imgfs.bin
Seems to be the fastest way to go.
Click to expand...
Click to collapse
I've got that, followed by some of bepes tools, for making a PRB folder layout, and then rebuilding it with PRB. Seems to have booted, with 23549!
Will upload that tomorrow!
Cedesmith is amazing!

l3v5y said:
I've got that, followed by some of bepes tools, for making a PRB folder layout, and then rebuilding it with PRB. Seems to have booted, with 23549!
Will upload that tomorrow!
Cedesmith is amazing!
Click to expand...
Click to collapse
Yes I know how do you build back from the PRB? I couldn't with imgfsfromdump or xidump.

l3v5y said:
I've got that, followed by some of bepes tools, for making a PRB folder layout, and then rebuilding it with PRB. Seems to have booted, with 23549!
Will upload that tomorrow!
Cedesmith is amazing!
Click to expand...
Click to collapse
Crazy stuff man!
First WM6.5.5 Rom on the TG01.
Damn cedesmith is a real genius in software development...this guy is totally crazy. So it seems his tool works just like a charm. Great...
And it's also great that you sucessfully booted WM6.5.5 I3v5y! That's a Milestone in the development.
I'm looking forward to flash the WM6.5.5 Rom tomorow on my TG01 right after you upload it
Best regards and again, I want to thank all the people that worked on the project!

Just one thing i'd like to know...
Is it difficult for us, french users (or more generaly speaking, non english users) to have your rom in French? A lot of modifications to do, or just 2/3 things?
Will we to wait for a french developper, or are you going to make one in french, or something to adapt your rom?
Thanks!
All the people who work on this project are amazing, and you are doing a fantastic work!

That's unbelievable . Actually i can't wait

are you serious?! tomorrow is the dat we all have been waiting for?
too god to be true... I won't be able to sleep tonight
welldone!!!

arag0n85 said:
Yes I know how do you build back from the PRB? I couldn't with imgfsfromdump or xidump.
Click to expand...
Click to collapse
PRB just generates a dump from OEM\XIP\SYS (and relocates the modules). From there, you get an XIP and a dump, and I used IMGFSFromDump (a slightly modified one, but still). The XIP can then be put in to the OS.nb.payload file, and it's done!
One thing that needs to be done is clearing up the mess that is Toshibas OEMDrivers. HTC have put most things in seperate packages which is great, but Toshiba have seemingly failed to do this.
I'll post some batch scripts when I get home.

To try and keep things a little more organised, I'll reply to this here:
Well, I detected some rubish files that may help us to improve the ROM space abalible, and might help also with RAM usage:
Orange UK 10Mb Help Video
Arround ~12Mb from toshibas keyboard
Arround ~15Mb from Toshibas strip menu
Arround ~6Mb from random useless files.
There is also other work arrounds not including myphone, windows live, messenger, marketplace... well... almost any program that usually comes by default to strip down the rom size another couple of MB. I guess we can expect reduction sizes from 40Mb up to 80Mb.
Click to expand...
Click to collapse
The 10MB help video is junk, along with things like the Orange home screen, but unless they're loaded (like the keyboard) there's no RAM usage.
I've built a ROM based on a light WM6.5.5 kitchen I have, so the SYS is pretty clean, but I need to clear up the OEMDrivers etc.
PRB/WMReloc/something else is an absolute requirement to get a booting ROM, otherwise you end up with bad things happening in virtual memory causing a lot of issues.
There is a version of WMReloc that can handle the 6.5 kernel and added slots, or PRB can, but G'Reloc can't (I think). I'm also working on a relocate function, but that could take some time!

Great work l3v5y .I can't wait to flash your rom.
Is there a chance to have it in italian too?
When you will release it please post a videotutorial for flash with shorten pin method.I didn't understand yet what we need to do and how make the bridge between pins.

Alucard24 said:
Is there a chance to have it in italian too?
Click to expand...
Click to collapse
And polish of course
l3v5y great work! Thanks!

will you cooks be using the new radio from the tosh update as it seems to have improved sound a bit or try some different ones to test results.
and if a sense based rom is made am i right in assuming that it probably wouldnt have the same bugs as the port in ather thread.
good work all cant wait to make my tg01 better

about t01a
I have a japanese version known as t01a, Can I test your rom i3v5y?
waiting....

bird_9527 said:
I have a japanese version known as t01a, Can I test your rom i3v5y?
waiting....
Click to expand...
Click to collapse
no way now

Related

EXT Package builder for new bepe kitchen

Hi all, little app to build packages usuable with new bepe kitchen:
howto:
is a prompt application, use it with:
a complete rom (dump filder builded by bepe "packagebuilder")
a \OEM folder
or a unique package
You'll have finally the pachage/s goos to use with new bepe kitchen, enjoy!
last vetsion here:
translates new and old packages and has check inside for yet translated packages!!!
bye!
http://ervius.altervista.org/others/index.html
ervius said:
Hi all, little app to build packages usuable with new bepe kitchen:
howto:
is a prompt application, use it with:
a complete rom (dump filder builded by bepe "packagebuilder")
a \OEM folder
or a unique package
You'll have finally the pachage/s goos to use with new bepe kitchen, enjoy!
Click to expand...
Click to collapse
revision 2 here:
added support for old packages that contains initflashfiles.txt and option.xml
it if recognize an old package:
rename initflashfiles.txt into app.dat;
delete option.xml
and build new packages' structure!!!
try it!!!
bye!
try to do the package twice
little fix needed m8 if the pckg has been done already
anryl said:
try to do the package twice
little fix needed m8 if the pckg has been done already
Click to expand...
Click to collapse
yes, you are true.....
done, at first post, follow the link to download newest version with check for new packages inside
how does this handle modules in the same folder? I just try it, and it place it outside of the files folder. so i am not sure how that would work or not. I didnt build yet because I have no time to test right now. but curious to know this.
also any plans on making a GUI kitchen off Bepe latest? Would love to see it, with you all packages to one trick you have in there.
how does this handle modules in the same folder? I just try it, and it place it outside of the files folder. so i am not sure how that would work or not. I didnt build yet because I have no time to test right now. but curious to know this.
Click to expand...
Click to collapse
I was just about to say the same thing
When you try to build in that way(with the modules outside the "files" folder) the modules are excluded from the rom...
No problem though, I just recmoded the modules and it's ok,
but I'm sure ervius is somewhere around with a new version lol
Regards!
Could someone upload this util - seems that ervius page is gone ...

Help with 23112 port for the Blue Angel

I posted a thread asking for help on cooking for older devices, but no one seemed to have an answer for it. I figured I would give this thing another shot and the device gets past the first screen, but it never gets out of the second boot splash. I have attached the kitchen that I am using with SYS already ported.
Without further ado, here is my attempt to a kitchen (based off on sun_dream's 28230 kitchen)
http://hotfile.com/dl/36427122/da04c1f/HTC_BlueAngel_WM6.5.3_23112.rar.html
Any help will be appreciated!
did you recmod any of the files in sys? or ext? ive never cooked for blue angel but im sure it doesnt have a native 6.5 nk.exe and that means you need to recmod some files for kaiser i always recmodded my whole ext folder, and all modules in browsing, browsingcore, browsingie...give that a try and see if it helps
twopumpchump said:
did you recmod any of the files in sys? or ext? ive never cooked for blue angel but im sure it doesnt have a native 6.5 nk.exe and that means you need to recmod some files for kaiser i always recmodded my whole ext folder, and all modules in browsing, browsingcore, browsingie...give that a try and see if it helps
Click to expand...
Click to collapse
Hey twopump,
I tried recmodding the modules that you described there (which I also saw on another thread that you replied to). As far as the ones in the EXT folder (my kitchen has a OEM folder, which I think is the same), they were all recmodded by sun_dream. BTW, you are absolutely correct about the BA not having a native 6.5 nk.exe.... that is usually the downfall of a 5 year old device , but I know that it can be done since there are newish roms out there for the BA (28230 being one of them).
There is no way you can look at my kitchen and tell me what's wrong is there, is there? (I guess the answer is no, but it is always worth asking).
Thanks for the help.
ok i took a look at your kitchen, and im pretty sure i know whats wrong. the first thing i did was open up your sys folder to check if you had recmodded browsing, browsingie, browsingcore, and you hadnt they all still had the modules in them....except you didnt even have browsingie in your rom only the 0409 pkg lol. then i noticed that you deleted the netcf pkg from sys as well, that will cause your rom not to boot. here is my solution to your problems, start over with a fresh complete sys, only delete the things that arent needed, then convert every module in browsing, browsingcore, browsingie to a file. make sure you have netcf and cook you should have a booting rom
twopumpchump said:
ok i took a look at your kitchen, and im pretty sure i know whats wrong. the first thing i did was open up your sys folder to check if you had recmodded browsing, browsingie, browsingcore, and you hadnt they all still had the modules in them....except you didnt even have browsingie in your rom only the 0409 pkg lol. then i noticed that you deleted the netcf pkg from sys as well, that will cause your rom not to boot. here is my solution to your problems, start over with a fresh complete sys, only delete the things that arent needed, then convert every module in browsing, browsingcore, browsingie to a file. make sure you have netcf and cook you should have a booting rom
Click to expand...
Click to collapse
Thanks for the advice. I honestly cannot put browsingie and netcf at the same time simply because the BA only has 32 mb for rom and the kitchen essentially errors out before getting to the end. The other issue is that the rom will not even boot if I take either one of them out. I did recmod all that you suggested, but still nothing...
egzthunder1 said:
Thanks for the advice. I honestly cannot put browsingie and netcf at the same time simply because the BA only has 32 mb for rom and the kitchen essentially errors out before getting to the end. The other issue is that the rom will not even boot if I take either one of them out. I did recmod all that you suggested, but still nothing...
Click to expand...
Click to collapse
can I be of some help?if I get u correctly u want to cook a rom OS 23112 for blue angel.right ?if so must one use the kitchen u have posted?or any kitchen ?
regards
deepankerjha said:
can I be of some help?if I get u correctly u want to cook a rom OS 23112 for blue angel.right ?if so must one use the kitchen u have posted?or any kitchen ?
regards
Click to expand...
Click to collapse
I would appreciate all the help that I can get . The kitchen that I posted is a modified version of a 28230 kitchen by sun_dream. Basically, I ported the XIP and the SYS folders from 23112 into the 28230 kitchen. Originally, I had included the same exact components in the SYS that sun_dream had included in his kitchen (his is fully functional btw), so I am at the point where I am running out of ideas on what I could be doing wrong. I know that you cook for the Nike, so the way of cooking will be completely different, but some of the core knowledge is still the same. Any suggestions are welcome
egzthunder1 said:
I would appreciate all the help that I can get . The kitchen that I posted is a modified version of a 28230 kitchen by sun_dream. Basically, I ported the XIP and the SYS folders from 23112 into the 28230 kitchen. Originally, I had included the same exact components in the SYS that sun_dream had included in his kitchen (his is fully functional btw), so I am at the point where I am running out of ideas on what I could be doing wrong. I know that you cook for the Nike, so the way of cooking will be completely different, but some of the core knowledge is still the same. Any suggestions are welcome
Click to expand...
Click to collapse
well mate we can ddo two things. I can give u my sys/common folder of 23112 and u can try that .i have cooked with 23112 for nike and neon both.
2nd u will have to provide me the stock rom so that I can give a try using my kitchen to cook for u .
btw which kitchen is posted in ur link
regards
deepankerjha said:
well mate we can ddo two things. I can give u my sys/common folder of 23112 and u can try that .i have cooked with 23112 for nike and neon both.
2nd u will have to provide me the stock rom so that I can give a try using my kitchen to cook for u .
btw which kitchen is posted in ur link
regards
Click to expand...
Click to collapse
Original kitchen by sun_dream here
My modified kitchen is the one posted above
Link for the stock rom can be found here
I will certainly appreciate any help I can get
egzthunder1 said:
Original kitchen by sun_dream here
My modified kitchen is the one posted above
Link for the stock rom can be found here[/ucouldn'trl]
I will certainly appreciate any help I can get
Click to expand...
Click to collapse
sorry,u didn't get me,or I couldnt put right words.is that evk kitchen or some other.2ndly would u like to try my sys 23112 ?
deepankerjha said:
sorry,u didn't get me,or I couldnt put right words.is that evk kitchen or some other.2ndly would u like to try my sys 23112 ?
Click to expand...
Click to collapse
No, these are "old style kitchens" I am pretty sure that EVK will not work with these kind of roms (they are of the nbf type and not nbh). If you would like to send me your SYS, I would not mind taking it for a spin.
egzthunder1 said:
No, these are "old style kitchens" I am pretty sure that EVK will not work with these kind of roms (they are of the nbf type and not nbh). If you would like to send me your SYS, I would not mind taking it for a spin.
Click to expand...
Click to collapse
ok I will upload the common folder for u once I am home,say within an hr
deepankerjha said:
ok I will upload the common folder for u once I am home,say within an hr
Click to expand...
Click to collapse
Thank you. I will post my findings after I test it.
egzthunder1 said:
Thank you. I will post my findings after I test it.
Click to expand...
Click to collapse
sorry for being late 23112
I would give atry to Recmod all EXT packages as TPC said.
Your FWUPDATE and SQM in sys folder are dummy or M$ originals?
You need absolutly Net and Browsingie as TPC said ,at least delete some useless apps in OEM packages.
I made a 23112 SYS within only the needed and already recmoded plus the dummy fwupdate and sqm, you must put them in an EXT folder or convert them in OEM.
http://www.4shared.com/file/7miAPvVw/SYS_XIP_DUMMY_23112.html
af974 said:
I would give atry to Recmod all EXT packages as TPC said.
Your FWUPDATE and SQM in sys folder are dummy or M$ originals?
You need absolutly Net and Browsingie as TPC said ,at least delete some useless apps in OEM packages.
I made a 23112 SYS within only the needed and already recmoded plus the dummy fwupdate and sqm, you must put them in an EXT folder or convert them in OEM.
http://www.4shared.com/file/7miAPvVw/SYS_XIP_DUMMY_23112.html
Click to expand...
Click to collapse
I believe I have the real FW and SQM folders in there. It is truly weird though, if you take a look at the original sys folder of the 28230 kitchen, sun_dream has no netcf nor browsingie in there, and he has no recmodded files in the browsing folders either, yet his kitchen spits out a working rom...
At this point, I am beginning to think that my xip might be bad...
egzthunder1 said:
I believe I have the real FW and SQM folders in there. It is truly weird though, if you take a look at the original sys folder of the 28230 kitchen, sun_dream has no netcf nor browsingie in there, and he has no recmodded files in the browsing folders either, yet his kitchen spits out a working rom...
At this point, I am beginning to think that my xip might be bad...
Click to expand...
Click to collapse
You dont need netcf to build a ROM. Ofcourse most of our programs these days wont run unless you install it after...
I do agree that it doesnt make sense...
ai6908 said:
You dont need netcf to build a ROM. Ofcourse most of our programs these days wont run unless you install it after...
I do agree that it doesnt make sense...
Click to expand...
Click to collapse
NetCF can be installed post flash either by hand or some customization method (sdcustomization, uc, sashimi, etc)
Let me go a little deeper into the world of the BA. The process is pretty much the same as it is with all devices... flash a rom, hard reset, and reboot. Depending on the packages that I am adding to the SYS, the rom will either get stuck while hard resetting (which is the same as getting stuck in the tri-colored screen (keep in mind that for the BA, the tri-colored screen is *not* bootloader, but the first bootsplash)), or will go through the first screen and get stuck in the second bootsplash (here is the kicker, if you connect the device to a computer, Activesync will see it and try to connect, which means that some of the windows OS components are loading...)
I am finishing charging up my BA and I will flash deep's SYS and will let you all know what comes out of it
If I look in your common folder I see Chome is still in, that's a huge memory eater, not sure what you are cooking and if you need it.
Another thing; if I take out NETCF in my rom device setup starts looping in a continue circle and I get a warning about AutoVer.exe.
I hope this is of any help.
egzthunder1 said:
NetCF can be installed post flash either by hand or some customization method (sdcustomization, uc, sashimi, etc)
Let me go a little deeper into the world of the BA. The process is pretty much the same as it is with all devices... flash a rom, hard reset, and reboot. Depending on the packages that I am adding to the SYS, the rom will either get stuck while hard resetting (which is the same as getting stuck in the tri-colored screen (keep in mind that for the BA, the tri-colored screen is *not* bootloader, but the first bootsplash)), or will go through the first screen and get stuck in the second bootsplash (here is the kicker, if you connect the device to a computer, Activesync will see it and try to connect, which means that some of the windows OS components are loading...)
I am finishing charging up my BA and I will flash deep's SYS and will let you all know what comes out of it
Click to expand...
Click to collapse
deepankerjha said:
sorry for being late 23112
Click to expand...
Click to collapse
Thanks... I tried it but no dice I ran out of space (the BA only has 32 MB available for the ROM)

[UTIL][TUTORIAL] TG01 to T01A ROM Converter

Utility Link: http://www.4shared.com/zip/KBQLOO9d/TG01toT01A_Converter_Utility.html
How to use it:
There is 2 ways to use it.
1- Drop a TG01 ROM at the "TG01toT01AConverter" batch file, and a CMD window will appear showing the process.
2- Run a CMD and use the comand "TG01toT01AConverter rom.tsw"
In both cases, a file called "T01A_to_SP50_wm65.tsd" will be created if all it's OK. That's your ROM.
That's all, simple right?
I hope you enjoy it!
PD: The TG01 to T01A Converter includes my TG01 Tool set for simple ROM dumping and repack. If you need to redefine packages you should need to use l3v5y kitchen.
PD: This pack includes cedemish TGTool.
arag0n85 said:
Well, since finally someone has reported that my TG01->T01A method works properly, I decided to release for public a converter instead T01A/TG01 ROM's Version. In my ROM's threads, will be up to people to re-upload the T01A version and share the link, but I will only release TG01 version of the ROM and link to this thread.
Click to expand...
Click to collapse
you should not call MY TG01->T01A method yours just because you put it in a bat. maybe i should point you to tgtool 1.3.20 announcement post, your .bat is more or less a copy/paste of sample code there.
so how my tool+my sample = your tg01->t01a method ?
arag0n85 said:
PD: The TG01 to T01A Converter includes my TG01 Tool set for simple ROM dumping and repack. If you need to redefine packages you should need to use l3v5y kitchen.
Click to expand...
Click to collapse
The TG01 to T01A Converter only needs tgtool and rom files, the rest of tools for this purpose is just bloatware.
keep up the great work
Long time ago, some old dispute, I think it's time to move on!
What each of you is doing complements each other's work, but giving appropriate credit in your every posting is just too much overhead. IMHO there's a bit of a wording issue, I'm sure arag0n85 didn't intend to claim this batch to be entirely his own achievement or neglect cedesmith's role/involvement.
I've seen some very bright members leaving xda-devs because their work was not treated here with due respect. I'm sure everyone would hate to see either of you go or give up your projects. The truth is that if you are not ready to witness other people using, reusing and even abusing results of your work, then either don't release it or protect it from abuse.
Take it easy. Peace...
stepw said:
What each of you is doing complements each other's work, but giving appropriate credit in your every posting is just too much overhead. IMHO there's a bit of a wording issue, I'm sure arag0n85 didn't intend to claim this batch to be entirely his own achievement or neglect cedesmith's role/involvement.
I've seen some very bright members leaving xda-devs because their work was not treated here with due respect. I'm sure everyone would hate to see either of you go or give up your projects. The truth is that if you are not ready to witness other people using, reusing and even abusing results of your work, then either don't release it or protect it from abuse.
Take it easy. Peace...
Click to expand...
Click to collapse
Wisdomly said...
Couldn't agree more...
bib*oops said:
Wisdomly said...
Couldn't agree more...
Click to expand...
Click to collapse
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
bird_9527 said:
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
Click to expand...
Click to collapse
The file is arround 20Mb, can't be placed on the forum attached... By the way, I tested the link and should be working.
bird_9527 said:
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
Click to expand...
Click to collapse
My tg01 is sim-unlocked by code(IMEI dependant)...
TG01toT01AConverter rom
many time i try to use this App. But still can not convert rom.
everybody already convert it susses...to teach to step by step please ! thanks
sory my bad english
nhattuong said:
many time i try to use this App. But still can not convert rom.
everybody already convert it susses...to teach to step by step please ! thanks
sory my bad english
Click to expand...
Click to collapse
The idea is easy. There is an instruction to extract payload from a tsw and an instruction to merge payload to a tsd. So, I placed the tgtool with a tsd rom with an empty payload side by side and a .bat file that calls the proper instructions for the conversion from a tsw file. The file is called TG01toT01AConverter, and you have 2 ways to act with it.
a) Click on a tsw ROM, and move it over the .bat and drop it.
b) Open a MSDOS Command Window at the directory and type: "TG01toT01AConverter yourrom.tsw"
In both cases you should see a file called "T01A_to_SP50_wm65.tsd T01A_to_SP50_wm65.tsd" as output.
thank so much your support. It have done, after converted i flashed it. Successful.
Enjoin it.
Can it be used to convert any new ROM in the future, such as 6.5.3 or 6.5.5?
Thanks
I already to use this tool to Converted new Rom 6.5.5. Then flash it Sucsess.
nhattuong said:
I already to use this tool to Converted new Rom 6.5.5. Then flash it Sucsess.
Click to expand...
Click to collapse
i'm using t-01a too .so may i know which version of rom do you have use to your phone
Thankk you
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
nhattuong said:
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
Click to expand...
Click to collapse
in this step do i have to chance from T01A_to_SP50_wm65-theduyet.tsd to T01A_to_SP50_wm65-theduyet.enc ???
{Rename your ROM extension from (.tsw) to (.enc) at the PRG folder.}
Thank you again ^__^
cant download it. it says file tempo not avail...
use tsd extension and pin method to flash your device...i am using Novembre5 6.5.5 rom,very stable and fast,i liked...
Pls help me. My phone is currently using English rom. I would like to change it to Japanese rom. How can i change it?
I used the converter but it didnt work. My pc is windows 7 (64bit). May I know the reason why it failed?

[Q] Problem: No changes take effect in cooked ROM in EVK!

Hi pals
I Cooked a WM6.1 19971 Official ROM for OPAL in Ervius Visual Kitchen. The cooked ROM seems quite alright except that:
1.The original ROM was about 100MB while despite the fact that I added a lot of packages, the cooked ROM is about 80MB.
2.None of my packages exist in the cooked ROM when I flash it.
Can you tell me what the problem is?
The smaller size is fine.
What do you mean packages not there?
Are the files not in the windows folder or are you just missing shortcuts?
mnvoh said:
2.None of my packages exist in the cooked ROM when I flash it.
Can you tell me what the problem is?
Click to expand...
Click to collapse
What?!...EVK generates a build_log...look at this, and u'll see, what's in your rom.
Cannot belive that u've applied packages in EVK they wouldn't cook in....strange.
It is happened to me too in the beginning when i was cooking for kaiser and tried to cook inside HTC Mega packages with Manila 2d...i solved it using OsKitchen,lol.
af974 said:
.i solved it using OsKitchen,lol.
Click to expand...
Click to collapse
Sorry...but usin' OSKitchen is still hard work in my opinion. Maybe others think similar to me, and please forgive me @airxtreme!
But still the best kitchen in my opinion is EVK....
Its not true,
OsKitchen compared to any other Kitchen is much more easy to use expecially for newbie users.
EVK it is much complete.
Which is the best between one and another its only a personal taste.
icke said:
Sorry...but usin' OSKitchen is still hard work in my opinion. Maybe others think similar to me, and please forgive me @airxtreme!
But still the best kitchen in my opinion is EVK....
Click to expand...
Click to collapse
Kitchen
I can`t understand that someone say the os kitchen is to difficult
I work with these kitchen hours and days and no problems whatsoever and easys`t do use, if someone got problem to use this kitchen,live the finger from cooking
af974 said:
Which is the best between one and another its only a personal taste.
Click to expand...
Click to collapse
And that's what i said!
For new's, maybe OSKitchen is easier to use...but still beta.
Speak is free and give opinions too...but please people dont start flaming about kitchens.
I mean about what in red....its not nice.
lumisab said:
I can`t understand that someone say the os kitchen is to difficult
I work with these kitchen hours and days and no problems whatsoever and easys`t do use, if someone got problem to use this kitchen,live the finger from cooking
Click to expand...
Click to collapse
While EVK was building the ROM I checked the log it was generating. I saw all my packages. But when I used osKitchen it had problems with the *.dsm file in the packages and said that it's corrupt. I think it's the problem but I used package-creator-v2.7 to convert *.cab files to a package. So obviously the problem is with the package creator.
But on thing that's for sure is that newbies (like me) should stick to osKitchen.
FYI, Barin's OSBuilder has a .dsm autocorrection option.
Well, OsKitchen has its own package creator so all you need is to import your original rom and convert all your cabs again plus it has an auto mui converter,thats mean if that you have some 0410 mui's and you are cooking for 0409 oskitchen wiil rename all the mui for you.It worth a try.
mnvoh said:
While EVK was building the ROM I checked the log it was generating. I saw all my packages. But when I used osKitchen it had problems with the *.dsm file in the packages and said that it's corrupt. I think it's the problem but I used package-creator-v2.7 to convert *.cab files to a package. So obviously the problem is with the package creator.
But on thing that's for sure is that newbies (like me) should stick to osKitchen.
Click to expand...
Click to collapse
Let's state this once for all: Ervius kitchen is basically a GUI to create _skip files that launches a giant batch file that does all the cooking and that needs to be customized for every device: if you created your own _skip files by hand and used a batch file to cook there would be virtually no difference. OsKitchen has a simple GUI by design but that doesn't mean that it isn't orders of magnitude more complete and advanced than ervius kitchen: it does everything from detecting all device/ROM informations without asking anything (the list of supported devices actually has nothing associated to them but the alternative names: no customized fixed, no customized settings, nothing) to cooking with all sorts of checks to prevent bricking or unbootable ROMs and even parsing all the files in the package: if I had proper relocation code (that I was waiting Da_G to write since he knows that stuff better than everybody else) the kitchen could already natively cook its own ROMs. I'm already using all the code I wrote to replace platformrebuilder to implement all sorts of cool stuff like complete validation of all package files and installing packages directly on the phone trough activesync (to avoid having to reflash any time you want to test something) as you can see on the alphas thread, things that on ervius kitchen, where cooking just means running a giant batch file, you could only dream of.
I hope that finally clears the minds of the people saying that ervius is more advanced or complete: it's not, it's just a simple batch file-based kitchen with an unnecessarily complex GUI. It may have some bundled tools that oskitchen doesn't include (like xipporterex, that while works on some NK.EXE wreaks havoc on unofficial native kernel and latest kernels) but having a dedicated button to launch a tool doesn't make a kitchen "more advanced" or "more complete".
No offence and I do appreciate and use your work, but aren't all kitchens just fancy GUI's around a set of batch files and same old imgfstools and platformrebuilder from yesteryear?
pkoper said:
No offence and I do appreciate and use your work, but aren't all kitchens just fancy GUI's around a set of batch files and same old imgfstools and platformrebuilder from yesteryear?
Click to expand...
Click to collapse
Not really, I process all the files before feeding them to platformrebuilder hence the recmod/upx/tweaks/ordering/manila compression/etc without touching any of the original files. I also only use the newest tools available like libnb and osnbtool that the kitchen calls directly and checks the output to warn of any error and to get informations about the ROM format indeed it can import any proper BIN/NB/NBH file and cook it without even knowing what device they come from. The only original imgfstools I keep are nbmerge and nbsplit because I was waiting Da_G to finish his BuildNB function but osnbtool can probably replace both (nbsplit for sure with the -sp parameter).
@OP, it sounds like your package structure is wrong. Are the packages in EXT format (not OEM)? If they're in oem format, none of the files will be included. Just make the packages manually, it's a lot easier.
Can you please post the build log file?
pkoper said:
No offence and I do appreciate and use your work, but aren't all kitchens just fancy GUI's around a set of batch files and same old imgfstools and platformrebuilder from yesteryear?
Click to expand...
Click to collapse
My kitchen (OSbuilder) uses it's own engine to process packages, build dsms, rebase modules, merge dsm and build ROM file. The only external tool i use is "TurboImgfs" by airxtreme.
Yes , when i wrote that EVK ,maybe, its more complete then OsKitchen i was referring to this, only some tools.
airxtreme said:
It may have some bundled tools that oskitchen doesn't include
Click to expand...
Click to collapse
airxtreme said:
Let's state this once for all: Ervius kitchen is basically a GUI to create _skip files that launches a giant batch file that does all the cooking and that needs to be customized for every device: if you created your own _skip files by hand and used a batch file to cook there would be virtually no difference. OsKitchen has a simple GUI by design but that doesn't mean that it isn't orders of magnitude more complete and advanced than ervius kitchen: it does everything from detecting all device/ROM informations without asking anything (the list of supported devices actually has nothing associated to them but the alternative names: no customized fixed, no customized settings, nothing) to cooking with all sorts of checks to prevent bricking or unbootable ROMs and even parsing all the files in the package: if I had proper relocation code (that I was waiting Da_G to write since he knows that stuff better than everybody else) the kitchen could already natively cook its own ROMs. I'm already using all the code I wrote to replace platformrebuilder to implement all sorts of cool stuff like complete validation of all package files and installing packages directly on the phone trough activesync (to avoid having to reflash any time you want to test something) as you can see on the alphas thread, things that on ervius kitchen, where cooking just means running a giant batch file, you could only dream of.
I hope that finally clears the minds of the people saying that ervius is more advanced or complete: it's not, it's just a simple batch file-based kitchen with an unnecessarily complex GUI. It may have some bundled tools that oskitchen doesn't include (like xipporterex, that while works on some NK.EXE wreaks havoc on unofficial native kernel and latest kernels) but having a dedicated button to launch a tool doesn't make a kitchen "more advanced" or "more complete".
Click to expand...
Click to collapse
Don't let them get you down man. Ervius's kitchen is a piece of **** in my opinion. The GUI blows and it crashes on the smallest thing that's not exactly right with a package. Did I mention the GUI is horrible ?
I will say it as well, erv's kitchen is NOTHING but a glorified GUI for platformrebuilder which is the real workhorse.
p.s. I made my own kitchen GUI, based on platformrebuilder as well. Mine's designed to cook for 12 devices at a time though... so I can't exactly share it. PM me if you'd like the details necesssary to make Samsung Omnia 2 ROMs with prb though, it seems nobody else seems to know what the "secret" is... I just think they didn't try hard enough. lol If anything, you can add 4 more devices to your already impressive collection of supported devices

ROM Kitchen based on Osbuilder (See Post 2)

So,i don't get the time to cook rom's anymore
the next few days i will release a Rom Kitchen based on Osbuilder which is the most fastest and easy tool for rom cookling
Plz just wait
ffboy2009 said:
So,i don't get the time to cook rom's anymore
the next few days i will release a Rom Kitchen based on Osbuilder which is the most fastest and easy tool for rom cookling
Plz just wait
Click to expand...
Click to collapse
pls check you payPal donte it work not! i´m willing to donate for your new kitchen
OSBuilder
ffboy2009 said:
So,i don't get the time to cook rom's anymore
the next few days i will release a Rom Kitchen based on Osbuilder which is the most fastest and easy tool for rom cookling
Plz just wait
Click to expand...
Click to collapse
Sorry my bad English
The best tool for OSBuilder, I can assure you, the more we are together with the Barin many of the functions of OSB for TG01 adapted, in particular the initialization FAT32 sections.
I can give his version of the kitchen, with support multibild in the kitchen is two build 21687 and 21916
Instructions for Multikitchen:
1 install OSBuilderSetup.msi
2 to start the kitchen open the file OSBuilder.osb
3 select your build (21916, 21687.... also allows you to use the mode multilang)
4 mark / unmark ext package
5 click on start button (play)
wait...
6 look inside the PRG folder
download the necessary radio and put in a folder TOOLS
to change the radio used respectively cmd script.
XIP porting:
very simple, change only these folders:
-Donor\MSXIPKernel;
-Donor\MSXIPKernelLTK.
The kitchen itself, the ROM and Radio to find my public folder on 4shared.
MY Shared folder
To purchase the full version osbuider, contact by Barin
Special thanks to:
1. Barin for perfect rom-building tool and a lot of friendly advices
2. Cedesmith for cool TGtool program
3. Alexx~ & AndrewSh for friendly support
Attention in Resco Keyboard not registered by default, setting it as a major get a brick, installs with standard keyboard.
Thanks))))
feropont said:
Sorry my bad English
The best tool for OSBuilder, I can assure you, the more we are together with the Barin many of the functions of OSB for TG01 adapted, in particular the initialization FAT32 sections.
I can give his version of the kitchen, with support multibild in the kitchen is two build 21687 and 21916
Instructions for Multikitchen:
1 install OSBuilderSetup.msi
2 to start the kitchen open the file OSBuilder.osb
3 select your build (21916, 21687.... also allows you to use the mode multilang)
4 mark / unmark ext package
5 click on start button (play)
wait...
6 look inside the PRG folder
to change the radio used respectively cmd script.
XIP porting:
very simple, change only these folders:
-Donor\MSXIPKernel;
-Donor\MSXIPKernelLTK.
The kitchen itself, the ROM and Radio to find my public folder on 4shared.
ROM_&_Multikitchen
To purchase the full version osbuider, contact by Barin
Special thanks to:
1. Barin for perfect rom-building tool and a lot of friendly advices
2. Cedesmith for cool TGtool program
3. Alexx~ & AndrewSh for friendly support
Attention in Resco Keyboard not registered by default, setting it as a major get a brick, installs with standard keyboard.
Thanks))))
Click to expand...
Click to collapse
tnx for sharig! BUT 4shared folder ROM_&_Multikitchen is empty
mirolg said:
tnx for sharig! BUT 4shared folder ROM_&_Multikitchen is empty
Click to expand...
Click to collapse
Fixed link... MY Shared folder
4Shared today buggy
Topics of discussion OSbuilder are here and here
The kitchen is not the final release, as development under the TG01 together with the Barin still underway
Hello,
The link to the Osbuilder TG01 does not work. Could someone give me?
Thank you in advance.
chdeul said:
Hello,
The link to the Osbuilder TG01 does not work. Could someone give me?
Thank you in advance.
Click to expand...
Click to collapse
For the next hour, upload an updated version of OSBuilder with a new algorithm for assembly fat32 partition
Link fixed MY Shared folder
I'm hope the answers to the questions will help me fxdjacentyfxd he has sufficient experience with OSBulder
I'm have difficulty communicating in English literacy. Sorry
feropont said:
I'm hope the answers to the questions will help me fxdjacentyfxd he has sufficient experience with OSBulder
I'm have difficulty communicating in English literacy. Sorry
Click to expand...
Click to collapse
feropont, in my oppinion if someone starts to cook he should not use osbuilder.
It is powerfull, professional tools with a lot capabilites. Me myself only know some options I needed, but before I use it I have many hours spent with l3v5y and ffboy kitchens to analyze their work.
People saw more ROM and "go on !". Let They learn some basic steps from leston2379 tutorial http://forum.xda-developers.com/showthread.php?t=804529
I hope nobody felt insulted
Regards
fxdjacentyfxd
Thanks you very much for the kitchen tool. I dont speek english very well, too. I'm French Google Translator is my friend!
I already know l3v5y kitchen tool, I have make some French ROM with this tool. I want to try other method.
Osbuilder allow me to take care a bit.
If possible, I'm will support and answer questions
Thanks!
Great tool!! Easy to use! Nice work
I managed to create my French ROM build 29007 without problem. In total I 323.42mo ROM (normally it's not 350Mo?)
While creating the SE CE is now 5.2.0 whereas before I had the SE CE 5.2.29007. How to fix problem XIP?
Again, this is a great tool!
chdeul said:
Great tool!! Easy to use! Nice work
I managed to create my French ROM build 29007 without problem. In total I 323.42mo ROM (normally it's not 350Mo?)
While creating the SE CE is now 5.2.0 whereas before I had the SE CE 5.2.29007. How to fix problem XIP?
Again, this is a great tool!
Click to expand...
Click to collapse
For autoport xip to the donor in a folder create a folder with a new portable xip and invest packages MXIPKernel and MXIPKernelLTK or xip.bin of build 29007.
The amount of free ROM depends on the size of the newly created IMFGS and tg01os.nb.payload.
Sorry my bad English
Thanks
Thank you for your reply.
I have put the files in the folder Donor/29007. I'll try again.
It's work. My dsm file into Mskernel have not the correct build version.
Nice work Feropont !!! I'll try now your kitchen !
@ feropont very good tool, tnx for share. exist a way to settings that make the ROM possible to full dump? without cleaning of dsm and rgu files after ROM create?
i like to re open my ROMs (made with osbuilder) for re cooking by other chefs
many tnx, miro
Go to "Settings" -> Build Dump and Rom -> Unmark "Merge all packages to one"
Create your ROM
For a dump
Extract os.nb.payload with Tgtool (-sp command)
Go to Dump mode in OsBuilder and open os.nb.payload
You can see your packages and extract.
Sorry for my poor english
chdeul said:
Go to "Settings" -> Build Dump and Rom -> Unmark "Merge all packages to one"
Create your ROM
For a dump
Extract os.nb.payload with Tgtool (-sp command)
Go to Dump mode in OsBuilder and open os.nb.payload
You can see your packages and extract.
Sorry for my poor english
Click to expand...
Click to collapse
tnx, mate!
.... how make you FRA miROM7 ROM?
chdeul said:
Go to "Settings" -> Build Dump and Rom -> Unmark "Merge all packages to one"
Create your ROM
For a dump
Extract os.nb.payload with Tgtool (-sp command)
Go to Dump mode in OsBuilder and open os.nb.payload
You can see your packages and extract.
Sorry for my poor english
Click to expand...
Click to collapse
And in the settings porting xip do not remove dsm and rgu files.

Categories

Resources