this post was submitted on 31 Dec 2024
83 points (96.6% liked)

Android

17864 readers
16 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

πŸ”—Universal Link: [email protected]


πŸ’‘Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: [email protected]

For fresh communities, lemmy apps, and instance updates: [email protected]

πŸ’¬Matrix Chat

πŸ’¬Telegram channels / chats

πŸ“°Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 6 days ago* (last edited 6 days ago) (1 children)

I want Mull to continue on. I don't want to use another browser. But I guess I must...

Fennec it is

[–] [email protected] 4 points 6 days ago (2 children)

Maybe apply a hardened user.js

[–] [email protected] 4 points 6 days ago (1 children)

I just applied mulls user js to fennec in the mean time. But I'm going to try to build mull once I get home from the holidays

[–] [email protected] 3 points 6 days ago (1 children)

I would be more willing to work on Android if there was a good Foss build of the SDK. Right now the only options are from Debian oldoldstable and sid.

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago)

Huh yeah I've never even looked into that,but you raise a good point. I personally don't love working on android apps, only do if there's something I want that hasn't been done yet.

As mull appears to have the lowest number of bits of identifying information exposed in my tests of different android browsers on the eff's website, I'm willing to try to maintain until someone more experienced comes around. But looking at the repo it doesn't seem super involved but I won't really have a good idea until I actually get to trying

[–] [email protected] 2 points 6 days ago (1 children)

Any recommendations for that? Arkenfox comes to mind

[–] [email protected] 1 points 6 days ago (1 children)

I haven't actually done any testing as of yet

[–] [email protected] 2 points 6 days ago (1 children)

In my brief testing, using Arkenfox didn't work for Fennec for me. It wouldn't connect to any site.

I am rooted, and copied the user.js to data/data/org.mozilla.fennec_froid/files/mozilla/[xxxxxxx].default and deleted prefs.js

Checked about:config _config.is.applied and it was set to true.

Couldn't even browse to any site.

So I am going to have to do some more research.

[–] [email protected] 5 points 6 days ago (1 children)

Just apply the ones that are in mulls repo. There's a write up on how to apply user js to android ff variants in better fox's issue tracker

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago) (2 children)

From Betterfox's repo is where I got the instructions.

However, with Mull going away,, I wonder how long the user.js from Mulls repo will be viable.

Edit: also trying to find the user.js that Mull uses is proving difficult for my dumbass.

[–] [email protected] 5 points 6 days ago* (last edited 6 days ago) (1 children)

Oh, apologies I read the edit wrong. Here's where mull's user.js is

https://github.com/Divested-Mobile/Mull-Fenix/tree/master/preferences

NOTE: line 562 will break remote debugging, which all of those who are unrooted will need to apply the user.js.

Comment this line out to allow for remote debugging.

[–] [email protected] 2 points 6 days ago (1 children)

Luckily I am rooted, so theoretically I can leave that right?

[–] [email protected] 4 points 6 days ago

Yep you should be fine

[–] [email protected] 3 points 6 days ago* (last edited 6 days ago)

~~I'll prob get downvoted for this, but paste the instructions into an LLM and have it assist you.~~ misread OP's comment

As for user.js prefs potentially aging out, arkenfox updates very rarely (once every few months IIRC), so the present user.js should be fine for a while until someone inevitably forks and maintains mull.

Personally I had to change mulls prefs('<...>') to user_prefs or vice versa to get it to work.