Request for the Chefs, I was stuck at Creating a Rom using Kitchen. Please Assist me - HD2 Android Q&A, Help & Troubleshooting and Genera

Sorry to create a new thread, If this was the wrong place to post this, move this
First of all I Thank you XDA and all developers for making HD2 to run Android
Hi! I am using Android on my mobile from the last 6months and I am trying to cook a build on my own. Don't know how to do that.
Thank God! Yesterday I saw this,http://forum.xda-developers.com/showthread.php?t=633246
Trying to work on this, I am looking for a best Glacier Sense, I downloaded the test file of the RCS team and used it with the Kitchen. I made couple of modifications. I changed the kernel to rafpigna's along with modules and initrd.gz file from your your build and repacked the ZIP. No errors but after converting the Update-script to Updater-script at the end, It showed me a message saying that I need to do some modifications in the following statements in updater-script depending on the device.
format("MTD", "userdata");
mount("MTD", "userdata", "???");
format("MTD", "boot");
format("MTD", "system");
mount("MTD", "system", "/system");
I am a noob in this kind of programming and ignored it. Finally I tried to flash the build using CWM, it shows me no error message but stucked at 'Installing from Zip'
So, again I tried to change those lines and copied those lines from Imilka's glacier build. Now I got an improvement, while flashing my zip through CWM it shows the message Installation aborted.
Now I can't do anything. What modifications should I need to do?
Anyone Please Help me!
Now I tested my build again, enabling Signature verification. It displays the error
Installation aborted
Toggle signature verification failed

I hope some one will point me to a correct direction,

oh .. you making roms .... good luck friend

a bit different from our syntax but sure will help you
http://forum.xda-developers.com/showthread.php?t=641223
just experiment yourself, hundreds of times if necessary, this is the first "quality" needed to cook a build, no one will give you ready answers or solutions. I remember I flashed my first build about 80 times before I got it working...
p.s.
dont use a kitchen.. they are supposed to work with native androids, this can cause some "issues" specially in the updater script

Thank you! I will try using normal method for cooking. If you don't mind can I PM you for some assistance on my doubts.
I don't think its possible for a noob like me with out someone's assistance.
Sent from my HTC HD2 using XDA App

sathara said:
oh .. you making roms .... good luck friend
Click to expand...
Click to collapse
Thank-you! Just started learning.
Sent from my HTC HD2 using XDA App

shree.cse said:
Thank you! I will try using normal method for cooking. If you don't mind can I PM you for some assistance on my doubts.
I don't think its possible for a noob like me with out someone's assistance.
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
I booted my first working build without any assistance apart the domineus thread, Yes it's possible.. you have just to be no lazy and dont want to do all things in short time. Google and XDA have 90% of answers you may need. Also you have to understand how android works "behind", or you will never be able to do "tweaks" or understand how fix things. Google android project home page is a good point to start. And remember to use android sdk and ddms always to see what's going on. Last thing, but not least, you have to use and understand a bit linux, this will help you a lot specially with debugging. About PM sorry I really have no time to reply. You can try on IRC chat when I am there or others can give you some hints

rafpigna said:
I booted my first working build without any assistance apart the domineus thread, Yes it's possible.. you have just to be no lazy and dont want to do all things in short time. Google and XDA have 90% of answers you may need. Also you have to understand how android works "behind", or you will never be able to do "tweaks" or understand how fix things. Google android project home page is a good point to start. And remember to use android sdk and ddms always to see what's going on. Last thing, but not least, you have to use and understand a bit linux, this will help you a lot specially with debugging. About PM sorry I really have no time to reply. You can try on IRC chat when I am there or others can give you some hints
Click to expand...
Click to collapse
Sure! Thanks again. I will start doing things
Sent from my HTC HD2 using XDA App

Its good to flash a friend made rom .. i tried for android development but this job s killing me ..

sathara said:
Its good to flash a friend made rom .. i tried for android development but this job s killing me ..
Click to expand...
Click to collapse
Good, but the first thing I need build yet. I saw your location as kerala now, Is that the place where u work now? Anyway I have a tester. That's u.
Thanks
Sent from my HTC HD2 using XDA App

rafpigna said:
dont use a kitchen.. they are supposed to work with native androids, this can cause some "issues" specially in the updater script
Click to expand...
Click to collapse
A kitchen is a good place to start for people just learning how to 'cook' or create a custom ROM, who don't want to learn all the technical details right off the bat. Updater-script issues are few, but these are also part of the learning process for aspiring cooks.
I've actually updated the Android Kitchen recently so that it will work with HD2 NAND ROMs. We did have at least one guy who successfully flashed his HD2 with the Android Kitchen. If we can get more people trying it out then it will help towards improving the kitchen
Anyways Shree - if you have any bug reports for the kitchen please report in the kitchen thread.. thanks!

dsixda said:
A kitchen is a good place to start for people just learning how to 'cook' or create a custom ROM, who don't want to learn all the technical details right off the bat. Updater-script issues are few, but these are also part of the learning process for aspiring cooks.
I've actually updated the Android Kitchen recently so that it will work with HD2 NAND ROMs. We did have at least one guy who successfully flashed his HD2 with the Android Kitchen. If we can get more people trying it out then it will help towards improving the kitchen
Anyways Shree - if you have any bug reports for the kitchen please report in the kitchen thread.. thanks!
Click to expand...
Click to collapse
I don't think that's the problem with the kitchen. The updated version is really good. But I feel that the updater-script has some thing to change. I am learning about that. If everything in my script was correct, then it might be your turn to make HD2 compatible with Kitchen. After all, I feel that this kitchen is not completely compatible with Non-native Android devices HD2.
Thanks for your support. You did your best to help me, but its my noobness to be blamed as I failed again and again.
Anyway, I learning to know how things are happening in an Android build
Sent from my HTC HD2 using XDA App

dsixda said:
A kitchen is a good place to start for people just learning how to 'cook' or create a custom ROM, who don't want to learn all the technical details right off the bat. Updater-script issues are few, but these are also part of the learning process for aspiring cooks.
I've actually updated the Android Kitchen recently so that it will work with HD2 NAND ROMs. We did have at least one guy who successfully flashed his HD2 with the Android Kitchen. If we can get more people trying it out then it will help towards improving the kitchen
Anyways Shree - if you have any bug reports for the kitchen please report in the kitchen thread.. thanks!
Click to expand...
Click to collapse
this is a great news. I used your kitchen about in november to deodex my build but I had issues with sense hd so I moved to deodex mysefl manually. I will sure try out when I will have time and I will report to your thread for feedback

shree.cse said:
I don't think that's the problem with the kitchen. The updated version is really good. But I feel that the updater-script has some thing to change. I am learning about that. If everything in my script was correct, then it might be your turn to make HD2 compatible with Kitchen. After all, I feel that this kitchen is not completely compatible with Non-native Android devices HD2.
Thanks for your support. You did your best to help me, but its my noobness to be blamed as I failed again and again.
Anyway, I learning to know how things are happening in an Android build
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
Download another working cwr rom and compare the scripts to see the differences.

rafpigna said:
Download another working cwr rom and compare the scripts to see the differences.
Click to expand...
Click to collapse
I already did that with imilka's Glacier sense build. As I use the base from RCS team's touch build as Imilka did. Can't find any difference. Thank you for keeping an eye on me!

rafpigna said:
this is a great news. I used your kitchen about in november to deodex my build but I had issues with sense hd so I moved to deodex mysefl manually. I will sure try out when I will have time and I will report to your thread for feedback
Click to expand...
Click to collapse
The kitchen was updated a couple of weeks ago to support fully deodexing the Desire HD ROMs - is that the one you mean?

shree.cse said:
I already did that with imilka's Glacier sense build. As I use the base from RCS team's touch build as Imilka did. Can't find any difference. Thank you for keeping an eye on me!
Click to expand...
Click to collapse
Shree.. look for a program called Beyond Compare to do diffs between the original updater-script and the one that the kitchen generates in the end. The kitchen so far does a pretty good conversion to update-script and back to updater-script.

dsixda said:
Shree.. look for a program called Beyond Compare to do diffs between the original updater-script and the one that the kitchen generates in the end. The kitchen so far does a pretty good conversion to update-script and back to updater-script.
Click to expand...
Click to collapse
I didn't understood anything, what shall I do now. I did PM to the person you suggested earlier, I didn't got any response.from him, I am waiting, can't do anything now.
Thank-you
Sent from my HTC HD2 using XDA App

Related

[Q] How to port/cook an Android ROM for HD2 (chefs please help)

Hello
I'm looking for some hints about the subject: how anyone can take a shipped, let me say, HTC Desire rom and let it work on HD2.
I'm not talking about doing heavy tweaks, modifications and so on... just to take a stock Android ROM and have it working on HD2.
I asked to some chefs and received some hints but It's not enough.
I don't want to think that this is a "secret" and I think would be great if some chef would share his experience/step-by-step instruction on how to do this.
As I said before, I think we could start just with simple porting of a stock htc desire ROM, just to understand all the steps. I think that further steps on how to customize and tweaks will be explored later and anyone could experiment itself.. but we need a basic starting point.
Some step by step instruction will be great like:
1) Download shipped rom from here .........
2) unrar it in linux folder
3) copy this folder, rename the other one, dowload this file, copy this...
4) execute shell command XXXXX
5) copy on your sd card
6) boot...
of course I know it's not so easy, but is just an exaple on what I ask here. I think there are a lot of other perople looking for this.
Thanks to any chef/dev that would to explain to our noobs how to get the "magic"
p.s.
I ask the moderators to keep, if possible, this thread in the Dev forum... this because we need help from devs here and in the Q&A forum it will be never noticed.
I came across this the other day that maybe of use:
http://www.miui-dev.com/forums/showthread.php?481-Howto-Make-your-own-Android-Build-for-the-HD2
Tallon said:
I came across this the other day that maybe of use:
http://www.miui-dev.com/forums/showthread.php?481-Howto-Make-your-own-Android-Build-for-the-HD2
Click to expand...
Click to collapse
Yes, I was pointed to that thread too. If you look at the end there are some questions I did. The problem is that is based on MIUI... That is already a custom ROM.
I think the better way to understand the process (not just do it) is to have hints on how to port a standard/stock HTC DESIRE rom.
rafpigna said:
Yes, I was pointed to that thread too. If you look at the end there are some questions I did. The problem is that is based on MIUI... That is already a custom ROM.
I think the better way to understand the process (not just do it) is to have hints on how to port a standard/stock HTC DESIRE rom.
Click to expand...
Click to collapse
Ideally the same way. In theory it should work...I never tried because sense builds (especially hd ones) are very laggy
domineus said:
Ideally the same way. In theory it should work...I never tried because sense builds (especially hd ones) are very laggy
Click to expand...
Click to collapse
Hello, I was just replying on the other thread to thanks you for the answers
I will try to follow your guide to port a stock desire rom (strange that are laggy for you... for me they fly...)
Anyway it's still something not clear about the donor files... If it's ok to take them from an already HD2 working rom or not.. but I will ask on your thread, avoid to make confusion
no one tip from the devs?
I'm start thinking that instructions on rom cooking for hd2 is like a secret
I've asked this many times, but as you said, no one seems to want to share this "secret"...
the_scotsman said:
I've asked this many times, but as you said, no one seems to want to share this "secret"...
Click to expand...
Click to collapse
go to the link...
it pretty much puts how to port and even where to get the files for a working miui/cm 6 build on hd2
literally it can't get that much easier...
domineus said:
go to the link...
it pretty much puts how to port and even where to get the files for a working miui/cm 6 build on hd2
literally it can't get that much easier...
Click to expand...
Click to collapse
I think you are the only one that shared your findings.. Hope others will do.
Anyway I'm trying just know your guide.. I'll let you know.
good thread and wish everyone to share your cooking knowledge here.
its good for the XDA community.
i am a newbie to android system and trying to cook my own rom too.
pls ask/share your question here, lets make it easier to cook/modify android for everyone.
of course this cannot success without chefs support.
hi there, i m newbie too want so bad to change my hd2 winmo to androis cos winmo is really suck!!! thanks a million to chefs in advance!
most appreciated if there is step by step info
ahuh said:
hi there, i m newbie too want so bad to change my hd2 winmo to androis cos winmo is really suck!!! thanks a million to chefs in advance!
most appreciated if there is step by step info
Click to expand...
Click to collapse
you can start with one of the hunderd rom that chefs already cooked. This thread is just to ask help with cooking a rom, you have not to wait.. you already can use android daily on your phone.
I have had success building with this guide but cannot get it to work with cedesmith's new initrd.gz. Does anyone have done tips on how to build with the new initrd.gz?
Sent from my HTC HD2 using Tapatalk
tyween said:
I have had success building with this guide but cannot get it to work with cedesmith's new initrd.gz. Does anyone have done tips on how to build with the new initrd.gz?
Sent from my HTC HD2 using Tapatalk
Click to expand...
Click to collapse
Did you cook a MIUI rom or a Sense rom or a stock android rom?
For the cedesmith's initrd.gz I was thinking the same thing.. maybe we have to ask directly to him.
wow, both tyween, and rafpigna, started from this, to now:
Rafroid
Typhoon
best roms on xda. Really nice work guys!
But still, no one shares the "secret" I have tried several things myself, but it didnt work. Would really appreciate if someone could share how to port a rom to the hd2.
Yeah would be great if tyween and rafpigna let us know how they managed it, what guides/reference they started of on or if they have any tips for us etc
I totally agree, I would definitly cook my own rom if I knew how to...

[Q] [Major WIP]Kingdom port to shift original work by Virusrom

Ok so i used the htc kitchen ported this over, cant flash clockwork tells me expects two args got three args. If anyone can repair these issues maybe we can get it done!? Im noob to the porting and development of roms but i know lots of people would love to have this so heres what i got.
Rapidshare link
https://rapidshare.com/files/461689880/speedy_unsigned_051011_011521.zip
or
https://rapidshare.com/files/461683528/speedy_unsigned_051011_011521.zip
Same files
Script errors are *MOST* likely your problem. Have a look at preludedrews thread in this sub-forum. It'll explain the differences in the mounting. You can look at the update scripts in the other mods for Speedy and see the differences.
I'd just resign the zip and make sure the update script is setup for emmc partitions. If no one's helped a bit later I'll look at it.
sent from my smooth a** speedy!
I wishing knew anything bout porting or developing or I'd be right there with u trying to get this working. I am a willing tester though and have no problems flashing whatever u need. Just let me know
Sent from my Xoom using Tapatalk
Try manually copying the update-binary file from the shift base to the rom your porting over.
Trying that now. And either i did it wrong or that doesnt work lol.. ERROR: No system folder found. I assume you meant to copy that and then porting threw the kitchen? If not i tryed also just copying that file then trying to flash, didnt get an error just an installation aborted this time..
[email protected]#!??
Wtb assistance or the know how to do said assistance. Or just someone to tell me it cant be done yet so it will leave me alone!
have u tried talking to any of the devs in the irc channel. check them out im sure someone can help.
http://webchat.freenode.net/?channels=HTC_EVO_Shift
Never really got an responces over there. But i keep trying!
[16:44] <kizzle> Hello anyone and everyone, see some familiar names in here from all these roms ive flashed..
[16:45] <kizzle> Looking for info and assitance on porting sensation or kingdom rom over to the shift
[16:49] <kizzle> Or just maybe a link to a site where i can read up on more of what i need to know? Been using the htc 1.6.1 kitchen to try and port, clockwork tells me expects 3 args got 2.
[16:49] <newkidd> thats a problem in your updater-script
[16:50] <newkidd> put your updater-script on pastebin
[16:52] <kizzle> whats the pastebin sir
[16:52] <kizzle> excuse my noob questions
[16:53] <kizzle> gonna go ahead and appologize in advance for any of my ignorance.
[16:53] <kizzle> i do have a rapidshare or something account
[16:53] <newkidd> www.pastebin.com
[16:53] <@SuperKang> [Link] http://tinyw.in/6b :: Pastebin.com - #1 paste tool since 2002!
[16:53] <newkidd> open your updater-script in notepad++
[16:53] <newkidd> or whatever you are using to edit it
[16:53] <newkidd> and copy and paste it there
[16:54] <newkidd> theres a problem with your script...most likely its something to do with your mount or format scripts
[16:58] == kizzle [[email protected]/web/freenode/ip.99.67.124.158] has quit [Ping timeout: 252 seconds]
we cant help if you dont stay
Ok all the guys over in the chat tried to help tonight and its much appreciated but were still stuck it seems. Just wanted to say thanks again for the help. And i had a driver error with ubuntu earlier that kicked me offline, but i came right back!
Keep at it dude.
Sent from my PG06100 using Tapatalk
I'm working on my own port based off the sniper911 leak. I'll have it posted sometime this weekend.
zenulator said:
I'm working on my own port based off the sniper911 leak. I'll have it posted sometime this weekend.
Click to expand...
Click to collapse
You have a shift?
Sent from my Nexus S using XDA Premium App
i have several phones
zenulator said:
i have several phones
Click to expand...
Click to collapse
Yeah, but if they rang all at once, which one would you answer first?
Sent from my PG06100 using XDA Premium App
Yea probibly be better to use the sniper911 dump instead of porting a port. I ran this through the kitchen and got a zip that gave me bootloops, havnt looked into itanymore though.
Sent from my MiuiSpeedy
I have tried to port each and every port or dump i have found. Just saying. none of them would even install for me untill the guys helped me fix some script stuff and i copied the other bianary from a working rom over. But if you need beta testers please let me know! I will gladly use your rom if you get it going.
can wait for u to realse ur version zenulator,thanks in advancee
Yes ZEnulator hows the progress!?
I'm out of town right now but nfx is working on it. It'll be alot easier now that we have a Gingerbread leak for the shift.
Sent from my PG06100 using XDA App

