this post was submitted on 15 Sep 2024
5 points (63.2% liked)

Android

27549 readers
585 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/19441320

cross-posted from: https://programming.dev/post/19441267

I have a 2nd-gen chromecast, it's factory reset. If i plug it in all it tells me is to install the app to start configuring.

I don't have a google account not do i want to install/use google-related stuff on my phone.

My home router doesn't register any new device, which makes sense since the cast doesn't know the SSID/pass of the WiFi.

Does it try to ping some service/port? Multicast perhaps? Where would it get an IP from without authenticating?

My (wired) PC runs gentoo.

How can i get it to work in these conditions?

top 1 comments
sorted by: hot top controversial new old
[–] atrielienz@lemmy.world 4 points 3 days ago* (last edited 3 days ago)

I don't know that you can. The way a Chromecast configures is it broadcasts its own network that you connect a device with an account to. Once connected it does the configuration on Google's end, and allows you to connect that device to your home network for the purposes of streaming or casting. The thing is though, it doesn't have ports that would allow you to run custom firmware so you're stuck with a puck that you can't configure without a Google account as far as I'm aware. It relies entirely on you connecting to it as a host device to share data, updates,firmware etc.

Edit from Reddit: "You don't need a Google account but it's relatively complicated if you're not familiar with quite a few things. First you'll need to sideload another launcher like ATV. Then you need to disable the setup wizard and Google TV. All of this can be done with a simple app called App Manager which is an open source app you can get from GitHub. You'll need to go into settings then go to about phone and click build number seven times to enable developer options and then turn on USB debugging. The Chromecast is already set up to connect on Port 5555 depending on your IP address so after installing app manager it will detect that debugging is enabled and will connect to that port. You can disable any app very easily with it as well as many many other features that are very useful. As far as the Play store, you can also sideload the Aurora store which is the same as the Play store but you can login anonymously. Since the package installer doesn't work you'll need to install apps downloaded from Aurora with it. You can choose to do so in Aurora store settings. Also with app manager you can go into its settings and set the installer app as the Google Play store because some apps won't function unless they're installed or at least marked as installed from the Play store. "