I tried to work httpGet(sample code) on WP7605.
But, it don’t work on WP7605.
The following is a part of logread output.
“failed to read /etc/resolv.conf: Permission denied”
Why no permission?
Using “chmod o+x /etc/resolv.conf”, I can confirm httpGet sample code working.
But, that’s no good, because the permission of /etc/resolv.conf is updated automatically.