Hello!
I tried to use the build.orig.
First try:
-renamed it to build.prop, reboot.
Result:Bootloop
Second try:
-pulled build.prop and build.orig with adb shell
-compared the contents with total commander
-added th new parts or build.prop to build.org
-now the file looks this: http://pastebin.com/xAQDx24b
-pushed build.orig with adb push (
adb shell mount -o rw,remount /system
(CTRL+C)
adb push build.orig /system/build.prop)
)
-rebooted device with adb shell reboot
Result:
-No boot,black screen after boot animation
Did I something wrong?
Comment