I want to edit the SharedPreferences of my app from the command line.
I tried:
adb shell
vi /data/data/com.app/shared.../shard..xml
But vi is not installed, nano is also not installed.
So i tried pulling the file, but no permission.
Any solution?