Guest mba07 Posted October 20, 2010 Report Posted October 20, 2010 My build.prop has gone corrupt(0 Bytes file size) Noticed this before streak crashed. I did back it up to the sdcard but now when the streak boots it is using the corrupt build.prop. Screen calibration is all out of position, unlock on the left of the screen when horizontal. I have tried recalibration of screen but this does not resolve screen setup. Restore using(vol up down and power) does not rebuild the build.prop. The only way i can think of resolving is to use 8105 02 upgrade.pkg. Any idea's anybody? Please help
Guest jutley Posted October 20, 2010 Report Posted October 20, 2010 My build.prop has gone corrupt(0 Bytes file size) Noticed this before streak crashed. I did back it up to the sdcard but now when the streak boots it is using the corrupt build.prop. Screen calibration is all out of position, unlock on the left of the screen when horizontal. I have tried recalibration of screen but this does not resolve screen setup. Restore using(vol up down and power) does not rebuild the build.prop. The only way i can think of resolving is to use 8105 02 upgrade.pkg. Any idea's anybody? Please help your sd card is currupt this only happens if the sd card is playin up try another sd card to resolve the problem.
Guest mba07 Posted October 20, 2010 Report Posted October 20, 2010 your sd card is currupt this only happens if the sd card is playin up try another sd card to resolve the problem. Isnt it using the build.prop from /system not the sd card? I only backup up to the sdcard incase of problems like this but obviously cant copy it back as the os is not using the correct parameters.
Guest jutley Posted October 20, 2010 Report Posted October 20, 2010 Isnt it using the build.prop from /system not the sd card? I only backup up to the sdcard incase of problems like this but obviously cant copy it back as the os is not using the correct parameters. Well then factory reset in custom recovery and apply the update .zip again 2.2 froyo
Guest DelSan Posted October 20, 2010 Report Posted October 20, 2010 I had the same thing, simply forgot to put root explorer on Rw mode and pasted with ro mode, puts the 0 size file. Can be fixed by connecting and using the adb push build.prop command to the right place. I don't know the command though. Hopefully someone will pitch in with it. A factory reset will correct it, or simply applying one of the latest zips that doesn't wipe data. Assuming your on the latest one. :P
Guest DelSan Posted October 20, 2010 Report Posted October 20, 2010 I assume you can adb push in fastboot mode.
Guest popetodd Posted October 20, 2010 Report Posted October 20, 2010 I had the same thing, simply forgot to put root explorer on Rw mode and pasted with ro mode, puts the 0 size file. Can be fixed by connecting and using the adb push build.prop command to the right place. I don't know the command though. Hopefully someone will pitch in with it. A factory reset will correct it, or simply applying one of the latest zips that doesn't wipe data. Assuming your on the latest one. :P Here it is: Connect the USB cable to the running Streak and 1) adb shell 2) su 3) mount -o remount rw /system In another terminal 1) adb push build.prop /system And reboot the Streak.
Guest Alkiera Posted October 20, 2010 Report Posted October 20, 2010 Here it is: Connect the USB cable to the running Streak and 1) adb shell 2) su 3) mount -o remount rw /system In another terminal 1) adb push build.prop /system And reboot the Streak. or even easier 1) adb remount 2) adb push build.prop /system
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now