[KERNEL][Q] O3 Optimization problem - Samsung Galaxy W I8150

hi mate, i'm learning to build my own kernel for my personal use
i got a problem here. as the title said, i compile a kernel that O3 optmized, but problem comes when i wipe cache and dalvik cache, the kernel always stuck in bootanimation (freeze not bootlooping).
i have listed what is the most possible factor of this, but i can't figure out the real problem :
1. the O3 optimization
2. the linaro toolchain version 4.7.3-2012-12-05 if im not mistaken
3. makefile cflags
what do you guys think of this problem? any help is greatly appreciated

Try to ask forfivo, I think he's around
-sent from my awesome phone-

these O3 and friends really make me confused
Sent from my GT-I8150

hadidjapri said:
these O3 and friends really make me confused
Sent from my GT-I8150
Click to expand...
Click to collapse
Calm down bro, step by step
-sent from my awesome phone-

well i found problem compiling with new linaro . bluetooth can't be used even i've put the module to ramdisk
Sent from my GT-I8150

Related

Building CM 10 using the Linaro tool chain

Hi, I've set up a Linux box at home and set up a build system on it. It's working great so far. I just saw in the CM nightly thread that GCC 4.7 and Linaro should now be supported with some recent nice commits. Could somebody please point me in the right direction on how to build CM 10 using that compiler/tool chain instead of the default one?
Big thanks!
Sent from my HTC One X using xda app-developers app
ViperFred said:
Hi, I've set up a Linux box at home and set up a build system on it. It's working great so far. I just saw in the CM nightly thread that GCC 4.7 and Linaro should now be supported with some recent nice commits. Could somebody please point me in the right direction on how to build CM 10 using that compiler/tool chain instead of the default one?
Big thanks!
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
dont know if this helps mate but here are a few links...apologies if they are not the ones you are looking for
http://forum.xda-developers.com/showthread.php?t=1846651
http://www.kernel-xp.net/index.php/en/guide/25-android/32-build-cm10
Goku80 said:
dont know if this helps mate but here are a few links...apologies if they are not the ones you are looking for
http://forum.xda-developers.com/showthread.php?t=1846651
http://www.kernel-xp.net/index.php/en/guide/25-android/32-build-cm10
Click to expand...
Click to collapse
Hi,
thanks, but those guides seems to be regarding setting the build system up (which I allready got working).
I'm wondering about how to use the GCC 4.7 compiler instead of the default one.
Thanks anyways!
No one else with some ideas? Was planning on building my own Linaro 9.12 builds and sharing them, but I'm to much of a noob when it comes to building CM...
ViperFred said:
Hi,
thanks, but those guides seems to be regarding setting the build system up (which I allready got working).
I'm wondering about how to use the GCC 4.7 compiler instead of the default one.
Thanks anyways!
Click to expand...
Click to collapse
If you're using ubuntu and its variants, you can try the following(should work for any debian based ones)
Code:
rm /usr/bin/gcc
rm /usr/bin/g++
ln -s /usr/bin/gcc-4.7 /usr/bin/gcc
ln -s /usr/bin/g++-4.7 /usr/bin/g++
To change back to your original compiler, you can just repeat the steps but change the version of the gcc and g++(4.7 to your version)
wcypierre said:
If you're using ubuntu and its variants, you can try the following(should work for any debian based ones)
Code:
rm /usr/bin/gcc
rm /usr/bin/g++
ln -s /usr/bin/gcc-4.7 /usr/bin/gcc
ln -s /usr/bin/g++-4.7 /usr/bin/g++
To change back to your original compiler, you can just repeat the steps but change the version of the gcc and g++(4.7 to your version)
Click to expand...
Click to collapse
Thanks! Will try that out!
:good:
Hm...seems the kernel is build using gcc 4.6 anyways. Will look into some CM buildscripts and try to find where to change compiler...
Could it be that CM10 buildsystem is using the prebuild and prebuilds directories for gcc?
Yeah prebuilt is where it's found.
When the Linaro toolchain was experimented with in CM9 you had to cherrypick it.
Rusty! said:
Yeah prebuilt is where it's found.
When the Linaro toolchain was experimented with in CM9 you had to cherrypick it.
Click to expand...
Click to collapse
So...do you know how I could use my system gcc (4.7) instead of the prebuilt one?
Thanks!
You have to edit your envsetup.sh to point to the chain you want to use.
Rusty! said:
You have to edit your envsetup.sh to point to the chain you want to use.
Click to expand...
Click to collapse
Ok, is it the ARM_EABI_TOOLCHAIN that should be set?
Big thanks Rusty! for helping me out here... :good:
Yeah that rings a bell. There might be two of them to set.
I don't know if this will be any help to you?
http://forum.xda-developers.com/showthread.php?t=1759007

