hi dears, i have ported the polipo and tor app into nexus one(managed to compile the original source in native gcc), it seems that the tor can establish a virtual circuit successfully through wifi. really worked, i have test it in adb shell.
but the following are the the problems i met: (1) how can i set the android native webkit browser to use the http proxy ? i have tried the following method, but it doesn't work: 1. > adb shell 2. # sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db 3. sqlite> INSERT INTO system VALUES(99,’http_proxy', 'proxy:port'); 4. sqlite>.exit even use ddms to pull the settings.db into pc, and use pc's sqlite3 to add that record, then push it back to the handset. (2) how can i connect pc with nexus one's http proxy ? every time i set and connect the firefox under slackware with nexus one's 8123 port, it tells me that the connection is refused. i do think these two problem is something related with the iptables settings or maybe the firewall ? but i don't know how. any advices are greatly appreciated. thank you, every one. br, yours waynechen -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

