[Q] cook rom with dsixda htc kitchen - HTC Desire S

i want to cook an own rom with htc kitchen.I tried many times but failed all of these.I based SAGA_MDJs_ViVO_Sense_v.1.2. Those i cooked rom can't flash into my phone.who can help me out

It's be easier to help you if you posted why you can't flash, what errors you get etc

This is not a place to ask questions Thanks!
(mods please move it elsewhere)

ok,i just want to learn and try how to cook a rom.and maybe i can post my rom here someday

i think may the kitchen not support desire syet~ just wait for update

zk7513153 said:
i think may the kitchen not support desire syet~ just wait for update
Click to expand...
Click to collapse
maybe.i had logcat and it said "/system/bin/sh no such dir/file" .also maybe some mistikes with update-script but i don't know how to fix it.

zk7513153 said:
i think may the kitchen not support desire syet~ just wait for update
Click to expand...
Click to collapse
Nor does it support galaxy s abd still there are many features of it you can use. Zipaligning, deodexing etc
Enviado desde mi GT-I9000 usando Tapatalk

zk7513153 said:
i think may the kitchen not support desire syet~ just wait for update
Click to expand...
Click to collapse
this kitchen is supporting the desire s since weeks
i use it to cook saga lbc mod
regards

loveboatcaptain said:
this kitchen is supporting the desire s since weeks
i use it to cook saga lbc mod
regards
Click to expand...
Click to collapse
Could u give me some guide?I want to try add app2sd(with ext partition) base on your rom.because i like a rom with app2sd and i think your rom is a good job.
Thanks very much.
And the update_script maybe have some mistake that I cooked with kitchen.
It abort when I flash it,so I make logcat with adb.logcat show the error is /system/bin/sh there is no such dir or file.I found a file named sh0 in /system/bin/ when I check the rom.zip.I don't know these reason

monswag said:
Could u give me some guide?I want to try add app2sd(with ext partition) base on your rom.because i like a rom with app2sd and i think your rom is a good job.
Thanks very much.
And the update_script maybe have some mistake that I cooked with kitchen.
It abort when I flash it,so I make logcat with adb.logcat show the error is /system/bin/sh there is no such dir or file.I found a file named sh0 in /system/bin/ when I check the rom.zip.I don't know these reason
Click to expand...
Click to collapse
sorry i can´t help with apps2sd cause i don´t see the need for it on this device for now. i have over 500MB free Memory. if i need that space completly i will have a look on apps2sd
wich version of this kitchen are you using, which settings do you made? some more details would be good.
i only can say that my scripts are working very wel since 1.6.0 of this kitchen i think. before that i wrote them myself.
regards

LBC, I'm trying to cook my own ROM and so far I have been successful and I have a fully bootable working ROM but when I tried to add full SENSE 3.0 Packages (locksceen, weather, SMS, Taskmanager) to the ROM through the kitchen, I get a bootable ROM but no GSM network and force close on the com.htc.phone service, but when i flash the SENSE 3.0 package "update.zip" separately it works ok and no issues at all. Can you assist please?!

loveboatcaptain said:
sorry i can´t help with apps2sd cause i don´t see the need for it on this device for now. i have over 500MB free Memory. if i need that space completly i will have a look on apps2sd
wich version of this kitchen are you using, which settings do you made? some more details would be good.
i only can say that my scripts are working very wel since 1.6.0 of this kitchen i think. before that i wrote them myself.
regards
Click to expand...
Click to collapse
Thank u. I will try to make a rom without app2sd whether I can flash it or not.
I chose 1. to unpack the rom.then I use 2. to update the su.I use advance options 17 to add app2sd.then I chose 99. to build the rom.

I would also like to see how this works and then maybe we could have a stock WWE pre rooted Rom added to the listings
Sent from my HTC Desire S using XDA App

monswag said:
And the update_script maybe have some mistake that I cooked with kitchen.
Click to expand...
Click to collapse
You need to go to the advanced option menu and use option 23 - "Convert update-script or updater-script" I think, from the description of your error.
The DS requires an updateR-script, but you must make any changes, mods etc before you change this script because the current build can't work with updateR scripts.
All these answers - and many more! - are contained in the thread for dsixda's kitchen.
Peace

chris5s said:
You need to go to the advanced option menu and use option 23 - "Convert update-script or updater-script" I think, from the description of your error.
The DS requires an updateR-script, but you must make any changes, mods etc before you change this script because the current build can't work with updateR scripts.
thx. now i had made a rooted stock rom.next step i want to make it stable, fast, small,and looks nice base on other developers' work,maybe without sense
Click to expand...
Click to collapse

Related

[FX-MOD][SENSE] Reboot option in power menu 4-in-1 (UPD)

this is an updated* version of my framework mod that adds reboot (normal, hboot, recovery) option to the power-button menu on htc sense based desire roms
*: a new option ('hot restart') has been added that will allow you to respawn android's system server process, thereby starting with a "clean system" w/o actually rebooting the device (credits to xda member appelflap for the idea, you can have a look at his app 'hot reboot' here. i took a slightly different approach to killing the process but the basics remain the same)
enjoy
requirements:
htc sense based desire (froyo) rom (HD VERSION HERE)
deodexed framework libs
busybox with pkill support (or any other pkill implementation, accessible in $path)
how to install:
please make sure your device/setup meets the requirements above
check your framework build number (settings >> about phone >> software information >> build number)
download the archive that matches your build number
copy it to your sdcard and flash it in recovery mode (as always, it is advisable to do a nandroid backup prior flashing)
impact:
a framework lib (/system/framework/android.policy.jar) will be overwritten
the first boot after flashing this may take a (long) while (dexopt will be busy)
--
--
sense_powermenu_rebootdlg-4in1_2.09.405.8.zip
sense_powermenu_rebootdlg-4in1_2.10.405.2.zip
sense_powermenu_rebootdlg-4in1_2.12.911.1.zip
sense_powermenu_rebootdlg-4in1_2.13.707.1.zip
sense_powermenu_rebootdlg-4in1_2.14.207.1.zip
[Mod Edit]
Sense powermenu-4u1-v2.29.zip Submitted by PrinzEisenherz1
source code, porting to other htc devices:
due to the nature of the hack (patching a htc-modified, closed source framework lib) there is no "source code" for it
obviously, i also can't provide a smali patch applicable for any framework version / htc device
for reference, i've attached the smali patch for my own device/setup
it doesn't take a great deal to understand it, porting should be relatively straightforward. you should also take into account that string/icon resource ids may vary between different framework versions, and that some versions don't support com.android.internal.app.ShutdownThread.reboot()
sense_powermenu_rebootdlg-4in1_bravofx2.x.patch.7z
hd version:
here
/// reserved
this is a repost of the original thread that was lost due to a h/w failure
Amazing stuff! Thanks for the update snq-!
Cheers mate
I have a quick question, do i need the whole /framework deodexed or just the android.policy.jar?
Great stuff man... Can i know which of the files is meant for AuraxTSense v7.6.1 please??
styr said:
do i need the whole /framework deodexed or just the android.policy.jar?
Click to expand...
Click to collapse
i'm afraid you can't have single deodexed libs (stale odex dependencies)
blu3angel said:
which of the files is meant for AuraxTSense v7.6.1
Click to expand...
Click to collapse
afaik it is based on 2.10.405.2
Very nice man, i love your modded menu Thank you very much!
i will add it in the next RCMixHD
Thanks again !
robocik said:
i will add it in the next RCMixHD
Click to expand...
Click to collapse
hey robocik
just be sure to add the hd version
Works on my Desire with LeeDrOiD V2.1a with Base HTC RUU 2.10.405.2.
But: after every hot reboot the function keys remain lit after the first power off (automatic or manual). After the 2nd, 3rd etc. power off not anymore. Very odd.
it works great man...thanks!!! i added it to my rom if you want to remove it please tell me
Thanks, great work! I just want to mention it the boot after flashing took a long time here, like 4 minutes which is strange.
shoemeistah said:
Thanks, great work! I just want to mention it the boot after flashing took a long time here, like 4 minutes which is strange.
Click to expand...
Click to collapse
Well he did mention on the first post it would take a long time to boot so not sure what you mean about strange.
Sent from my HTC Desire using XDA App
I want to add it to the kitchen so I just have to replace android.policy.jar? Thanks
PS. Of course credits will be given
BTW what languages are supported?
Is it a way of adding this mod to non sense roms like Cyanogen has ?
michal_banszel said:
I want to add it to the kitchen so I just have to replace android.policy.jar? Thanks
Click to expand...
Click to collapse
yes. just make sure you add the version matching to your framework build number
michal_banszel said:
BTW what languages are supported?
Click to expand...
Click to collapse
main menu entry, dialog header, buttons are localized, radio items aren't:
shoey-n said:
Is it a way of adding this mod to non sense roms like Cyanogen has ?
Click to expand...
Click to collapse
cyanogenmod is an opensource project, there is no need for hacks like this (dalvik bytecode injected into a closed source lib) to implement missing features
snq- said:
yes. just make sure you add the version matching to your framework build number
main menu entry, dialog header, buttons are localized, radio items aren't:
Click to expand...
Click to collapse
Ok, thanks. Just to make sure - not whole deodexed is required, just android.policy.odex, right? Is it possible to edit this jar file and change the language of "Normal" etc... and here footprint is also required as in 3in1?

[WiP][PROJECT]ROM MANAGER for G3 + RECOVERY

Hey Guys,
We all know that there is very little chance that we are going to get G3 support for ROM Manager. So as we have been doing from a long time, lets take that task in our own hands
We shall create a team, and make a ROM Manager for G3 supporting most of the Custom ROM's and Kernel's.
What all we need:
Recovery - I will provide the recovery from G3MOD, separately, so that everyone can install even with Fugumod.
App Developers - Please Post in the thread if you are interested.
Server - If anyone can provide us with a server with good storage and bandwidth? OTA for all ROM's and Kernels can be included in the software.
Anyone Else who has any idea, and wants to help in this project is welcome
Advantages of this Project:
1) Odin flashing will no longer be required.
2) ROM's and their Updates can be provided from the Server directly.
3) You can try any new ROM, without loosing data from your previous ROM.
Note to ROM Developers:
1) You will need to provide your ROM's as System.img files
2) Those interested in providing your ROM's using this ROM Manager, please let us know.
Thanks To:
Koush for the superb recovery and ROM Manager.
Functions We Can Have for the ROM Manager + Recovery:
1) Update Recovery - App
2) List of ROM's with Features. - App
3) List of Kernel's with Features. - App
4) OTA Updates for all ROM's and Kernel's - App
5) Switching ROM's - CWM
6) Backup Data - CWM
7) Restore Data - CWM
8) Backup Current ROM - CWM
9) Reboot to Recovery - App
Also Reserved
Kudos to you Dharam. This is simply amazing what you are doing.
Send from my Samsung GT-5800.
Digibonez said:
Kudos to you Dharam. This is simply amazing what you are doing.
Send from my Samsung GT-5800.
Click to expand...
Click to collapse
we just need enough support from everyone and this thing can be done
Coding the UI like in the famous ROM Managee shouldn't be hard 'cause it's basically an Options-Menu. The question is what's behind that. If we just need to fire Linux Shell Commands it shouldn't be hard - i set up an Script Executer for my first app allready.
Sent from my Galaxy 3 running CM7
s3th.g3ck9 said:
Coding the UI like in the famous ROM Managee shouldn't be hard 'cause it's basically an Options-Menu. The question is what's behind that. If we just need to fire Linux Shell Commands it shouldn't be hard - i set up an Script Executer for my first app allready.
Sent from my Galaxy 3 running CM7
Click to expand...
Click to collapse
Well, we already have the source for ROM manager, by koush...
https://github.com/ClockworkMod
So i dont think it will be very difficult to do it...
We just need as many app developers possible, so that we can have the project up and running fast
I am trying to mod the recovery in a better way, so switching between ROM's via CWM is faster and also there is no loss of data
dharamg3 said:
Well, we already have the source for ROM manager, by koush...
https://github.com/ClockworkMod
So i dont think it will be very difficult to do it...
We just need as many app developers possible, so that we can have the project up and running fast
I am trying to mod the recovery in a better way, so switching between ROM's via CWM is faster and also there is no loss of data
Click to expand...
Click to collapse
I'll have a look on the source and write back if i see something interesting
Sent from my Galaxy 3 running CM7
Great Work!!
R u also working on a kernel which can support CM7 on multiboot?
Coz currently we have only 2 kernels for CM7, one by marcel himself and the other by apollo but in both the kernels music experience is very bad due to noise. Now, since marcel and apollo are very less active on XDA due to may be they get very less time from their work, there is only one option left and that is you
I really want to keep CM7 on my mobile but can do that with dual or multiboot only as it is not yet complete.
I hope this project will give life to G3 forum.
Post Removed due to some reason
dharamg3 said:
Well, we already have the source for ROM manager, by koush...
https://github.com/ClockworkMod
So i dont think it will be very difficult to do it...
We just need as many app developers possible, so that we can have the project up and running fast
I am trying to mod the recovery in a better way, so switching between ROM's via CWM is faster and also there is no loss of data
Click to expand...
Click to collapse
I don't find any Java Source for the ROM Manager... somehow he posted only the /res folder which contains .xml (layouts, etc...) and drawables (images).
s3th.g3ck9 said:
I don't find any Java Source for the ROM Manager... somehow he posted only the /res folder which contains .xml (layouts, etc...) and drawables (images).
Click to expand...
Click to collapse
ok, lets see..if we get enough developers, maybe we can develop our own code..
we dont need to have a similar app + recovery...
dharamg3 said:
ok, lets see..if we get enough developers, maybe we can develop our own code..
we dont need to have a similar app + recovery...
Click to expand...
Click to collapse
Sure we can, but to be honest... i have no clue how it works in the background.
Good Start Man!
I will look into the code, and get back to you.
I am a beginer for Anroid, I may need more help from you.
Siva.
Well this really is my kind of game
Since I already have the code to download files from a server this shouldn't be that hard.
I'll look into the source later on.
Would really like to be part of this
Dympy.
Great initiative
Why can't you just help with cyanogenmod?
Smonic said:
Why can't you just help with cyanogenmod?
Click to expand...
Click to collapse
Because i dont have the knowledge to work on that...waiting for marcellusbe to to explain me some stuff....
Sent from my GT-I5800 using XDA App
Count on me too
Hi dharam
I want to get in.
I can help as far as it is C code.
I checked the github repo, but all you can find are the resources needed for the layout and such. So we COULD use that, but that would mean we have to write all the underlying Java code by ourselves..
Dympy.

[ROMs] VOiD EU_v0.6/ASIA_1.7 - BeatsAudio/Sony Bravia Engine[050712]

Stable ROMs for Daily Uses:​
REQ: S-Off & CWM 3x or above
Added:
superuser
busybox
a2sd
dalvik to sd
system/app to data/app supported
customize boot animation supported
Bash shell supported
fully zipaligned
Auto wipe
Click to expand...
Click to collapse
Europe 1.54 Android 2.3.5
[VOiD EU_V0.6]
Asia English Generic 1.57 Android 2.3.5 (SG QwertY keyboard layout include Thai input)
[VOiD ASIA_V1.7]
UOT WINFLY MOD PATCH ONLY! (As normal ROM flashing)
[WINFLY MOD Patch]
:::::Enhancement:::::
BeatsAudio Patch - Refer/Credit to [RockoDev]
[MediaFire][4Shared]
SONY Bravia Engine - Refer/Credit to [GadgetCheck]
[MediaFire][4Shared]
To enable a2sd, after flashing the ROM go to market & download terminal emulator.
Follow instruction below:
Key in:
su
a2sd check
a2sd reinstall
Phone will reboot once.
su
a2sd check
a2sd zipalign
a2sd cachesd
Phone will reboot again & woot! app2sd+ enabled
Click to expand...
Click to collapse
*Note: Removal of system apps won't give you extra space*
If you facing problem for a2sd ext issue, after flashing ROM please re-partition your ext again. This should fix the issue.
Thanks ChainDDs for the SuperUser
Thanks dsixda for the ROM Kitchen
Thanks mendozinas for the UOT Kitchen
Files needed for UOT Kitchen for ChaCha
[UOT Files]
Special Thanks for donation:
ced-rick
Added to Everything for ChaCha (Status) - S-OFF, root & More.
Alex C. said:
Added to Everything for ChaCha (Status) - S-OFF, root & More.
Click to expand...
Click to collapse
Thanks! when i have time will explore & learn more to build a better rom
i am also trying to cook one, can you tell me which kitchen you are using? thanks in advance.
Also what base build you have used for your ROM?
ajeevlal said:
i am also trying to cook one, can you tell me which kitchen you are using? thanks in advance.
Also what base build you have used for your ROM?
Click to expand...
Click to collapse
i using dsixda kitchen. i cook using my default shipped rom that i cannot find anywhere beside in my phone lols! is not europe nor taiwan rom lols!
e.japonica said:
i using dsixda kitchen. i cook using my default shipped rom that i cannot find anywhere beside in my phone lols! is not europe nor taiwan rom lols!
Click to expand...
Click to collapse
thanks for the info, i am trying to use this kitchen too, but struck in creating mount points in edify_defs folder. can you share the template you have used for chacha?
ajeevlal said:
thanks for the info, i am trying to use this kitchen too, but struck in creating mount points in edify_defs folder. can you share the template you have used for chacha?
Click to expand...
Click to collapse
don't convert to edify updater script @ option 23 till when u start building the rom @ option 99 there is 4 option after that 1,2,3&4. choose option 1 it will guild u till complete. there is a picture tut http://forum.xda-developers.com/showpost.php?p=15607748&postcount=5230
did u mean that i dont need to create a file named 'chacha' with mount parameters in folder tools\edify_defs ? since chacha is not supported in dsixda kitchen
nope u do not need to create it. dsixda kitchen able to support it it support mostly all HTC devices. like xtc clip lols!
Thank you.... I was struck in this place where i was confused with mount parameters
Sent from my HTC ChaCha A810e using Tapatalk
u'r welcome
wait for uploading
any changelog available ?
Thanks for your rom, but how can i change this font , it 's very nice but i hardly to read SMS
lhttan said:
Thanks for your rom, but how can i change this font , it 's very nice but i hardly to read SMS
Click to expand...
Click to collapse
use UOT kitchen
i already have superdroid 1.0 on my girlfriends chacha with a2sd+ enabled...do i have to enable it again after flashing this rom, or does it automatically recognize my ext4 partition tables?
also another question...on which base is your/ the EU Gingerbread 2.3.5 rom...is it 1.33 or 1.52?
schölli said:
i already have superdroid 1.0 on my girlfriends chacha with a2sd+ enabled...do i have to enable it again after flashing this rom, or does it automatically recognize my ext4 partition tables?
also another question...on which base is your/ the EU Gingerbread 2.3.5 rom...is it 1.33 or 1.52?
Click to expand...
Click to collapse
i didn't know 1.33 is android 2.3.5.... i using the latest OTA 1.52. as i know the a2sd in this rom don't support ext4. correct me if i'm wrong. well i using dsixda kitchen to cook the rom all everything should be dsixda kitchen default. btw this is for htc chacha a810e not tablets
e.japonica said:
i didn't know 1.33 is android 2.3.5.... i using the latest OTA 1.52. as i know the a2sd in this rom don't support ext4. correct me if i'm wrong. well i using dsixda kitchen to cook the rom all everything should be dsixda kitchen default. btw this is for htc chacha a810e not tablets
Click to expand...
Click to collapse
sorry, i thought 1.33 was also 2.3.5...my fault. it's not my phone, so i didn't knew the correct specs.
so it's 1.52....time to update to your rom
a short question...as i coming from austria and we have a qwertz (and not qwerty) keyboard layout, do i need to change manually the mapping in this rom in the keyboardlayout folders or will it be automatically changed when i change main language to german
your rom is working fine and smooth but that font really make me crazy .. i tried changing font using font changer and phone got stuck at htc logo... change the font if you can do it ..
thanks for your build ..looking forward for your next release
sathara said:
your rom is working fine and smooth but that font really make me crazy .. i tried changing font using font changer and phone got stuck at htc logo... change the font if you can do it ..
thanks for your build ..looking forward for your next release
Click to expand...
Click to collapse
*noted* will make a rom with default font again. but due to time limit will do it when i able to

Arabic Patch for ZEUS ROM

This is an arabic Patch for ZEUS rom Build 5
Iam not a developer I used some scripts
Instructions
First:Install Zues
1: DOWNLOAD ZEUS
2: PLACE ON ROOT OF SDCARD
3: USE 3 FINGER COMBO(VOL UP, VOL DOWN, AND POWER)TO BOOT INTO CWM
4: DO A NANDROID BACKUP
5: WIPE DATA, CACHE, AND DALVIK CACHE
6: CHOOSE INSTALL FROM SDCARD
7: COOSE ZIP FROM SDCARD
8: CHOOSE ZEUS BUILD 5 UPDATE ZIP
9: CHOOSE YES
10: FLASH ZIP
11: REBOOT AND ENJOY
LET ROM FULLY BOOT UP AND MEDIA SCANNER RUN , LET ROM SETTLE FOR ABOUT 5 OR 10 MIN. GO AHEAD AND SET UP PHONE, ACOOUNTS, ECT...
Click to expand...
Click to collapse
Seconed:Install Aries
Finally:Install This Patch
Boot Into CWM
choose "Install zip from SD card"
Locate the patch and install it
Click to expand...
Click to collapse
All Credits For this gr8 ROM Goes to
dman3285​
DownLoad at attachments
Find ZEUS ROM here
http://forum.xda-developers.com/showthread.php?t=1412957
flash at your own risk
​
did you ask dmans permissions before releasing ?
CheesyNutz said:
did you ask dmans permissions before releasing ?
Click to expand...
Click to collapse
I didnt know I should
Im sorry I will ask him now
aly_hosny said:
I didnt know I should
Im sorry I will ask him now
Click to expand...
Click to collapse
I hope it'll be okay. Make sure you credit dman and his work in your OP...
and it's only a language patch..NOT the whole ROM.
It's a good job on your part, though. I think you've been asking for Arabic support for a few months now. I was going to suggest you pull the files from Doctorz ROM and just modded for your own use in the past.
But you made this easier for other new users who wants arabic but wants to run Zeus.
I wanted to install this rom since it was released but it hasnt arabic support
I kept waiting until I decided to do it my self
and posted it for everyone needed it not to use bad roms just for arabic letters
aly_hosny said:
I wanted to install this rom since it was released but it hasnt arabic support
I kept waiting until I decided to do it my self
and posted it for everyone needed it not to use bad roms just for arabic letters
Click to expand...
Click to collapse
If I read your scripts correctly, it is generic that technically should work for most other ROMs as well. If you have some time, why don't you tested on Numasx, Bionix or a few others ROMs also and post your find for other Arabic users?
qkster said:
If I read your scripts correctly, it is generic that technically should work for most other ROMs as well. If you have some time, why don't you tested on Numasx, Bionix or a few others ROMs also and post your find for other Arabic users?
Click to expand...
Click to collapse
Im kind of busy now
Will give it a try soon
this patch doesnt work with ZTR
If some people request it I will consider making it
good work Dr
but I want something about "legend 3" this is doesn't work with it
thank you
ABDALLAH said:
good work Dr
but I want something about "legend 3" this is doesn't work with it
thank you
Click to expand...
Click to collapse
try this one
http://forum.xda-developers.com/showthread.php?t=1597365
it worked with different roms
If it doesnt contact me to provide you a new one
thank you so much brother
its working great
can i flash this on 2.3.6
?
skock ?
and if it didn't work
how can i restore the device ?
ahmadzxc said:
can i flash this on 2.3.6
?
skock ?
and if it didn't work
how can i restore the device ?
Click to expand...
Click to collapse
to resrore device use odin to return to stock
http://forum.xda-developers.com/showthread.php?t=1705260
and ICS and JB roms fully support arabic
Adding this to my GB collection.
Sent from my Galaxy Nexus using xda premium

[SUGGESTION]CM7.2 kernel by tj_style

ok guys I need a bit of suggestion here.
I extracted kernel from tj's cm7.2 RC 0 and thought to post it in dev section as it is very smooth and Oc is upto 844 mhz but the problem is can I really post an kernel from a rom posted in forum other than xda?I know we can't post rom but does that mean kernels also?
please guys need your views about this and yeah the kernel is working fine and I even have flashable zip which can be flashed over any cm7.2 rom you are on
just some problem with wifi which can solved.you can even set frequencies from cyanogenmod settings.
I'm no expert on this matter..even I wanted Sir Tj's kernel on some ROM's. The problem is as you can see, he barely or doesn't visit this forum already.. Maybe asking him a permission might do the trick. So all I'm gonna say is: a Big NO..talk to him first..Then release the hounds if he's ok with that. n_n
Yeah.... you need permission from Tj
Just req at his forum....
There is no such rule. It's just unethical.
As long as you have permission from the Dev it's ok...
Sent from my GT-S5670 using XDA
ok so looking at suggestions I think that we all need to ask for his permission in his forum so that he post his kernel himself on xda.he rarely comes to xda.
this is gonna be very difficult as he is try to promote his forum and will try to avoid his work here
so I need help from all of you.
please be serious as this kernel is very stable.
Do you want use that kernel for your self?
I think you can download his rom and
take that kernel for your self. But to post it i think you must to get permission from owner
dude read the first post.
I have extracted the kernel and even have a working flashable zip.
the kernel is also working fine.
I just want to share with you all but don't have permission.
-HellRaiser- said:
dude read the first post.
I have extracted the kernel and even have a working flashable zip.
the kernel is also working fine.
I just want to share with you all but don't have permission.
Click to expand...
Click to collapse
ups sorry
my english still not good enoungh...
I think it's enough: Everybody can sign in at http://forum.andro-id.net. There you can download tj_styles ROM CM720RC0 under: /gts5670_system_modification.
martin_s5670 said:
I think it's enough: Everybody can sign in at http://forum.andro-id.net. There you can download tj_styles ROM CM720RC0 under: /gts5670_system_modification.
Click to expand...
Click to collapse
can u be more clear.
do u want us all to use that rom or to request about kernel there?
-HellRaiser- said:
...
...
I just want to share with you all but don't have permission.
Click to expand...
Click to collapse
Thats clear enough for me. Without permision your idea should be ignored here.
k thanks.and chill man.
Can ny1 tell me hw 2 make a flashable zip. ??? I hve extracted the kernal from the rom.....!
Sent from my GT-S5670 using XDA
Just the kernel?
Make a folder with boot.img and meta-inf taken from any fit's kernels Zip file.
Make a zip and flash via cwm
Sent from my GT-S5670 using XDA
just boot.img and meta-inf folder from rom witch kernel i want, and make zip? done that but system dont boot, stuck android
What I did was I downloaded cm7 kernel by squadzone and then replaced the boot.img and then flashed.it worked but wifi erro
meta-inf folder it just an updater script wich is for flashing trough recovery
i just cant make system boot when i flash boot image from one rom to another, for example, ported emanonv5 i flashed andro-id boot image, system stuck at samsung logo, or in cm 7 5.6 i flash cm 7 from ty.style boot image, system stuck again, wont boot. i do something wrong?
Yeah man the whole idea of using different boot.img for diffrent roms is wrong.
You could only use the specific boot.img made with that rom.
I was able to use tj's boot.img with vish's rom because both are cm 7.2 but still complication occured with wifi.
Conclusion:not ant boot.img can be used with any rom.it will simply not boot.
i prefer all cm roms as they r awsum

Categories

Resources