From 8f94c9d5ecca507d3af99dcbaf0a15b736d76082 Mon Sep 17 00:00:00 2001 From: Stephen Abbene <11637137+sabbene@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:27:51 -0800 Subject: [PATCH 1/3] Enhance frameo install instructions --- Install_Client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install_Client.md b/Install_Client.md index 9b80f859..51ff94c2 100644 --- a/Install_Client.md +++ b/Install_Client.md @@ -86,7 +86,7 @@ The Android-Version of ImmichFrame is available on the [Google Play Store][play- #### Frameo ImmichFrame can be run on inexpensive Frameo digital photo frames with some additional effort. You can typically find these for ~$40 USD. These devices are low powered and run a very old Android version, so they cannot run the full WebView version of the app (however most of the main features are still supported except SplitView). If you have not already, you will need to install ADB on your PC ([ADB instructions][ADB-link]). -ADB is often enabled on these devices by default, if it is not go to Frameo Settings-About-Enable Beta Program. Toggle ADB Access On-Off-On. Use the ADB commands below to sideload ImmichFrame APK, configure it to your liking, then disable the Frameo app to to set ImmichFrame as default Home app: +ADB is often enabled on these devices by default, if it is not go to Frameo Settings-About-Enable Beta Program. Toggle ADB Access On-Off-On. Transfer from computer also mucst be enabled ( Frame → Settings → Manage photos → Transfer from computer → toggle “Enable transfer from computer” ON ). Use the ADB commands below to sideload ImmichFrame APK, configure it to your liking, then disable the Frameo app to to set ImmichFrame as default Home app: - Sideload ImmichFrame: adb install /path/to/ImmichFrame_vXX.apk - Update existing ImmichFrame: adb install -r /path/to/ImmichFrame_vXX.apk - Start ImmichFrame: adb shell am start com.immichframe.immichframe/.MainActivity @@ -145,4 +145,4 @@ The screen is configured in a 3x3 gird. You can touch or click: [play-store-link]: https://play.google.com/store/apps/details?id=com.immichframe.immichframe [app-store-link]: https://apps.apple.com/us/app/immichframe/id6742748077 [releases-url]: https://github.com/3rob3/ImmichFrame/releases/latest -[ADB-link]: https://www.xda-developers.com/install-adb-windows-macos-linux/ \ No newline at end of file +[ADB-link]: https://www.xda-developers.com/install-adb-windows-macos-linux/ From c8ba6d8eeb4c99fd2bbb6343596dd8c5841df791 Mon Sep 17 00:00:00 2001 From: Stephen Abbene <11637137+sabbene@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:00:57 -0800 Subject: [PATCH 2/3] Enhance Android installation instructions with APK link Updated the Android installation instructions to include a direct link to the APK releases. --- Install_Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_Client.md b/Install_Client.md index 51ff94c2..4bd9f58d 100644 --- a/Install_Client.md +++ b/Install_Client.md @@ -73,7 +73,7 @@ You can "install" ImmichFrame as a PWA by opening in a browser and going to Shar ImmichFrame is available on the [Apple TV App Store][app-store-link]. ### Android -The Android-Version of ImmichFrame is available on the [Google Play Store][play-store-link]. Download it via the store for automatic updates. You can also sideload via APK available in Releases. +The Android-Version of ImmichFrame is available on the [Google Play Store][play-store-link]. Download it via the store for automatic updates. You can also sideload via APK available in [ImmichFrame_Android Releases](https://github.com/immichFrame/ImmichFrame_Android/releases). #### Android Screensaver From 00c74ac8a025ae6faee19ca4de55106c9ee55db2 Mon Sep 17 00:00:00 2001 From: Stephen Abbene <11637137+sabbene@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:07:26 -0800 Subject: [PATCH 3/3] typo --- Install_Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_Client.md b/Install_Client.md index 4bd9f58d..b4aa57c8 100644 --- a/Install_Client.md +++ b/Install_Client.md @@ -86,7 +86,7 @@ The Android-Version of ImmichFrame is available on the [Google Play Store][play- #### Frameo ImmichFrame can be run on inexpensive Frameo digital photo frames with some additional effort. You can typically find these for ~$40 USD. These devices are low powered and run a very old Android version, so they cannot run the full WebView version of the app (however most of the main features are still supported except SplitView). If you have not already, you will need to install ADB on your PC ([ADB instructions][ADB-link]). -ADB is often enabled on these devices by default, if it is not go to Frameo Settings-About-Enable Beta Program. Toggle ADB Access On-Off-On. Transfer from computer also mucst be enabled ( Frame → Settings → Manage photos → Transfer from computer → toggle “Enable transfer from computer” ON ). Use the ADB commands below to sideload ImmichFrame APK, configure it to your liking, then disable the Frameo app to to set ImmichFrame as default Home app: +ADB is often enabled on these devices by default, if it is not go to Frameo Settings-About-Enable Beta Program. Toggle ADB Access On-Off-On. Transfer from computer also must be enabled ( Frame → Settings → Manage photos → Transfer from computer → toggle “Enable transfer from computer” ON ). Use the ADB commands below to sideload ImmichFrame APK, configure it to your liking, then disable the Frameo app to to set ImmichFrame as default Home app: - Sideload ImmichFrame: adb install /path/to/ImmichFrame_vXX.apk - Update existing ImmichFrame: adb install -r /path/to/ImmichFrame_vXX.apk - Start ImmichFrame: adb shell am start com.immichframe.immichframe/.MainActivity