I like computers.

Also the banner is taken from here.

  • 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • No, sorry. Airplane mode should stop all data exchange with mobile radio, but you should still be able to enable wifi and bluetooth while airplane mode is on.

    I’m pretty sure all communication with carrier is disabled when airplane mode is on, which should save more power than disabling only mobile data transfer (in this case calls and messages still get transfered and connection with carrier is active).







  • I daily drive a custom ROM with (sandboxed) gapps (currently crdroid, but also spark os, cherish os, voltage and others). I also have a tablet (old galaxy tab A) running lineage without gapps, which I use for reading ebooks.

    I can’t imagine returning to stock roms. The inconsistencies, various hacks, apps not respecting your settings and privacy invading software. What a nightmare!







  • That’s one hell of a controversial opinion.

    I personally prefer gestures. I find them quicker (you don’t have to move your fingers as much to do anything, especially back gesture) and more intuitive (like swiping on the navigation pill or whatever it’s called to quickly switch apps, much better than double clicking recents button). Gestures also integrate nicely with the rest of os (like swiping from backspace to erase whole words in gboard).

    One thing I hate and I can’t understand how that’s not fixed in stock AOSP is opening left side menus (those hamburger ones) with gestures enabled. Half of the time instead of opening the menu it will just go back, even if sensitivity on left edge is set to minimum.

    This is something that custom roms address nicely as most of the time setting sensitivity to minimum would actually disable gestures in this area (take note Google). If this is something that’s bugging anyone, you can disable gestures on left edge over adb (without root) with: adb shell settings put secure back_gesture_inset_scale_left 0 or with: su -c "settings put secure back_gesture_inset_scale_left 0" if you have root access (for more info look here).