Pixel Tensor 手机 (Pixel 6 7 8 9 10) 无需root保持的开启 5G 以及 VoLTE方法:
- 首次使用需要解锁 bootloader,并按教程 使用 Pixel IMS。(同时依赖 Shizuku)
- Pixel IMS 进入 SIM 卡,开启常用的比如 "VoLTE",之后进入 "专家模式" - 找到 "carrier_nr_availabilities_int_array",增加一条 "2",最后的值是 [1,2]。
- 重启后无需重复上诉步骤即可使用。
202509更新:
时隔一年后重做实验,同样的位置。使用兼容SA模式的5G后,耗电量稳定了很多,看来可能错怪了。

/**
* A list of carrier nr availability is used to determine whether the carrier enable the
* non-standalone (NSA) mode of 5G NR, standalone (SA) mode of 5G NR
*
* <p> The value of list is
* {@link #CARRIER_NR_AVAILABILITY_NSA}, or {@link #CARRIER_NR_AVAILABILITY_SA}.
*
* <p> For example, if both NSA and SA are used, the list value is {
* {@link #CARRIER_NR_AVAILABILITY_NSA},{@link #CARRIER_NR_AVAILABILITY_SA}}.
* If the carrier doesn't support 5G NR, the value is the empty array.
* If the key is invalid or not configured, the default value {
* {@link #CARRIER_NR_AVAILABILITY_NSA},{@link #CARRIER_NR_AVAILABILITY_SA}} will apply.
*/
public static final String KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY =
"carrier_nr_availabilities_int_array";
原文:
静止状态下实时分析 Pixel 的功耗,可以看到总功耗几乎都是基带贡献的。Pixel Tensor 真的是带了一个垃圾三星基带。

断带是缺失数据,不影响最终结果。
文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。