A catalogue of apps for the Light Phone III. It installs them without putting a store on the phone. Setup takes about two minutes.
On the phone. Open this page in the Light Phone
browser. Tap the button. The file goes to Downloads, and the browser offers to
install it. To type the address, use the short link:
brightmarket.gzl.dev/setup
From a computer. Download the same file. Connect the phone. Send the file to it:
adb install -r BrightMarket.apk
This needs USB debugging on the phone. Step 1 gives the steps.
There are two ways. Both end at the same place. Use the one in front of you.
brightmarket.gzl.dev/setup on the Light Phone.Android refuses installs from outside a store. You give the permission once, to the app that does the install. Here that app is the browser.
If you closed the prompt, open Settings → Apps → Special access → Install unknown apps. Select the browser. Turn it on.
adb.adb devices. The phone must show the state device.adb install -r BrightMarket.apk.unauthorized means the trust prompt is still open on the
phone.-r replaces a copy that is already there.INSTALL_FAILED_UPDATE_INCOMPATIBLE means the phone already
has a build with a different signature. Remove that build first. It takes its
settings with it.The first launch asks one question. The answer changes what the app is.
You can turn focus mode on later in Settings. To turn it off again, you must scan a code from the catalogue page. That is the point of it.
Focus mode is a commitment device, not a lock. The code is an ordinary link, and anyone who wants one can make one.
Open the catalogue and scan the code for the app you want. If you left focus mode off, you can browse on the phone instead. Nothing installs until you tap Install.
Scan the URL of any GitHub repository that publishes APK releases. BrightMarket then tracks it for updates with everything else.
These apps carry the mark UNLISTED. BrightMarket cannot check their downloads against a published hash, which it does for apps in the catalogue.
Export your apps from Obtainium. Then open Settings → Import from Obtainium. Apps in the catalogue become normal entries. BrightMarket tracks the rest as unlisted.
An app with no GitHub repository behind it gets reported, not dropped. BrightMarket cannot check it for updates.
The Updates tab compares what you have against the newest release, and offers Update All. BrightMarket updates itself the same way, and always last in a batch. Installing it closes the app, so anything after it in the queue would never run.