Connecting up to PPP with the handphone as a modem is as simple as right click the respective phone in the bluetooth manager and navigate to "Serial Ports" => "Dial Up Networking". First time trying this it managed to established the connection but subsequent tries greet me with socket error. Then I have a good luck by clicking the setup assistant (the gear icon) and go through the 2 step wizard. Once connected, I can see the ppp0 interface is up with IP address assigned but I can't ping any public IP address. Checking the route, the routing table is empty. Try adding some default gateway "route -a [ppp0 ip addres]
Finally found what I need in this blog post. The ppp0 must be set as a default connection.
# ip route change default via [ppp0 ip address]Voila ! I'm connected to the Net now.dev ppp0.