Author Topic: Android With Internet Via A Gsm  (Read 12735 times)

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
Android With Internet Via A Gsm
« on: January 16, 2008, 10:45:05 am »
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!)
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

Raul

  • Full Member
  • ***
  • Posts: 133
    • View Profile
Android With Internet Via A Gsm
« Reply #1 on: September 21, 2008, 10:07:44 am »
You mean you've lauched bluetooth under poky and then launched android with dns written in config files, that's correct?