that's simple. It's a common method:
Another way is to use U3 mod that has r/w jffs2 root filesystem.Code:echo 'nameserver 4.2.2.2' > /tmp/resolv.conf mount --bind /tmp/resolv.conf /etc/resolv.conf
hi,
I'm using ezx-bluepppd to connect to the internet from the phone with the GizMoto firmware, I'm able to ping ips, so the connection is working.
one small detail is that I was not able to change the dns to something like 4.2.2.2, because /etc/resolv.conf is in read only mode and /ezxlocal/rwetc (IIRC) is writable but doesn't affect the resolving of hosts.
any hints?
thanks
that's simple. It's a common method:
Another way is to use U3 mod that has r/w jffs2 root filesystem.Code:echo 'nameserver 4.2.2.2' > /tmp/resolv.conf mount --bind /tmp/resolv.conf /etc/resolv.conf