LG V30 Update Channel
2.48K subscribers
206 photos
206 files
345 links
Stay Up-to-Date on ROMS & Kernels for LG V30

Join the Official discussions group with over 2.6k users!
@LGEV30
Download Telegram
Screenshot (22-Sep-2019 5:22:10 pm)
Small quick announcement peeps, COSP has been rebranded to MagmaROM, Q source is ready from what i understood๐Ÿคž๐Ÿ‘Œ
Screenshot (23-Sep-2019 1:21:34 pm)
For passing safetynet on los17, flash the module
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
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
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
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
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