just a word to say that i'm succesfully running android with a ppp connexion to my internet provider via my nokia 6630, bluetooth tied to my zaurus !
before launching android :
-start bluetooth (hciattach)
-start internet (pon provider)
then i captured my dns setting in /etc/resolv.conf, i copied it to androit-chroot/dev/default.prop
then i launched android.
and i could launch google browser !
actually i modified the default.prop with my dns and i added the line:
net.ppp0.dns1 = xx.yy.zz.qq
and i modified the net.eth0.dns1 too. so i don't know which line is actually doing the job
(although i guess it should be the ppp0 line!)