Welcome to the HowardForums: Your Mobile Phone Community & Resource.
HowardForums is discussion board dedicated to mobile phones with over 1,000,000 members and growing!
For your convenience HowardForums is divided into 7 main sections; marketplace, phone manufacturers, carriers, smartphones/PDAs, general phone discussion, buy sell trade and general discussions. Just scroll down to see them!
Only registered members may post questions, contact other members or search our database of over 8 million posts. Why don't you join us today!
If you have time check out our sister sites: HowardChui.com - Where you can find the latest mobile phone news and reviews. HowardChui.com phone gallery - See interesting pictures of phones that we've taken. HowardForums Wiki - Our Mobile Phone Encylopedia. Niknon.com - Our sister site about Digital Photography. SlowFo.com - General Discussion.
OK I got it working you need to force it to use pap. I found an applescript somwhere which will do it. Here it is
Code:
display dialog "This script disables CHAP support in Mac OS X.
You will now be asked for your admin password
in order to modify a system file (/etc/ppp/options)." buttons "OK"
set normal_command to "touch /etc/ppp/options;chmod a+w /etc/ppp/options;echo \"refuse-chap
refuse-mschap
refuse-mschap-v2\" > /etc/ppp/options;chmod a-w /etc/ppp/options"
do shell script "sh -c " & quoted form of normal_command with administrator privileges
display dialog "Thank you.
To re-enable CHAP authentication, remove
the /etc/ppp/options file." buttons "OK" giving up after 5
1. Disable EVDO on your phone (not sure if needed)
2. Configure the dialer
phone: #777
user:xxxxxxxxxx@vzw3g.com
pass: vzw
3. run this applescript- if u use other DUN connections, not sure what this will do
omg, dsb4103... it works. i can't thank you enough. so. now, how do we get it to work the way it *should*?
or is that too much to ask from verizon? i smell one of those v.710-style suits. or is that my dinner burning from about 4 hours ago when i started this simple task?
omg, dsb4103... it works. i can't thank you enough. so. now, how do we get it to work the way it *should*?
or is that too much to ask from verizon? i smell one of those v.710-style suits. or is that my dinner burning from about 4 hours ago when i started this simple task?
This seems to work, but what is this CHAP that we are disabling with the applescript?
CHAP (wikipedia) is a protocol for encrypting your password over PPP. OS X seems have some type of autodetection mechanism for determining if and which encryption protocol it should use when connecting via PPP, evidently this doesn't work so well. So this applescript disables CHAP forcing OS X to always use PAP. Once I have some more time, I will look into ways for just disabling PAP for the one network connection, because this disables it for all PPP (dialup) connections.
Ok, I ran that. But when I go to connect it says a modem error occurred and to check the settings. What could I be doing wrong. I disabled EVDO, ran the script, and set up the info. Could it be my account doesnt allow it?