Ergebnis 1 bis 4 von 4
-
- 22.08.2014, 08:16
- #1
So wir haben auch einen Kernel für das LG G3, nur leider ist wie bei der Recovery, dass man nach dem Neustart des Geräts jedes mal, via ADB Shell den Kernel neu laden muss...
Achtung: Weder ich, PocketPC.ch oder XDA übernehmen irgendwelche Haftung, für Euer Gerät. Dafür seid ihr schön selbst verantwortlich.
Quelle: http://forum.xda-developers.com/lg-g...l-1-0-t2847581
RIN Kernel for D855/P/K | F400/K/S/L
Close to stock with some sugar added ... delicous!
Hey guys and girls,
you may have seen my unified stock kernel thread already (or may not, but doesn't matter). This kernel is my attempt to build up on the fixed source and add some additional features for us mod lovers to thinker with and to personalize your device to your usage. For now, I'll keep it close to my stock source and just pull some additional features and fixes in, but not to much. That may change in the future (maybe even soon), but for now, I'll stick to that paradigm.
First of, DISCLAIMER, I'm not responsible for bricked devices, dead unicorns, rainbows with missing colors, world war, nose bleed, void warranty (you know that already, don't you? your warranty is void now and it's your fault) or any other harm happening to your device, you or people around you!
What does it serve?
- Built with linaro 4.9.1 cortex-a15 optimized toolchain
- IO Schedulers
- BFQ
- CFQ
- DEADLINE
- FIFO
- FIOPS
- NOOP
- ROW
- SIO
- TRIPNDROID
- VR (default)
- ZEN
- Governors
- Adaptive
- Conservative
- DanceDance
- IntelliActive
- IntelliDemand
- Interactive (default)
- Lagfree
- Lionheart
- OnDemand
- Performance
- Powersave
- SmartassV2
- Userspace
- Wheatley
- Voltage control
- Many under the hood fixes
- Stability
- More to come
How to apply it?
IMPORTANT: Read through all the requirements, steps and warnings before you do anything, if any requirement doesn't match or you don't know what one or more of the steps below mean or do, ask before you do any of them, if you don't know how all the steps can be done, let it be and wait for the bootloader unlock, I warned you, if you don't do and something bad happens, I'll just laugh at you!!
[HIDE]
Requirements? Yes!
How to boot the kernel?
- Plugin your device to the PC
- Open a terminal and execute
Code:adb shell # open a shell over adb su # change to superuser dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/storage/external_SD/stock-recovery.img # backup the stock recovery to your external sd exit # exit the superuser shell exit # exit the adb shell adb pull /storage/external_SD/stock-recovery.img . # backup the recovery image from you external sd to the PC adb shell su dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/recovery # remove the stock recovery
Code:adb reboot recovery # rebooting to the not existent recovery will bring you to fastboot
D855:
Code:fastboot boot D855-rin-1.0.1.img # boot the kernel
F400:
Code:fastboot boot F400-rin-1.0.1.img # boot the kernel
BEWARE, NEVER USE FLASH AT FASTBOOT ONLY BOOT, IT WILL TRIGGER SECURITY OF THE LOCKED BOOTLOADER AND YOU WON'T BE ABLE TO BOOT ANYMORE!!!!
You're done now and booted to the custom kernel!
How to make sure you're running the kernel?
To check if you properly booted into the kernel execute this in the command line (terminal emulater or through adb shell):
Code:cat /proc/version
it should show
Code:Linux version 3.4.0-rin-g58903a9-dirty (tectas@tectas-rogg750jx) (gcc version 4.9.1 20140710 (prerelease) (crosstool-NG linaro-1.13.1+bzr2673 - Linaro GCC 2014.07 - Cortex-A15) ) #53 SMP PREEMPT Thu Aug 14 13:26:42 CEST 2014
Once more a warning READ IT!!:
BEWARE, when you reboot you'll boot to the stock kernel, you'll have to boot the custom kernel over fastboot every time, when you boot normally, you'll be on the stock kernel, this won't lead to issues, but you'll miss the benefits of this kernel, I know that's not optimal, but the best we can get with the locked bootloader.
[/HIDE]
How to restore Recovery?
Code:adb shell # open a shell over adb su # change to superuser dd if=/storage/external_SD/stock-recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery # restore the stock recovery from the backup on your external sd
Changes?
17.08.2014
- Support for F400 variants added
14.08.2014/1.0.1
- net/ipv4|include/asm-generic: Enhancement of out of bounds fix
14.08.2014
- Initial release
Full list of commits can be found here
Where to get it from?
D855-rin-1.0.1.img: dev host | xda
md5sum: fa3c912d2d8df1e00b2317a35fcce43b
F400-rin-1.0.1.img: dev host
md5sum: f366b7c5e0aaff8fe82487d8b9c111f7
D855-rin-1.0.img: dev host | xda
md5sum: c495ffb8d405831b026f8a352f0666f2
Show me the so(u)rce(ry)!
https://github.com/tectas/android_ke...ree/rin-kitkat
Credits
- XDA
- LG
- HolyAngel
- faux123
- KAsp3rd
- myfluxi
If you like my work, please show your appreciation by pressing the thanks button, if you want to do more, i've nothing against a little donation, but I'm as happy when you just thank me by pressing the button
XDA:DevDB Information
Rin Kernel, Kernel for the LG G3
Contributors
Tectas
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.0.1
Stable Release Date: 2014-08-14
Created 2014-08-14
Last Updated 2014-08-17
-
- 22.08.2014, 08:33
- #2
Oh Mann, scheint ein schöner Kernel zu sein. Würde das auch gerne mal testen. Allerdings mit dem locked Bootloader und den damit verbundenen oben beschriebenen Nachteilen (keine Recovery, Stock Kernel nach jedem normalen Boot), werde ich das erstmal nicht tun.
-
- 22.08.2014, 08:48
- #3
Das ist genau das was mich auch von vorgehen abhaltet...Hoffe echt es wird mal was mit dem öffnen des Bootloaders.
-
- 22.08.2014, 11:47
- #4
Tja, wie Ihr schon sagt: So langsam tut sich zwar was, aber mit dem gesperrten Bootlooader leider noch nicht wirklich zu gebrauchen ...
Ähnliche Themen
-
[Umfrage] LG G3 CustomRoms, Kernels, CustomRecovery
Von Bosanac im Forum LG G3Antworten: 4Letzter Beitrag: 08.08.2014, 21:21 -
[KERNEL] Neue CF-root Kernels von Chainfire
Von cbeckstein im Forum Samsung Galaxy S2 Root und ROM - GT-I9100Antworten: 20Letzter Beitrag: 15.10.2011, 10:07 -
[Kernel] Insane OC/UV kernel auf Basis von SpeedMod
Von jojo182 im Forum Samsung Galaxy S Root und ROMAntworten: 8Letzter Beitrag: 01.03.2011, 12:43 -
SpeedMod Kernel vs Super Optimized Kernel ( SMK vs SOK)
Von noccon im Forum Samsung Galaxy S Root und ROMAntworten: 2Letzter Beitrag: 01.12.2010, 12:39 -
[SDB][14.08.2010][mattc NexusLeo][V1.1][n/Sense][Kernel: michyprima@ubuntu #33]
Von Ultrawoach im Forum HTC HD2 AndroidAntworten: 4Letzter Beitrag: 13.10.2010, 14:47
Pixel 10 Serie mit Problemen:...