NEW troubleshooting section (SetUp)
Summary: Restyle of Trobleshooting, which involved changes to sidebar.js and splitting up the previous troubleshooting page into five separate pages. Reviewed By: lblasa Differential Revision: D36282539 fbshipit-source-id: e60834e2b4d98b70b23bb11309c3438d85e4de0e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6cdda85ec9
commit
0b16f3a031
15
docs/getting-started/troubleshooting/portal.mdx
Normal file
15
docs/getting-started/troubleshooting/portal.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
id: portal
|
||||
title: Troubleshooting Portal Issues
|
||||
sidebar_label: Portal Issues
|
||||
custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/master/xplat/sonar/docs/portal.mdx
|
||||
---
|
||||
|
||||
We've found that some portal devices running Android 10 fail to connect to Flipper by default.
|
||||
|
||||
You can work around this by running the following on a terminal:
|
||||
|
||||
```
|
||||
adb root
|
||||
adb shell setenforce 0
|
||||
```
|
||||
Reference in New Issue
Block a user