jim:
Yes, I flashed the bootloader patch and the new boot.img.
Marshall:
I dont know if there are differences between the database files from different carriers and that this did something to your settings. I am not sure where else the Android Browser has proxy settings. I found out how you can query the settings db directly for proxy settings. But you need to know your way around adb and sqlite.
It should show you all the settings in the system settings db. If the field http_proxy is set you have to remove it and push the db back. So if thats to great a hassle you propably should get the files again.
Yes, I flashed the bootloader patch and the new boot.img.
Marshall:
I dont know if there are differences between the database files from different carriers and that this did something to your settings. I am not sure where else the Android Browser has proxy settings. I found out how you can query the settings db directly for proxy settings. But you need to know your way around adb and sqlite.
Code:
> adb pull /data/data/com.google.android.providers.settings/databases/settings.db settings.db
> sqlite3 settings.db
sqlite>.dump system
sqlite>.exit