[KERNEL] [blu_spark r218 unified OP3/3T] [OOS 5.0.*]

Search This thread

eng.stk

Senior Member
Mar 29, 2011
7,357
61,793
Google Pixel 4a
OnePlus 9 Pro
hello sir, another test:

copied and deleted some zips (534mb), and storage available is not refreshed until I soft-restarted the phone.

ROM: LineageOS 14.1 (op3t optimized by nvertigo67)
Kernel: Blu_Spark R95 Custom
Filesystem (data): f2fs
App: Root Explorer

Procedure:
1. Copy ROM zip (534mb) from Internal Storage to another Internal Storage Folder
-> Storage available goes down.
2. Duplicate ROM zip
-> Storage available goes down.
3. Delete duplicated zip
-> Storage available doesn't change
4. Delete original zip
-> Storage available doesn't change
5. Soft Reboot
Storage available is again 1GB more.

my result is the same as @Reli4nth reported before. i dont know if this rom uses sdcardfs instead of fuse..
I think GzR Roms & Slim are build without sdcardfs support, you can try those, just for the sake of completion

Guys refrain from +1, me too or confirming the same stuff I and others already resumed on the above posts.
Issue is confirmed on stock and so on, we'll need to wait on OnePlus updates.

You can force any ROM with sdcardfs by default to drop back to fuse.
Just find ro.sys.sdcardfs=true line in build.prop and comment it (with a # at the beginning of the line) or just remove that line altogether.
After reboot, you will be able to delete all the things and get your space back without reboot.
It's just a workaround, but at least we can use all the apps out there until a fix is pushed.

Edit: Magisk module available in post bellow if you don't want to change system partition.
 

Attachments

  • Screenshot_20170330-140143.png
    Screenshot_20170330-140143.png
    208 KB · Views: 1,680
Last edited:

eng.stk

Senior Member
Mar 29, 2011
7,357
61,793
Google Pixel 4a
OnePlus 9 Pro
Disable sdcardfs Magisk module

As you know, OOS 4.x (and other N ROMS) has an annoying I/O bug, tracked back to sdcardfs.
If you use an app to delete stuff beside Android file picker or OP file manager you will probably be stuck with the file allocated space until you reboot.
Custom ROMs out there with sdcardfs enabled also have this bug (except PA so far).

I decided to do a Magisk module, so you can disable sdcardfs systemlessly (getting back to good old fuse) while we don't have a fix for this bug.
Just import the zip in Magisk module manager and reboot to profit :highfive:

v1.1: Magisk v13 support

No mirrors allowed
pp-acceptance-small.png

If you like my work, donations are always welcome (but not mandatory).
Don't forget to hit thanks and rate the thread nicely, it's free ;)
 

Attachments

  • magisk-disable-sdcardfs_v1.zip
    8.9 KB · Views: 1,748
  • Screenshot_20170331-211811.png
    Screenshot_20170331-211811.png
    63.2 KB · Views: 3,833
  • magisk-disable-sdcardfs_v1.1.zip
    8.7 KB · Views: 333
Last edited:

Kiranb212

Senior Member
Dec 12, 2012
219
64
Bangalore
OnePlus 7T
Xiaomi 13 Pro
As you know, OOS 4 has an annoying I/O bug.
If you use an app to delete stuff beside Android file picker or OP file manager you will probably be stuck with the file allocated space until you reboot.

I decided to do a Magisk module, so you can disable sdcardfs systemlessly while we don't have a fix for this bug.
Just import the zip in Magisk module manager and reboot to profit :highfive:


No mirrors allowed

If you like my work, donations are always welcome (but not mandatory).
Don't forget to hit thanks and rate the thread nicely, it's free ;)
Wow..!! yoy are one amazing Dev.. hat's off dude... you always amaze your followers with great quality stuff... I can only imagine the amount of time & hard work you invest.. thanks much.. :good: :highfive:
 
  • Like
Reactions: eng.stk

c_86

Senior Member
Jul 16, 2011
3,114
794
Canada
www.cmsrm.com
Google Pixel 6 Pro
Hey everyone. Did a search and didn't really see anything.

In your opinions what would be the best option to change or modify to help with scrolling smoothness. For the most parts its good but in the official twitter app it's really laggy (the smoothness of the scrolling)

Thamks!
 

marf28101995

Senior Member
Nov 6, 2012
1,137
1,598
28
Paris
OnePlus 7 Pro
Hey everyone. Did a search and didn't really see anything.

In your opinions what would be the best option to change or modify to help with scrolling smoothness. For the most parts its good but in the official twitter app it's really laggy (the smoothness of the scrolling)

Thamks!
Just enable fast lane... But don't expect buggy apps to run good
 

eng.stk

Senior Member
Mar 29, 2011
7,357
61,793
Google Pixel 4a
OnePlus 9 Pro
Touchscreen FW update Magisk module

As you know, OnePlus improved the touch responsiveness in OB 13/4.
New touch FW really drops the latency, it's a nice pair to blu_spark :)

So I decided to do yet another Magisk module, so you can so you can test this enhancements in any ROM, systemlessly.
Just import the zip in Magisk module manager and reboot to profit :highfive:
ps: this is not a firmware/radio/bootloader zip update, but a fw binary file from the OB13/4 ROM for the TP controller driver.

v1.1: improve custom ROM support


No mirrors allowed
pp-acceptance-small.png

If you like my work, donations are always welcome (but not mandatory).
Don't forget to hit thanks and rate the thread nicely, it's free ;)
 

Attachments

  • magisk-TP-FW-update_v1.zip
    395 KB · Views: 1,659
  • magisk-TP-FW-update_v1.1.zip
    395.1 KB · Views: 7,386
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 544
    DWHxIK

    Kernel features:
    • Build with custom toolchain blu_naro-7.3 (cortex-a57 targeted, build with latest Crosstool-NG from developer snapshot Linaro GCC 7.3-2018.04)
    • Full -O2 build with device and target flags enhanced, linaro build improvements, etc
    • Less is more: stockish OP3/OP3T unified builds based on OnePlusOSS/android_kernel_oneplus_msm8996
    • Systemless installer (doesn't touch system partition, OTA friendly - Nougat only)
    • Removed some debug and logging options
    • ARM enhanced performance and battery patches
    • CVE security patches, general upstream and CAF fixes
    • Several CPU Governors (blu_active modded own governor by default - fastlane mode available!)
    • No OC, set 300HZ base timer frequency
    • msm_performance input boost toggle on/off (enabled by default), tweaked cpu_boost driver
    • Enhanced TCP methods (westwood is default), Network and Wifi tweaks and updated drivers
    • Several I/O control tweaks, added schedulers FIOPS and ZEN v2 is default, tweaked and upstreamed filesystems (F2FS, ExFAT, NTFS & CIFS)
    • Removed verify and forced encryption, Set androidboot.verifiedbootstate=green
    • Stock thermal driver by default (custom tunables available for ROMs with no thermal daemon)
    • Disabled hotplug on low battery levels
    • Optimized crypto routines
    • Swap and adaptive LMK off by default, 60 apps on background by default
    • Vibrator Strength tunable and Gesture Haptic Feedback control (touchpanel)
    • KGSL fixes and reworked GPU driver (use 133MHz min freq to save juice, goes to idle @ 100MHz)
    • sRGB and KCAL - Advanced color control for Qualcomm MDSS v2 (RGB calibration and post-processing features)
    • DASH charge and USB Fast Charge (USB mode up to 900mA with MTP on)
    • Battery/Notification LED control
    • FS fsync toggle on/off
    • Wakelock blockers available
    • zx2c4's wireguard support
    • CDROM emulation on mass_storage (compatible with DriveDroid 0.10.36+)
    • init.d support (put your scripts in /system/su.d or /su.su.d [systemless SuperSU], /magisk/.core/post-fs-data.d [Magisk])
    • Compatible with Kernel Adiutor and others

    DOWNLOAD KERNEL ZIP and RECOVERY (No mirrors please)​


    Warning: If you come from other kernel or have any issues, you should dirty flash your ROM before flashing blu_spark zip to avoid problems.
    Reflash ROM -> if you want root flash SuperSU or Magisk (default, no plugins/modules) -> flash blu_spark.
    If you are already rooted or upgrading between blu_spark versions, just flash the kernel zip. Also uninstall or clean data of any kernel control app you're using.
    Builds for OP3/3T are unified (so can be flashed in both devices).

    About bugs and troubleshoots: don't bother to post if a log isn't ready or without steps so the behavior can be replicated. I only active support stock OOS with NO mods whatsoever (apart from root). That includes NO support if using xposed, Magisk with modules, etc.
    If you're using custom ROMs (including OOS based ones) or Open Betas you're on your own. I'm only interested on debugging stuff in stock and stable OOS.
    Save the SOT and battery stats/screenshots for general threads, here we deal with development, not personal tastes and results.
    Also don't spam this thread with CM or other ROMs stuff like "this don't work, my app doesn't open, etc" , no OT about OTAs, apps, ROM bugs, Recovery/TWRP troubleshoots and other userspace stuff. There's threads for it, use them.

    Going back to stock: This kernel installer doesn't change your filesystem (systemless in case of Nougat). Oreo builds touch system partition.
    You can backup your boot & system (Oreo) with TWRP before flashing blu_spark if you want to go back to full stock or just dirty flash your full ROM.


    pp-acceptance-medium.png

    If you like my work, donations are always welcome.
    Don't forget to hit thanks and rate the thread nicely, it's free ;)


    XDA:DevDB Information
    blu_spark op3-op3t, Kernel for the OnePlus 3

    Contributors
    eng.stk
    Source Code: https://github.com/engstk/op3t

    Kernel Special Features: Powered by sparky

    Version Information
    Status: Stable
    Current Stable Version: r217 Oreo unified
    Stable Release Date: 2018-07-28
    Current Beta Version: r218 Oreo unified
    Beta Release Date: 2019-03-26

    Created 2016-06-24
    Last Updated 2019-11-29
    162
    [KERNEL] [blu_spark r201 unified OP3/3T] [OOS 4.5.* / Oreo OB / custom ROMs]

    Currently working with topjohnwu to bring Magisk support to Oreo [emoji4]
    Cross fingers...

    Sent from my blu_spark'd OnePlus 5 using Tapatalk
    155
    Touchscreen FW update Magisk module

    As you know, OnePlus improved the touch responsiveness in OB 13/4.
    New touch FW really drops the latency, it's a nice pair to blu_spark :)

    So I decided to do yet another Magisk module, so you can so you can test this enhancements in any ROM, systemlessly.
    Just import the zip in Magisk module manager and reboot to profit :highfive:
    ps: this is not a firmware/radio/bootloader zip update, but a fw binary file from the OB13/4 ROM for the TP controller driver.

    v1.1: improve custom ROM support


    No mirrors allowed
    pp-acceptance-small.png

    If you like my work, donations are always welcome (but not mandatory).
    Don't forget to hit thanks and rate the thread nicely, it's free ;)
    119
    blu_spark extras v8.61

    All right crew!

    Here's an updated TWRP with all the blu_spark goodies inside and fully synced with TWRP Android-8.0 branch (including more recent upstream than official TWRP) and some specific device fixes.

    Fully synced with TWRP 3.2.1 goodies, name changing to reflect base 8.version, full compatible with OOS Oreo OB and Nougat (reported by testers).


    twrp-3.2.1-x_blu_spark_v8.61-op3_op3t.img

    • build: TWRP 3.2.1-x | blu_spark v8.61
    • TWRP Bugfix release
    • Default to device backup/restore vs. adb backup/restore
    • Fix stuck on 'black' screen entering recovery
    • Fix the inconsistencies in the spelling of SD card
    • Fix stuck on 'black' screen entering recovery
    • Fix white bar from 5T splash screen
    • Device specific changes here

    Keep it real, keep it true, keep it blu :highfive:


    Wakelock blocker info and example script
    Android wireguard-tools Magisk Module

    I'm just sharing my personal mods since people asked, meaning no support will be given (don't bother post about it).
    If your cat get's on fire you're on your own ;p


    No mirrors please
    pp-acceptance-small.png

    If you like my work, donations are always welcome.
    Don't forget to hit thanks and rate the thread nicely, it's free ;)
    114
    Firstly, blu_spark. Secondly, good evening.
    Oreo: done.

    download_20171017_020040.jpg

    Sent from my blu_spark'd OP5 using Tapatalk