Batteries included
Post Reply
mamdouh.freelancer
Posts: 3
Joined: 18 Nov 2019, 16:07

PPP Widget Via Bluetooth to Nokia Asha 503

Post by mamdouh.freelancer » 18 Nov 2019, 16:40

Hello brothers,

I'm new here, I actually used this amazing app for a while via OTG connected to 3G dongle and it was working perfectly but currently my charge port has bugs and OTG not working anymore.

I was wondering the alternative method using Bluetooth connection with Nokia 503 witch supports DUN profile (Dial-Up Networking Profile) but after the devices paired and surely Bluetooth enabled and the right APN for my network provider in the configuration i got "Building Network..." infinity stuck and when i try to disconnect it goes stuck again with "Disconnecting..." till i switch Bluetooth off.


Lenovo A3300GV_MB_V3.0
Android V 4.4.2
Kernel 3.4.67


Nokia Asha 503:
https://www.devicespecifications.com/en/model/29572915

USB logs:

Code: Select all

Device manufacturer string: LENOVO
Total RAM: 1008 MB. Available RAM: 472 MB

Start manual search for USB devices
 on kernel level ...
 No known modem found in install mode
Start search for USB devices
 visible on Android OS level ...
 No known 3G USB device found, manual is true
Start search for Bluetooth devices
 Check paired devices for known 3G modems/phones ...
  Check known Bluetooth device "Nokia 503"
   ... is online, use it
Open Bluetooth device "Nokia 503"

PPP logs: (the connection stopped at "PPP negotiation")

Code: Select all

Total RAM: 1008 MB. Available RAM: 399 MB

Starting modem command sequence (Init) ...
>
ATE0
<
ATE0
OK
>
AT+CGSN
<
3589790xxxxxxxx

OK
--> Using device profile 3589790xxxxxxxx
>
AT+CPIN?
<
+CPIN: READY

OK
>
AT+CIMI
<
60203096896xxxx
OK
--> Using parameter profile 60203096896xxxx

SIM is ready to use
====

Total RAM: 1008 MB. Available RAM: 397 MB

Starting modem command sequence (Dial) ...
>
AT+CPIN?
<
+CPIN: READY

OK
>
AT+CFUN?
<
+CFUN: 1

OK
>
AT+CGDCONT=1,"IP","etisalat"
<
OK
>
ATD*99***1#
<
CONNECT
====
Dialling complete


Now start PPP negotiation ...
>
ff03c021010000140206000000000506f7adb02907020802a565
<
ff03c02101010014020600000000050652e11dc107020802d8aeff03c021020000140206000000000506f7adb029070208024e0c
>
ff03c02102010014020600000000050652e11dc10702080233c7
>
8021010100160306000000008106000000008306000000000e4b


Any support will be appreciated :)
Last edited by mamdouh.freelancer on 22 Nov 2019, 11:38, edited 1 time in total.

Josh
Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Re: PPP Widget Via Bluetooth to Nokia Asha 503

Post by Josh » 21 Nov 2019, 19:09

The problem is the PPP negotiation, the very last lines. I think the reply from PPP Widget to the request from the phone is not quite correct. Apart from that, it should work nicely. I have a Nokia 500 and I'm using it via Bluetooth.

I will look into it. May take a while though ...

mamdouh.freelancer
Posts: 3
Joined: 18 Nov 2019, 16:07

Re: PPP Widget Via Bluetooth to Nokia Asha 503

Post by mamdouh.freelancer » 21 Nov 2019, 23:13

Josh wrote:The problem is the PPP negotiation, the very last lines. I think the reply from PPP Widget to the request from the phone is not quite correct. Apart from that, it should work nicely. I have a Nokia 500 and I'm using it via Bluetooth.

I will look into it. May take a while though ...
Much thanks Bro :D , appreciate your help

mamdouh.freelancer
Posts: 3
Joined: 18 Nov 2019, 16:07

Re: PPP Widget Via Bluetooth to Nokia Asha 503

Post by mamdouh.freelancer » 25 Nov 2019, 16:35

Any update please?

php_proger
Posts: 2
Joined: 05 Feb 2020, 14:20

Re: PPP Widget Via Bluetooth to Nokia Asha 503

Post by php_proger » 05 Feb 2020, 14:31

I have the same problem with my Nokia 515 Dual SIM, but with Nokia C5 it works fine.

Here are the logs

USB:

Code: Select all

5 Фев 2020 г. 14:13:04

Device manufacturer string: samsung
Total RAM: 931 MB. Available RAM: 239 MB

Start manual search for USB devices
 on kernel level ...
 No known modem found in install mode
Start search for USB devices
 visible on Android OS level ...
 No known 3G USB device found, manual is true
Start search for Bluetooth devices
 Check paired devices for known 3G modems/phones ...
  Check known Bluetooth device "Nokia 515 v3.0"
   ... is online, use it
Open Bluetooth device "Nokia 515 v3.0"
PPP:

Code: Select all

5 Фев 2020 г. 14:13:07

Total RAM: 931 MB. Available RAM: 239 MB

Starting modem command sequence (Init) ...
>
ATE0
<
ATE0
OK
>
AT+CGSN
<
35995xxxxxxxxxx

OK
--> Using device profile 35995xxxxxxxxxx
>
AT+CPIN?
<
+CPIN: READY

OK
>
AT+CIMI
<
25507xxxxxxxxxx
OK
--> Using parameter profile 25507xxxxxxxxxx

SIM is ready to use
====

5 Фев 2020 г. 14:13:10

Total RAM: 931 MB. Available RAM: 228 MB

Starting modem command sequence (Dial) ...
>
AT+CPIN?
<
+CPIN: READY

OK
>
AT+CFUN?
<
+CFUN: 1

OK
>
ATD*99***1#
<
CONNECT
====
Dialling complete


Now start PPP negotiation ...
>
ff03c021010000140206000000000506f7adb02907020802a565
<
ff03c0210101001402060000000005062dfd70fb0702080257b9
>
ff03c0210201001402060000000005062dfd70fb07020802bcd0
<
ff03c021020000140206000000000506f7adb029070208024e0c
>
8021010100160306000000008106000000008306000000000e4b
Attachments
ppp-1566175312.log
(868 Bytes) Downloaded 581 times
usb-1343176715.log
(509 Bytes) Downloaded 592 times

php_proger
Posts: 2
Joined: 05 Feb 2020, 14:20

Re: PPP Widget Via Bluetooth to Nokia Asha 503

Post by php_proger » 05 Feb 2020, 15:14

I found that the problem will be solved if authentication is disabled. Tested on another application (BlueVPN)
Please make the same option in the settings of this application.

Post Reply