No description
  • C 74.9%
  • Makefile 14.8%
  • Python 10.3%
Find a file
dianlujitao 8e249520df dodge: Modified .bin files to improve haptic feedback.
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>
2026-04-24 07:57:11 +05:30
configs dodge: Modified .bin files to improve haptic feedback. 2026-04-24 07:57:11 +05:30
overlay dodge: overlay: use auto brightness curves from akita 2026-04-24 07:57:11 +05:30
overlay-lineage dodge: Add KeyHandler and configs 2026-02-26 10:04:54 +00:00
recovery/root/vendor/odm/etc dodge: Set eSIM feature enablement prop 2025-11-01 16:47:41 +00:00
vibrator/include dodge: Switch to FIFO vibration effects 2026-04-24 07:57:11 +05:30
Android.bp lemonadep: overlay: Convert to RRO packages 2022-05-29 20:26:44 +02:00
AndroidProducts.mk dodge: Initial conversion from salami 2025-07-10 00:13:49 +01:00
board-info.txt dodge: Move from PJZ110 to CPH2653 2025-07-30 21:56:30 +01:00
BoardConfig.mk dodge: Set proper screen density 2026-04-24 07:57:11 +05:30
crdroid.dependencies dodge: Add crdroid dependencies for jenkins 2026-04-24 07:57:11 +05:30
device.mk dodge: Modified .bin files to improve haptic feedback. 2026-04-24 07:57:11 +05:30
extract-files.py dodge: Patch some blobs to depend on libtinyxml2-v34.so 2026-01-24 16:57:59 +00:00
lineage_dodge.mk dodge: Update from OOS 11.F.88 2026-04-21 22:31:54 +01:00
odm.prop dodge: Setup regional system props 2025-07-30 21:56:46 +01:00
proprietary-files.txt dodge: Modified .bin files to improve haptic feedback. 2026-04-24 07:57:11 +05:30
proprietary-firmware.txt dodge: Update from OOS 11.F.88 2026-04-21 22:31:54 +01:00
setup-makefiles.py salami: Adopt Python extract utils 2024-11-01 11:12:53 +00:00
system_ext.prop dodge: Set device model for IFAA 2025-08-05 12:55:59 +08:00
vendor.prop dodge: ALS props for brightness-lux polynomials 2026-04-24 07:57:11 +05:30