Last active
October 6, 2018 06:16
-
-
Save KireinaHoro/66aca60c8303b0418b3e155b4db4312c to your computer and use it in GitHub Desktop.
DPT-RP1 system diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/system-orig/build.prop b/system-new/build.prop | |
index 6afadb0..1f57459 100644 | |
--- a/system-orig/build.prop | |
+++ b/system-new/build.prop | |
@@ -10,11 +10,11 @@ ro.build.version.all_codenames=REL | |
ro.build.version.release=1.2.02.07211 | |
ro.build.date=Fri Jul 21 17:15:08 JST 2017 | |
ro.build.date.utc=1500624908 | |
-ro.build.type=user | |
+ro.build.type=userdebug | |
ro.build.user=jenkins | |
ro.build.host=devuntu1 | |
ro.build.tags=test-keys | |
-ro.build.flavor=FPX_1010-user | |
+ro.build.flavor=FPX_1010-userdebug | |
ro.product.model=DPT-RP1 | |
ro.product.brand=Sony | |
ro.product.name=FPX_1010 | |
@@ -35,8 +35,8 @@ ro.board.platform= | |
# ro.build.product is obsolete; use ro.product.device | |
ro.build.product=FPX-1010 | |
# Do not try to parse description, fingerprint, or thumbprint | |
-ro.build.description=FPX_1010-user 1.2.02.07211 LMY47V 1096 test-keys | |
-ro.build.fingerprint=Sony/FPX_1010/FPX-1010:1.2.02.07211/LMY47V/1096:user/test-keys | |
+ro.build.description=FPX_1010-userdebug 1.2.02.07211 LMY47V 1096 test-keys | |
+ro.build.fingerprint=Sony/FPX_1010/FPX-1010:1.2.02.07211/LMY47V/1096:userdebug/test-keys | |
ro.build.characteristics=nosdcard | |
# end build properties | |
@@ -50,7 +50,7 @@ ro.wifi.active_roaming.enable=true | |
ro.tel.config.path=/system/etc/tel/ | |
ro.config.max_starting_bg=10 | |
persist.sys.debug.dump=low | |
-ro.adb.secure=1 | |
+ro.adb.secure=0 | |
ril.stk.sim.profile=FFFFFFFF7F0F009F7F00001FE200000003 | |
ril.stk.usim.profile=FFFFFFFF7F9F00DFFF00001FE2000000C3E00000000148005100000000080000 | |
persist.radio.multisim.config=dsds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment