This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

sms sending failed
#9
Without the package the modem won't switch to the required mode. Install the package again then run this script once:
Code:
data = [[
return {
  messages = {
    "55534243123456780000000000000011062000000100000000000000000000"
  },
  devices = {
    ['12d1:1f01'] = {
      ['*'] = { msg = {0} }
    }
  }
}
]]

io.writefile('/lib/usbmode/data.lua', data)

This will use a different switch message for your modem. Seems that different modem firmware versions require a different message. You can try different messages from the post that you've linked before.
Reply


Messages In This Thread
sms sending failed - by JoWo - 12.09.2025, 07:15
RE: sms sending failed - by admin - 12.09.2025, 11:58
RE: sms sending failed - by JoWo - 15.09.2025, 07:29
RE: sms sending failed - by JoWo - 19.09.2025, 12:34
RE: sms sending failed - by admin - 15.09.2025, 11:28
RE: sms sending failed - by JoWo - 16.09.2025, 09:12
RE: sms sending failed - by admin - 19.09.2025, 13:03
RE: sms sending failed - by JoWo - 19.09.2025, 21:05
RE: sms sending failed - by admin - 23.09.2025, 10:07

Forum Jump: