The source code is uploaded to AFH and Mediafire. It isn't on Github anymore. Sharing the source code as I did is allowed. You can download and check it.No source link
Sent from my Samsung SM-G955F using XDA Labs
Attachments
-
168.3 KB Views: 282
The source code is uploaded to AFH and Mediafire. It isn't on Github anymore. Sharing the source code as I did is allowed. You can download and check it.No source link
Sent from my Samsung SM-G955F using XDA Labs
It's of no use a source code that is not to be able to appreciate the changes that have been applied. I have seen some people that have done that. An act a little selfish, and can only serve a limited group of people.The source code is uploaded to AFH and Mediafire. It isn't on Github anymore. Sharing the source code as I did is allowed. You can download and check it.
I had a reason why I've switched to share the source like this. Anyway, the source is available and can be downloaded and used the way an user wants, just that he doesn't see the commitsIt's of no use a source code that is not to be able to appreciate the changes that have been applied. I have seen some people that have done that. An act a little selfish, and can only serve a limited group of people.
Anyway, thank you very much for sharing it.?
Sent from my Samsung SM-G955F using XDA Labs
TouchwizThe source is in first post.
Which version (TW/MIUI) and which ROM?
Hmm, that's strange. I've tested the kernel myself before and the wifi works fine. Also, @updesh94 and other people didn't encounter such issue and there shouldn't be any issue since the wifi module is getting flashed along with the kernel.Touchwiz
Sent from my SM-J500F using Tapatalk
Tell me more details.Hi plz chek camera for j500h not work
Plz fix bug
What settings did you change?@#Henkate It seems that there is some problem with the latest tensei r4, I might have changed some settings and now the phone restarts as soon as it locks!! I tried so many things but the problem was not solved so I Changed back to v 3.0 and problem is gone..
[B][COLOR="Blue"]// You gotta spam second command or make a small script to spam it every second, so you see it in real time[/COLOR][/B]
adb shell
cat /sys/block/mmcblk0/queue/scheduler
[B][COLOR="Blue"]// the scheduler with brackets ( [ ] )is the current scheduler being used[/COLOR][/B]
[cfq] sio sioplus noop deadline row
[B][COLOR="Blue"]// When noop will be used, it'll be:[/COLOR][/B]
cfq sio sioplus [noop] deadline row
Same here... the phone restarts as soon as screen gets off.@#Henkate It seems that there is some problem with the latest tensei r4, I might have changed some settings and now the phone restarts as soon as it locks!! I tried so many things but the problem was not solved so I Changed back to v 3.0 and problem is gone..
You can flash tensei v3 untill its fixed.. @#Henkate I'll be able to provide logcat after 1-2 days since exams are going on...Same here... the phone restarts as soon as screen gets off.
Forced to flash another kernel.
Thank you for your feedback!Don't know why i am getting random reboots after flashing this kernel in my j500f
Every time i need to clear dalvik catch and catch then phone boots properlyWhat settings did you change?
Would you flash latest version again and share me last_kmsg (kernel log) after the random reboot occurs?
If it restarts right when is getting locked, maybe the problem is the I/O sched switcher which change the scheduler to noop when screen gets locked. I might have missed some commits regarding I/O sched switcher, not sure yet, but it does work as I've tested myself. It switch to noop scheduler right when screen gets locked and switch back to previous scheduler when 10 seconds has passed after screen is turned on.
You can check that I/O sched switcher is working by typing following commands in terminal on PC:
The output will be (example):Code:[B][COLOR="Blue"]// You gotta spam second command or make a small script to spam it every second, so you see it in real time[/COLOR][/B] adb shell cat /sys/block/mmcblk0/queue/scheduler
Code:[B][COLOR="Blue"]// the scheduler with brackets ( [ ] )is the current scheduler being used[/COLOR][/B] [cfq] sio sioplus noop deadline row [B][COLOR="Blue"]// When noop will be used, it'll be:[/COLOR][/B] cfq sio sioplus [noop] deadline row
I need to see the kernel log.
Lol my friend with J500F tried this kernel and now he gets random reboots
Thank you for your feedback!
It's a known problem.
Please read my post here: https://forum.xda-developers.com/showpost.php?p=72385626&postcount=150 .
Unfortunately, I didn't have time at all to take a look at it. Also, I haven't experienced random reboot on my J5, but it was in idle.
Please share me the kernel logs as I'm not using my J5.
I can build the kernel without the i/o sched switcher to test if the problem still persists. But is anybody interested in testing it?
No, for real. When will the reboot bug be fixed? He likes Lollipop for some reason and this kernel should give him the best performance and battery.Another giveaway? :laugh:
For real.
@kumarsuraj005 shared me the log of kernel and at this moment im taking a look at it.No, for real. When will the reboot bug be fixed? He likes Lollipop for some reason and this kernel should give him the best performance and battery.
Ok waiting@kumarsuraj005 shared me the log of kernel and at this moment im taking a look at it.
Considering the reports which says that the random reboot occurs when the screen goes off, its most likely this issue will be solved by disabling the i/o sched switcher since this is changing the scheduler to noop when the screen goes off and thats when the random reboot occurs too.
I wont leave the kernel with random reboot.