Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bump..anybody? got a copy of v20 floating around?
Thank you, figured out it was my internet causing issues for me...is this compatible with the new .6. Jb update fron boost?
Thank you, figured out it was my internet causing issues for me...is this compatible with the new .6. Jb update fron boost?
Well stated. Also has gcc4.8. It is 100% stable. No reboots in 16 days for me(when I flashed it)
Where is it lol... GCC....
First time using your kernel. Always held on to the stock.
Well I was using the code fire tool chain, but now I am going to build my own I have a lot of plans for this kernel now. It only happens on weekends though
I have a lot of plans for this kernel now. It only happens on weekends though
# Load bcmdhd.ko while booting
chmod 0444 /lib/modules/bcmdhd.ko
insmod /lib/modules/bcmdhd.ko
Yea, I'm aware of gcc. Your choice of words threw me in a loop so I had to see for myself .
Been running your kernel for about a day now. Not too bad. I like it.
But thanks for the clarification ;-)
This one has s2w as well. You can use s2w apps to enable it. I'm also going to add lz4 to the kernel. This allows for faster boot times
* Kernel & VM Tweaks *
busybox sysctl -w vm.min_free_kbytes=27648;
busybox sysctl -w vm.oom_kill_allocating_task=0;
busybox sysctl -w vm.panic_on_oom=0;
busybox sysctl -w vm.overcommit_memory=1;
busybox sysctl -w vm.swappiness=20;
busybox sysctl -w kernel.panic_on_oops=0;
busybox sysctl -w kernel.panic=0;
busybox sysctl -w kernel.random.read_wakeup_threshold=1376;
* 3G Enhancement *
busybox sysctl -w net.core.wmem_max=1048576;
busybox sysctl -w net.core.rmem_max=1048576;
busybox sysctl -w net.core.optmem_max=20480;
busybox sysctl -w net.ipv4.tcp_moderate_rcvbuf=1;
busybox sysctl -w net.ipv4.route.flush=1;
busybox sysctl -w net.ipv4.udp_rmem_min=6144;
busybox sysctl -w net.ipv4.udp_wmem_min=6144;
busybox sysctl -w net.ipv4.tcp_rmem='6144 87380 1048576';
busybox sysctl -w net.ipv4.tcp_wmem='6144 87380 1048576';
Still no 4.2.2 update for the Boost ONE SV? I haven't noticed a thread in ATR section. Been absent for a while, sorry to get off topic I don't normally do that.
In all honesty a kernel.panic and kernel.panic_on_oops should be 1
Typo lol. 10 and 1. Oops
Had dinner being prepped at the time.
Benchmark
If kernel source is out, I'll look into it for you