Frequently Asked Question

The Detection for Battery
Last Updated 27 days ago

Before start, please note:

(1) Insert a 100% charged battery and power on the device.

(2) Let it sleep(screen off) for over 2 hours without connecting USB or a charger.

(3) Wake up the device, connect via ADB, and run the following command.

(4) Enable USB debugging

4-1 (Go to Settings => About Phone => Click Build Number until you're a developer)

image

4-2 (Go to Settings => System => Developer options)

image

4-3 (Enable USB debugging)

image

4-4 (Allow USB debugging)

image

1. The Way to Open CMD

Download Link : https://support-service.s3.ap-northeast-1.amazonaws.com/Files+shared+by+Support+member/xiaohu/platform-tools.7z

(1) Compress "platform-tools" and the type "cmd" in the folder path

image
image


2. Get Battery & Power Stats

Commend : adb devices

Commend : adb shell dumpsys batterystats > battery_stats.txt

Commend : adb shell dumpsys power > power_stats.txt

Commend : dir battery_stats.txt

image
Get both logs from C:\users
image

3. Debug wakelock

Commend: adb shell "date > /sdcard/qcom/hostlog/power.txt"

Commend: adb shell "dumpsys power >> /sdcard/qcom/hostlog/power.txt"

Commend: adb shell "ps -A >> /sdcard/qcom/hostlog/power.txt"

Commend: adb shell "ps -A -T >> /sdcard/qcom/hostlog/power.txt"

image

And then get logs from device storage

image

location:\Internal shared storage\qcom\hostlog




03/12/2025 Xiaohu

Please Wait!

Please wait... it will take a second!