I think my BBQ just offered to be my default browser?
51–60 of 253 posts
Re: I think my BBQ just offered to be my default browser?
#52Earlier quoted context omitted.
This is a bug in the app, I don't see how it is Android's fault.
tl;dr: what bug, or even what kind of bug? "The app" does not provide the share intent panel functionality, the framework does, and even if there was some way in which an app could be thought to be to blame, with what permission would it be inserting its resources in a particular spot in the panel?
Re: I think my BBQ just offered to be my default browser?
#53Earlier quoted context omitted.
I saw from another thread that this is actually for the temperature of a meat thermometer, that you can constantly monitor and without having to open the grill (which is undesirable). So actually not a crock of shit, and pretty useful if you're grilling/smoking over long periods of time before/during a big party or something. Not all grilling is quick searing. Sometimes new features aren't just gimmicks, you know?
a guage. On the bbq lid. No, i can't check it while i sit inside, this is true, there is, however a very good argument that says, maybe i shouldn't actually be inside while the bbq is on though.
I still probably wouldn't use an IoT one, though.
Re: I think my BBQ just offered to be my default browser?
#54Earlier quoted context omitted.
a guage. On the bbq lid. No, i can't check it while i sit inside, this is true, there is, however a very good argument that says, maybe i shouldn't actually be inside while the bbq is on though.
Not the grill temp... the meat temp.
Re: I think my BBQ just offered to be my default browser?
#55Earlier quoted context omitted.
I saw from another thread that this is actually for the temperature of a meat thermometer, that you can constantly monitor and without having to open the grill (which is undesirable). So actually not a crock of shit, and pretty useful if you're grilling/smoking over long periods of time before/during a big party or something. Not all grilling is quick searing. Sometimes new features aren't just gimmicks, you know?
a guage. On the bbq lid. No, i can't check it while i sit inside, this is true, there is, however a very good argument that says, maybe i shouldn't actually be inside while the bbq is on though.
Re: I think my BBQ just offered to be my default browser?
#56Earlier quoted context omitted.
Lan accessible devices can be amazing. Automatic on and off of various devices and removal of crap proprietary controllers and apps has made many things much better. Home Assistant running in Docker on a Synology 918 is easily the best tech I have every bought.
> Automatic on and off of various devices and removal of crap proprietary controllers and apps has made many things much better Off-hand I'd think for things like a grill I'd want this to be handled at the power strip level. Normally a grill, like a weber grill, is just a piece of metal and will last until you wear it out (even then it's mostly the flimsy legs that fail). If you add internet connectivity, the expecte…
Not even being picky and sticking with an open protocol like ptpp but any kind of internet controllable power strip. All I can find are single outlets at ~$25 a piece.
Re: I think my BBQ just offered to be my default browser?
#57Android is such a drag sometimes. Between mystery quirks like this, where I'm sure someone who has been making Android apps for 6 years will be able to explain it, and things like the absolute inability to override the order of items in the sharing panel[1], such that Android will routinely topline sharing to a contact you got one text message from three years ago. "F.U., that's why" is the simplest conclusion I can…
Re: I think my BBQ just offered to be my default browser?
#58Earlier quoted context omitted.
a guage. On the bbq lid. No, i can't check it while i sit inside, this is true, there is, however a very good argument that says, maybe i shouldn't actually be inside while the bbq is on though.
There's a barbecue recipe guy I like, big proponent of leave-in thermometers (the kind with leads that snake outside the barbecue). He likes to say that the in-lid thermometers are just fine, provided you're planning to eat the lid. I still probably wouldn't use an IoT one, though.
Fire, knives and an apron with a pithy slogan - c'mon, how hard can it be?
Re: I think my BBQ just offered to be my default browser?
#59Earlier quoted context omitted.
a guage. On the bbq lid. No, i can't check it while i sit inside, this is true, there is, however a very good argument that says, maybe i shouldn't actually be inside while the bbq is on though.
Not the grill temp... the meat temp.
This whole attitude to cooking is also weird. Cooking is in large part experimenting, seeing what works and what doesn't, learning and iterating. Sometimes the results will be bad, often they'll be sub-optimal but the variance is part of what makes it and we lose something by trying to turn it into an exact science. If you want something precisely timed and always the same I suggest McDonalds.
Re: I think my BBQ just offered to be my default browser?
#60It looks like this is the culprit:
E: activity (line=48)
A: android:theme(0x01010000)=@0x7f110149
A: android:name(0x01010003)="com.weber.igrill.pages.splash.SplashActivity" (Raw: "com.weber.igrill.pages.splash.SplashActivity")
A: android:screenOrientation(0x0101001e)=(type 0x10)0x1
E: intent-filter (line=52)
E: action (line=53)
A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
E: category (line=55)
A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
E: data (line=57)
A: android:scheme(0x01010027)="http" (Raw: "http")
This registers an intent filter for all HTTP (but not HTTPS) URLs. I would expect it to require a DEFAULT category though, not sure what happens when that's left out.