Editing The Default.prop

CobyUser098

Member
May 19, 2012
75
2
How to guys I needed to change
My default prop is:
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mass_storage

But I want to change it to :
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mass_storage
But I can't
If I reboot, its back to its normal self
Pls needed help :(
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
How to guys I needed to change
My default prop is:
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mass_storage

But I want to change it to :
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mass_storage
But I can't
If I reboot, its back to its normal self
Pls needed help :(

Default.prop is in the boot.img you would need to unpack boot.img make the change to Default.prop then repack boot.img
 
Top