Giter Site home page Giter Site logo

qptest's Introduction

QPtest

QPtest is a standalone app to test LTE quectel EC2x modules(and maybe some other qualcomm modem), like in the pinephone. C++ and gtk2. You can test calls, sms, gps, network status, internet. The output goes to the status bar, some debug on the terminal.

Install

Require alsa lib, alsaloop, qmicli, busybox udhcpc.
On arch:
sudo pacman -S alsa-lib alsa-utils libqmi busybox
On Debian, ubuntu:
sudo apt install libgtk-2-dev alsa-utils libasound2 libasound-dev libqmi-utils busybox

  • Get files
    git clone https://github.com/jackghg/qptest.git
  • Insert your mobile operator apn in the /qmi/qmic script
  • correct the variables in the 'variables to customize' section, on top of the source code; mostly devices name.
  • You may need to update the 'simple.script' file from busybox sources, /examples/udhcp/simple.script
  • Compile:
    g++ qptest.c -o qptest `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` -lasound
  • The install script will copy some files but not qptest executable
    sudo ./install
  • Run as root:
    sudo ./qptest
  • On the first time you run qptest, click the 'First Run Setup' button and restart the modem/device.

Warnings

  • Qptest could conflict with others modem managers
  • The 'First Run Setup' function can change some modem settings
  • Only the english sms characterset conversion is supported.
  • Using cellular telephony functions can spend money, depend on your mobile operator contract

qptest's People

Contributors

jackghg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.