Jump to content

Cm 10.1 for acer liquid metal it is possible


Guest stiwyfigfexx

Recommended Posts

Guest drmad

lens have you tried to use cm9 metal as a modem for windows?

I tried: windows is able to use cm9 metal as a modem, go on the internet using AT commands, I put this string in the modem properties + CGDCONT = 1, "IP", "apn" and I call * 98 * 1 #

result:

  • windows connection is active
  • android connection does not work

why? how can we make the modem to use Android? I need the string to be sent from Android terminal and, maybe, the connection is made!

Edited by drmad
Link to comment
Share on other sites

Guest Lens_flare
have you tried to use cm9 metal as a modem for windows?

nop, as without actual connection it won't connect.

  • windows connection is active

really? Could pc connect to any site using the only connection from device?

android connection does not work


why?[

cos you are using AT command to phone your pc, not mobile device

how can we make the modem to use Android?
no way without real connection.

I need the string to be sent from Android terminal and, maybe, the connection is made!

you possibly found it:


AT+CGDCONT = 1, "IP", "apn"

Link to comment
Share on other sites

Guest drmad

really? Could pc connect to any site using the only connection from device?

Yess, now i'm writiting using only device with cm9!!

Edited by drmad
Link to comment
Share on other sites

Guest Lens_flare
Yess, now i'm writiting using only device with cm9!!
how strange..
i can send from terminal AT+ CGDCONT = 1, "IP", "apn"

but how i made the call * 98 * 1 # from terminal?

maybe it could at last send you a "right" response for command without call..
Link to comment
Share on other sites

Guest drmad

how strange

why strange? Maybe windows active the modem through AT commands and cm9 to do, now now we have to see if the cm9 active the modem with at commands

Link to comment
Share on other sites

Guest drmad

i send this command from adb shell

#echo AT+CGDCONT=1,"IP","internet.wind" > /dev/smd0

no error device but no connection, surely must command the modem calls * 98 * 1 #

Link to comment
Share on other sites

Guest Lens_flare
no error device but no connection, surely must command the modem calls * 98 * 1 #
uhm, as you sent command now try to call * 98 * 1 # on dialer.
Link to comment
Share on other sites

Guest drmad

In the Qualcomm manual "AT command set in Gobi" i have found this:

command D: Dial (request Packet Domain Service or Packet Domain IP Service); values per specifications; support *98# and *99#; optional connection parameter validated against defined PDP contexts (see +CGDCONT command)

what do u think Lens?

Link to comment
Share on other sites

Guest Lens_flare
command D: Dial (request Packet Domain Service or Packet Domain IP Service); values per specifications; support *98# and *99#; optional connection parameter validated against defined PDP contexts (see +CGDCONT command)

it seems what we need, a pair of commands to send apn request and dial on. The only thing is quite strange: there are many other requests like RAT switch, query available networks, and other that appear to be called just after connection done, maybe they should be also called. Possibly they needed only for framework..
Link to comment
Share on other sites

Guest drmad

We're thinking about what we have seen on windows but also that we can give right instructions to connect to the modem and the framework does not realize that you are connected perhaps the whole system will not be able to use the data ...

Link to comment
Share on other sites

Guest Lens_flare
the framework does not realize that you are connected perhaps the whole system will not be able to use the data ...
that's why you need to integrate such command to libril source.. but first somebody need to find this out..
Link to comment
Share on other sites

Guest Lens_flare
Ok but the D command how we can use it in our syntax
issue
#echo AT+D:[number] >/dev/smd0[/CODE]

just after previous one

Link to comment
Share on other sites

Guest drmad

But it is strange, the modem connects, windows can take advantage of the network but no android. There is no way to set up system to use the network for example through proxy

Link to comment
Share on other sites

Guest Lens_flare
But it is strange, the modem connects, windows can take advantage of the network but no android.
different API-different result.
There is no way to set up system to use the network for example through proxy
I don't think so.
Link to comment
Share on other sites

Guest Lens_flare
We have discovered a new feature of your rom, can be used as a modem!
it also can accept bluetooth tether connection and connect to some other device's internet, as well as wifi.
Link to comment
Share on other sites

Guest drmad

I am reminded that sometimes in your miui 4 3g connection icon appears ... in that case the framework thought to be connected, do you think it can work to activate the modem with at commands?

Link to comment
Share on other sites

Guest Lens_flare
I am reminded that sometimes in your miui 4 3g connection icon appears ... in that case the framework thought to be connected, do you think it can work to activate the modem with at commands?
I'm not sure why it happens, just try out that.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.