hey
i made the ROM with dsixda Kitchen , after i made some change in update script , when checking for errors it give me 9 Warning , whats wrong? i compared it to other they were same ,
update script atached .
http://www.kurdupload.com/files/LY4lGj1325281198.html
thanks.
Related
HI
Dear Dsixda
i use the kitchen 1.63 to customise my zte blade rom ,but when add the support of data/app functionity ,it shows successfull and also create a new data on working folder ,so i copy some of the need *.apk to the data /app folder ,then bulding new rom throght kitchen 1.63 .after ok ,i flash it ,but no my adding app run after i flash the rom by kitchen ,
could someone tell me why ? what the problem happen in my step ?
dsixda ,can you tell me why ? can you help me ?
is any boday ,here ,who can help me ?
help
help .help
help
Please post in the appropriate thread and not start a new one.
Secondly, read the kitchen FAQ for answers before asking a question, as stated a few times on post #1.
HeY Guys ... I just wanna know can any1 teach me making a New Rom ...
M a Graphic Designer .... but i really want to make a new rom of my ...or just replace the graphic
i found the Boot Animation Icons ... But its in rle format ... so noo idea about editing it ...
Plz cook some good Tutorial ... . . .
As I said M a Noob .... So plz help me with it
M a Htc Wildfire User
music.soul said:
HeY Guys ... I just wanna know can any1 teach me making a New Rom ...
M a Graphic Designer .... but i really want to make a new rom of my ...or just replace the graphic
i found the Boot Animation Icons ... But its in rle format ... so noo idea about editing it ...
Plz cook some good Tutorial ... . . .
As I said M a Noob .... So plz help me with it
M a Htc Wildfire User
Click to expand...
Click to collapse
Hi....First of all let me say I am not an expert in tweaking android, but regarding bootanimation I searched and got some little knowledge.....
The boot animation is made using a serious of images. I have tried it using .png files and .jpeg file. Both were ok.
What you have to do is, you must make the animation in two series of pictures. The first part must be put in a folder and the second part (The part which will be looped till the phone starts up) must be in another folder. Next you must make a new text file with the name "desc.txt" and with the following content:
320 320 24
p 1 0 part1
p 0 0 part2
First line indicates that the pictures are of 320 X 320 pix size and the animation must be done in a speed of 24 fps.
Second line indicates that the pictures in the first folder ("part1" is the name for the folder in which the pictures for the first part of animation is kept) must be looped ones (The one after p is given for that).
In the third line, in the place of "one" a "zero" is given so the pictures in the second folder will be looped infinite times (till phone starts). Here part2 is the name for the second folder.
Now you have two folders with pictures for the animation and a text file. Now add these three to a zip file with the name bootanimation.zip. while making the file make sure that the compression method is selected to store only.
Now copy this zip file to system/media/
Reboot and enjoy.....Hope it will work!!!!! My animation worked!!!!
I have attached a sample file for your reference.....
All the best.....
music.soul said:
HeY Guys ... I just wanna know can any1 teach me making a New Rom ...
M a Graphic Designer .... but i really want to make a new rom of my ...or just replace the graphic
i found the Boot Animation Icons ... But its in rle format ... so noo idea about editing it ...
Plz cook some good Tutorial ... . . .
As I said M a Noob .... So plz help me with it
M a Htc Wildfire User
Click to expand...
Click to collapse
Regarding rom cooking...Its not a simple process to make a line by line guide....I am also searching for the same from day 1......I have searched a lot and obtained very few things regarding rom cooking....Not even enough to cook a new rom....
What I have done is installed virtual machine, installed htc kitchen, selected rom made by some other guys, used it as a source rom for the kitchen and just added a few new applications to the rom, then repacked it and installed it....
for these things you can follow this link..." http://forum.xda-developers.com/showthread.php?t=633246 "
Also tried change some other features of the rom but didn't succeed....
Anyway from the search what I understood is that using kitchens the level to which you can edit a rom is very less.....you must follow the procedures given in this link " http://developer.android.com/sdk/index.html " (it is an ocean) to install a development platform, other software required, and finally develop new roms...some knowledge regarding java and xml is also needed to do the task... I have tried my turn in that site but i reached no were.....still trying to get something....
Anyway hope you will understand something....all the best!!!!!
hi
i am trying to build REVOLT ROM (the Jb 4.2 version for now) from source for my device - Xperia LWW (WT19i/coconut)...nd i am using UBUNTU 12.04 LTS 64-bit environment...
i am facing an Error during the final ROM.zip creation...so i request:fingers-crossed: any1 with knowledge on ROM building or anything...to help me solve the Error wich iv'e posted here... http://pastebin.com/gqzphg4f
The ROM works fine from the emulator as is obvious from the screenshots i've attached below...
ABOUT THE ERROR (what i know/got to know from others) :
its something wich is got to do with the ota packaging file which is not compatible with coconut source
the --no_assert parameter in the Revolt Rom's Script is causing the error...
the file(python script) wich contains the above mentioned parameter is here... https://github.com/ReVolt-ROM/andro...ba29/tools/releasetools/ota_from_target_files or http://pastebin.com/zmi6zN9X
( location of this file on my PC - mydir/build/tools/releasetools/ota_from_target_files )
the file(python script) in wich the above mentioned parameter is checked for, is here... https://github.com/LegacyXperia/and...-10.2/releasetools/semc_ota_from_target_files or http://pastebin.com/7VC38Cxx
( location of this file on my PC - mydir/device/semc/msm7x30-common/releasetools/semc_ota_from_target_files )
the --no_assert parameter required by the "ota_from_target_files" script checks for the parameter in my device's script "semc_ota_from_target_files" but as it does not occur in my device's script the error occurs nd the build stops...
WHAT I HAV TRIED:
i hav tried commenting out (inserting a '#' infront of the line to make it unexecutable by making it as a comment) all the occurences of the parameter in the "ota_from_target_files" script but it was in vain as i got the same error again:crying:
CORRECT ME IF I AM WRONG ANYWHERE...
PLS PLS DO HELP ME ON WHAT SHUD I DO TO SOLVE THE ERROR??
This question should be moved to the Q&A section cause this section is reserved for guides not open questions
matt95 said:
This question should be moved to the Q&A section cause this section is reserved for guides not open questions
Click to expand...
Click to collapse
sorry my bad...i v'e reported the thread (but somebody already reported it)...hope the moderator moves it...
Why don't you just use a file from XperiaLegacy and remove the assert check manually (if it's necessary, of course)?
Where are the device trees you are using ? I want to check the sources ...
Update : Now I can see it .......
Try checking the device tree you use in that file and compare it with a similar device ...
I don't build for that device so am not fully aware of it ..
johnhany97 said:
Where are the device trees you are using ? I want to check the sources ...
Update : Now I can see it .......
Try checking the device tree you use in that file and compare it with a similar device ...
I don't build for that device so am not fully aware of it ..
Click to expand...
Click to collapse
sorry for replyin late...had gone out of station...nd thank u vry much for replyin...
but i m sorry i dont understand ?? wat file shud i compare and with which file???
Hey Guys I don't know . its right to post a new thread here or not?
Guyz I am facing A issue with creating flashable rom update.zip package with dxda kitchen by my clockworkmod backup! whenever I tried flashing my cooked rom in cwm 6.0.x It always says update failed. I searched on google and come to know that it a update script or binary prob. Then I searched on xda nd come to know that there is no programe who create update binary. But then the question arise " Is all the binaries Same for all devices??" or having any defference?
And second question is for update script ...
How to get mount point on device? (I know its different for all)
I should also say these all question stuck my mind when i was trying to create a flashable rom.zip via cwm backup with dxda for my tablet ubislate 7c !
Can Any One here answer my qus or give me the refrence where i find answers!
Thanks in advance !!!!
Dear all....
Please give me information about basic symlink......
How much i create in updater script ? And what ?
If i want to build flashable zip without mod (stock rom).....for cwm.....
And we know android kitchen can not create updater script correctly
My device is brand new chinese phone.... Mt6572...... I have dumb firmware file...
No comunity yet for my phone.... So i ask here.....