• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • Confesso que não conheço os sites dessas marcas, já há muito tempo que não pego num Samsung. Se forem referenciados por users com boa reputação no XDA deve ser minimamente confiável.

    És capaz de encontrar uns telemóveis em segunda mão baratos, verifica que têm a compatibilidade que queres. Penso que o OnePlus 6, por exemplo, funciona bem com o postmarketOS.


  • Para voltar ao firmware inicial tens de ter o ficheiro que o contém. Para os Samsungs isso deve ser fácil de encontrar, e depois podes usar o Odin para fazer flash (não é um processo muito complicado que me lembre). Para o Alcatel, tenho as minhas dúvidas.

    Quanto a dual boot, esquece isso, se o suporte para o resto das coisas já é o que é, não deve existir nada que te deixe fazer dual boot. Infelizmente os telemóveis não funcionam como computadores :(

    Se usas um destes devices regularmente, então talvez seja melhor não tentares brincar com ele, há sempre o risco de dares brick permanentemente neste processo, especialmente se for a primeira vez e estiveres a usar ROMs não muito oficiais.







  • dtc@lemmy.pttoPrivacy@lemmy.mlPrivacy.com in Europe?
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    1 month ago

    Not really the same thing, but Revolut has disposable virtual cards that you can use (but it’s a full-fledged bank).

    Some apps like MBWay in Portugal also allow you to create these virtual cards, but it requires a Portuguese bank account.


  • I thought it was a problem with my phone since I’m using a custom ROM and it did not happen before. When I open Firefox and it has been in the background for a while, it shows a black screen where the web content should be and often crashes if you try to open another tab or do something else. Also happens if I open a link from another app. The only solution is to close Firefox and swipe it off the recent apps and reopen it. Is this the same problem you have?



  • I’ve had this “problem” before, and I did not want to use the full Messenger app for privacy reasons as well. I had installed Messenger Lite, but it was discontinued a few weeks ago. I now have Facebook Lite, which also has Messenger, and you get notifications as well. It’s not perfect, but don’t give it too many permissions and you should be mostly fine. Using it in the browser is absolutely terrible, and you would not get push notifications.



  • I’m in the process of migrating my servers to NixOS. It takes a lot of time and the learning curve is steep, but I have one config shared for all the servers and PCs. I have setup the servers to automatically pull the latest configuration everyday and even restart if there’s a kernel update.

    This means I just need to update my laptop and push the changes to the repository, and all the servers will also update.

    I haven’t had this setup long enough to know if things will break unexpectedly with updates tho. NixOS has a great feature where you can rollback to a previous configuration (generation) with a single command. You can always keep using containers to isolate updates, if you want (Nix allows you to declare those in the config as well).

    As an example, you can take a look at my config.

    EDIT: Systemd timers have an option to randomize the time a service runs, I use it all the time. The option for Nix’s config pulling is using systemd timers, so you can use that.