[JB] Kernel 3.4.XX

Hi guys!
This is the kernel 3.4.XX for our device.
I've compiled it from erik96,merged with arco's and hadidjapri's,sources.
It's on alpha stage/not completely optimized for android,yet. It's yet Linux like.
Kernel version: 3.4.33
Initial Release
New x32 ABI support, this shall somehow maximize CPU perfomance
Swap-in readahead skips over holes
Netfilter enhancement
Crypto - sha224 and sha384 routines
Some minor file system changes
Networking enhancements (networking speed is a bit better)
Advanced Configuration and Power Interface S4 sleep state - this would result in ability of guest VMs to hibernate on Xen
Larger physical address extension on the ARM architecture
Some battery improvements, battery life seems to be better
Lots of open source graphic DRM changes
Intel Sandy Bridge performance improvements (only on PC's)
Btrfs improvements
Improved Power Management
New Power Management Phases
Governors taken from PhenomKernel
I/O Schedulers from PhenomKernel
Compiled with Linaro 4.7.3 Toolchain.
Working:
Camera (both picture and video, 720P recording)
USB
3G & Calls
Audio
Battery
Touchscreen
Touch keypad
Bluetooth
Accelerometer
Proximity Sensor
Orientation Sensor
Digital Compass
Vibration
GPS
Display
BLX
Vsync
Not Working:
Wifi
USB OTG
Download:
1st release - DOWNLOAD - 26/02/2013 - 3.4.33 - LKA
Credits:
Erik96 - Base 3.4 kernel
Arco68 - Base 3.0 kernel
Hadidjapri - Support
Hotteabilly - Support
Reserved
As far as I know OTG isn'supported yet in Ancora because arco didn't change a things from his rom. This is for clearing the confusion later. Thanks
-sent from my awesome phone-
hi miki, can you show me the logcat showing the vsync is working? because it's not working on my phone
hotheabilly said:
As far as I know OTG isn'supported yet in Ancora because arco didn't change a things from his rom. This is for clearing the confusion later. Thanks
-sent from my awesome phone-
Click to expand...
Click to collapse
I've already deleted that line.
hadidjapri said:
hi miki, can you show me the logcat showing the vsync is working? because it's not working on my phone
Click to expand...
Click to collapse
It doesn't work also for me, I'm editing the first post
miki2o said:
I've already deleted that line.
It doesn't work also for me, I'm editing the first post
Click to expand...
Click to collapse
Already runs out of my thanks today, will thanks you later
-sent from my awesome phone-
hotheabilly said:
Already runs out of my thanks today, will thanks you later
-sent from my awesome phone-
Click to expand...
Click to collapse
It is the caf kernel 3.4 ???????
biagio7xD said:
It is the caf kernel 3.4 ???????
Click to expand...
Click to collapse
it's erik's
anyway, wifi should be working. (it works on my build)
Hmm, WiFi is primary source for me... Anyways, THANKS for this brilliant job! Arco! :thumbup:
From my Wonder, trying to PORT Sense to this device!
1/10 Done.
TiTAN-O-One said:
Hmm, WiFi is primary source for me... Anyways, THANKS for this brilliant job! Arco! :thumbup:
From my Wonder, trying to PORT Sense to this device!
1/10 Done.
Click to expand...
Click to collapse
Arco? Maybe Erik96
370mb ram?
i already tried it on newest slimbean but only got 346mb
now i revert back to 3.0.x.x
waiting till wifi working
hi miki please run this command from terminal or adb
Code:
logcat -v time -d|grep 'VSYNC'
and look at the output. run this command quickly after reboot
hadidjapri said:
hi miki please run this command from terminal or adb
Code:
logcat -v time -d|grep 'VSYNC'
and look at the output. run this command quickly after reboot
Click to expand...
Click to collapse
Now my phone is under charging and i cannot take it for a bit...I'll this later
Change again to 3.4.33 anzac because I just cant resist >.<
-sent from my awesome phone-
hotheabilly said:
Change again to 3.4.33 anzac because I just cant resist >.<
-sent from my awesome phone-
Click to expand...
Click to collapse
LOL, but what do you mean with anzac? xD
Android without working WiFi is like...
A computer without any input device
Click to expand...
Click to collapse
Try throwing up hadi's branch to activate WiFi :victory:
foid said:
370mb ram?
i already tried it on newest slimbean but only got 346mb
now i revert back to 3.0.x.x
waiting till wifi working
Click to expand...
Click to collapse
Me too, on PA 2.99, only got 346mb
Btw, nice work..
Sent from my GT-I8150 using Tapatalk 2
Thank you
I tried it
There is problem with the screen which (galaxy wonder gt-i8150) appears on (pink color font). And didnt appear correctly
Sent from my GT-I8150 using xda premium
biagio7xD said:
It is the caf kernel 3.4 ???????
Click to expand...
Click to collapse
No, for now is LKA.
Madridii said:
Thank you
I tried it
There is problem with the screen which (galaxy wonder gt-i8150) appears on (pink color font). And didnt appear correctly
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Already know that.
hadidjapri said:
hi miki please run this command from terminal or adb
Code:
logcat -v time -d|grep 'VSYNC'
and look at the output. run this command quickly after reboot
Click to expand...
Click to collapse
This is it! So is enabled or not?
Hey guys! I'm gald to see that my project is ported to Galaxy W. :good: Great job devs .
But what's wrong about WiFi?
@OP, did you pushed the dhd.ko module compiled during the compilation process into the RAMDISK at /lib/modules? If not, this is the problem... it can be fixed in 3 minutes .
Also, I'll update to CAF maybe next week or so, so you guys can try use those sources too :highfive:
I hope the WiFi problem will get fixed.
Regards,
Erik

[KERNEL] [13/5] Razer LTS | Beta1.0 | NTFS | TUN | CIFS | EFS | EXFAT |

Razer LTS Kernel
Features:
Based On Samsung Update 1
Built with Stock ARM Toolchain
exFat
NTFS
TUN
CIFS
Added Conservative | Interactive | Powersave
Default I/O Sched No-op
CPU_Load_Slope Corrected
Info:This is My First Time Making a Kernel..So please Do not have any regrets in me..if you really don't like my kernel..stay away this thread..do not spam my thread
If you understand what situation I'm in
but sure i can give my fullest to this community
Bugs:
None
Downloads:
Beta 1.0
Instructions:
Backup the ROM
Wipe Dalvik cache
Flash the .zip file with Clockworkmod
Credits:
Thanks for your Contribution,Support and Teachings :good:
AndreiLux
Wanam
n3ocort3x
Github:
Anybody who would like to make changes to my git can obiviously do it
My Simple Motto:Your ROM,Your Kernel
Github Link
First, I'll check it out soon
I can't seem to download it, Google docs just opens the file rather than letting me download it. I'm using my phone not my pc...
Sent from my GT-I9500 using Tapatalk 4 Beta
Nasty_z said:
First, I'll check it out soon
I can't seem to download it, Google docs just opens the file rather than letting me download it. I'm using my phone not my pc...
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
file > Download :good:
Sorry, it didn't show up before, downloading now..
Sent from my GT-I9500 using Tapatalk 4 Beta
Purely spiritual support your endeavors to enrich i9500 forum.
Sent from my GT-I9500 using xda app-developers app
The more the merrier, practice makes perfect, I'm sure you'll make a great kernel with time.
WiFi isn't working? @razer1224, are you using Google's NDK toolchain to compile the kernel? Also, Google Docs is a bit confusing for people to download from because it's a .zip file, try http://d-h.st/ instead
android1234567 said:
WiFi isn't working? @razer1224, are you using Google's NDK toolchain to compile the kernel? Also, Google Docs is a bit confusing for people to download from because it's a .zip file, try http://d-h.st/ instead
Click to expand...
Click to collapse
Very nice to see you here, we gonna need all your help. Thanks
android1234567 said:
WiFi isn't working? @razer1224, are you using Google's NDK toolchain to compile the kernel? Also, Google Docs is a bit confusing for people to download from because it's a .zip file, try http://d-h.st/ instead
Click to expand...
Click to collapse
Google Stock Arm Eabi toolchain is not working
I will be getting Linaro 4.6 And thanks for your support
Sent from my GT-I9500 using xda app-developers app
anyways am pointing out the error occuring with stock toolchain @android1234567
/home/razer/arm-eabi-4.6/bin/arm-eabi-gcc: 1: /home/razer/arm-eabi-4.6/bin/arm-eabi-gcc: Syntax error: "(" unexpected
I might be compiling with linaro soon
razer1224 said:
Google Stock Arm Eabi toolchain is not working
I will be getting Linaro 4.6 And thanks for your support
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
Use Linaro 4.7 and add the -mno-unaligned-access flag to the KBUILD_CFLAGS_KERNEL line in the Makefile in the root directory, otherwise the kernel won't boot. You can download the April release of Linaro 4.7 from here: https://releases.linaro.org/13.04/c...13.04-2-2013-04-13_12-08-43-linux-x86.tar.bz2
Also, apply this patch so your kernel builds nicely with Linaro: https://github.com/Christopher83/sa...mmit/423e4b149aa5325937f6d72b9ec5deaea4d8eed2
I don't actually own the S4 (was just browsing around here lol) but it seems pretty nice. Maybe I'll get it
android1234567 said:
Use Linaro 4.7 and add the -mno-unaligned-access flag to the KBUILD_CFLAGS_KERNEL Makefile in the root directory, otherwise the kernel won't boot. You can download the April release of Linaro 4.7 from here: https://releases.linaro.org/13.04/c...13.04-2-2013-04-13_12-08-43-linux-x86.tar.bz2
Also, apply this patch so your kernel builds nicely with Linaro: https://github.com/Christopher83/sa...mmit/423e4b149aa5325937f6d72b9ec5deaea4d8eed2
I don't actually own the S4 (was just browsing around here lol) but it seems pretty nice. Maybe I'll get it
Click to expand...
Click to collapse
Thanks for Metioning
@android1234567
arm-eabi-gcc: error: unrecognized command line option '-MNO-UNALIGNED-ACCESS'
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
Hmm..You asked to add a flag but it does not recognize
razer1224 said:
@android1234567
arm-eabi-gcc: error: unrecognized command line option '-MNO-UNALIGNED-ACCESS'
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
Hmm..You asked to add a flag but it does not recognize
Click to expand...
Click to collapse
That flag works in Linaro 4.7. Did you set the cross compile path to the Linaro toolchain? That error can also appear if you added the flag to HOSTCFLAGS instead of KBUILD_CFLAGS_KERNEL
Sent from my HTC Sensation 4G using xda app-developers app
android1234567 said:
That flag works in Linaro 4.7. Did you set the cross compile path to the Linaro toolchain? That error can also appear if you added the flag to HOSTCFLAGS instead of KBUILD_CFLAGS_KERNEL
Sent from my HTC Sensation 4G using xda app-developers app
Click to expand...
Click to collapse
i think 4.7 GCC's normally dont work with this kernel sources
as it ends up in some error
razer1224 said:
i think 4.7 GCC's normally dont work with this kernel sources
as it ends up in some error
Click to expand...
Click to collapse
A different error? And all sources can be changed to work with GCC 4.7
Sent from my HTC Sensation 4G using xda app-developers app
razer1224 said:
anyways am pointing out the error occuring with stock toolchain @android1234567
/home/razer/arm-eabi-4.6/bin/arm-eabi-gcc: 1: /home/razer/arm-eabi-4.6/bin/arm-eabi-gcc: Syntax error: "(" unexpected
I might be compiling with linaro soon
Click to expand...
Click to collapse
This error means you are using 64bit version of the toolchain, checkout from this commit.
wanam said:
This error means you are using 64bit version of the toolchain, checkout from this commit.
Click to expand...
Click to collapse
Yeah, My System Totally cant run 64bit properly
meaning it cant update my linux
EDIT: THANK YOU @wanam THIS IS WHAT AM SEARCHING FOR
32BIT Toolchain
Thanks YOU SO MUCH
android1234567 said:
Use Linaro 4.7 and add the -mno-unaligned-access flag to the KBUILD_CFLAGS_KERNEL line in the Makefile in the root directory, otherwise the kernel won't boot. You can download the April release of Linaro 4.7 from here: https://releases.linaro.org/13.04/c...13.04-2-2013-04-13_12-08-43-linux-x86.tar.bz2
Also, apply this patch so your kernel builds nicely with Linaro: https://github.com/Christopher83/sa...mmit/423e4b149aa5325937f6d72b9ec5deaea4d8eed2
I don't actually own the S4 (was just browsing around here lol) but it seems pretty nice. Maybe I'll get it
Click to expand...
Click to collapse
Please get the S4(I9500), imagine unleashing this beast with linaro and potential kernel tweaks beyond anything around now.
Beta 1.0
Beta 1.0:
Fixed WiFi
Exfat module added from Samsung
And Probably NTFS Will Work

[KERNEL][JB 4.2] Devil Kernel [Silk smooth & Hell fast] (UPDATED 24/06)

Hello People
Since long time I have seen many people struggling and requesting someone to share GREAT devil kernel.
*****And here I came**** ​So I requested DerTeufel1980 and luckily he accepted to share the kernel
without compiling from source i.e. by extracting from his supersonic HellyBean ROM.
That is enough talk
How to install
1-Make sure you run JB 4.2 with stock CM partitioning.
2-Reboot into recovery.
3-Choose kernel zip and flash.
4-For better performance wipe cache & dalvik cache.
N.B. I don't make any modifications to the kernel, I just extract the kernel and share it.
Kernel Source : https://github.com/DerTeufel/samsung-kernel-aries
Features
1. Linux Kernel 3.0.83
2. Normal OC Support ( 1200 , 1300 and 1400MHz steps )
3. Live OC Support ( up to 150% )
4. Voltage Control support
5. ZRAM Support
6. SWAP Support
7. KSM Support
8. Dynamic FSync Support
9. RAM Choice ( 382 , 395 , 408 , 439MB , with auto patching of Bigmem libs )
10. CPU Governors - performance , powersave , userspace, ondemand , conservative , interactive , smartassv2, lazy , lagfree, minmax, lulzactive, wheatley
11. IO Schedulers - noop , row , cfq , zen , deadline , zen , sio
12. XZ Compression support.
13. Devil CWM v 6.0.3.0 Semi Touch Recovery.
14. BLN support.
Latest version Changelog
+ update to Linux 3.0.83
+ update i/o schedulers from Linux 3.4
+ added fiops v2 i/o scheduler
Credits
DerTeufel1980
patwip
stratosk
aways
ts1506
Bejda
kasper_h
For those who want to theme it further Bejda made a Device bootsplash here...
(kasper_h style)
If you liked the kernel please consider a donation to DerTeufel1980 and a thanks button for me and him.
Download link :- 24062013 http://www63.zippyshare.com/v/16354404/file.html/
For bug reports please don't over pollute his ROM thread and report over here and I'll test it with HellyBean and report it to him
Kernel will have the same date tag as the ROM version it is extracted from.
First, so every hellybean release? Also it would be great if you provided deviltools as well.
Press thanks if I helped you
Famzz said:
First, so every hellybean release? Also it would be great if you provided deviltools as well.
Press thanks if I helped you
Click to expand...
Click to collapse
Will upload a new version tonight with devil tools already included in system/app
Edit : no it will be better if I included it in data/app so that you're free to delete it or keep
Sent from my GT-I9000 using xda premium
Better as /data/app I think too cause you know there's that issue with NsTools that sometimes needs a fix perms to give access to governors settings.. Well the fastest way to fix perms on DevilTools is to use fix permissions apps from market and apply fix perms on it only but the app won't see DevilTools if installed as system/app.
It's about the same but will just spare a reboot to recovery,check that system is mounted, fix permissions,wait....or use RomManager which with the fix perms process will be little long too.
Why not do the whole fix perms by using RomManager or going to recovery, Mount all partitions and apply while we're on it but as it's not mandatory better have choice.
Can we also report bug's ?
Because wifi isn't working here with devil kernel and the latest cm nightly.
And of course thank you very much fort making the kernel accesible
Sent from my GT-I9000 using xda app-developers app
OP updated with devil tools
Install as normal apk
FREEKR said:
Can we also report bug's ?
Because wifi isn't working here with devil kernel and the latest cm nightly.
And of course thank you very much fort making the kernel accesible
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Edit : Of course you can report bugs
Anyone else please ?
+1,Wifi no working.
ahmadashraf said:
Edit : Of course you can report bugs
Anyone else please ?
Click to expand...
Click to collapse
You need to extract the /system/lib/modules folder from hellybean into your current system to get WiFi with Devil Kernel. Consider updating the zip.
ts1506 said:
You need to extract the /system/lib/modules folder from hellybean into your current system to get WiFi with Devil Kernel. Consider updating the zip.
Click to expand...
Click to collapse
Will do it now thanks man
Sent from my GT-I9000 using xda premium
lol welcome bro
aways said:
lol welcome bro
Click to expand...
Click to collapse
Before thanks ?! Hahah
Edit: Sorry forget to include you in the thanks list you made me jealous from your thanks metre and the hundreds of development threads you have
Sent from my GT-I9000 using xda premium
aways said:
lol welcome bro
Click to expand...
Click to collapse
+1:good:
ph.miki said:
+1:good:
Click to expand...
Click to collapse
Thanks your ROM is really extra ordinary BTW awesome look and performance and battery life
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Thanks your ROM is really extra ordinary BTW awesome look and performance and battery life
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Thanks bro.
@ahmadashraf,
system/lib/hw/lights.aries.so too,for bln
Thanks to ts1506
OP updated with new version
Hope wifi is now working
Testers please !!
Bejda said:
@ahmadashraf,
system/lib/hw/lights.aries.so too,for bln
Click to expand...
Click to collapse
OK done but still not uploaded
anything else ?
ahmadashraf said:
OK done but still not uploaded
anything else ?
Click to expand...
Click to collapse
No, that should be all
Modules and bln lib as Devil provide bln support by dedault.
Thanjs for the topic.
Bejda said:
No, that should be all
Modules and bln lib as Devil provide bln support by dedault.
Thanjs for the topic.
Click to expand...
Click to collapse
Thanks
Added you to the thanks list
Sent from my GT-I9000 using xda premium

[11-12-13][ROM][Kernel][MC6][4.1.2][Radio-MC6]TWRP2.6.0] Iced_Cold_ROM Fully Modded

Hello XDA Member and soon to be members ^^^^
Today on 11-12-13 I share with you my latest work: ICED_COLD_ROM
It is a remake of CRYSTAL_SKULLS rom but with new kernel. kernel info found here
ICR has everything you will need to talk on your phone. =]
ICR comes with my latest ICE_COLD _KERNEL
you will notice new schedules and govorners
flash dirty over any of my de-odexed builds or go clean your choice
here is link https://sourceforge.net/projects/be...D_CRYSTAL_SKULLS_signed_11-12-13.zip/download
you dl it enjoy it or not, come back and give me feedback
disclaimer : Only you are responsible for your device(s).
features:
customizable toggles data flashlight power off etc & themed blue/off & white/on thanks to @wanam
No adds
settings themed
sounds themed and ported from nexus
nexus bootanimation also its customizable
​
Kernel features these governors
BADASS
INTELLIDEMAND
INTERACTIVEX
LAZY
LIONHEART
SAMSUNG
SMARTASS
WHEATLEY
INTERACTIVE
Schedulers added
SIO
ZEN
Download link ICED_COLD_ROM.zip
https://github.com/hallovveen31/ICED_COLD_Hercules_JB_Kernel
First
Sent from my SGH-I747 using Tapatalk
Have been running this for about 4 hrs. now.......everything seems to be running nicely......pretty smooth and no problems. Rushing, thanks for another 4.1.2 rom brother, cause with the ****ty signal I get @ home, I gotta have that WiFi calling
can i change the boot logo?
the inverted star?
and whats the file name?
Haha yeah you can chnge it.. just flash Kl3keners kernel. Unless you take the boot.img aprt its the .rle file . Two major parts to the boot. Img and that is the zImage and then there is a folder for the ramdisk with, on mine, 31 items. 31
Inside or that folder is an initlogo.rle it goes on and on and on just to change the pic you need a .png to rle converter might as well set up the android kitchen while uoure at. No kidding it would make it worthwhile. Everyone should set up Dsixdas kitchen btw. Get linux distro and flash your computer =) the fun never ends.
To finish the kernel talk... And then there is kernel or zImage uou cant bust into that. You have to have the sourcr, or create it lol, and compile the source with a google or linaro toolchain, or your own you made. Then if uou want to share your kernel you learn git. And now I just build kernels when I het board and mess with git pushing and pulling its fun.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Rushing said:
Haha yeah you can chnge it.. just flash Kl3keners kernel. Unless you take the boot.img aprt its the .rle file . Two major parts to the boot. Img and that is the zImage and then there is a folder for the ramdisk with, on mine, 31 items. 31
Inside or that folder is an initlogo.rle it goes on and on and on just to change the pic you need a .png to rle converter might as well set up the android kitchen while uoure at. No kidding it would make it worthwhile. Everyone should set up Dsixdas kitchen btw. Get linux distro and flash your computer =) the fun never ends.
To finish the kernel talk... And then there is kernel or zImage uou cant bust into that. You have to have the sourcr, or create it lol, and compile the source with a google or linaro toolchain, or your own you made. Then if uou want to share your kernel you learn git. And now I just build kernels when I het board and mess with git pushing and pulling its fun.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
thanks bro.. now the only big problem is. i dont have computer...
edwarddlr said:
thanks bro.. now the only big problem is. i dont have computer...
Click to expand...
Click to collapse
oh well just dl tiberius and flash, that should be a good fix =]
however I just overclocked my first kernel to 1.9ghz added tons of governors and fastcharge some schedulers. and am releasing it soon maybe I will make an alternate image.

Categories

Resources