New Yank555.lu kernels source??

Feel free to post whatever you want in here, or let others know who you are etc.
Please always be nice with each other, I don't want to see any ranting on this forum ;)

Re: New Yank555.lu kernels source??

Postby Perka » 07 Jul 2013, 10:46

Hi there yank :)

What is the right way to enable init.d support in the kernel?

Any hints/help is welcome. :)

Thx Perka
Perka
 
Posts: 33
Joined: 21 Mar 2013, 13:10
Has thanked: 17 times
Been thanked: 4 times

Re: New Yank555.lu kernels source??

Postby yank555 » 07 Jul 2013, 11:10

I just added a service to init.rc which handles my kernel config.

If user selects init.d support I run it from that config script, else I don't ;)

To be precise, this is what I do in that script when init.d is supposed to be handled by my kernel :

Code: Select all
# - Enabled init.d scripts support by kernel/ramdisk
chgrp -R 2000 /system/etc/init.d
chmod -R 755 /system/etc/init.d
/system/xbin/busybox run-parts /system/etc/init.d


The init.rc entry look like this :

Code: Select all
# Start kernel configuration
service yank555-kernel /system/bin/sh /system/etc/init.kernel.sh
    class main
    user root
    group root
    oneshot


Hope this helps ;)

JP.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: New Yank555.lu kernels source??

Postby Perka » 12 Jul 2013, 17:11

Will try it, thx.

More help :) And for custom bootanimation? What needs to be done? I thought I got it right but I did not :p

Thank you for your help :)
Perka
 
Posts: 33
Joined: 21 Mar 2013, 13:10
Has thanked: 17 times
Been thanked: 4 times

Re: New Yank555.lu kernels source??

Postby yank555 » 12 Jul 2013, 20:09

Perka wrote:Will try it, thx.

More help :) And for custom bootanimation? What needs to be done? I thought I got it right but I did not :p

Thank you for your help :)


I'm not at my PC right now, but you need to disable bootanimation in init.rc and add a check for the presence of the boot animation and run the custom one or Sammy one.

If you want it quickly, download my Sammy kernel and have a look in the setup/script... there is a header file that should tell you what you need ;)

Let me know if you can't find it.

Btw, this is curtesy of AndiP71 who gave me these infos ;)

JP.

Sent from my SlimBean 7 / Yank555.lu CM10.1 kernel v1.6d-beta9 (Linux 3.0.85) powered Galaxy S3 i9300
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: New Yank555.lu kernels source??

Postby Perka » 27 Jul 2013, 11:29

Hi just wondering how I can git remote add https://git.kernel.org/cgit/linux/kerne ... inux-3.0.y and then cherry-pick as this commit https://github.com/javilonas/Lonas_KL_G ... 18503bcaef

I see your Plain kernel.org repo with 3.0.y branch only, but with that I need to cherry-pick all of the commits and not just one as in this https://github.com/javilonas/Lonas_KL_G ... 18503bcaef

I need to use grokmirror?

Thx :)
Perka
 
Posts: 33
Joined: 21 Mar 2013, 13:10
Has thanked: 17 times
Been thanked: 4 times

Re: New Yank555.lu kernels source??

Postby yank555 » 27 Jul 2013, 12:22

Oh don't use that one, I'll remove it anyway, just brought it up for Psndna88 so he could download only 3.0y instead of full kernel.org repo.

It's not needed anymore.

You should use this repo :

git://git.kernel.org/pub/scm/linux/kern ... stable.git

JP.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: New Yank555.lu kernels source??

Postby Perka » 30 Jul 2013, 20:24

Hi yank, any plans for sammy kernel to get the GPU controll?
https://github.com/yank555-lu/CM10-JB/c ... e14ee5af80

I tried to apply it to my sammy source but with no luck :p

Thx.
Perka
 
Posts: 33
Joined: 21 Mar 2013, 13:10
Has thanked: 17 times
Been thanked: 4 times

Re: New Yank555.lu kernels source??

Postby Perka » 30 Jul 2013, 20:33

Nvm, just read your answer in the kernel thread.

So is it possible to update the mali drivers for sammy kernel?
Perka
 
Posts: 33
Joined: 21 Mar 2013, 13:10
Has thanked: 17 times
Been thanked: 4 times

Re: New Yank555.lu kernels source??

Postby yank555 » 30 Jul 2013, 20:35

Nope, I won't invest time in the "old" mali drivers, this GPU control will also only be available in my CM10.1 kernels (i9300 & i9305), sorry :(

It was about time Sammy released a proper 4.2.2 with corresponding sources...

Seriously, I'm not getting any other Sammy device, this makes me a little "mad", not being able to move on :evil:

Nexus will most likely be my destination ! ;)

JP.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: New Yank555.lu kernels source??

Postby yank555 » 30 Jul 2013, 20:36

Perka wrote:Nvm, just read your answer in the kernel thread.

So is it possible to update the mali drivers for sammy kernel?


Nope, since the ROM side drivers are "blobs", you'd have to change them as well, and god knows what else, or if that would even be compatible with 4.1.x ??

JP.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

PreviousNext

Return to Offtopic - General Chat Room

Who is online

Users browsing this forum: No registered users and 1 guest

cron