-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Connect
What is the expected output? What do you see instead?
Rfcomm comand and nothing more
What version of the product are you using? On what operating system?
btDUN 0.99.8
Please provide any additional information below.
I looked on it more deep and it seems there are several problems:
- BusyBox chat command which is included on my tablet doesn't know "-f"
parameter. It should be possible to pipe the chat.txt through STDIN or
workaround it somehow, but I didn't want to complicate things more, so I just
commented the chat command detection and always use btDUN's provided chat
command.
- Uncommented / added code / UI element for APN configuration. I think this is
a must as some phones don't allow user to set it in its menu. I preset it to
the "internet" as this is the APN which is mostly used. Well, the configuration
could be stored in dbase, but I was too lazy to implement it :)
- Used "ATD*99***1#" for better compatibility. The "ATD*99#" is according to
specs, but there are phones which aren't :)
- Added small delay after the rfcomm is opened to chat script. There are phones
(as my N900) which require it. It could be implemented better by e.g. loop, but
this simple workaround also works.
Original issue reported on code.google.com by [email protected]
on 11 Sep 2014 at 8:39
Attachments: