Saturday, February 27, 2016

Edit build.prop on rooted Moto X Pure MM

Am trying to set up a new property in build.prop but am running into issues with not being able to save the edit properties.

Some things we tried:

mount -o remount,rw /system (BTW we never took it out of this state)

Somehow, during our various futzing, ADB no longer work (we are using Minimal ADB and Fastboot), but was working previously. Fastboot works fine.

Was going to try this in shell, with the following
adb shell mount /system
adb shell
echo "net.tethering.noprovisioning=true" >> /system/build.prop

but without being able to do adb, that won't work...

We did make a copy of the build.prop and moved it to the sdcard, but if I wanted to get it back to /system with the modifications, what do I need to do?

BTW, I remember when I first set this up before current security update (which wiped the prior changes), there was something about the system apps being the issue and we had to remove YouTube. I don't remember how we did that.


from xda-developers http://ift.tt/1oGviwl
via IFTTT

No comments:

Post a Comment