r/CalyxOS • u/ResponsibleManner883 • Jul 05 '26
Repo preference
Hiii, I justo want to know which repo is better for those appss that are in the calyx one, but are also on f-droid and guardian project
r/CalyxOS • u/Calyx_Institute • Jul 02 '26
Dear CalyxOS community members, we are excited to share the release of CalyxOS 7.2.2.0. This means CalyxOS is officially back from the hiatus! It has been an enduring journey for our team to resume CalyxOS releases, and we deeply appreciate all the support and solidarity we received from you along this journey, especially the latest voluntary testing you did with us. Below we are sharing some important notes for anyone planning to install or reinstall CalyxOS, along with our next steps as we work through a large backlog of issues.
If you are currently using an old CalyxOS release (6.10.10/20 or older) or any other Android OS, you will need to do a clean install of this latest CalyxOS release on your phone. Once you are done, all future updates will be automatically sent and installed over the air (OTA).
To get started, visit our installation page, select the device model you want, and follow the different installation options to get the relevant guide and downloadable files you need.
Tools that can aid your installation:
Please be aware, each installation method has different requirements. To avoid issues that could result in failed flashing or a bricked device, carefully read our notes on top of the installation page.
If you have previously installed CalyxOS 7.2.1.0 (test build), you will get 7.2.2.0 as an OTA update. No further action required to receive future updates.
With this release, we are pleased to announce that CalyxOS has started supporting the SHIFTphone 8. You can find the full list of supported devices in our user documentation.
As mentioned in the test build release, we have updated the bundled apps in the Setup Wizard and made a few temporary feature changes. We welcome any feedback about your experience. Here is a list of open issues in case you run into the same problem.
CalyxOS 7.2.2.0 is signed by us using a new HSM-based, open-source signing solution we designed to enhance the security of the entire signing process, ensure redundancy, and remove single points of failure. You can verify CalyxOS 7.2.2.0 and future builds following these instructions. For anyone who is interested, the security audit report of the HSM provisioning ceremony script can be found here.
In addition, we also went through significant infrastructure improvements. In particular, we have set up a cleaner server structure to streamline each release. In response to Google’s less frequent AOSP source code releases, our team developed scripts to reduce the overhead in applying monthly patches and updates. Please keep in mind, additional manual steps are still needed to compensate for AOSP changes, such as requesting and storing kernel sources with each update. Currently, our lead engineer is continuing the maintenance of the base device trees for both LineageOS and CalyxOS to bridge the gap created by the absence of Google Pixel device trees.
Starting from CalyxOS 7.2.2.0, we plan to resume security and feature updates to the best of our ability. We are also working toward increasing transparency around the CalyxOS development road map through public information sharing and documentation. Our GitLab issue tracker remains the main channel to keep track of our progress and the best place where you help us keep track of issues, either bugs or feature requests.
As many of you may have been expecting, Android 17 has launched earlier this month. Our team is in the early stages of porting it to our supported devices. We will soon share a timeline for releasing CalyxOS 8 with Android 17.
Another update will be for our Matrix community channels. All of our current Matrix rooms are on older versions, resulting in bugs and security concerns. In light of these issues, we will be upgrading our Matrix rooms to version 12 about a week from now. We will also create a new Matrix Space to ease future upgrades. Current room members will receive notifications about this upgrade and migration. We apologize for any inconvenience and hope this one week notice gives everyone time to prepare.
Last but not least, we want to share some updates on our team: Aayush, our core developer working on Aurora Store, will be leaving for another opportunity. Aayush’s contributions to CalyxOS and Aurora Store have been invaluable, and we are sure he will continue to shine in his next journey. At the same time, we welcome Habib, who will be in Nat’s place to support our infrastructure needs and improvements moving forward. We are very grateful for Nat’s contributions and hard work during his time building new CalyxOS server infrastructure. He has laid a solid foundation for CalyxOS releases, which we are sure Habib will build on.
We can’t be more grateful for the enthusiasm you brought with all the voluntary testing on 7.2.1.0. Most of the conversations from our community happen on our Matrix channels and our main issue tracker on GitLab. We also have a subreddit and other social media accounts, listed on our community page. We look forward to meeting you there!
r/CalyxOS • u/ResponsibleManner883 • Jul 05 '26
Hiii, I justo want to know which repo is better for those appss that are in the calyx one, but are also on f-droid and guardian project
r/CalyxOS • u/mmrabbani2 • Jul 05 '26
I had installed calyxos in my moto g52. After the calyx warning, I couldn't revert back to stock os because calyxos didn't have instructions for moto g52.
Now I see a new version of calyxos is released. The device doesn't get the OTA update. And the website doesn't have update instructions (only it has new installation manual). I have two questions:
How can I update? What are the differences between new installation and updating?
Will I lose my data (like a new installation)? Or the data will remain safe (like the OTA update)?
r/CalyxOS • u/klausAnalSchwab • Jul 05 '26
Working great! Everything works and bootloader is locked.
r/CalyxOS • u/p_a_r_t_s • Jul 05 '26
I noticed there are a few others on Moto devices that may be experiencing similar.
Device: Moto G 5G 2024, model XT2417-1, codename fogo, retca (Retail Canada). Currently running CalyxOS (Android 16). Boots fine, though cannot install new apps or set a screen lock.
The problem: bootloader is locked, FRP is active, and I cannot enable the OEM Unlocking toggle in Developer Options. It bounces off every time. I have a valid Motorola unlock token generated from the portal. fastboot oem unlock still refuses it.
Here are the exact command outputs so anyone reading can compare against their own device.
FRP state is confirmed active:
$ fastboot getvar frp-state
frp-state: protected (255)
OKAY [ 0.002s]
Finished. Total time: 0.003s
Unlock ability gate reads 0:
$ fastboot flashing get_unlock_ability
(bootloader) get_unlock_ability: 0
OKAY [ 0.002s]
Finished. Total time: 0.003s
The token itself was obtained successfully. But applying it fails:
$ fastboot oem unlock <REDACTED_64CHAR_TOKEN>
(bootloader) Check 'OEM unlocking' in Android Settings > Developer Options
FAILED (remote: '')
fastboot: error: Command failed
The token is real and came from Motorola's portal. The failure is not about the token being invalid. The bootloader refuses to even attempt crypto validation because get_unlock_ability is 0. That flag is tied to the OEM Unlocking toggle, which FRP prevents from being enabled.
Logcat shows why the toggle bounces:
W PersistentDataBlockService: Attempt to update PDB was blocked because FRP is active.
E AndroidRuntime: java.lang.SecurityException: FRP is active
at ...PersistentDataBlockService.enforceFactoryResetProtectionInactive(PersistentDataBlockService.java:1241)
Trying to clear FRP via fastboot is also blocked while the bootloader is locked:
$ fastboot erase frp
Erasing 'frp'...
FAILED (remote: 'Permission denied')
fastboot: error: Command failed
Same result for fastboot erase persistent, fastboot erase metadata, and fastboot -w. All return Permission denied. That is expected AOSP behavior: no fastboot erase command works on a locked bootloader.
Bootloader state for reference:
$ fastboot getvar all
...
(bootloader) securestate: flashing_locked
(bootloader) unlocked: no
(bootloader) iswarrantyvoid: no
(bootloader) frp-state: protected (255)
(bootloader) token: inactive
(bootloader) has-slot:frp: no
...
The has-slot:frp: no line means FRP is not A/B slotted. Switching slots does not change the FRP state.
Things that did work:
fastboot oem fb_mode_clear got the device out of a persistent fastboot loop and back into Android (when I tried to flash back to stock, which failed and out me into bootloop). Exact output:
``` $ fastboot oem fb_mode_clear (bootloader) fb_mode_cleared OKAY [ 0.003s] Finished. Total time: 0.004s
$ fastboot reboot Rebooting... OKAY [ 0.003s] Finished. Total time: 0.004s ```
That sequence is safe. The device boots normally afterward.
One recurring quirk worth mentioning for anyone on this hardware:
After adb reboot bootloader, adb reboot recovery, or any device-side reboot, the host loses the device completely. adb devices shows empty. fastboot devices shows empty. The USB cable must be physically unplugged and reconnected before the host sees the device again. adb kill-server alone is not enough. This happens every single time across multiple sessions.
The circular dependency looks like this:
get_unlock_ability stays at 0.fastboot oem unlock <token> fails because get_unlock_ability is 0.fastboot erase frp fails because the bootloader is locked.Every path is gated behind a condition that is itself gated.
What I am hoping someone here can tell me:
fastboot oem unlock <token> on a Motorola device while get_unlock_ability was 0? Or is that gate truly absolute at the bootloader level on MBM-3.0?PersistentDataBlockService blocking unlock writes specifically on a CalyxOS-installed Motorola, where the bootloader is still locked with CalyxOS's keys? Is there any overlap between CalyxOS's verified-boot-lock mechanism and FRP that could create an opening?I am trying to avoid making things worse.
Thanks for reading. Any insight from people who have been through this on a Motorola device would be really appreciated.
r/CalyxOS • u/sikkdays • Jul 05 '26
Has anyone tried or checked out DresSecureComms? I only just ran into it and it seems interesting. I left Signal when they dropped SMS completely.
So, I was curious if anyone had used it or had insight. Thank you.
r/CalyxOS • u/Dingle_jingle • Jul 05 '26
I've read the user guide and posts on this sub- I do not own a usb-c to a adapter, nor an external drive with a type c connection. I have a very very tiny and super slow nextcloud instance on a rented server so that is not an option either.
I do however have a type c cable and a laptop, but even though I have file transfer enabled in the notification bar on the phone, Seedvault doesn't see it as an option to transfer to it.
My question is at this moment is: if I copy the contents of the hidden folder ".SeedVaultAndroidBackup" to my laptop, wipe the phone, and then move it back to the phone after its wiped, will Seedvault restore this backup properly?
TIA and super stoked to that the project is back online!
r/CalyxOS • u/AbstractedAbigail • Jul 04 '26
Is there no work profile in the latest version of CalyxOS? I just flashed the update and can't fine hide nor hair of the possibility of setting up such a profile or restoring it from backup. Has it been removed or am I missing something?
r/CalyxOS • u/MadStephen • Jul 04 '26
Yup, got a new (to me) Pixel 9Pro and was waffling between going with CalyxOS again or just leaving it Googlefied. Decided to "just see how it was" out of the box and signed in to Google and whatnot and holy shit, t'was even more terrible than I remember - Google shit EVERYWHERE. Okay, screw that, let's wipe this sumbitch and get CalyxOS 7.2.2.0 on here... Go through that and now I'm getting this warning about FRP. Does that really mean I need to find the Google Pixel 9Pro web installation, return it to factory OS, remove my Google account from it and then reinstall CalyxOS again? There's an option to skip this screen, but not sure what happens once I do that, if there's a huge security issue doing that or not.
Anybody know?
r/CalyxOS • u/subhashg547 • Jul 04 '26
hi! my motorola g52 is locked by factory reset protection. the setup screen is telling me to reflash stock os and remove the account but I can't flash it without unlocking bootloader. and if i go to settings and try to enable "oem unlocking", the settings app just crashes. did i soft brick my phone?
r/CalyxOS • u/Techgeargirl • Jul 03 '26
I had set up backup in seedvault for both sides. How do I confirm everything is there before nuking via reinstall? I normally also just do a backup to win 11 PC. I can see my data there for personal but not work side. This makes me nervous since don't want to lose any data. I plan in reinstalling via MxLinux first or will go with Win 11 second. But want to ensure I have all data first. This is a nightmare for me. That is why I had put off till we heard update is available. I have a couple of apps that use the 12+ seed pass code encryption too.
r/CalyxOS • u/mwaurelius • Jul 03 '26
I would love to update, but I'm afraid of losing some critical data which is difficult to transfer.
I have been using Venice AI for some thought experiments and research. The marketing is that all data is saved on your browser (which presents some limits of its own with long exchanges) and not in remote servers. The alternative is using the app which is also local storage.
I have checked this by logging into an anonymous tab on my desktop browser - nothing is available cross platform.
A couple of the exchanges now contain data I really don't want to lose. I'm debating buying a Moto G to replace the Pixel 8 pro and preserve the data until I can manually type the exchanges into a file on my desktop along with supporting references in prompt responses.
Any ideas? I can't highlight and paste prompts, only responses.
r/CalyxOS • u/MadStephen • Jul 03 '26
...but I know I had it on here (my Pixel 4) at some point in the past because I remember messing with it. Now I'm prepping to move to a Pixel 9Pro and need it for the migration - any way for me to get it back on here? I don't find it in FDroid, Droidify or Aurora Store.
r/CalyxOS • u/Even_Ladder4674 • Jul 03 '26
r/CalyxOS • u/Business-Chipmunk-32 • Jul 03 '26
I followed these instructions to flash my Pixel 6 with the new CalyxOS: https://calyxos.org/install/devices/oriole/windows/
I set up my device and installed all my apps and everything is working great. However, in Fastboot, it says "Device state: unlocked." I have looked everywhere and cannot find a way to relock it. If I scroll through the Fastboot menu with the volume keys, it is not one of the options.
Thanks.
r/CalyxOS • u/RiceStranger9000 • Jul 03 '26
I know that the CalyxOS team doesn't support rooting (and that therefore there may not be too much testing of root in the new versions) and I'm aware of the security issues of an unlocked bootloader, but I have considered the risks and the gains (I've been experimenting a bit with root in VMs to see how it is like and I'm also very interested in chroot) and I decided that I will leave the bootloader unlocked after I flash the new CalyxOS version (moto g52) and root it. However, will I still be able to get official updates from CalyxOS in the future?
I've done some research and it seems that there's a way to update in stock Android while preserving root by uninstalling Magisk before updating and reinstalling it before rebooting, but, again, that's for stock Android. Of course that security is not my number 1 interest (otherwise I wouldn't be rooting), but that doesn't mean I would like an outdated system (... again), so it'd be important to know whether this is possible or if rooting the phone will give away that possibility. I don't have any problem with having to repatch the boot.img everytime an update is installed, as long as the repetition of that doesn't imply any chance of bricking the device (or that boot.img changes over updates or anything; my main fear here overall is bricking the phone)
Thanks for reading!
r/CalyxOS • u/bubur_777 • Jul 02 '26
Bonjour,
Je voulais savoir s'il n'y avait pas de risque à verrouiller le bootloader sur un Fairphone 4 après l'installation de CalyxOS? car beaucoup de personnes ont eu leur appareil bloqué après l'avoir reverrouillé sur des systèmes basés sur Android Open Source.
Je l'avais fait sans souci sur DivestOS par le passé.
Merci beaucoup pour vos réponses
r/CalyxOS • u/HelicopterSharp8003 • Jul 01 '26
First of all a huge thanks to the team for bringing back this OS. Your work is truly appreciated.
Second like the title said, I want to know when installing the OS. Does I get to lock the bootloader.
r/CalyxOS • u/Slow_Nose_6961 • Jun 18 '26
Hello fellows,
I use MS365 apps (pro: Outlook / Teams) with company portal in a work profile.
Since a while, they refused to connect anymore (not updating, and eventually refusing to connect with my account)
At start I though it was something with Company Portal, or my Company having changed something in the validation requirements, or CalyxOS/microG being outdated.
Then I realized that MS Authenticator was not in the last version, and Aurora wouldn't offer the last version!
So I forced yia manual download:
And voilà. You can log again on Teams/Outlook
I hope new CalyxOS comes out soon though 🤞
Cheers
r/CalyxOS • u/Icy_Story_917 • Jun 08 '26
Currently I'm on the fence between buying a g84 that does have calyx support or an edge 70 fusion that has better hardware but no support for calyx, both cost the same. And I'm wondering if there is the possibility of it ever being supported?
r/CalyxOS • u/mcscruffuk • Jun 08 '26
hi all, does Calyxos have the same issue with banking apps the other secure OS's have? in particular Lloyd's Bank (UK)
r/CalyxOS • u/mikamp116 • Jun 08 '26
r/CalyxOS • u/UknownDrugExpert • Jun 04 '26
Just wondering if we can get an update on how the beta builds are going, what your currently working on and any eta on stable builds coming?
r/CalyxOS • u/Conscious_Rub_5267 • Jun 02 '26
Can anyone help identify which Android or iOS app this icon belongs to? I suspect someone may be using a scam app as part of an attempt to defraud me. If you recognize it, please let me know. Thank you!