Files
gfps/FF_+Find+my+device+app界面电量不显示.md
danni_dong bdbb2527e6
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s
gfps: 添加认证测试和FAQ 20260505
Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
2026-05-05 19:24:08 +08:00

49 lines
1.9 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FF: Find my device app界面电量不显示
<a href="https://jira.realtek.com/browse/BB2BUG-47595" class="external-link" rel="nofollow">[BB2BUG-47595] [BB2][RTL8763EF/ROM][GMI][沃莱特][Harman][T520]: Finder电量不显示或者显示错误 - Jira</a>
<a href="https://jira.realtek.com/browse/BB2BUG-47581" class="external-link" rel="nofollow">[BB2BUG-47581] [BB2][D-CUT][8763EKH][Harman][T530]耳机开机连接手机添加至查找设备APPAPP中无电量显示 - Jira</a>
<span style="color: rgb(255,0,0);">**只有 Low battery level 和 critical low battery level 才会显示电量信息,提示用户充电**</span>
**<span style="color: rgb(255,0,0);">可以查看以下位置battery信息是否正确</span>**
![](images/FF_+Find+my+device+app界面电量不显示_40781c9c.jpg)
\
![](images/FF_+Find+my+device+app界面电量不显示_0dbcba01.jpg)
\
如果battery status设置的是11手机 Find my device app依然不显示电量
\
![](images/FF_+Find+my+device+app界面电量不显示_46d9ea86.jpg)
可以查看以下位置battery信息是否正确
![](images/FF_+Find+my+device+app界面电量不显示_40781c9c.jpg)
\
 hash input = 0x00000XXX;
bit\[0\]: 代表是否active UTP mode, 1 active, 0 deactive;
bit\[2\]bit\[1\]: 两个bit 代表电池电量00 表示不支持, 01表示normal 电量, 10表示low 11表示非常低
\
for example
 0087217  04-09#08:59:02.349  032  0030125.076  \[APP\] !\*\*app_gfps_finder_generate_hash_flag: sha256 input 59 87 C6 9B DE CA 24 B6 0E C6 25 A3 4F B1 2C 38 12 88 AB 78, sha256 output B4 44 54 B9 FB 69 1E 7A 53 2E 8D 71 F0 F4 9D 3B 13 6C 47 B7 B0 C4 24 40 67 F4 55 FC CA F1 A1 17, hash input 0x6, hash result 0x11\
 0087218  04-09#08:59:02.349  033  0030125.142  \[BTM\] !\*\*ble_ext_adv_mgr_set_adv_data: adv_handle 2
\
 hash input 0x6 bit\[0\]是0 表示deactive UTP mode; Bit\[2\]bit\[1\]是11 表示电量非常低
\