0

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?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
susparsy
  • 1,016
  • 5
  • 22
  • 38
  • no its not duplicated and it doesnt solve my issue\ – susparsy Feb 10 '14 at 13:38
  • There are multiple answers on that question, including mine, that show how to get data from internal storage -- such as `ShardPreferences` -- and copy that out to a development machine. This is what you claim to want to do ("So i tried pulling the file, but no permission"). You are welcome to edit your question to provide more details of why those solutions do not work. – CommonsWare Feb 10 '14 at 13:42
  • nvm i figured it out, ty – susparsy Feb 10 '14 at 13:51

0 Answers0