wot

wot
wot
You really can't expect help whenever you ask for it, and if I knew anything about devving I probably wouldn't help you after that. Anyway, most devs don't pay attention to the Q&A section, so you're not likely to get too much help.
Sent from my NexusHD2
noamsch6 said:
As the title says, I want to cook HD2 ROM since on every ROM I tried something was missing for me, so the solution is: I will develop my own ROM and share it here on XDA if its going well.
But, I don't really know how to start, I'm not a noob but not a developer either.
All I need is to know where to cook ROMs (I have dsixda kitchen and used it b4, but only for MAGLDR to cLK ports and some minor things, tried to cook with it but with no success, the ROM didn't boot, kerenl problem I believe...), I need to know how to start from scratch: grab base from somewhere, add / change kernels, add Aroma instalation etc.
The rest, tweaking ROM for example, I would like to know how, but too soon for now...
So please masters, help me out! :angel:
Click to expand...
Click to collapse
Google is your friend. Its where i got started when i wanted to develop. So go there Its not going to be easy, but at least you can say YOU did all the work yourself
elesbb said:
Google is your friend. Its where i got started when i wanted to develop. So go there Its not going to be easy, but at least you can say YOU did all the work yourself
Click to expand...
Click to collapse
Already tried searching for tutorials with no luck... maybe you can help finding some useful tutorials or guides?
noamsch6 said:
Already tried searching for tutorials with no luck... maybe you can help finding some useful tutorials or guides?
Click to expand...
Click to collapse
Well there are guides for dsixda kitchen, you just have to use the HD2 source code for whatever ROM type you want to cook (ie CM9 AOKP CM7 MIUI SENSE etc)
noamsch6 said:
Already tried searching for tutorials with no luck... maybe you can help finding some useful tutorials or guides?
Click to expand...
Click to collapse
Try this:
http://forum.xda-developers.com/showthread.php?t=1260103

[ INFO ] Links to Get you Started Working with Android

Ok so I've gotten a few ( quite a few ) PM's about wanting to get started doing some " Dev " type stuff. Since I'm not the even close to the being able to teach . I'll do the next best thing I can. I'll Link you guys to Guides, Tools, and anything I can think of that you may need to get going in the right direction. Just remember READ, READ, and READ some more. Don't be afraid to use the search feature . Oh and BTW this is just the ones I know of, and can think of right now ( It's been a long day ). If anyone else knows of any feel free to post up. I know I'm forgetting stuff. I'll change the OP as it needs to be adjusted.
One last thing. Although by all means I encourage you hitting the THANKS Button for the Links . I would also remind you to hit the THANKS Button for the authors of the Guides Linked. They put a lot of work and Effort into them, and I'm sure they would appreciate it .
Thank you Gentleman for the suggestions and Additions to the Links. It is much Appreciated.
A Chronicled History of Android Operating System
Android Terms, Slang & Definitions
ADB Workshop and Guide for everyone
What Is ClockworkMod Recovery And How To Use It On Android
Noob Guide To Set File Permission's
How To Use Titanium Backup For Android
Noob Guide To Set File Permission's
How To Logcat
Android CPU governors explained
SetCpu guide on how to use
dsixda's Android Kitchen
TUT for NOOB editing updater-script for noobs!
Beginners Guide to Android ROM Development
How to use Apktool Apk manager Baksmali and Adb
Android Utility - [apktool|dex2jar|smali|more][Mac & Linux]
Jar/Apk baksmali smali compiler and decompiler
Better Draw9patch Program
UOT ( Ultimate Online Theme Kitchen )
Building Your First Kernel
APKtool
M10 Tools
M10 Virtuous Ten Studio
APK Manager
Much appreciated. I'm nowhere ready to start on any significant dev work, but i'd like to try my hand at it after the first of the year. I know the basic basic basic basics of programming in general and i can follow logic well enough, its just time consuming to sit down and actually try it out. But i absolutely love the shift and would love to see things continue with it.
nice collection you got going on there prboy, im sure a lot of people will find this very helpful
Just trying to help out .
I would also link to baksmali & dot9 compiler, don't have links handy right now since I'm at work
Sent from my HTC Evo Shift using xda app-developers app
BigSplit said:
I would also link to baksmali & dot9 compiler, don't have links handy right now since I'm at work
Sent from my HTC Evo Shift using xda app-developers app
Click to expand...
Click to collapse
Thanks . Added them to the OP. But if you know of better ones, let me know .
Looks really good prboy!
This should help noobs like myself get started
Sent from my PG06100 using xda premium
prboy1969 said:
Thanks . Added them to the OP. But if you know of better ones, let me know .
Click to expand...
Click to collapse
The best Linux tool I've used is by Tommytomatoe called android-utility and I'm almost sure there is a mac version.
Has adb functions to push and pull,a logcat function uhm will do apks and jar files.
Another Linux tool I've tried was something along the lines of studio android and the last I checked that tool would set ones Linux box up to compile from source in a gui I'm guessing something like lithids.
Maybe a Windows tool to have would be win merge if it let's you compare text files and directory's to see what's different
Sent from my miTouch-4G-Slide using Tapatalk 2
Kool . I was thinking about TT's Android Utility. Will add it to the OP.
EDIT : Added
TEAM MiK
MikROMs Since 3/13/11
Here's a noobs guid to file permissions I've used. http://forum.xda-developers.com/showthread.php?t=1857648 maybe it can be useful.
Sent from my PG06100 using xda premium
Chad The Pathfinder said:
Here's a noobs guid to file permissions I've used. http://forum.xda-developers.com/showthread.php?t=1857648 maybe it can be useful.
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
Added . Thanks.
Bumpity bump.
--
If I have helped you in ANY way, feel free NOT to hit the thanks button
Found a good one for n00bs. Like me
http://forum.xda-developers.com/showthread.php?t=1459945
Here's another good one. http://forum.xda-developers.com/showthread.php?t=1931585
Thanks guys . Will add those later tonight.
TEAM MiK
MikROMs Since 3/13/11
Updated links in the OP . Thank you gentleman for the Additions.
Here's another updater-script and Edify guide
http://forum.xda-developers.com/showthread.php?t=1265120
Sent from my PG06100 using xda premium
Thanks cnexus for this. I've been wanting to figure a few things out about updater scripts. I'll be reading this later when I have some time.
Chad The Pathfinder said:
Thanks cnexus for this. I've been wanting to figure a few things out about updater scripts. I'll be reading this later when I have some time.
Click to expand...
Click to collapse
No problem, I found it through xda-university
Sent from my PG06100 using xda premium
CNexus said:
No problem, I found it through xda-university
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
Yeah that is a pretty nifty site. I think noobs should have to go through it before posting in the development section lol

[HELP] My made Custom ROM wont boot

I recently started a project of a ROM with my Dev Team but the main problem we are facing is that the ROM gets flashed but when we restart it gets stuck on the Galaxy Y screen :crying: pls. Help
wrong section.... post in ques and ans
Sent from my GT-S5360 using xda app-developers app
want me to report the Captain??
logcat will help...
Sent from my GT-S5360 using Tapatalk 2
Ganesh A said:
logcat will help...
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Yes provide the log cat
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Want To Ask Question? Ask Here
technosavie said:
Yes provide the log cat
Click to expand...
Click to collapse
And
Code:
if (!logcat) you_broke_the_kernel;
Why would you start a ROM project with a "dev team" if you don't even know how to debug boot problems?
arnavsynergy said:
I recently started a project of a ROM with my Dev Team but the main problem we are facing is that the ROM gets flashed but when we restart it gets stuck on the Galaxy Y screen :crying: pls. Help
Click to expand...
Click to collapse
Chk Ur framework or kernel most times problem in framewrk ...some time kernel not supported some init.d like hell lock kernet not booted if 99complete tweak present in init.d folder .. so i thnk problem in these two...!!
Sent from my GT-S5360 using xda app-developers app
this question is asking the same logic as "why is my computer slow?"
there are 78,644,223,887 available reasons why,
i'd suggest broadening your "team's" knowledge of the principles and basics of the software industry,
Did you cook your rom with kitchen...If yes then youm must sign your rom and all apps inside it.To My thoughts the rom does'nt even start this is the most common case.Check whether your rom contains boot.img and build.prop as if Kitchen din't report any error.If you modified framework please sign it with Jarsigner and other modified apps also.Now sign your rom with kitchen and then flash it.....
Gud luck,
Im awaiting your rom..
optimusinc
Best I can say is try installing the modded apps one by one..c if they work..then test ur tweaks to b if they work..n finally make the zip file correctly by comparing to other zips..mostly probably u messed up ur updater script..
Thanks....
Sent from my GT-S5360 using xda app-developers app
MarcoToo said:
And
Code:
if (!logcat) you_broke_the_kernel;
Why would you start a ROM project with a "dev team" if you don't even know how to debug boot problems?
Click to expand...
Click to collapse
What is the problem.... I am a Rookie! Still, I am new to the ROM business
Sent from my GT-S5360 using xda app-developers app
arnavsynergy said:
What is the problem.... I am a Rookie! Still, I am new to the ROM business
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
i understand that you are a budding developer,
however i've seen you making threads recently on issues that could be solved be either doing research and proper utilization of the search function,
if you really want to learn i'd suggest learning it the proper way by researching the basics and understanding how the android system works, making question threads won't help you at all and it never did for everyone else,
as you can see you need to look for the answers on your own,
considering google and xda has both a search engine,
please care to look into those matters which confuses you,
try first building your own updater-script and making a flashable zip file,
proper ROM building is not easy so i'd suggest keep your heads up and learn it the right way,
also,
people will just probably troll and ridicule you with threads like this
deathnotice01 said:
i understand that you are a budding developer,
however i've seen you making threads recently on issues that could be solved be either doing research and proper utilization of the search function,
if you really want to learn i'd suggest learning it the proper way by researching the basics and understanding how the android system works, making question threads won't help you at all and it never did for everyone else,
as you can see you need to look for the answers on your own,
considering google and xda has both a search engine,
please care to look into those matters which confuses you,
try first building your own updater-script and making a flashable zip file,
proper ROM building is not easy so i'd suggest keep your heads up and learn it the right way,
also,
people will just probably troll and ridicule you with threads like this
Click to expand...
Click to collapse
Thanks bro, And I got what you are saying! Thanks Again!

Categories

Resources