Menu

Tree [3f6d6c] default tip /
 History

Read Only access


File Date Author Commit
 .tx 2017-11-09 Alex Alex [a455cf] Meson build system integration + small updates ...
 appdata unknown
 help 2020-06-25 Alex Alex [dbd533] Fix Russian help translation
 man unknown
 packages 2020-08-01 Alex Alex [b59903] Final changes for version 0.0.20
 po unknown
 polkit 2020-05-21 Alex Alex [b15ec5] Translations update
 resources 2020-08-01 Alex Alex [b59903] Final changes for version 0.0.20
 src 2020-08-16 Alex Alex [3f6d6c] Fix tray icon in Unity7
 .hgtags 2020-08-01 Alex Alex [e37f5f] Added tag v0.0.20 for changeset b599038ec9af
 AUTHORS 2018-04-06 Alex Alex [5c6456] Add Slovak localization
 Changelog 2020-08-01 Alex Alex [b59903] Final changes for version 0.0.20
 LICENSE 2017-08-26 Alex Alex [0b47e0] Initial commit (version 0.0.18)
 Makefile 2018-01-24 Alex Alex [67c8a2] Add support for custom icon themes (thanks to A...
 README.rst 2020-06-25 Alex Alex [3adc0b] Fix README file
 configure 2020-08-16 Alex Alex [3f6d6c] Fix tray icon in Unity7
 meson.build 2020-08-16 Alex Alex [3f6d6c] Fix tray icon in Unity7

Read Me

Modem Manager GUI

Summary

Modem Manager GUI is a simple GTK based graphical interface compatible with Modem manager, Wader and oFono system services able to control EDGE/3G/4G broadband modem specific functions. You can check balance of your SIM card, send or receive SMS messages, control mobile traffic consumption and more using Modem Manager GUI.

Current features:

  • Create and control mobile broadband connections
  • Send and receive SMS messages and store messages in database
  • Initiate USSD requests and read answers (also using interactive sessions)
  • View device information: operator name, device mode, IMEI, IMSI, signal level
  • Scan available mobile networks
  • View mobile traffic statistics and set limits

Main window:

https://linuxonly.ru/e107_media/18d0a3f656/images/2017-06/modem_manager_gui_devices.png

Building from source

First of all, you'll need to install such development packages:

  • GTK version 3.4.0 or later
  • Glib version 2.32.1 or later
  • GDBM version 1.10 or later
  • po4a version 0.45 or later
  • itstool version 1.2.0 or later
  • libayatana-appindicator3 version 0.4.92 or later (optional)
  • libgtkspell3 version 3.0.3 or later (optional)
  • Meson version 0.37 or later

Next you have to go to directory with program's source code and issue these commands:

meson build
cd build
ninja
sudo ninja install

If you prefer good old Autotools, you can use these commands instead:

sh configure
make
sudo make install

Program files will be copied into your system directories. It's better to build package and install it though. Packages specification files are available in 'packages' directory of source code tree.

More info

Please visit official project's page.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.