From 702984b3b746930760dc40c7a6186374e704376c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 17 Mar 2019 07:00:40 -0400 Subject: adb text --- docs/docgen/doctrees/environment.pickle | Bin 38434 -> 38851 bytes docs/docgen/doctrees/guides/FAQ.doctree | Bin 140042 -> 143938 bytes docs/docgen/html/_sources/guides/FAQ.rst.txt | 15 ++++++++++++++- docs/docgen/html/guides/FAQ.html | 17 +++++++++++++++-- docs/docgen/html/searchindex.js | 2 +- docs/guides/FAQ.rst | 15 ++++++++++++++- 6 files changed, 44 insertions(+), 5 deletions(-) diff --git a/docs/docgen/doctrees/environment.pickle b/docs/docgen/doctrees/environment.pickle index 5e1e5409..ad47cf78 100644 Binary files a/docs/docgen/doctrees/environment.pickle and b/docs/docgen/doctrees/environment.pickle differ diff --git a/docs/docgen/doctrees/guides/FAQ.doctree b/docs/docgen/doctrees/guides/FAQ.doctree index b4bcd4d2..7070ce2c 100644 Binary files a/docs/docgen/doctrees/guides/FAQ.doctree and b/docs/docgen/doctrees/guides/FAQ.doctree differ diff --git a/docs/docgen/html/_sources/guides/FAQ.rst.txt b/docs/docgen/html/_sources/guides/FAQ.rst.txt index 7bd8ccdb..501d6efb 100644 --- a/docs/docgen/html/_sources/guides/FAQ.rst.txt +++ b/docs/docgen/html/_sources/guides/FAQ.rst.txt @@ -110,7 +110,7 @@ you've tried enough, but I can't guarantee I'll spend a lot of time on source code compile issues. How to report errors -~~~~~~~~~~~~~~~~~~~~ +-------------------- - I don't know why something is not working if you don't provide sufficient inputs. Start by creating a `GitHub @@ -151,6 +151,19 @@ How to report errors you upgraded ZM) - What exactly is not working? +If zmNinja does not start on your device +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +There are some odd cases, where zmNinja does not start (or gets stuck in the splash screen) on specific devices. +It is very hard for me to know why it fails on certain devices, but I can try. Here is what you need to do: + +You have to send me system logs of the device. To get system logs: + +- You will have to install ADB (Android Debug Bridge). It comes along with the Android SDK but if you don't have the SDK (most won't) you can refer to https://www.xda-developers.com/install-adb-windows-macos-linux/ + +- Once ADB is installed, connect the phone to the browser (make sure you have allowed debugging on the phone menu - it should ask) and type in ``adb logcat >result.txt`` and try to start the app. A lot of logs will be generated. Please `email them to me `__ + + + Profile information storage related ----------------------------------- diff --git a/docs/docgen/html/guides/FAQ.html b/docs/docgen/html/guides/FAQ.html index d5610c8f..3027a8db 100644 --- a/docs/docgen/html/guides/FAQ.html +++ b/docs/docgen/html/guides/FAQ.html @@ -100,7 +100,10 @@
  • zmNinja doesn’t work. Actually, even ZoneMinder web console doesn’t work. You should fix this!
  • zmNinja doesn’t work. Zoneminder works, but I have no idea why APIs don’t work. You should fix this!
  • I can’t compile zmNinja, help me!
  • -
  • How to report errors
  • + + +
  • How to report errors
  • Profile information storage related
      @@ -328,8 +331,9 @@ you figured it out on your own. Feel free to create an issue after you’ve tried enough, but I can’t guarantee I’ll spend a lot of time on source code compile issues.

      +
      -

      How to report errors

      +

      How to report errors

    +
    +

    If zmNinja does not start on your device

    +

    There are some odd cases, where zmNinja does not start (or gets stuck in the splash screen) on specific devices. +It is very hard for me to know why it fails on certain devices, but I can try. Here is what you need to do:

    +

    You have to send me system logs of the device. To get system logs:

    +
      +
    • You will have to install ADB (Android Debug Bridge). It comes along with the Android SDK but if you don’t have the SDK (most won’t) you can refer to https://www.xda-developers.com/install-adb-windows-macos-linux/
    • +
    • Once ADB is installed, connect the phone to the browser (make sure you have allowed debugging on the phone menu - it should ask) and type in adb logcat >result.txt and try to start the app. A lot of logs will be generated. Please email them to me
    • +