= 32 个字符的属性设置值时出现错误 adb shell setprop 01234567890123456789012345678901 VALUE 错误: could not -6ren">
gpt4 book ai didi

android - 如何克服 "adb shell setprop"的属性长度限制

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:02:07 43 4
gpt4 key购买 nike

当我尝试为名称 >= 32 个字符的属性设置值时出现错误

adb shell setprop 01234567890123456789012345678901 VALUE

错误:

could not set property

这很好用

adb shell setprop 0123456789012345678901234567890 VALUE
adb shell getprop 0123456789012345678901234567890
VALUE

有什么方法可以设置名称较长的属性吗?

最佳答案

看起来没有办法绕过这个限制。我在 android java 源代码中看到了相同的规则。

public class SystemProperties
{
public static final int PROP_NAME_MAX = 31;
public static final int PROP_VALUE_MAX = 91;

...
}

关于android - 如何克服 "adb shell setprop"的属性长度限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5068305/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com