Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
force close for HUAWEI C8500 andriod 2.1,root,kernel 2.6.29-perf
Also custom ROM
Original comment by musi...@gmail.com
on 11 Feb 2011 at 9:26
seems that some custom kernels without iptables mod compiled may cause force
close all the time.
Original comment by max.c...@gmail.com
on 11 Feb 2011 at 12:40
Non-root edition maybe give this issue a workaround now.
Original comment by max.c...@gmail.com
on 13 Feb 2011 at 11:24
#!/system/bin/sh
case $1 in
start)
echo "INSERT INTO system VALUES(99, 'http_proxy', '127.0.0.1:1984');" \
| sqlite3 /data/data/com.android.providers.settings/databases/settings.db
echo "nameserver 8.8.8.8" > /etc/resolv.conf
;;
stop)
echo "DELETE FROM system WHERE name = 'http_proxy';" \
| sqlite3 /data/data/com.android.providers.settings/databases/settings.db
;;
esac
Original comment by max.c...@gmail.com
on 14 Feb 2011 at 5:05
no more reports, this issue is closed
Original comment by max.c...@gmail.com
on 18 Feb 2011 at 4:28
Original issue reported on code.google.com by
max.c...@gmail.com
on 11 Feb 2011 at 9:16