Google Pixel Tensor 基带耗电 / 开启5G 和 VoLTE
,分类 数据 with 0 comment

Pixel Tensor 手机 (Pixel 6 7 8 9 10) 无需root保持的开启 5G 以及 VoLTE方法:


202509更新:

时隔一年后重做实验,同样的位置。使用兼容SA模式的5G后,耗电量稳定了很多,看来可能错怪了。

SCR-20250928-kcfx.png

/**
 * 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";

android source code


原文:

静止状态下实时分析 Pixel 的功耗,可以看到总功耗几乎都是基带贡献的。Pixel Tensor 真的是带了一个垃圾三星基带。

pixel_tensor_modem_power.png

断带是缺失数据,不影响最终结果。
Responses