Giter VIP home page Giter VIP logo

ofonogui's People

Contributors

mmeintker-tc avatar thinksilicon avatar

Watchers

 avatar

ofonogui's Issues

Only status partially works, other features are not working

Environment
  • Distro: Arch Linux
  • Ofono: 2.1
  • Perl modules: Number::Phone is installed using cpanm, others are installed via distro packages
Issues

The GUI is able to:

  • Show the status (connected to device, phone call in progress, call ended)
  • Phone icon changes accordingly (e.g. Red hang up icon when phone call in progress)

Features which are not working:

  • The call duration is wrong (e.g. my call is 46s long, but it says "Call ended. Time 1691306387s...")
  • Phone icon button has no effect (unable to make any phone call or hang up the call)
  • Dialpad buttons have no effect (unable to send DTMF tones for menus)
Console output
$ perl ofonogui.pl
*** Gtk3::Frame::new: passed too many parameters (expected 2, got 3); ignoring excess at lib/OfonoGUI/GUI.pm line 88.
*** Gtk3::Frame::new: passed too many parameters (expected 2, got 3); ignoring excess at lib/OfonoGUI/GUI.pm line 122.
Use of uninitialized value in subtraction (-) at lib/OfonoGUI/GUI.pm line 216 (#1)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.
    
    To help you figure out what was undefined, perl will try to tell you
    the name of the variable (if any) that was undefined.  In some cases
    it cannot do this, so it also tells you what operation you used the
    undefined value in.  Note, however, that perl optimizes your program
    and the operation displayed in the warning may not necessarily appear
    literally in your program.  For example, "that $foo" is usually
    optimized into "that " . $foo, and the warning will refer to the
    concatenation (.) operator, even though there is no . in
    your program.
    
Use of uninitialized value in concatenation (.) or string at
        lib/OfonoGUI/GUI.pm line 216 (#1)
Use of uninitialized value in subtraction (-) at lib/OfonoGUI/GUI.pm line 223 (#1)

(ofonogui.pl:55686): Gtk-CRITICAL **: 16:30:09.291: gtk_main_quit: assertion 'main_loops != NULL' failed
Additional information

I can dial, send tones or hang up call when using the dial-number script or patched ofonoctl (to add send tones and hang up functions).

P.S. Thank you very much for your work and I hope it can be functional again, since I cannot find other alternatives on Linux to make/manage calls in GUI.

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.