wiki-js/Funny/Jaecoo/Jcartools.html

28 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
title: Jcartools
description:
published: true
date: 2024-10-24T06:54:17.251Z
tags: jaecoo
editor: ckeditor
dateCreated: 2024-10-24T06:25:44.217Z
-->
<p>Предоставление прав apk установленным из rustore:</p>
<blockquote>
<p>запись<br>adb shell pm grant название пакета android.permission.WRITE_EXTERNAL_STORAGE<br><br>чтение<br>все тоже самое, но в конце после последней точки READ_EXTERNAL_STORAGE<br><br>доступ к хранилищу(полный)<br>после последней точки MANAGE_EXTERNAL_STORAGE</p>
</blockquote>
<p>а как узнать название пакета?</p>
<blockquote>
<p>Через adb прибуду какую нибудь типа adb app control (как то так вроде бы) &nbsp;</p>
<p>Или же узнать уже с машины (установленные программы) через командную строку adb shell pm list packages -3</p>
</blockquote>
<p><strong>Iphone</strong></p>
<blockquote>
<p>На айфоне максимальную совместимость и пароль не замудреный поставить</p>
</blockquote>
<figure class="media">
<oembed url="https://www.youtube.com/watch?v=mVRuAvgRIEI"></oembed>
</figure>
<p>&nbsp;</p>