4

What is the difference between properties manipulated in /system/build.prop file and properties manipulated by setprop, for example setprop persist.adb.tcp.port? Where is the latter property stored? Is there another properties file somewhere?

JohnyTex
  • 267
  • 1
  • 6
  • 16

1 Answers1

3

To answer your 2 last questions, according to several sources (1, 2, 3), thoses are stored in /data/property/. I couldn't find an offical reference about this location though.

For you, that would be in /data/property/persist.adb.tcp.port.

u7227
  • 356
  • 2
  • 5