From 175aa020826ea108e14cba3aa8b7e3178965d663 Mon Sep 17 00:00:00 2001 From: knxwille <43446282+knxwille@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:19:17 +0300 Subject: [PATCH] Update Configuration-through-Command-Line-Parameters.md For faking battery stats, the parameter must be "1" or "0" not "true" or "false" --- configuration/Configuration-through-Command-Line-Parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/Configuration-through-Command-Line-Parameters.md b/configuration/Configuration-through-Command-Line-Parameters.md index a293939e..c12e18ac 100644 --- a/configuration/Configuration-through-Command-Line-Parameters.md +++ b/configuration/Configuration-through-Command-Line-Parameters.md @@ -524,7 +524,7 @@ INTEL_PSTATE_STATUS=passive #### Battery Stats: -* `androidboot.fake_battery=true`: AOSP implementation of fake battery status +* `androidboot.fake_battery=1`: AOSP implementation of fake battery status (Available through Android-Generic Add-On & add-ons for Bass builds)