Am really wondering how to set a proxy server in android phone like [tattoo] in order to gain access in some private networks
any suggestion would be appreciated ...
If you have ADB access, this should work:
adb shell settings put global http_proxy <address>:<port>
However the setting will be lost with a reboot.