How can I overcome the property length limitation of the “adb shell setprop”

前端 未结 4 828
自闭症患者
自闭症患者 2020-12-10 13:20

I get an error when I try set a value for property with name >= 32 characters

adb shell setprop 01234567890123456789012345678901 VALUE

Erro

4条回答
  •  青春惊慌失措
    2020-12-10 13:39

    I also faced same problem. as the answer mentioned above it's not possible use the NAME which longer than 31. so i change package name to shorter than 31 and it works now.

提交回复
热议问题