profsional advice needed plzzzzzz - Touch Pro, Fuze ROM Development

1st am sry for beeing of the topick but i need an advice , i have been a user for pocekt pc for a l;ong time and a memper in xda developers for also a long time and i have been using roms from here for a long time and i became well known with almost evry thing exsept one thing howa 2 make my owne rome so is there is some how a site or somthing or some one who kan teach me how to cook my owne rom plzzzzzzzz if there is a site or some body ar a tool or some thing plzzzzzzzz tell me

Gotta start somewhere... The rest of us learned how by reading and doing. Start here and READ: http://wiki.xda-developers.com/index.php?pagename=HTC_Raphael#cooking

nate731 said:
gotta start somewhere... The rest of us learned how by reading and doing. Start here and read: http://wiki.xda-developers.com/index.php?pagename=htc_raphael#cooking
Click to expand...
Click to collapse
i know man that the best way to learn is by reading and that i was asking for becouse i didn't find any where any thing to read some thnx u very very much am so greatfull for u man

Also i am so grretfull for u but can u be more specific about what i am looking for in that link u supported in ur qoute because i have been there once before and i didn't find any thing hellpfull that may help me learning to cook my own rom plzzzzzzzzzz

Try looking at this:
http://wiki.xda-developers.com/index.php?pagename=Da_G's_6.5_Kitchen
You can download the related app and mess around. Unfortunately creating your own ROM requires a lot of knowledge- and most of it you'll have to figure out for yourself.

ok i have downloaded this kitchen but there is a problem , i have a lot of 6.5wm roms but the kitchen dose not load any of them and i have downloaded several other roms but also non of them is loaded it gives me an error saying that i have to spacifay the ext buled 1st but i can't and when i load one of the 2 roms that comes woth the kitchen it loads and spcofay the ext aoutomatacly so can any body plz help

Read the tutorial and follow the steps exactly. You will have create the EXT and a few other folders manually before you can load the ROM

Related

Hypercore Kitchen Help (Video Tutorial)?

Hello everyone. I am new to the forums, and I am struggling to create my own rom. I have read many tutorials and looked at Wiki too, but still am unable to create my own rom.
I was wondering if anyone on here is willing to create a video demonstration of how to actually use Hypercore Hitchen.
IE. Take an OS.nb dump it, make some changes, Cook and then Flash.
(I am particularly struggling to understand ExtROM part.)
You guys could use the following free software program to create the video demonstration as it allows Desktop recording: http://camstudio.org/
I'm sure there are many other people on these forums that would appreciate this gesture.
Thank you in advance.
sure ill make one.
i have camstudio anyway
kidnamedAlbert said:
sure ill make one.
i have camstudio anyway
Click to expand...
Click to collapse
Ah amazing!!!! I think this will be beneficial to many beginners like myself.
(Please take into consideration that im a noob at this when making the demonstration haha. )
alright some is going to be really obvious so if you dont understand tell me.
there will lots of parts where you need to copy ad do this but i didnt do them in the video because im working on a ROM right now and i dont want to mess things up
I know how to dump an OS.nb to get the SYS and OEM files.
What I dont understand is what to do next, and what to do with a rom that has an ExtROM folder.
Perhaps just make a demo of your procedure and I'll see if I can understand / learn from that.
i havent used a rom with an extended rom folder so i wouldnt be able to help you on that.
Could you still produce a video for one without an extrom folder? It will still be a good start. Thanks.
here you go:
http://www.fileden.com/files/2006/10/23/312524/hypercore.zip
kidnamedAlbert said:
here you go:
http://www.fileden.com/files/2006/10/23/312524/hypercore.zip
Click to expand...
Click to collapse
Thanks alot bro,.....
kidnamedAlbert
Thank you very much.

[TUTORIAL] How to Cook for GENE [UPDATED FEB-14]

Hi,
In this tutorial I'll try to explain how to cook for ours Genes. I'll try to be clear and i hope all of you can understand the necessary steps to acomplish this work.
For any doubts feel free to ask.
Index of steps:
1st step: How to Extract files from ROM to make a BASE ROM.
2nd step: How to build your first ROM
I thank all of the XDA for this work
and sorry for my bad english
How to Extract files from ROM to make a BASE ROM.
In this guide I not use any kitchen, only tools. This way is more easy to understand the whole process.
In this guide i'll use Chayn Diamond style ROM as an example but you can use any ROM that you like (The ROM must be unprotected).
Let's begin:
1 - Create a folder on your hd root (usualy C: ) called MOD_ROM and unpack the TOOLs folder inside it. Unpack Chayn and copy ruu_signed.nbh to MOD_ROM folder.
2 - Let's go extract the rom contents:
Type: (This will facilitate the work)
Code:
set path=C:\MOD_ROM\TOOLS
2.1 - Open a DOS prompt and navigate to MOD_FOLDER and type:
Code:
nbhextract ruu_signed.nbh
and wait it finish. This tool will extract all files inside a *.nbh file.
Now we have 2 files: 00_Extrom.nb and 01_OS.nb(We'll manipulate this file)
2.2 - Type:
Code:
imgfsfromnb 01_OS.nb imgfs.bin
This will extract imgfs.bin from os.nb. With imgfs.bin we can now dump the files inside rom.
2.3 - Type:
Code:
imgfstodump imgfs.bin
This will create a dump folder and store all files from rom inside it. This may take a while.
2.4 - Delete dump_MemoryMap.txt
2.5 - We have to run pkgtool now to create packages from these files
Code:
start "" /w pkgtool dump
2.6 - Now we have 2 folders inside dump: OEM and SYS. Sometimes pkgtool don't put packages in your right place so run this tool
Code:
pkg_cp
It'll put the packages in yours right places (if pkgtool left some). After this rename the dump folder to BASE_ROM and inside it create a folder called ROM. Should be this way: ROM(empty), OEM and SYS
3 - Dump and extract xip files
3.1 - Dumping xip
type:
Code:
msflshtool 01_OS.nb -d -p 1
It'll generate a 01_OS.nb.part1 file. Rename it to xip.bin
3.2 - Now create a folder called XIP inside MOD_ROM folder and type this
Code:
dumprom -5 -d xip xip.bin
This will extract xip files.
3.3 - Delete the dump folder and move XIP folder to ROM folder inside BASE_ROM.
Your BASE_ROM is now complete, ready for cooking.
Download Link TOOLS: http://www.4shared.com/file/84674501/ec87e7f4/TOOLS.html
Mirror: http://www.mediafire.com/?sharekey=27fc933b7e3147c3d1014a7a667fa2b4e04e75f6e8ebb871
In next step we'll build our first rom. When ready I post here.
Awesome Tutorial
ramersonw said:
Hi,
For any doubts feel free to ask.
Click to expand...
Click to collapse
Hi ramersonw,
i have successfully created the base ROM for my first ROM i am trying to cook...thanks for the wonderful steps it was so easy to follow...waiting for your next part of the tutorial...
Thanks in advance
THank you Veryyy...................... MUch
plz Go ahed
we ARe waiting
Thanks
Thanks very much for starting for the tutorial. Waiting for your next move
Thanks everyone.
In a couple days I'll be posting the second part:
How to Build your First ROM
Sorry, but where is pkg_cp (exe or bat) ?
@ramersonw: One more thing I wanted to know, if I remove office, will it give me more free space as storage memory?
EDIT:
Found pkg_cp.exe, Symantec has deleted the file as downloader ... (PUP) . But in my office, Mcafee Enterprise says nothing .
very nice thanks
hi
ur tutorial is a great effort very nice of you to be kind enough to impart your great knoledge to others but i think for some one who is a non techi like me it would take some time i will regularly save ur articles and read them many times and then try all when in 100% sure
thanks ur great man
Addicted2xda said:
Sorry, but where is pkg_cp (exe or bat) ?
@ramersonw: One more thing I wanted to know, if I remove office, will it give me more free space as storage memory?
EDIT:
Found pkg_cp.exe, Symantec has deleted the file as downloader ... (PUP) . But in my office, Mcafee Enterprise says nothing .
Click to expand...
Click to collapse
Hi Addicted2xda,
If you remove the office you have around 3MB free to use as storage space.
About pkg_cp my antivirus not detect it as a virus. It should be a false positive.
ramersonw said:
Thanks everyone.
In a couple days I'll be posting the second part:
Click to expand...
Click to collapse
Hi ramersonw,
waiting for the next part of the tutorial...
Originally Posted by htc3400
Hi ramersonw,
waiting for the next part of the tutorial...
Click to expand...
Click to collapse
Hi htc3400,
I'll post in this weekend. I'm a little busy at work.
ramersonw said:
Hi htc3400,
I'll post in this weekend. I'm a little busy at work.
Click to expand...
Click to collapse
We are ready to wait! Because We know it will be worth it . Take your time .
Well Ramerson, if you allow, i would like to post a tut to cook using your kitchen the way i do it. Its a little quick and dirty way and your tut would always serve as a great tool for advance learners but i feel that you have shortage of time a little greater than me. So it would keep the our not-so-patient fellows a bit busy while you post your detailed tut
Let me know what do you think about this idea.
krazy_about_technology said:
Well Ramerson, if you allow, i would like to post a tut to cook using your kitchen the way i do it. Its a little quick and dirty way and your tut would always serve as a great tool for advance learners but i feel that you have shortage of time a little greater than me. So it would keep the our not-so-patient fellows a bit busy while you post your detailed tut
Let me know what do you think about this idea.
Click to expand...
Click to collapse
doing this from kitchen is very easy I want to learn it dirty way
also I hear that new build of 6.5 u cannot use old tool did anybody know about this ¿??
krazy_about_technology said:
Well Ramerson, if you allow, i would like to post a tut to cook using your kitchen the way i do it. Its a little quick and dirty way and your tut would always serve as a great tool for advance learners but i feel that you have shortage of time a little greater than me. So it would keep the our not-so-patient fellows a bit busy while you post your detailed tut
Let me know what do you think about this idea.
Click to expand...
Click to collapse
Please do it . But preferably in a new thread .
@ankit360 : May be for you dear, its very easy but not for most of our friends here. I too want to learn it the detailed way and thats why i am eagerly waiting for ramerson to post the full tut. I was saying to write a tut about the easy way. And by the way, your XIPs also miss cacheflt.dll and some other DLL files so using XIPPorter may be easy for you, but it definately does not produce complete XIP's. Cacheflt.dll can be used to gain good filesystem speeds and VanillaManila Ultimate uses it. I use the manual method of XIP porting for that. Anyways, If not many people call for it, i wont write it anyways. Its a hard task writing such long tuts
krazy_about_technology said:
@ankit360 : May be for ........... tuts
Click to expand...
Click to collapse
Write it PLEEEEEEEEEEEEEEEASE
krazy_about_technology said:
@ankit360 : May be for you dear, its very easy but not for most of our friends here. I too want to learn it the detailed way and thats why i am eagerly waiting for ramerson to post the full tut. I was saying to write a tut about the easy way. And by the way, your XIPs also miss cacheflt.dll and some other DLL files so using XIPPorter may be easy for you, but it definately does not produce complete XIP's. Cacheflt.dll can be used to gain good filesystem speeds and VanillaManila Ultimate uses it. I use the manual method of XIP porting for that. Anyways, If not many people call for it, i wont write it anyways. Its a hard task writing such long tuts
Click to expand...
Click to collapse
brother
plzzzzz write ur tut
we want to learn both ways of COOKING the rom.
thnx
Addicted2xda said:
Please do it . But preferably in a new thread .
Click to expand...
Click to collapse
+1 .
Hi Sumit,
Feel free to post your tutorial here. It will help many people and we'll have more ways to cook.
Btw in this weekend I'll post the second part: How to build your first rom
Sorry to all for the delay in posting the tutorial. My job is taking much of my time.

[Q] Make a custom rom or theme

Hello,
i have a galaxy ace ( of course), and i want to learn how to make a custom Rom, from scratch if possible,or by modify another one if it's better for begun.
I'm very motivated ( i'm french,but understand english very well), and really wants to learn.
So if someone have a tutorial,or want to be my teacher,will be more than happy
If you can do something for me,please post,answer or contact me... i will really thanks you...
Thank you again, have a nice day,and ty for reading me
PS: if i have post in the wrong section,please move it,i'm really sorry...
EDIT: if you have something for helping me doing theme too ( tuto,tips or other ) , please share thank you
Hey people we have yet another interested-but-not-experienced person here !
Herpderp Adreno + Tegra.
sorry,but all guys you where like me at the beginning i think
i have begun to learn the C, but i don't have any ideas where to begun etc... this is why i ask you... i really want to learn,and can listen all suggestions and helps.
THank you..
there is a thread in development section
http://forum.xda-developers.com/showthread.php?t=1465477
i think not someone help you
thank you mv_style , i have see it,but want to try to do an entire custom rom,not only the simples changes like that ( i have already read that post but thank you anyway ).
@pourya-man: i hope no... i'm sure will get help from someone,but i just need to wait
PS: as i have read in a french website: if you want to learn for became programmer, you need to know how to programming... : it's a true quotation i think...
Break learning some parts first
1. Themeing -first of all learn themeing really dude u cant edit a rom if u dont know how to theme or handle apk I will post links to learn in my next post.
2.go to freeyourandroid there u can find how to edit boot.Img and lots of other stuff.learn how to add new apps,scripts and kernels.
3. Learn how to use adb .
4.if u are serious about development then install Ubuntu for advanced stuff.thanx emo for draging me in the world of opensource its amazing.
5.learn making apps.
6.then learn how to create updater script or make a flashable zip file.
I hope I helped u a little Bit
Sent from my GT-S5830 using xda premium
thank you so much xdaboy122.
it's a way for me learning.
I will wait your link
And thank you so much,will try to do all of that,and come back to ask more help if needed
again thank you , +1 thanks for you
if someone have a tutorial or something for me doing themes or for helping me,please share
thank you

