-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal strength issue( via AT). #63
Comments
I would guess that this is functionality that is only provided in the official windows driver. It'd be nice if we supported this, but due to the nature of the undocumented API's I'm not holding out hope. |
I've done some integration work, mostly for setting the SIM pin. |
Hey @Ecos-hj I think there's some specific unsolicited messages that come in, and you can see in the I'm having some issues on my laptop with establishing a connection, and I've seen some various other messages coming in (related to sim/signal/connection/net/etc) which could be decoded to mean something, though I'm not sure on the data format. |
I've spent a lot of the to get the modem work with an activated SIM in a productive and stable way. |
I'm fairly sure it was mostly RE. This reversing repo seems to have more information and some IDA files, though I'm getting stuck at opening them. :) |
Related project/work: https://github.com/enzingerm/ModemManager/tree/xmm7360/plugins/xmm7360 |
IDA free 7.0 says database version too old.
Seems to be IDA version 6.95. I don't find any freeware of this version. I got a friend who has a IDAPro license, will ask if he has 6.95. |
@zhuyifei1999 Yep! I got exactly the same thing! I had tried with IDA 5 and 7. If you have a friend with the right version, it'd be great if they could be re-saved as IDA 7! |
Yep, he has 6.95, but "Memory map is taking forever to XML export. Here are the idcs meanwhile" I'll send a PR I guess when he has all of them exported. However, IDA free does not support ARM, which the firmware is on. (And I have no IDA license.) What's the best way to do this? Port to Ghidra? |
https://github.com/zhuyifei1999/xmm7360-reversing/tree/ghidra. Function argument information seems bad. Probably needs a lot of manual reversing. Edit: Realized "Decompiler parameter ID" was off... doing that now. |
Xmm2usb works well for me( as service), but i dont want to wait 30-40 sec for start working.
So i install xmm-pci and want to build gnome applet with signal strengh/status network...
Unfortunately xmm-pci is not shown signal strength via AT commands while xmm2usb does:
xmm2usb:
at+csq
+CSQ: 10,4
OK
xmm-pci:
at+csq
+CSQ: 99,99
//( Unknown or not detectable)OK
What can i do? Is it can be changed via other AT commands, or it is fault of native driver and only hard work with it can solve it ?
The text was updated successfully, but these errors were encountered: