Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ persist.rild.ril.ltedrtable=max_retries=infinite,10000
DEVICE_PROVISIONED = 1
ro.baseband.arch = svlte2a

# root access

# Turns on Developer Options at first boot
ro.secure=0

# Turns on USB Debugging if Developer Options are turned On
ro.debuggable=1
persist.service.adb.enable=1

#CM only, to set Apps + ADB root access
persist.sys.root_access=3

# Following 2 lines enable skipping of ROM setup wizard
# Uncomment with caution, as skipping setup wizard means Google Backup + Location settings are set to defaults of ON

#ro.setupwizard.enterprise_mode=1
#ro.setupwizard.mode=DISABLED


# graphics
debug.composition.type = dyn
debug.enabletr = true
Expand Down