Recent content by bedalus

  1. bedalus

    Post ADB/Fastboot tools debloat safe list

    Szaki (Developer of the tool from post 5) has removed option for MIUI Cloud, so probably a good idea to keep that one for now. I think this is to prevent lock-out. I had a problem unable to use adb. Might as well post what fixed it for me in case it helps others: Disconnect USB between PC and...
  2. bedalus

    Post Galaxy S10/S10+ Debloat / bloatware removal list

    Probably worth editing the OP play store link to make it identical to the above. Thanks for the guide.
  3. bedalus

    Post Arch Linux running natively on Pixel C

    Samt434 interesting, can you go into more detail about how you built the data partition image?
  4. bedalus

    Post [KERNEL] Moxie N7 / M12

    Which one, V7: https://goo.gl/n66DdG ?
  5. bedalus

    Post [KERNEL] Moxie N7 / M12

    Here's the stats: I've said before that I've had to run benchmarks many times over to get a reliable average. This time I was very concerned that the stock kernel was still out-performing my own build in stdlib copy operations. I tested stock vs Moxie 30 times. There were I think four or five...
  6. bedalus

    Post [KERNEL] Moxie N7 / M12

    I just leave all the tunables at their default settings, but the interfaces are available if you want to fiddle with them.
  7. bedalus

    Post [KERNEL] Moxie N7 / M12

    I'll have to take a look through their commits and see if there's anything I could make use of. Thanks for the heads up. BLX just limits the charge to a lower level so the battery won't last a long on any given day, but will stay healthier in the long run.
  8. bedalus

    Post [KERNEL] Moxie N7 / M12

    Yes mate, just like stock. So far I haven't seen the need to meddle with the CPU governors or hot-plugging.
  9. bedalus

    Post [KERNEL] Moxie N7 / M12

    I've managed to get a lot of performance back, but I'm really struggling to find the source of the huge drop in stdlib memmove and memcpy operations. Scores are about half that of Marshmallow. At this point I feel like I've tried everything, so perhaps the issue is more to do with the way the...
  10. bedalus

    Post [KERNEL] Moxie N7 / M12

    Download: here Version N7 Changed since v6: -Removed more debug stuff -a few more minor tweaks, see my git repo -fixed gestures The gesture fix actually required a section of code to be commented out. This is why it took me so long to fix. I was actually confused because the last time OnePlus...
  11. bedalus

    Post [KERNEL] Moxie N7 / M12

    I need some help with this one. Has anyone tried a custom kernel on 7.1.1 where touchscreen gestures work properly?
  12. bedalus

    Post [KERNEL] Moxie N7 / M12

    Thanks, I'll investigate
  13. bedalus

    Post [KERNEL] Moxie N7 / M12

    Here we go... Download: here Version N6 [Nougat] -Linaro 6.3.1 -Mainline to .48 final -optimised config (removed a lot of debug stuff) -a few other minor tweaks, see my git repo Cheers! EDIT: Okay, I forgot to mention that BLX is of course included, and Sultan's great tweaks that disable...
  14. bedalus

    Post [KERNEL] Moxie N7 / M12

    I've just installed 7.1.1 and got a basic kernel working. Big thanks again to NevaX1 for a problem free experience! I'll be publishing something in the next day or two.
  15. bedalus

    Post [KERNEL] Moxie N7 / M12

    New v12 Marshmallow kernel: https://goo.gl/2Sifs9 - Patched up to linux 3.18.48 - Brought in a large number of commits from ARM (check my github for the complete list) - Built with latest linaro 6.3.1 toolchain I've really been fighting the kernel since version 9, trying to work out what could...