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