diff --git a/docs/features/folders/how-to-access-folder-contents.md b/docs/features/folders/how-to-access-folder-contents.md index 2b56aa1c..29b91081 100644 --- a/docs/features/folders/how-to-access-folder-contents.md +++ b/docs/features/folders/how-to-access-folder-contents.md @@ -119,8 +119,56 @@ Sometimes the folder may show under **Other locations** ## Android -Guide coming soon +### Samsung Galaxy + +1. Open `My Files` app +![](../../public/assets/screenshots/SMB-galaxy-1.png) +2. Select network storage + - You may be prompted to update the app + +![](../../public/assets/screenshots/SMB-galaxy-2.png) +3. Select the + button at the top right corner +![](../../public/assets/screenshots/SMB-galaxy-3.png) +4. Select Network Drive (SMBv2/SMBv3) +![](../../public/assets/screenshots/SMB-galaxy-4.png) +5. If your server appears select it, if not select `add manually` +![](../../public/assets/screenshots/SMB-galaxy-5.png) +6. Fill this out with your information and press `add`
+- The `Address` can be found at deck.hexos.com/folders
+ 1. Select any folder
+ 2. Select the `Browse` button + ![](../../public/assets/screenshots/SMB-IP-1.png) + 3. The address will be just the numbers shown (highlighted in this example) + ![](../../public/assets/screenshots/SMB-IP-2.png) + - You can leave the port alone + - Username and password are optional but if you would like to use them then uncheck `Sign in anonymously` +![](../../public/assets/screenshots/SMB-galaxy-6.png) + +### Google Pixel + +There isn't a native function on pixel devices to access SMB network shares.
+SMB network shares can still be accessed by installing 3rd party applications. ## iOS -Guide coming soon +1. Open the `Files` app +![](../../public/assets/screenshots/SMB-iOS-1.jpg) +2. Press the 3 horizontal dots button on the top right corner +![](../../public/assets/screenshots/SMB-iOS-2.PNG) +3. Select `Connect to Server` +![](../../public/assets/screenshots/SMB-iOS-3.PNG) +4. Type your server ip address in the `Server` textbox + - The `Address` can be found at deck.hexos.com/folders + 1. Select any folder + 2. Select the `Browse` button + ![](../../public/assets/screenshots/SMB-IP-1.png) + 3. The address will be just the numbers shown (highlighted in this example) + ![](../../public/assets/screenshots/SMB-IP-2.png) + +![](../../public/assets/screenshots/SMB-iOS-4.PNG) +5. Select `Guest` or `Registered User` + - Input your username and password if you would like to log in as a registered user + +![](../../public/assets/screenshots/SMB-iOS-5.PNG) +6. You can find your server under the Shared section. +![](../../public/assets/screenshots/SMB-iOS-6.PNG) \ No newline at end of file diff --git a/docs/public/assets/screenshots/SMB-IP-1.png b/docs/public/assets/screenshots/SMB-IP-1.png new file mode 100644 index 00000000..3459f7b9 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-IP-1.png differ diff --git a/docs/public/assets/screenshots/SMB-IP-2.png b/docs/public/assets/screenshots/SMB-IP-2.png new file mode 100644 index 00000000..dcd01c20 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-IP-2.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-1.png b/docs/public/assets/screenshots/SMB-galaxy-1.png new file mode 100644 index 00000000..818c5110 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-1.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-2.png b/docs/public/assets/screenshots/SMB-galaxy-2.png new file mode 100644 index 00000000..a731e607 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-2.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-3.png b/docs/public/assets/screenshots/SMB-galaxy-3.png new file mode 100644 index 00000000..ade6f598 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-3.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-4.png b/docs/public/assets/screenshots/SMB-galaxy-4.png new file mode 100644 index 00000000..15182211 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-4.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-5.png b/docs/public/assets/screenshots/SMB-galaxy-5.png new file mode 100644 index 00000000..cceb90fc Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-5.png differ diff --git a/docs/public/assets/screenshots/SMB-galaxy-6.png b/docs/public/assets/screenshots/SMB-galaxy-6.png new file mode 100644 index 00000000..f7770839 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-galaxy-6.png differ diff --git a/docs/public/assets/screenshots/SMB-iOS-1.jpg b/docs/public/assets/screenshots/SMB-iOS-1.jpg new file mode 100644 index 00000000..946731d9 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-1.jpg differ diff --git a/docs/public/assets/screenshots/SMB-iOS-2.PNG b/docs/public/assets/screenshots/SMB-iOS-2.PNG new file mode 100644 index 00000000..d31050da Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-2.PNG differ diff --git a/docs/public/assets/screenshots/SMB-iOS-3.PNG b/docs/public/assets/screenshots/SMB-iOS-3.PNG new file mode 100644 index 00000000..0679630c Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-3.PNG differ diff --git a/docs/public/assets/screenshots/SMB-iOS-4.PNG b/docs/public/assets/screenshots/SMB-iOS-4.PNG new file mode 100644 index 00000000..50b52d09 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-4.PNG differ diff --git a/docs/public/assets/screenshots/SMB-iOS-5.PNG b/docs/public/assets/screenshots/SMB-iOS-5.PNG new file mode 100644 index 00000000..a56fffaf Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-5.PNG differ diff --git a/docs/public/assets/screenshots/SMB-iOS-6.PNG b/docs/public/assets/screenshots/SMB-iOS-6.PNG new file mode 100644 index 00000000..c3ec4bf8 Binary files /dev/null and b/docs/public/assets/screenshots/SMB-iOS-6.PNG differ