https://forum.xda-developers.com/showpost.php?p=80295215&postcount=942
New update for LiquidRemix ROM
New update for LiquidRemix ROM
Xda-Developers
[ROM] [PIE] LiquidRemix 10.0.11 [H930 / H932] [OFFICIAL] - Post #942
Updated version 0921Available via OTA and OPFixed Screen stabilizationBUG: FM Radio...Maybe this is the last Pie version....
Recommended GApps for Android 10 LOS 17
https://sourceforge.net/projects/opengapps/files/arm64/test/open_gapps-arm64-10.0-nano-20190920-UNOFFICIAL.zip/download
https://sourceforge.net/projects/opengapps/files/arm64/test/open_gapps-arm64-10.0-nano-20190920-UNOFFICIAL.zip/download
LG V30 Update Channel
Screenshot (22-Sep-2019 5:22:10 pm)
XDA Forums
[CLOSED][DEV] Magisk Canary Channel - Bleeding Edge Builds
Canary Magisk Manager: Link
Canary Magisk Manager (Debug): Link
Latest Release Notes: Link
All Canary Files: Link
The Canary Builds are similar to Google Chrome's: bleeding edge of the source.
Be...
Canary Magisk Manager (Debug): Link
Latest Release Notes: Link
All Canary Files: Link
The Canary Builds are similar to Google Chrome's: bleeding edge of the source.
Be...
LG V30 Update Channel
https://forum.xda-developers.com/apps/magisk/dev-magisk-canary-channel-bleeding-edge-t3839337
Magisk 19.5 works with our los17
Small quick announcement peeps, COSP has been rebranded to MagmaROM, Q source is ready from what i understood๐ค๐
Forwarded from ๐๐๐๐
MagiskHide_Props_Config-v4.0.3-v63.zip
60.4 KB
Forwarded from ๐๐๐๐
For passing safetynet on los17, flash the module
Goto termux-> su
props
change fingerprint to lgv30 oreo 8.0.0
Goto termux-> su
props
change fingerprint to lgv30 oreo 8.0.0
Forwarded from Deleted Account
lineage-17.0-20190919, wifi-fix (pt1/2)
๐
- you need a kernel with dm-verity disabled (custom kernel, etc.) - for now the one of the haumea_I.base kernels allow this process
- Magisk must be installed (root permissions)
- get into a shell and become root (adb shell -> su ; or via other means)
- cp -a /vendor/etc/wifi/WCNSS_qcom_cfg.ini /mnt/vendor/persist-lg/wifi/WCNSS_qcom_cfg.ini
- in my example wlan_mac.bin is copied to /storage/emulated/0/joan_int/wlan_bins/wlan_mac.bin (that's internal storage and a newly created folder joan_int and subfolder wlan_bins)
so the final command to "fix" all is
cp -a /vendor/etc/wifi/WCNSS_qcom_cfg.ini /mnt/vendor/persist-lg/wifi/WCNSS_qcom_cfg.ini
cp /storage/emulated/0/joan_int/wlan_bins/wlan_mac.bin /mnt/vendor/persist-lg/wifi/wlan_mac.bin
chmod 644 /mnt/vendor/persist-lg/wifi/wlan_mac.bin
๐you copy over the WCNSS_qcom_cfg.ini file to the expected place (the symbolic link is wrong)
and copy over the missing wlan_mac.bin also to the expected place
๐
- you need a kernel with dm-verity disabled (custom kernel, etc.) - for now the one of the haumea_I.base kernels allow this process
- Magisk must be installed (root permissions)
- get into a shell and become root (adb shell -> su ; or via other means)
- cp -a /vendor/etc/wifi/WCNSS_qcom_cfg.ini /mnt/vendor/persist-lg/wifi/WCNSS_qcom_cfg.ini
- in my example wlan_mac.bin is copied to /storage/emulated/0/joan_int/wlan_bins/wlan_mac.bin (that's internal storage and a newly created folder joan_int and subfolder wlan_bins)
so the final command to "fix" all is
cp -a /vendor/etc/wifi/WCNSS_qcom_cfg.ini /mnt/vendor/persist-lg/wifi/WCNSS_qcom_cfg.ini
cp /storage/emulated/0/joan_int/wlan_bins/wlan_mac.bin /mnt/vendor/persist-lg/wifi/wlan_mac.bin
chmod 644 /mnt/vendor/persist-lg/wifi/wlan_mac.bin
๐you copy over the WCNSS_qcom_cfg.ini file to the expected place (the symbolic link is wrong)
and copy over the missing wlan_mac.bin also to the expected place
Forwarded from Deleted Account
wlan_mac.bin
33 B
drop-in for missing wlan_mac.bin , lineage-17.0-20190919, wifi-fix (pt2/2)
Forwarded from Deleted Account
Changelog haumea_I.base_1.3-gf3171b07:
branch:
https://github.com/zachariasmaladroit/kernel_lge_msm8998/commits/haumea_I.base_1.3_2_t3
security:
- optimized selinux
- disabled audit
- yama with enforced ptrace blocking
wireguard:
- added 12/31/2018 version (newer ones are nuts and broken)
scheduler:
- disable overhead / debug
- set top-app boost to stune level 1
ipa:
- disable wakelocks
- lower high priority (less battery)
- fixes
IPC_LOGGING:
- fix related error messages
net/ipc_router:
- optimize
touchscreen:
- disable debug
logspam:
- disable various sources
gpu:
- wake upon ioctl instead of touch input
- increase priority
devfreq_boost:
- add DDR bus boost driver upon input & frame boosting
cpu_input_boost:
- add input_boosting
- add frame-based boosting (always smooth)
- lower boost frequency to as low as possible for smoothness
lpm/cpuidle:
- optimization to reduce power consumption and allow lower power modes with a slight delay
- disable debug & trace overhead
ashmem:
- optimization
fs/proc/base:
- kill of gcam, snapcam, settings in idle (avoid battery drain - might need change of name for Android 10 support)
speedups/optimizations:
- scatterlist, mbcache2, kernfs, various others
simple_lmk:
- add & enable it, disable android_low_memory_killer
SMP2P:
- disable test-module
- remove remote-debug selinux spam & cpu hog
MMC_TEST:
- disable destructive test module (data loss possible - so bye bye !)
various more
branch:
https://github.com/zachariasmaladroit/kernel_lge_msm8998/commits/haumea_I.base_1.3_2_t3
security:
- optimized selinux
- disabled audit
- yama with enforced ptrace blocking
wireguard:
- added 12/31/2018 version (newer ones are nuts and broken)
scheduler:
- disable overhead / debug
- set top-app boost to stune level 1
ipa:
- disable wakelocks
- lower high priority (less battery)
- fixes
IPC_LOGGING:
- fix related error messages
net/ipc_router:
- optimize
touchscreen:
- disable debug
logspam:
- disable various sources
gpu:
- wake upon ioctl instead of touch input
- increase priority
devfreq_boost:
- add DDR bus boost driver upon input & frame boosting
cpu_input_boost:
- add input_boosting
- add frame-based boosting (always smooth)
- lower boost frequency to as low as possible for smoothness
lpm/cpuidle:
- optimization to reduce power consumption and allow lower power modes with a slight delay
- disable debug & trace overhead
ashmem:
- optimization
fs/proc/base:
- kill of gcam, snapcam, settings in idle (avoid battery drain - might need change of name for Android 10 support)
speedups/optimizations:
- scatterlist, mbcache2, kernfs, various others
simple_lmk:
- add & enable it, disable android_low_memory_killer
SMP2P:
- disable test-module
- remove remote-debug selinux spam & cpu hog
MMC_TEST:
- disable destructive test module (data loss possible - so bye bye !)
various more
GitHub
Commits ยท zachariasmaladroit/kernel_lge_msm8998
Contribute to zachariasmaladroit/kernel_lge_msm8998 development by creating an account on GitHub.
Forwarded from Deleted Account
AnyKernel3_Q_haumea_I.base_1.3-gf3171b07_H930.zip
12.8 MB
AnyKernel3 (09.2019 template = Q, Android 10 support), haumea_I.base_1.3-gf3171b07 (internal: haumea_I.base_1.3_2_t3-gf3171b07), lg pie stock kernel source, H930_lineage-17.0-20190919
Forwarded from Deleted Account
Changelog
-ION optimize rewrite (sultan commit)
-iommu optimize
-triton Cancun disable
- revert stock freq for both cluster
-disable stock memory killer
-implement simple memory killer
- gpu revert back 825mhz use 750mhz
-throttle CPU at 85c
-scsi optimize
-many more commit that is upstream till 4.4.193
-ION optimize rewrite (sultan commit)
-iommu optimize
-triton Cancun disable
- revert stock freq for both cluster
-disable stock memory killer
-implement simple memory killer
- gpu revert back 825mhz use 750mhz
-throttle CPU at 85c
-scsi optimize
-many more commit that is upstream till 4.4.193
Forwarded from Deleted Account
AK3_Tachyon_P-Q_first_form.zip
16.4 MB
Forwarded from Deleted Account
AK3_Tachyon_P-Q_2nd_form.zip
16.4 MB
Forwarded from Deleted Account
haumea_I.base_1.4-g69d7a177 changes:
branch:
https://github.com/zachariasmaladroit/kernel_lge_msm8998/commits/haumea_I.base_1.4_t5
feature changes:
- kcal
- klapse
- Boeffla min/max brightness control
- added nap for GPU (additional power savings)
- disabled hotplug in BCL mitigation - no severe performance degration in BCL
- BCL low battery threshold 5%, big core hotplugging at 5% first - so longer better performance but also higher battery consumption from 10% to 5%
- "ARP project": add jollaman999's ARP spoofing protection
- kgsl: re-added unlocking of GPU/cam related throttling power limit control
- disable devfreq boost driver & devfreq frameboost for now
- sched/core: Improve CPU hotplug latency for rcu_expedited=1 case
- disable CPU_BOOST (mutually exclusive with CPU_INPUT_BOOST)
general changes:
- optimized for size
- additional optimization flags (for evaluation)
- added fstack-protector code coverage for enhanced, better buffer overflow protection
-
subsystems:
- thermal enhancements, lower priority (better performance)
- arm64/lib speed enhancements / optimizations, speed-ups
- slimbus enhancements
- re-enable TTWU_QUEUE
- disable tracing in qcacld-3.0
- service-locator updates
- usb-gadget related fixes & enhancements - guaranteeing allocation (e.g. MTP stopped working with driver failure)
- ipa3: more successful allocation
- serial: RT improved BT performance (less stuttering with BT headsets/earphones, etc.)
- tty fixes
- dwc3 some fixes
- mdss (framebuffer / graphics) fixes & enhancements, speed-ups
- reduced pm runtime timeout for mdss, pcm (framebuffer & sound) - quicker power saving
- better (?) working (or enabling) of AOD on AOSP
- less non-interruptible sleep causes
- fixed order-0 allocation issues (driver, programs, etc.)
- disable scheduler stats (less overhead, slowdowns, etc.)
- kgsl: some enhancements, power savings
- zram: set lz4 as default compressor
- zsmalloc: fixes & enhancements
- CMA: fixes & improvements
- oom_kill: fixes & improvements; don't dump tasks by default
- page_alloc, other parts: add CMA awareness (higher success for allocation)
- compaction: improvements, raise priority
- enable sw-debounce for kpdpwr [which might also again address Jett's power button related issue (if it's still applicable ]
- binder: disable debug
...
if:
Stuck on v30 logo with stock pie - then force-reset via power button + vol down; until it resets it self - then release buttons, it should boot successfully
in detail:
boot to twrp, wipe cache (might not be needed) and dalvik cache, flash magisk 19.5 (might not be needed), then reboot - if it's stuck at LG splash (logo) screen - then force reset so that it starts news and boots up
branch:
https://github.com/zachariasmaladroit/kernel_lge_msm8998/commits/haumea_I.base_1.4_t5
feature changes:
- kcal
- klapse
- Boeffla min/max brightness control
- added nap for GPU (additional power savings)
- disabled hotplug in BCL mitigation - no severe performance degration in BCL
- BCL low battery threshold 5%, big core hotplugging at 5% first - so longer better performance but also higher battery consumption from 10% to 5%
- "ARP project": add jollaman999's ARP spoofing protection
- kgsl: re-added unlocking of GPU/cam related throttling power limit control
- disable devfreq boost driver & devfreq frameboost for now
- sched/core: Improve CPU hotplug latency for rcu_expedited=1 case
- disable CPU_BOOST (mutually exclusive with CPU_INPUT_BOOST)
general changes:
- optimized for size
- additional optimization flags (for evaluation)
- added fstack-protector code coverage for enhanced, better buffer overflow protection
-
subsystems:
- thermal enhancements, lower priority (better performance)
- arm64/lib speed enhancements / optimizations, speed-ups
- slimbus enhancements
- re-enable TTWU_QUEUE
- disable tracing in qcacld-3.0
- service-locator updates
- usb-gadget related fixes & enhancements - guaranteeing allocation (e.g. MTP stopped working with driver failure)
- ipa3: more successful allocation
- serial: RT improved BT performance (less stuttering with BT headsets/earphones, etc.)
- tty fixes
- dwc3 some fixes
- mdss (framebuffer / graphics) fixes & enhancements, speed-ups
- reduced pm runtime timeout for mdss, pcm (framebuffer & sound) - quicker power saving
- better (?) working (or enabling) of AOD on AOSP
- less non-interruptible sleep causes
- fixed order-0 allocation issues (driver, programs, etc.)
- disable scheduler stats (less overhead, slowdowns, etc.)
- kgsl: some enhancements, power savings
- zram: set lz4 as default compressor
- zsmalloc: fixes & enhancements
- CMA: fixes & improvements
- oom_kill: fixes & improvements; don't dump tasks by default
- page_alloc, other parts: add CMA awareness (higher success for allocation)
- compaction: improvements, raise priority
- enable sw-debounce for kpdpwr [which might also again address Jett's power button related issue (if it's still applicable ]
- binder: disable debug
...
if:
Stuck on v30 logo with stock pie - then force-reset via power button + vol down; until it resets it self - then release buttons, it should boot successfully
in detail:
boot to twrp, wipe cache (might not be needed) and dalvik cache, flash magisk 19.5 (might not be needed), then reboot - if it's stuck at LG splash (logo) screen - then force reset so that it starts news and boots up
GitHub
zachariasmaladroit/kernel_lge_msm8998
Contribute to zachariasmaladroit/kernel_lge_msm8998 development by creating an account on GitHub.
Forwarded from Deleted Account
AnyKernel3_Q_haumea_I.base_1.4-g69d7a177_H930.zip
14.8 MB
AnyKernel3 (09.2019 template = Q, Android 10 support), haumea_I.base_1.4-g69d7a177, lg pie stock kernel source (lineageos 17 AOSP only for now), H930_lineage-17.0-20190919
Forwarded from Markus
LineageOS 17
H930: https://drive.google.com/open?id=1ap49PPq-WV2CbVMYKaHjxR_3uGMqujTg
should have fixed hotspot compared to last build
H930: https://drive.google.com/open?id=1ap49PPq-WV2CbVMYKaHjxR_3uGMqujTg
should have fixed hotspot compared to last build