vvv

joined 1 year ago
[–] vvv@programming.dev 4 points 2 days ago (1 children)

what android os/rom are you on? I don't think I've used an android phone in the last decade where although yes, that behavior is possible I would have to go out of my way to configure it that way

[–] vvv@programming.dev 5 points 5 days ago

I've used

adb shell pm list packages

to get a list of installed packages and https://github.com/mvdan/fdroidcl to install the ones available of fdroid.

That said, look into Obtanium, too.

[–] vvv@programming.dev 8 points 1 week ago (1 children)

Hi! Although your post is full of reasonable advice on maintaining privacy online I want to challenge you on the statement that the threat model matters. The contrapositive of the statement "I don't need privacy if I have nothing to hide" is "I have something to hide, if I need privacy". This puts those marginalized groups you mentioned in a position where simply by using a privacy tool or technique, they draw suspicion to themselves. It might immediately raise subconscious alarms in internet communities like facebook, where the expectation is that you use your real name.

The only way privacy measures work for anyone, is if they're implemented for everyone.

Further, I'd like to challenge the concept that a cis white tech bro has nothing to hide. There's a big invisible "for now" at the end of that statement. The internet, mostly, never forgets. We've had waves of comedians get "cancelled" over tweets they made years ago. Times change, people grow, laws regress. Posting statements about abortions is as of this year, suddenly unsafe. Maybe posting about neurodivergence comes next. Who knows with the way the world is going, maybe 5 years from now you'll regret having posts on /c/atheism associated with you.

I think a good way to be considerate of privacy is to think in terms of identities, what those identities are for, and what links those identities. Does your identity on github need make comments about your political leanings? Should your resume have a link to your github? Does your identity on etsy need to have a link to your onlyfans? Does your dating profile need a link to your reddit account? Your "2nd" reddit account? Not all of these are clear yes or no answers, they're just things to consider and make decisions about. Also, consider what class identities you only have one of, and what class of identities are for the most part unchangeable, e.g. attaching your phone number to two separate identities functionally links them.

[–] vvv@programming.dev 78 points 4 weeks ago (3 children)

.... but cd is a built-in

[–] vvv@programming.dev 12 points 1 month ago

A JavaScript VM in the kernel is inevitable.

[–] vvv@programming.dev 1 points 1 month ago

not by any means modern, but I used to really like pal

[–] vvv@programming.dev 1 points 1 month ago (1 children)

Thanks for the heads up, but looks like it's only implemented on certain watches. 😞

https://www.androidcentral.com/wearables/how-to-transfer-wear-os-watch-to-new-phone

[–] vvv@programming.dev 10 points 1 month ago (3 children)

Samsung in a panic?? Every foldable screen is manufactured by Samsung afaik.

[–] vvv@programming.dev 5 points 1 month ago (3 children)

hello google please let me sync my watch between android devices instead.

[–] vvv@programming.dev 8 points 1 month ago (3 children)

I haven't used a stock launcher for a decade and haven't noticed any issues... currently on KISS launcher.

[–] vvv@programming.dev 2 points 1 month ago (1 children)

I like Firefox sync's implementation:

  • every device can see tabs opened on other devices, and open them locally which addresses "what was that tab I opened at home?"
  • any device can send a tab to another which addresses "I'll look at this later at my desk"
 

Somewhere between API resources, queue workers, repositories, clients and serializers there is a class of ... classes/modules that does the needful. Gun-to-my-head, I would call them "services" but I'm looking for a less overloaded term. Maybe capabilities? Controllers? Pick a term from the business domain? What do you call them?

0
submitted 7 months ago* (last edited 7 months ago) by vvv@programming.dev to c/selfhosted@lemmy.world
 

Hi! I'm swapping my daily android phone for the nth time today and going through my set-up "check-list". As apps are updating/installing, I thought I'd check in with the hive-mind, what are you all doing to make the process easier? Maybe you know of a way to self-host some sort of android profile server? I'll post my process + list of goals & gripes below and if you have any tips or suggestions about what I can do better, I'd love to hear them!!

Current Process

  • flash clean rom
  • walk through the setup process
  • enable developer mode + adb
  • go through default app list disabling/uninstalling crap i don't want
  • use 'fdroidcl' to install all my fdroid apps
  • adb push a gpg private key to import into OpenKeychain
  • generate a ssh keypair in Password Store, put public key on my server via ConnectBot, clone passwords repo
  • log into firefox sync
  • log into joplin
  • configure fairmail
  • configure davx
  • log in to google account
  • download play store apps I was missing
  • go through apps one by one, logging in to accounts + doing configuration
  • deal with fucking whatsapp
  • hold old phone + new phone side by side and made sure i got everything

Goals & Gripes

App Installation

fdroidcl helps a LOT here, i can have a list of my minimal required packages - password management solution, browser, and notes get installed and it solves a lot of bootstrapping problems for me. I never need to do the dance of opening chrome, downloading fdroid, giving chrome install permissions, installing fdroid, etc.

that said, it is /slow/ and obviously limited to installing apps from fdroid repositories. maybe the slowness i can solve with self-hosting an fdroid repo, but i'm still stuck with having to install a bunch of apps manually either through aurora store, or play store.

App configuration

If i could push in arbitrary app configurations i would be sooooo happy. certain apps have config export/import, like my launcher, but that's far from all of them. i've tried a number of "backup" options, like Titanium, but obviously they don't work without root and don't always work /with/ root, especially going across devices. I've vaguely considered using Appium for this but ... ehhhh.

De-googling

Okay, so I can probably solve the apk problem somehow... I can solve the contacts sync... but I really like android auto, and that's a non-starter without a system google account afaik.

Whatsapp

i've never once managed to successfully move whatsapp to another device and not lose my chat history. it starts restoring from a backup, fails, and kicks me into being logged in without any chance of a restore.

Edit: oh and if you have any suggestion that'd make me not hate re-pairing wearos watch... 🥺

view more: next ›