6 Followers
29 Following
23 Posts
@marctapages
#grapheneos s'installe par le web sur tous les modèles Pixel, donc pas d'inquiétude.
La sécurité de #grapheneos est meilleure que celle de e/os et la compatibilité des applications est très bonne.
@marctapages
Pouet envoyé depuis un Pixel 6 sous #grapheneos  
Aucun soucis de mon côté depuis plusieurs années.
Par contre, la fin de support approche pour les Pixel 6. C'est le prochain sur la liste annoncée par Google : octobre 2026. Il faudrait plutôt partir sur un des modèles plus récent d'occasion.
@thejvmbender
Been there too !
I followed this tutorial and everything went smoothly
https://getlabsdone.com/how-to-install-windows-11-on-kvm/
Windows 11 on KVM - How to Install Step by Step?

Windows 11 is one of the cleanest and most polished versions of Windows out there. I have been using it as my main operating system, and it works great. However, I also have an Ubuntu host, and at times I want to switch between Linux and Windows. Although we could do a dual boot and …

GetLabsDone
@crampi
Je n'ai pas d'appli bancaire mais je suis très content de #grapheneos sur mon Pixel 6. Tu peux regarder ici pour avoir des infos sur les compatibilités
https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/#top
Banking Applications Compatibility with GrapheneOS

Maintained Compatibility List for International Banking Apps This list includes banking apps that have been tested, submitted, reviewed, and verified as compatible. LIST | SUBMIT | UPDATE | POSSIBLE WORKAROUND SOLUTIONS Introduction Welcome to the crowd-sourced dataset for GrapheneOS users on currently supported devices. New visitors are encouraged to read the official usage guide on banking apps for comprehensive details about how these apps function on GrapheneOS. IMPORTANT Please read GrapheneOS’s important announcement, officially released on Dec 1, 2023:

@fredix
Apparemment, l'application Curve permet de payer avec #grapheneos d'après ce post https://shkspr.mobi/blog/2025/06/contactless-payments-with-grapheneos/
Je n'ai pas essayé de mon côté et ne connais pas les conditions de Curve
Contactless Payments with GrapheneOS

Google's monopolistic stranglehold on Android results in poor experience for power-users, and artificially restricts choice for those who have older phones. For example, Google Wallet is the de facto way to use NFC payments on Android. There's one problem though - it only works with Google's Android. If you have the temerity to install a 3rd party Android OS - like the hyper-secure GrapheneOS - …

Terence Eden’s Blog
@evelyn
No. You will be able to install all the APK you want on #grapheneos. You can install apps from F-Droid, from Acrescent, from Obtainium, from Aurora Store, from Play Store, or from APK you have downloaded.
Most of them will work flawlessly but some bank applications will require a Play Integrity Check that could failed.
@theAeon
@lajuste
#grapheneos est totalement open-source et les dépendances à Google sont supprimées à tous les niveaux.
Les seules dépendances ajoutées viennent de l'installation par les utilisateurs des applications Google qui sont facultatives. Et dans ce cas, les droits de ces applications sont contrôlables comme des applications standard.
Je trouve cette démarche plutôt saine.
@fredix
@fredix
Tu peux passer par un store alternatif comme #AuroraStore. Perso, je n'installe que l'application MagicEarth depuis le PlayStore pour pouvoir l'utiliser avec #AndroidAuto. #grapheneos
@patpro
@crft
I removed all the bindsym with i, j, k and l and remplaced then with up, left, down and rigth.
You are the boss 💪You have full power on your #sway configuration even on #alpinelinux 😁

@crft I do not use i, j, k or l for moving. So I binded l key for lock via a menu:
set $lock swaylock -f -i <Path To Lockscreen Wallpaper>
exec swayidle -w \
timeout 300 '$lock' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep '$lock'

#Lock menu

set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) Shutdown
mode "$mode_system" {
bindsym l exec $lock, mode "default"
bindsym e exec swaymsg exit
bindsym s exec $lock && systemctl suspend, mode "default"
bindsym h exec $lock && systemctl hibernate, mode "default"
bindsym r exec systemctl reboot
bindsym Shift+s exec systemctl poweroff

bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+l mode "$mode_system"

Hope it will help