Quote:
Originally Posted by arrrghhh
Easiest place to put this command would be in the froyo.user.conf file.
Code:
mount --bind /sdcard/build.prop /system/build.prop
Assuming the modified build.prop is at the root of your SD.
|
Thanks for the continued suggestions. I did as you instructed, but it doesn't seem to update what the system sees as /system/build.prop.
I copied build.prop to root of SD, modified build.prop on SD, added your code to /sdcard/conf/froyo.user.conf (tried both "general{}" section and "custom_shells{}" section) and rebooted. Although the system booted (unlike before), upon reboot, looking at the /system/build.prop, there appears to be no changes. Also, the Android Market reports the same info about the device.
Is there a log file I can look at to see if the mount command is being processed or resulting in an error?