farmerbb / SecondScreen

Better screen mirroring for Android devices
Apache License 2.0
316 stars 54 forks source link

Not clear instructions how to grant permission #44

Closed montvid closed 6 years ago

montvid commented 6 years ago

In the app the information box is not clear how to give permissions via adb and the line is incorrect as it does not have a space between "free" and "android": "pm grant com.farmerbb.secondscreen.freeandroid.permission.WRITE_SECURE_SETTINGS" should be: "pm grant com.farmerbb.secondscreen.free android.permission.WRITE_SECURE_SETTINGS"

The instructions should be: Enable Developer settings -> USB debugging on your device and enter in your PC terminal

sudo adb start-server
sudo adb shell pm grant com.farmerbb.secondscreen.free android.permission.WRITE_SECURE_SETTINGS

Thanks for the great app!

farmerbb commented 6 years ago

I agree, the adb shell instructions aren't as clear as they should be. I'll get this fixed in the next release.

farmerbb commented 6 years ago

Latest beta release on Google Play has improved instructions on how to grant the permission.

ivanaugustobd commented 1 year ago

sudo adb start-server
sudo adb shell pm grant com.farmerbb.secondscreen.free android.permission.WRITE_SECURE_SETTINGS```

sudo is not needed in this context

drefcot17th commented 1 year ago
  • [ ] K[]()
drefcot17th commented 1 year ago

K

drefcot17th commented 1 year ago
Houcine72829 commented 7 months ago

com.farmerbb.secondscreen.free

Riqueueu126 commented 3 weeks ago

adb shell pm grant com.farmerbb.secondscreen.free android.permission.WRITE_SECURE_SETTINGS