Recover WiFi and BT MAC address » History » Version 1
Lion Wang, 09/01/2021 05:08 PM
| 1 | 1 | Lion Wang | h1. Recover WiFi and BT MAC address |
|---|---|---|---|
| 2 | |||
| 3 | Since sometimes customer will switch firmware (From Android to Linux or from Linux to Android), |
||
| 4 | but partition table in Android and Linux are different. |
||
| 5 | So if you switch firmware the WiFi and BT MAC address that store in NVRAM will lost. |
||
| 6 | |||
| 7 | Here is the steps to write WiFi / BT MAC address to efuse. |
||
| 8 | |||
| 9 | Please notice the efuse has limit on write times. |
||
| 10 | |||
| 11 | h3. Before write Wifi/BT MAC please run the command in below: |
||
| 12 | <pre><code class="shell"> |
||
| 13 | adb root |
||
| 14 | adb shell |
||
| 15 | wifitest -O |
||
| 16 | </code></pre> |