First, I apologize for my bad English
(I would be grateful if you correct my language mistakes)
Managed to tie USB 3G-modem huaweu e1550/1750 from Russian operator Megaphone!
(firmware VEGAn 5, but I think it fits to the other)!
1. Turning off the modem ZERO_CD via Hyper Terminal (if running Windows)
AT ^ U2DIAG = 0 (device-only modem)
Detail to paint it will not - the network is complete instructions for this.
2. Turning off at the SIM-card control of PIN-code.
3. Set command CHAT (from the archive) you need to throw in a folder /system/bin/ or using RootExplorer
adb push chat/system/bin/
Expose the full rights rwxrwxrwx
4. We need to install GScript Lite
Create a folder on gscript sdcard and throw it in the 2 scripts and ppp-start ppp-stop (from archive)
5. The script for the Megaphone megafon (from archive) - for your ISP to change by analogy
respectively, placing megafon file in the folder/system/etc/ppp/peers, if such a folder does not exist, create it using either RootExplorer, or through the ADB
adb shell mkdir/system/etc/ppp/peers
adb push mts/system/etc/ppp/peers
If you have another provider, you must replace this line:
connect 'chat "" AT OK ATDT*99# CONNECT'
(*99# - number to dial to your ISP)
Also, you might need to add the following lines (front lines connect 'chat "" AT OK ATDT*99# CONNECT'):
user username
password ***
where "username" - the username to authenticate with your ISP
*** - The password to authenticate with your ISP
Example file Megafon without authorization:
ttyUSB0
460800
crtscts
defaultroute
modem
noauth
noipdefault
persist
updetach
usepeerdns
connect 'chat "" AT OK ATDT*99# CONNECT'
Example file MTS with authorization:
ttyUSB0
460800
crtscts
defaultroute
modem
noauth
noipdefault
persist
updetach
usepeerdns
user mts
password mts
connect 'chat "" AT OK ATDT*99# CONNECT'
6. Insert the modem into the USB, go into Gscript, starting ppp-start and we are on the Internet (the LED on the modem continuously lit in blue).
ppp-stop, respectively, terminates the session.
P.S. APN settings is not needed.
If there is time later to make update.zip ClockWork mod. If someone has done it before, I'll be very happy
(I would be grateful if you correct my language mistakes)
Managed to tie USB 3G-modem huaweu e1550/1750 from Russian operator Megaphone!
(firmware VEGAn 5, but I think it fits to the other)!
1. Turning off the modem ZERO_CD via Hyper Terminal (if running Windows)
AT ^ U2DIAG = 0 (device-only modem)
Detail to paint it will not - the network is complete instructions for this.
2. Turning off at the SIM-card control of PIN-code.
3. Set command CHAT (from the archive) you need to throw in a folder /system/bin/ or using RootExplorer
adb push chat/system/bin/
Expose the full rights rwxrwxrwx
4. We need to install GScript Lite
Create a folder on gscript sdcard and throw it in the 2 scripts and ppp-start ppp-stop (from archive)
5. The script for the Megaphone megafon (from archive) - for your ISP to change by analogy
respectively, placing megafon file in the folder/system/etc/ppp/peers, if such a folder does not exist, create it using either RootExplorer, or through the ADB
adb shell mkdir/system/etc/ppp/peers
adb push mts/system/etc/ppp/peers
If you have another provider, you must replace this line:
connect 'chat "" AT OK ATDT*99# CONNECT'
(*99# - number to dial to your ISP)
Also, you might need to add the following lines (front lines connect 'chat "" AT OK ATDT*99# CONNECT'):
user username
password ***
where "username" - the username to authenticate with your ISP
*** - The password to authenticate with your ISP
Example file Megafon without authorization:
ttyUSB0
460800
crtscts
defaultroute
modem
noauth
noipdefault
persist
updetach
usepeerdns
connect 'chat "" AT OK ATDT*99# CONNECT'
Example file MTS with authorization:
ttyUSB0
460800
crtscts
defaultroute
modem
noauth
noipdefault
persist
updetach
usepeerdns
user mts
password mts
connect 'chat "" AT OK ATDT*99# CONNECT'
6. Insert the modem into the USB, go into Gscript, starting ppp-start and we are on the Internet (the LED on the modem continuously lit in blue).
ppp-stop, respectively, terminates the session.
P.S. APN settings is not needed.
If there is time later to make update.zip ClockWork mod. If someone has done it before, I'll be very happy
Last edited: