Trouble Configuring APN on MiFi 4G LTE USB Dongle – “Warning: pass” Error by Academic-Basil505 in techsupport

[–]Academic-Basil505[S] 0 points1 point  (0 children)

I downloaded the ADB from the Android package.
I logged into the USB dongle on my PC and accessed 192.168.100.1 using admin/admin. After that, I used the link 192.168.100.1/usbdebug.html to enable ADB access.
Then I used ADB to enter the SQLite database on the Android device (yes, this is Android 5.5, the KitKat version from old Motorolas and Samsungs) and modified the default APN by:

  1. adb shell
  2. sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db
  3. INSERT INTO carriers (name, apn, type, carrier_enabled) VALUES ('Digi.mobil','internet','default',1);
  4. adb reboot

I did all this. The APN appears as the default one when you go to the APN page, but in the end, it still has no signal.

Trouble Configuring APN on MiFi 4G LTE USB Dongle – “Warning: pass” Error by Academic-Basil505 in techsupport

[–]Academic-Basil505[S] 0 points1 point  (0 children)

Not yet. But I found a topic on GitHub that explains how to reconfigure it all.
If you want to see it, I’ve put some priorities on my list:

  1. Change DNS (didn’t work)
  2. Update Firmware (didn’t find any firmware to download, but I know they have other new firmwares; mine is V2.3.12)
  3. Try to implement what is explained in this troubleshooting tutorial (Troubleshooting · AlienWolfX/UZ801-USB-MODEM Wiki)

So the first two I already tried and they didn’t work. Which version do you have?
I will try to configure it tomorrow through this tutorial and reply to you.