Does anyone know how to compile kernal.sin from kernal sources instead of having boot.img
Sent from my Sony Tablet S using xda app-developers app
psxpetey said:
Does anyone know how to compile kernal.sin from kernal sources instead of having boot.img
Sent from my Sony Tablet S using xda app-developers app
Click to expand...
Click to collapse
Im presuming you mean to flash the kernel.ftf that loopz came up with for locked BL if so... U need zImage and ramdisk no need to build from source.
I use linux so have my own way. But pretty sure if your on windows. Championswimmer has a kitchen which you could use (As far as i remeber).
You should be left with kernel.ftf and inside it should be loader.sin, kernel.sin and META-INF
wedgess said:
Im presuming you mean to flash the kernel.ftf that loopz came up with for locked BL if so... U need zImage and ramdisk no need to build from source.
I use linux so have my own way. But pretty sure if your on windows. Championswimmer has a kitchen which you could use (As far as i remeber).
You should be left with kernel.ftf and inside it should be loader.sin, kernel.sin and META-INF
Click to expand...
Click to collapse
You sir are the MAN and yes it's exactly what I mean ive been asking tons of people and I can never get a straight answer. Yes I'm on windows so I will have to use the kitchen. Thankyou so much for the answer!! Just read a bit about it and it looks like it will work I'm going to try it out.
Sent from my LT28i using xda app-developers app
psxpetey said:
You sir are the MAN and yes it's exactly what I mean ive been asking tons of people and I can never get a straight answer. Yes I'm on windows so I will have to use the kitchen. Will the kitchen also take the extract the ramdisk and zimage or will I need. Separate tool? Thankyou so much for the answer!!
Sent from my LT28i using xda app-developers app
Click to expand...
Click to collapse
TBH I dont know I never used his kitchen. But u should be able to split the *.img. You should then see a ramdisk folder and zImage (or it could be called boot.img-kernel) if its named boot.img-kernel thats your zImage so rename it to zImage.
And of course ill anwser questions if posted in correct Forums
Good Luck psxpetey, hope to hear good news
wedgess said:
TBH I dont know I never used his kitchen. But u should be able to split the *.img. You should then see a ramdisk folder and zImage (or it could be called boot.img-kernel) if its named boot.img-kernel thats your zImage so rename it to zImage.
And of course ill anwser questions if posted in correct Forums
Click to expand...
Click to collapse
Thanks and I used it, it will split the image no problem but it wont build the kernel.sin on the site it says 2010 devices only also funny side not it says I dont have java installed lol. I have java jdk and jre lol. By the way wedges by correct forum do you mean under the title of the original thread about the kitchen?
phuzzeeoyster said:
Good Luck psxpetey, hope to hear good news
Click to expand...
Click to collapse
Thanks nothin good yet tho
Sent from my LT28i using xda app-developers app
Seriously??!! Are you planing make kernel.FTFs from kernel boot.imgs???
That's revolutionary!! I wish you the best in this project! :good:
Only 2010 devices but I you can unpack any device
Sent from my LT28i using xda app-developers app
Figure it out yet?
I'll get a guide up soon. Well...rough one now.
wedgess said:
TBH I dont know I never used his kitchen. But u should be able to split the *.img. You should then see a ramdisk folder and zImage (or it could be called boot.img-kernel) if its named boot.img-kernel thats your zImage so rename it to zImage.
And of course ill anwser questions if posted in correct Forums
Click to expand...
Click to collapse
wedgess's kernels = uploading atm...
When I was at the same point you currently are at, I wasted a few hours with the kitchen trying to split the *.img, just didn't output the the ramdisk.gz; since it tried to extract it. "...cpio: command not found" Maybe you will have luck?
Here's a quick guide what I'm currently doing to extract & make.
Follow this to set up Cygwin and get bootimg-tools.zip
When you get to "Select Packages", during Cygwin install, just type in perl, expand the perl section and select the radio button corresponding to B
Extract contents of bootimg-tools.zip to C:\ximg\
Replace split_bootimg.pl with the one I attached to post.(Will change output of the split img: kernel as image and ramdisk.gz as ramdisk, needed for the convert to FTF)
Copy the kernel to C:\ximg\ and rename to boot.img (or just boot, if you don't see the .img extention)
Open Cygwin terminal and enter cd /cygdrive/c/ximg/
if you wanna see contents of the location, type in ls, and you should see all the extract bootimg files + boot.img,
Extract boot.img by entering ./extractboot boot.img (in the ximg folder you should now see image and ramdisk
Grab the SINTools from the attachments and extract folder, it was originally part of the-laser's post here(just edited the build cmd to generate r800 kernel.sin's)
Copy the image and ramdisk from the ximg folder over into the SinTools folder, run the r800_build.cmd, you should now have kernel.sin made.
In the SINTools folder I threw an empty kernel.FTF w/ r800 loader, open it with winrar or w/ extractor tool you use and drag and drop the kernel.sin into the opened FTF, you can also edit the manifest if you want.
Flashtool time
DONE!
Good luck
Guess I will copypasta to thread after I format it a bit. Yay kernels done uploading too.
Was going to do this later but u got it done before I could most my kernels use lzma compression for ramdisk so would of taken him a bit to figure it out...
Did u test the kernels if they worked (the ones you just uploaded), if so ill post them on my thread linking to your guide on what to do. Good find by the way.
Ya I actually found lasers tools late last night (not very easy to find or popular) which I am going to use today thanks loopy I thought you were dead or something lol. Ive had cygwin for ages ive got the full install takes about an hour lol
Sent from my LT28i using xda app-developers app
wedgess said:
Was going to do this later but u got it done before I could most my kernels use lzma compression for ramdisk so would of taken him a bit to figure it out...
Did u test the kernels if they worked (the ones you just uploaded), if so ill post them on my thread linking to your guide on what to do. Good find by the way.
Click to expand...
Click to collapse
Tested a few, and got sexy Lupus bootlogo , so I'm assuming they work, didn't try appropriate roms to make sure they "fully" work, but I don't see why they won't. lzma compression would explain the CPIO error when it tries to decompress the ramdisk, thanks for pointing that out.
psxpetey said:
Ya I actually found lasers tools late last night (not very easy to find or popular) which I am going to use today thanks loopy I thought you were dead or something lol. Ive had cygwin for ages ive got the full install takes about an hour lol
Click to expand...
Click to collapse
Yep, the only reason I figured this method out was due to me messing around with an X10 2 weeks earlier, which led me to the_laser's tools and the idea of an FTF kernel. It's messy, but gets the job done.
LoOpy! said:
Tested a few, and got sexy Lupus bootlogo , so I'm assuming they work, didn't try appropriate roms to make sure they "fully" work, but I don't see why they won't. lzma compression would explain the CPIO error when it tries to decompress the ramdisk, thanks for pointing that out.
Yep, the only reason I figured this method out was due to me messing around with an X10 2 weeks earlier, which led me to the_laser's tools and the idea of an FTF kernel. It's messy, but gets the job done.
Click to expand...
Click to collapse
Oh ya they work ive been on doomkernel since I got home haha super glad you got this done.
Sent from my LT28i using xda app-developers app
psxpetey said:
Oh ya they work ive been on doomkernel since I got home haha super glad you got this done.
Sent from my LT28i using xda app-developers app
Click to expand...
Click to collapse
Is there a mirror for bootimg-tools.zip?
Please could anyone please edit the r800 file loopy edit from the x10 to r800 for sk17i insteaD pretty please I sure this work with loads of devices maybe all hdpi and mdpi
Sent from my SK17i using Tapatalk 2
This is the file I need to get with sk17i aka mango info
https://db.tt/C4ReBruX
Sent from my SK17i using Tapatalk 2
http://forum.xda-developers.com/showthread.php?p=46008894
Please help I think this is the need info just can some help explain how to convert the numbers , I dont get which one to use
Sent from my SK17i using Tapatalk 2
Or is it the info flashtool sin tool shows, please someone
Sent from my SK17i using Tapatalk HD
@LoOpy!
Hi, how can I edit the build.cmd to repack Arc S kernels?
Related
this is ext4 module binary for linux kernel 2.6.35.7 (DXLB1 stock firmware). i build to test my tools (compiler, etc.) and ability to load kernel module from stock kernel. if anyone needed, feels free to take it. working with loop device (not testing yet with real partition but it should be working) with following issue :
1. stock kernel not support "huge_file" feature witch is enable by default by mkfs.ext4. make sure to disable it
2. auto detect filesystem in mount command not working because wrong auto detect order. use"-t ext4" param
3. file size is big. not sure fit in initramfs (not investigate yet)
load module with insmod, jbd2.ko first and then ext4.ko.
news
irfan was mentioned in Portal:
:good::good::good: http://www.xda-developers.com/android/huawei-ideos-s7-gets-a-dual-boot-kernel/ :good::good::good:
I dont think it will be able to boot the phone because of the large ramdisk. In that case you need to compress it using lzma
Sent from my GT-S5360 using XDA
@mai77
thanks for your info
hell_lock said:
I dont think it will be able to boot the phone because of the large ramdisk. In that case you need to compress it using lzma
Click to expand...
Click to collapse
this is old thread, my first trial to build loadable module for sgy. few hour after create this thread i find the problem. it's still contain debug info which easily remove using "strip" command. final result is few hundreds kilobyte uncompressed.
irfanbagus said:
@mai77
thanks for your info
this is old thread, my first trial to build loadable module for sgy. few hour after create this thread i find the problem. it's still contain debug info which easily remove using "strip" command. final result is few hundreds kilobyte uncompressed.
Click to expand...
Click to collapse
Welcome back sir...
Are u still use SGY?
Waiting ur work sir..
Sent from my GT-S5360 using xda app-developers app
shoutokuyaki said:
Welcome back sir...
Are u still use SGY?
Waiting ur work sir..
Click to expand...
Click to collapse
back from where ?
i'm still read this forum almost everyday
unfortunately not, i already give it. maybe will do little hacking next week because my girlfriend complain about battery life (still in stock rom/kernel).
irfanbagus said:
back from where ?
i'm still read this forum almost everyday
unfortunately not, i already give it. maybe will do little hacking next week because my girlfriend complain about battery life (still in stock rom/kernel).
Click to expand...
Click to collapse
Are you sure bro, having time next week??
Girl complain is powerfull reason to uprek2 "hack" again.. Unfortunately for me only have 2-3days/month with my little young and hard to doing something..
This script can execute init.d scripts without any custom kernel! Just place the scripts in init.d folder and then flash this zip from cwm.
http://www.rapid-upload.org/lnyfhz5o9p81/init.d-autorunner-stock.zip.html
NAMAN.ARORA11 said:
This script can execute init.d scripts without any custom kernel! Just place the scripts in init.d folder and then flash this zip from cwm.
http://www.rapid-upload.org/lnyfhz5o9p81/init.d-autorunner-stock.zip.html
Click to expand...
Click to collapse
can you give some scrip to place init.d...ex:a2sd..
is this universal can be use on any device??
Sent from my GT-I8150 using XDA
angel_boulevard said:
can you give some scrip to place init.d...ex:a2sd..
Click to expand...
Click to collapse
lol i also didn't try it cuz i didn't hav any scripts
try the sgy scripts by stomatis
jamestts said:
is this universal can be use on any device??
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
well giv it a try.. u will not hav a brick
Nah bootlop at samsung logo
Don't use it in custom rom
Sent from my GT-S5360 using xda premium
evanlocked said:
Nah bootlop at samsung logo
Don't use it in custom rom
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
ty for the info. i didnt know abt this cuz i tested on stock
@naman: sorry, I don't mean to offend you. but how you supposed to know if this mod work if you don't even try it on your device. are you want to brick our device?
kurotsugi said:
@naman: sorry, I don't mean to offend you. but how you supposed to know if this mod work if you don't even try it on your device. are you want to brick our device?
Click to expand...
Click to collapse
tested on my device den posted in dev. section
where did you get this mod? the sysinit file have scripts which perfectly same with the one from vivek's kernel. so suspicious.
for everyone else, if you use this mod please check /data/local/temp. if this mod really work you should find init.d_loader_test.txt file in that folder. please, I'm just get curious because this mod doesn't work for me. I'll glad if someone could clarify if this mod work on other rom.
Great news....i tried on 2 of my device x10 mini pro original 2.1 firmware and galaxy w bionic cow firmware, it work like charm. Just for your all information,you need to mount system in cwm recovery before flashing it. If you worry will brick your phone,make a backup of your nand flash.
Sent from my GT-I8150 using XDA
Test with v6 supercharge script
Sent from my GT-I8150 using XDA
kurotsugi said:
where did you get this mod? the sysinit file have scripts which perfectly same with the one from vivek's kernel. so suspicious.
for everyone else, if you use this mod please check /data/local/temp. if this mod really work you should find init.d_loader_test.txt file in that folder. please, I'm just get curious because this mod doesn't work for me. I'll glad if someone could clarify if this mod work on other rom.
Click to expand...
Click to collapse
I dont know if its code is similar to viveks kernel, i just browsed many forums and compiled this scripts which could work in almost all phones because the folders are common in all devices.. this script was edited by a frnd of mine for better working, he has a different phone so he doesnt evn know abt viveks kernel.. n if its nt working den i will report it to him..
kurotsugi said:
where did you get this mod? the sysinit file have scripts which perfectly same with the one from vivek's kernel. so suspicious.
for everyone else, if you use this mod please check /data/local/temp. if this mod really work you should find init.d_loader_test.txt file in that folder. please, I'm just get curious because this mod doesn't work for me. I'll glad if someone could clarify if this mod work on other rom.
Click to expand...
Click to collapse
I dont know if its code is similar to viveks kernel, i just browsed many forums and compiled this scripts which could work in almost all phones because the folders are common in all devices.. this script was edited by a frnd of mine for better working, he has a different phone so he doesnt evn know abt viveks kernel.. n if its nt working den i will report it to him..
I am sorry but the link from first post doesn't work.
this trick didn't work in SGY.
Uhhm ok first of all I'm not a 'PRO' at android manipulations or something, just an average xda guy, so please be friendly ...
I was thinking if is there a way that I can make my stock rom function like custom roms? Like have what most custom roms have to offer? I read that stock is always better than custom...
Also like my stock can have tweaks to lengthen batt life, make it faster eventhough its just stock. And also have tweaks like MegaBassBeats etc. just wondering since idk if I can flash those directly on stock.
PS. Im currently using Hybrid v4
You can follow kurotsugi thread to create custom rom
http://forum.xda-developers.com/showthread.php?t=1590330
I always use stok rom and customize with some tweak, modify infitrams in kernel and add another work from other but still love to use stok kernel.
savie said:
You can follow kurotsugi thread to create custom rom
http://forum.xda-developers.com/showthread.php?t=1590330
I always use stok rom and customize with some tweak, modify infitrams in kernel and add another work from other but still love to use stok kernel.
Click to expand...
Click to collapse
did you follow that guide too in customizing your stock rom? Im not a pro coder so I dont know if I can manage to create my own rom though
also visit ......... http://forum.xda-developers.com/showthread.php?p=25247089
Sent from my GT-S6102 using xda premium
manoranjan2050 said:
also visit ......... http://forum.xda-developers.com/showthread.php?p=25247089
Sent from my GT-S6102 using xda premium
Click to expand...
Click to collapse
Ok will check that out... I read it once but it seemed hard and intimidating lol
Nar1990 said:
did you follow that guide too in customizing your stock rom? Im not a pro coder so I dont know if I can manage to create my own rom though
Click to expand...
Click to collapse
That thead made after i custom my rom. Lol.
But kurotsugi more better than me to write and his progres very awsome n more advance than me.
Actualy just use rootexplorer, titanium backup, cwm, and winrar in window enough for minimalis customize.
if you don't want to make an installable rom, you can skip that part. you can go directly for customizing section. you can follow chamatht post about deodexing apk's.
PS: thanks savie, but I'm not as good as savie have said. I'm just another noob here
kurotsugi said:
if you don't want to make an installable rom, you can skip that part. you can go directly for customizing section. you can follow chamatht post about deodexing apk's.
PS: thanks savie, but I'm not as good as savie have said. I'm just another noob here
Click to expand...
Click to collapse
sir what do you mean if I dont want to make an installable rom? and which part do I skip? I just want to make a rom or just customize stock rom and let it have maybe the following:
-bravia engine
-megabassbeats
-v6 and [email protected] support
-deodex (still thinking about it, since it looks kinda hard)
-merruk kernel (I think I read somewhere that it is ok with stock rom? not sure)
those are currently my target for this project... is it possible to have those on (modified) stock rom sir?
Edit: I just read your guide sir, and I think I can do it (I think), so I can customize an existing rom that I have now and put bravia engine + megabassbeats etc. on it? Btw, I have a ccopy of chobits rom so I have the files, your guide says "put be_photo and be_movie in system/etc folder then edit the build.prop" what do I put in build.prop to make it work?
Nar1990 said:
Ok will check that out... I read it once but it seemed hard and intimidating lol
Click to expand...
Click to collapse
Thats not even hard!! Its pretty simple even a noob like me can make a rom using that.. Though I am the OP of that thread
Sent from my GT-S5360 using XDA
Nar1990 said:
sir what do you mean if I dont want to make an installable rom? and which part do I skip? I just want to make a rom or just customize stock rom and let it have maybe the following:
-bravia engine
-megabassbeats
-v6 and [email protected] support
-deodex (still thinking about it, since it looks kinda hard)
-merruk kernel (I think I read somewhere that it is ok with stock rom? not sure)
those are currently my target for this project... is it possible to have those on (modified) stock rom sir?
Edit: I just read your guide sir, and I think I can do it (I think), so I can customize an existing rom that I have now and put bravia engine + megabassbeats etc. on it? Btw, I have a ccopy oe f chobits rom so I have the files, your guide says "put be_photo and be_movie in system/etc folder then edit the build.prop" what do I put in build.prop to make it work?
Click to expand...
Click to collapse
you can go straight to the customization. see add_build.prop.sh inside megabassbeat. that is the script that you should add.
hell_lock said:
Thats not even hard!! Its pretty simple even a noob like me can make a rom using that.. Though I am the OP of that thread
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
lol ok will try to download cygwin, mmeeh might as well try I guess
kurotsugi said:
you can go straight to the customization. see add_build.prop.sh inside megabassbeat. that is the script that you should add.
Click to expand...
Click to collapse
so the add_build.prop.sh I just copy paste the contents to build.prop? or is it supposed to be a separate file that I should just paste somewhere on system folder?
Nar1990 said:
lol ok will try to download cygwin, mmeeh might as well try I guess
so the add_build.prop.sh I just copy paste the contents to build.prop? or is it supposed to be a separate file that I should just paste somewhere on system folder?
Click to expand...
Click to collapse
Copy paste the content
Sent from my GT-S5360 using XDA
don't copy all the script. you'll need to copy the string and value for build.prop file. if you don't know which one should be copied you can use this one. http://www.mediafire.com/download.php?zf40rush0bdj1u2
Ok thanks for the help sir will work on it later tonight
Sent from my GT-S5360 using XDA
i too was a noob before so i understand you
just try to read, read and read
or you can ask when you are in doubt
ps: the best teacher is experience
leodasal2 said:
i too was a noob before so i understand you
just try to read, read and read
or you can ask when you are in doubt
ps: the best teacher is experience
Click to expand...
Click to collapse
Lol thanks i've been staring at the pc monitor for a half day and decided to take a break.. All the scripts are cracking my head
Sent from my GT-S5360 using XDA
I'M NOT RESPONSIBLE FOR ANY BRICK I'M JUST SHARING
This RLE is for those who wants custom splash on their beloved ACE.
Enjoy! This file is made by me. Haven't tested, I don't dare repacking boot.img
Rename *whatever* (#) .rle to COOPER.rle and put onto root folder.
Credits:
DooMLoRD for rle converter
Flickr for this photo
Download:
Apple http://www.mediafire.com/?0aprqq7ju8hr5m8
Android robot-like text http://www.mediafire.com/download.php?g93zueta96istvf
At least please give some feedback.
EDIT: The Apple's got a white line on top, will fix later maybe because Flickr doesn't allow any copy-paste so I screenied it.
well, I gotta say that the Apple one is somewhat ironic
Renan Lazarotto said:
well, I gotta say that the Apple one is somewhat ironic
Click to expand...
Click to collapse
Thx! Does it works?
Sent from my GT-P7300B using xda app-developers app
I'm gonna test later, I think it is better to recompile the kernel with the RLE changed. You can try it using the dsixda's Kitchen -> http://forum.xda-developers.com/showthread.php?t=633246. Thanks!
can you make tutorial ??
gametv said:
can you make tutorial ??
Click to expand...
Click to collapse
For making or putting it into ace?
Making:
1.) Grab a png file.
2.) Use the converter by DoomLoRD.
3.)
Code:
adb push #.rle sdcard
adb shell
su
rm COOPER.RLE
cp sdcard/#.rle /
##COMMENT DON'T WRITE RENAME #.RLE TO COOPER.rle this exact name##
*rename binary I don't know what it is * #.rle COOPER.RLE
Sent from my HTC Desire using xda app-developers app
Renan Lazarotto said:
I'm gonna test later, I think it is better to recompile the kernel with the RLE changed. You can try it using the dsixda's Kitchen -> http://forum.xda-developers.com/showthread.php?t=633246. Thanks!
Click to expand...
Click to collapse
Cygwin dependencies file is corrupted
Sent from my HTC Desire using xda app-developers app
panpjp said:
Cygwin dependencies file is corrupted
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
Hm... Download cygwin from its site and try again! or use Linux in a Virtual Machine
Renan Lazarotto said:
Hm... Download cygwin from its site and try again! or use Linux in a Virtual Machine
Click to expand...
Click to collapse
It said "clear" is missing when I typed in ./menu . Can you provide clear for me? PLEASE I'M BEGGING YOU.
Sent from my HTC Desire using xda app-developers app
panpjp said:
It said "clear" is missing when I typed in ./menu . Can you provide clear for me? PLEASE I'M BEGGING YOU.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
Never heard of this "clear" before! Try installing cygwin again, and on the package selection window search for clear. Otherwise, I really don't know what is wrong.
Renan Lazarotto said:
Never heard of this "clear" before! Try installing cygwin again, and on the package selection window search for clear. Otherwise, I really don't know what is wrong.
Click to expand...
Click to collapse
Tried re-installing. Can't find clear :crying:
Got this when ./menu
Code:
Welcome to dsixda's Android Kitchen
Please wait .
Error: The application 'clear' is not installed - the kitchen
will not function properly without it. Ensure you did
not miss a step during installation! Refer to the
Android Kitchen FAQ at xda-developers.com for further
assistance.
PLEASE READ THE FAQ BEFORE ASKING QUESTIONS!
I've read the FAQ.
Try asking in the kitchen thread then, I think it is the best lead you can have.
Renan Lazarotto said:
Try asking in the kitchen thread then, I think it is the best lead you can have.
Click to expand...
Click to collapse
Migrating to my PC which has the uncorrupted file after killing 6 viruses (4 PUPS, 1 Trojan *I HATE U FUQ'IN VIRUS DEPLOYER FROM SOMEWHERE ON EARTH* and 1 Adware -.- )
panpjp said:
Migrating to my PC which has the uncorrupted file after killing 6 viruses (4 PUPS, 1 Trojan *I HATE U FUQ'IN VIRUS DEPLOYER FROM SOMEWHERE ON EARTH* and 1 Adware -.- )
Click to expand...
Click to collapse
Remember that you can always use a Virtual Machine with Linux. No problems on there.
I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
may be you have to edit res-framework.apk to make a rom working!
gulsher said:
may be you have to edit res-framework.apk to make a rom working!
Click to expand...
Click to collapse
Do you know what parts of it? I'm not so great at sense rom porting =/
Decompile
1. Download these files:
http://dl.dropbox.com/u/54258750/apktool1.4.2.31e6dc5.jar
md5: 38db374a2f733000b1b0309b2b99f74b
http://dl.dropbox.com/u/54258750/aapt.exe (from the latest R16 SDK)
md5: 26a35ee028ed08d7ad0d18ffb6bb587a
http://dl.dropbox.com/u/54258750/apktool.bat
md5: 2bf3b895011fc4b1801edcfbabfdc295
2. Copy all files to your 'Windows' directory and rename apktool1.4.2.31e6dc5.jar to apktool.jar
3. Open command prompt, and install framework (apktool if framework-res.apk)
4. Decompile with apktool1.4.2.31e6dc5.jar (everytime use this to decompile framework-res.apk)
apktool d framework-res.apk
Rebuild
1. Download http://code.google.com/p/android-apktool/downloads/detail?name=apktool1.4.3.tar.bz2 and copy to your windows directory (overwrite the old apktool.jar)
md5: 3d0478c4d23c7829edc024266697fef9
2. apktool b framework-res
3. extract all files from 'dist\apktool-res.apk' and create new archive with winrar or 7zip (archive type: zip | compression method: store)
4. resign
5. zipalign
6. Rename to famework-res.apk
---------- Post added at 09:04 PM ---------- Previous post was at 09:01 PM ----------
try to copy these lib
Libandroid_runtime.so
Libandroid_servers.so
Libmedia_jni.so
if rom is not booting
MameTozhio said:
I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
Click to expand...
Click to collapse
Waiting for your Android 4.0.4 Sense 4.1 :good:
Well I managed to get it to show Boot animation, I edited the build.prop.
I still can't get a logcat, I tried to make an init.d script to logcat a file to the sdcard, but that didn't want to work.
I'm using my own guide now, but no matter what I do it doesn't boot.. anyone else able to help?
I've also switched base to Asia HK 2.24.708.1, it isn't much different from the telus_wwe base I was using.
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
bandit97 said:
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
Click to expand...
Click to collapse
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
MameTozhio said:
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
Click to expand...
Click to collapse
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
bandit97 said:
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
Click to expand...
Click to collapse
I'm going to try using the kitchen porter.. just downloaded the master from github, just waiting for 1.18.401.1 from DX to finish downloading.
Delete- figured it out!
I used the android kitchen to port it, I can't get it to boot now. Does anyone have any ideas? (Sorry for all the double posts ._.)
Sent from my Nexus 4 using xda app-developers app
Can you give a link to the base your using?
Sent from my HTC One V using xda app-developers app
http://forum.xda-developers.com/showthread.php?p=36280811
The hTC Asia HK 2.24.701.1 version.
Sent from my Nexus 4 using xda app-developers app
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
bandit97 said:
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
MameTozhio said:
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
Click to expand...
Click to collapse
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
bandit97 said:
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
Click to expand...
Click to collapse
I'm really only trying to get Sense 4.1 lite.
MameTozhio said:
I'm really only trying to get Sense 4.1 lite.
Click to expand...
Click to collapse
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
bandit97 said:
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
Click to expand...
Click to collapse
Yeah, I've also got my own method of porting that doesn't require a lot of gutting and produces a working ROM. It just doesn't work for Desire X sense ports..