Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67093

[android / command line] "svc wifi disable" doesn't disable wifi

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1: Critical P1: Critical
    • None
    • 5.10.0
    • QPA
    • None
    • test on Android 4.4.4 and 7.0

      MIN SDK : API 16

      target SDK : API 16

      Compiled on ubuntu 17.10 x64
    • Android

      void    wifiReloader::setOff()
      {
      #ifdef Q_OS_ANDROID
          QtConcurrent::run([&](){ QProcess::execute("svc wifi disable"); });
      #endif
      //    ...;
      
      }
      
      

      This function doesn't work on 5.10.0, but work on 5.9.3

       

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            esabraha Eskil Abrahamsen Blomfeldt
            hexalinkus Antoine Bureau
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes