Quote:
Originally Posted by amr7san
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance 
|
Why don't u use frapeti's easy as a pie app. Here. Need also some file explorer like ES or Root Explorer. The easiest way for you.
Tons of tutorial and examples here on xda and all around the internet.
But anyway...
I will assume that you know how to run adb, you already have it and know what adb shell is.
If you don't, don't continue next and read a little bit more around xda forum.
Copy kernel.bin.md5 to your internal memory.
Run adb as adb shell
Code:
$ su
# dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
# reboot
Samsung Galaxy S Advance GT-I9070
ROM: JB 4.1.2 LQ4 deodexed
Kernel: CoCore-E 4.2 TWRP
|