mirror of
https://github.com/pawelorzech/android_device_oneplus_dodge.git
synced 2026-06-04 09:04:24 +00:00
No description
- C 74.9%
- Makefile 14.8%
- Python 10.3%
Inspired by commit one, building upon it with commit two. dodge: Double the amplitude of click vibration Users keep complaining that the current click is too light. Produced by: ``` import numpy as np bin_path = 'effect_0.bin' data = np.fromfile(bin_path, dtype=np.int8) new = data * 2 new.tofile(bin_path) ``` Change-Id: Ibe327124b39c17865dc6c2584df6717f0ae22587 dodge: Modified .bin files to improve haptic feedback. After testing, it was found that AOSP's vibration system invokes effect .bin files differently from OOS / COS, resulting in different haptic feedback even when using the same .bin files. To address this, the original OEM .bin files have been renamed to align with AOSP's invocation mechanism, making the final vibration experience much closer to that of OOS/COS. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> |
||
|---|---|---|
| configs | ||
| overlay | ||
| overlay-lineage | ||
| recovery/root/vendor/odm/etc | ||
| vibrator/include | ||
| Android.bp | ||
| AndroidProducts.mk | ||
| board-info.txt | ||
| BoardConfig.mk | ||
| crdroid.dependencies | ||
| device.mk | ||
| extract-files.py | ||
| lineage_dodge.mk | ||
| odm.prop | ||
| proprietary-files.txt | ||
| proprietary-firmware.txt | ||
| setup-makefiles.py | ||
| system_ext.prop | ||
| vendor.prop | ||