diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-17 07:00:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-17 07:00:40 -0400 |
| commit | 702984b3b746930760dc40c7a6186374e704376c (patch) | |
| tree | cfdf578f8e28de3fb7e8a1b7d693ba5e65b66d08 /docs/docgen/html/guides/FAQ.html | |
| parent | 618c6a1c6ba1ccb3d7c918c44c6be4604dd50dd8 (diff) | |
adb text
Diffstat (limited to 'docs/docgen/html/guides/FAQ.html')
| -rw-r--r-- | docs/docgen/html/guides/FAQ.html | 17 |
1 files changed, 15 insertions, 2 deletions
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 @@ <li class="toctree-l3"><a class="reference internal" href="#zmninja-doesn-t-work-actually-even-zoneminder-web-console-doesn-t-work-you-should-fix-this">zmNinja doesn’t work. Actually, even ZoneMinder web console doesn’t work. You should fix this!</a></li> <li class="toctree-l3"><a class="reference internal" href="#zmninja-doesn-t-work-zoneminder-works-but-i-have-no-idea-why-apis-don-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!</a></li> <li class="toctree-l3"><a class="reference internal" href="#i-can-t-compile-zmninja-help-me">I can’t compile zmNinja, help me!</a></li> -<li class="toctree-l3"><a class="reference internal" href="#how-to-report-errors">How to report errors</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="#how-to-report-errors">How to report errors</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#if-zmninja-does-not-start-on-your-device">If zmNinja does not start on your device</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="#profile-information-storage-related">Profile information storage related</a><ul> @@ -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.</p> </div> +</div> <div class="section" id="how-to-report-errors"> -<h3>How to report errors<a class="headerlink" href="#how-to-report-errors" title="Permalink to this headline">¶</a></h3> +<h2>How to report errors<a class="headerlink" href="#how-to-report-errors" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>I don’t know why something is not working if you don’t provide sufficient inputs. Start by creating a <a class="reference external" href="https://github.com/pliablepixels/zmNinja/issues">GitHub @@ -365,6 +369,15 @@ you upgraded ZM)</li> </ul> </li> </ul> +<div class="section" id="if-zmninja-does-not-start-on-your-device"> +<h3>If zmNinja does not start on your device<a class="headerlink" href="#if-zmninja-does-not-start-on-your-device" title="Permalink to this headline">¶</a></h3> +<p>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:</p> +<p>You have to send me system logs of the device. To get system logs:</p> +<ul class="simple"> +<li>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 <a class="reference external" href="https://www.xda-developers.com/install-adb-windows-macos-linux/">https://www.xda-developers.com/install-adb-windows-macos-linux/</a></li> +<li>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 <code class="docutils literal"><span class="pre">adb</span> <span class="pre">logcat</span> <span class="pre">>result.txt</span></code> and try to start the app. A lot of logs will be generated. Please <a class="reference external" href="mailto:pliablepixels%40gmail.com">email them to me</a></li> +</ul> </div> </div> <div class="section" id="profile-information-storage-related"> |
