Android Question how to run adb shell in android 13?

mhk1368

Member
hi
I used the following code in Android 12 to turn on the hotspot, but in Android 13 it restarts the phone. Is there an alternative code?(My phone is rooted)

code:
adb shell service call tethering 4 null s16 random
 
Top