try typing "adb shell". Do you get a new prompt that looks different than before? If so, try typing "chmod 644 /system/build.prop" in the new prompt and see what happens
edit: you probably need su for this
edit: you probably need su for this
Code:
adb shell
su
chmod 644 /system/build.prop
ADB is working but you don't have a build.prop file. We can easily push the stock one in place, change the permissions, and you should be on your way. Put the stock build.prop file in your adb directory on your pc and fire up a terminal.