[help] learn how to use the kichen

Hi
i wish to learn ho to make a rom and help to fox bug/errors.
i found many posts, but they are still too complicated for me,
if somone has a littel time to teach me ho to prepare and install the kichen tool and how to use them,
i have never programmed, the only language that i know is html asp css, the last time that i used them is years ago...
if nobody has time or will not help me then i ask to the Admin/Mod to delete this post.
Tks.
Pantx said:
Hi
i wish to learn ho to make a rom,
i found many posts, but they are still too complicated for me,
if somone has a littel time to teach me ho to prepare and install the kichen tool and how to use them,
i have never programmed, the only language that i know is html asp css, the last time that i used them is years ago...
if nobody has time or will not help me then i ask to the Admin/Mod to delete this post.
Tks.
Click to expand...
Click to collapse
You can't expect to build a ROM without the knowledge of Java, C++, C etc..
Sent from my LG-P500 using xda premium
Negi9 said:
You can't expect to build a ROM without the knowledge of Java, C++, C etc.. and trust me, nobody likes kitchen's ROM.
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
<--- for my useless post
Negi9 said:
You can't expect to build a ROM without the knowledge of Java, C++, C etc..
Click to expand...
Click to collapse
So to make a rom you need to know Java, C++, C etc...
is there an alternative ? because, it's not so easy for me or other thet doesn't have this knowledge to start learning this languages :S specially when the entire time is occupied by work.
Negi9 said:
You can't expect to build a ROM without the knowledge of Java, C++, C etc..
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
i have a good knowledge of C,C++,JAVA and learning php also....I'm an IT student....
but i don't have knowledge about devlopment m also need help...
@Pantx here's the link which will give you basic knowledge about how to setup kitchen....
http://forum.xda-developers.com/showthread.php?p=17758451
Pantx said:
Hi
i wish to learn ho to make a rom and help to fox bug/errors.
i found many posts, but they are still too complicated for me,
if somone has a littel time to teach me ho to prepare and install the kichen tool and how to use them,
i have never programmed, the only language that i know is html asp css, the last time that i used them is years ago...
if nobody has time or will not help me then i ask to the Admin/Mod to delete this post.
Tks.
Click to expand...
Click to collapse
> if you just want to know kitchen.. you dont even need any programming language to use it.
> if you want to mod stuff. basically or themming .. you need atleast basic knowledge on xml's , I know a little bit of C language.. but my majorities is on php and asp which is a little bit similar.
> but my point is.. using kitchen, you dont need anything.. just watch a youtube video.. and just follow the steps.. my be alittle bit of adb? if you decompile apks if your planning that too.. just watch a youtube tut.

Develop my own rom

Hey guys, i was just wondering if i could make my own rom, or at least compile my personal build of an existing rom, i d love in the future to make a hole working rom with things i like from all roms, but i really dont know where to start.
i dont know much about programming, but i m learn quickly. i d just finished my first year studying sistems engeneering but im still a noob about programming so i d love some help, where to start how to build what language do you use, what IDE, etc, how to compile etc.
at least i ll love to start downloading the source of any of the wonderful roms in this forum and try to compiled it myself, but really i dont know where to start.
thanks a lot guys
pd:sorry i know my english sucks T_T
maybe some tutorials or things to read that helped you when you guys where starting
Raagh said:
Hey guys, i was just wondering if i could make my own rom, or at least compile my personal build of an existing rom, i d love in the future to make a hole working rom with things i like from all roms, but i really dont know where to start.
i dont know much about programming, but i m learn quickly. i d just finished my first year studying sistems engeneering but im still a noob about programming so i d love some help, where to start how to build what language do you use, what IDE, etc, how to compile etc.
at least i ll love to start downloading the source of any of the wonderful roms in this forum and try to compiled it myself, but really i dont know where to start.
thanks a lot guys
pd:sorry i know my english sucks T_T
maybe some tutorials or things to read that helped you when you guys where starting
Click to expand...
Click to collapse
First start to build a rom by modifying samsung roms.
Use dsxida android kitchen
Sent from my GT-I9100 using Tapatalk 2
Raagh said:
Hey guys, i was just wondering if i could make my own rom, or at least compile my personal build of an existing rom, i d love in the future to make a hole working rom with things i like from all roms, but i really dont know where to start.
i dont know much about programming, but i m learn quickly. i d just finished my first year studying sistems engeneering but im still a noob about programming so i d love some help, where to start how to build what language do you use, what IDE, etc, how to compile etc.
at least i ll love to start downloading the source of any of the wonderful roms in this forum and try to compiled it myself, but really i dont know where to start.
thanks a lot guys
pd:sorry i know my english sucks T_T
maybe some tutorials or things to read that helped you when you guys where starting
Click to expand...
Click to collapse
check the below guide links hope it will be a good starting point for u
http://forum.xda-developers.com/showthread.php?t=1957219
http://forum.xda-developers.com/showthread.php?t=1908008
good luck!
corruptionfreeindia said:
First start to build a rom by modifying samsung roms.
Use dsxida android kitchen
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
sorry dont want to be rude but i dont want to try a custom kitchen, i already read about them a lot and they actually dont require any skill or knowledge, they re great to build your rom without knowing anything but they actually dont teach anything in the process.
dont get me wrong, they re amazing. but i want to learn how to build, compile,starting coding and maybe one day be a full developer. that kitchen d only make me feel that im doing something while actually im just pressing keys and moving some files. and getting a rom in return
Sun90 said:
check the below guide links hope it will be a good starting point for u
http://forum.xda-developers.com/showthread.php?t=1957219
http://forum.xda-developers.com/showthread.php?t=1908008
good luck!
Click to expand...
Click to collapse
thanks a lot men, i ll read today at home, now im pretending im working ahahaha. i also gonna read all that googles web has about development, particularly im going to install sdk and android plugin on eclipse,
i know java isnt great to start but well. i have a really good book from university that involves c(for structured programming) that i already finished
and java(programming oriented to objets) that i didnt read and its supposed to be for second year but what the hell . im on vacation im gonna give it a shot.
Raagh said:
sorry dont want to be rude but i dont want to try a custom kitchen, i already read about them a lot and they actually dont require any skill or knowledge, they re great to build your rom without knowing anything but they actually dont teach anything in the process.
dont get me wrong, they re amazing. but i want to learn how to build, compile,starting coding and maybe one day be a full developer. that kitchen d only make me feel that im doing something while actually im just pressing keys and moving some files. and getting a rom in return
thanks a lot men, i ll read today at home, now im pretending im working ahahaha. i also gonna read all that googles web has about development, particularly im going to install sdk and android plugin on eclipse,
i know java isnt great to start but well. i have a really good book from university that involves c(for structured programming) that i already finished
and java(programming oriented to objets) that i didnt read and its supposed to be for second year but what the hell . im on vacation im gonna give it a shot.
Click to expand...
Click to collapse
So u want to compile a rom.
http://forum.xda-developers.com/showthread.php?t=2060017
http://forum.xda-developers.com/showthread.php?t=2302780
Also look at the below site
Developer.android.com
Sent from my GT-I9100 using Tapatalk 2
corruptionfreeindia said:
So u want to compile a rom.
http://forum.xda-developers.com/showthread.php?t=2060017
http://forum.xda-developers.com/showthread.php?t=2302780
Also look at the below site
Developer.android.com
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
thanks a lot men i ll read them tonight
Today i succesfully set up a ubuntu virtual machine and now its on repo sync(pacman rom). Today ll make my first build. I also installed eclipse and sdk, started remembering some c basic coding and maybe some day i ll start with java.
My next plan is to learn how to compile the rom with apolo kernel, instead of standard pacman kernel directly from source.
Enviado desde mi GT-I9100 usando Tapatalk 2

Categories

Resources