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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • 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

    Description

      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

       

       

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes