stux2000 / sshtunnel

Automatically exported from code.google.com/p/sshtunnel
GNU General Public License v3.0
0 stars 0 forks source link

Force close in custom rom for HTC Hero #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Environment:
  Root,Elelinux-6.2-RC0,Kernel 2.6.29.6

Possible problems:
  1. this custom rom has a kernel not supported by our attached iptables.
  2. some other programing bugs for ARM architecture identification function

Original issue reported on code.google.com by max.c...@gmail.com on 11 Feb 2011 at 9:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Non-root edition maybe give this issue a workaround now.

Original comment by max.c...@gmail.com on 13 Feb 2011 at 11:24

GoogleCodeExporter commented 9 years ago
#!/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

GoogleCodeExporter commented 9 years ago
no more reports, this issue is closed

Original comment by max.c...@gmail.com on 18 Feb 2011 at 4:28