why do i get a Segmentation fault error when i exec “pm” on an android device?

后端 未结 2 1887
醉酒成梦
醉酒成梦 2021-01-13 18:58

my device:htcg14 rooted

i can exec pm on emulator.

But my device does not work. Before I exec \"su\",it works fine.

shell@android:/ $ pm
usag         


        
相关标签:
2条回答
  • 2021-01-13 19:28

    Upgrade your su binary - go to SuperUser app and check for updates. If that doesn't solve your problem then use some other app like SuperSU.

    0 讨论(0)
  • 2021-01-13 19:31

    In your established shell session, either remote or local, ensure the LD_LIBRARY_PATH envar is set:

    / # export LD_LIBRARY_PATH=/system/lib
    
    0 讨论(0)
提交回复
热议问题