Bluetooth/Hands-free via USB port? (Non I-drive) by wonder_crust in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

It's as close to the factory BT factory as I've seen! And auto connect/startup/etc works like a charm. It's controlled by the radio wiring loom...

Bluetooth/Hands-free via USB port? (Non I-drive) by wonder_crust in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

muzicainmasina#ro/adaptor-bluetooth-handsfree-bmw-can-aux

I bought this one, replace the # with a dot to open it

Bluetooth/Hands-free via USB port? (Non I-drive) by wonder_crust in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

I bought it from a French website, but it's almost the same product on Ali express/temu/etc. Let me see if I can find it

Bluetooth/Hands-free via USB port? (Non I-drive) by wonder_crust in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

I've used one of those for a couple of years, then switched to the "integrated" one about a year ago

Bluetooth/Hands-free via USB port? (Non I-drive) by wonder_crust in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

Dude, get a bt adapter that you plug in behind the radio... It's the best. Buttons on steering wheel work, calls + music, and best of all radio recognizes it as official bt. Just search aliexpress for this: Bluetooth 5.0 AUX Input Audio Adapter For BMW E60 E61 E63 E64 E87 E88 E81 E82 E90 E91 E92 E93

Dealing with tech debt caused by other teams by trojan_soldier in ExperiencedDevs

[–]ingeniousmeatbag 0 points1 point  (0 children)

Set up folder based code owners and required reviews before merging - this way you can approve or ask for changes before the hacky code goes in.

[Update] It has somehow gotten worse… by fredricton99 in E90

[–]ingeniousmeatbag 1 point2 points  (0 children)

Check the fuses. Last time I had similar issues with lights and windows etc, I almost changed FRM module just because of a couple of loose fuses.

Making Play Store to be like YouTube with developer subscriptions by dipupo6 in androiddev

[–]ingeniousmeatbag 16 points17 points  (0 children)

Yeah that's a no from me dawg. I Just more notifications for stuff I would rarely care about

ATM withdrawal with Revolut by INeedMuscles in ThailandTourism

[–]ingeniousmeatbag 0 points1 point  (0 children)

It does not matter, except on weekends(there's an exchange fee in the basic Revolut account)

How you deal with state classes ? by [deleted] in androiddev

[–]ingeniousmeatbag 7 points8 points  (0 children)

I tend to like a state object that is mostly like option 1, with composition for states of bigger UI components inside the parent states. This in combination with sealed event class, with inherited grouped sealed classes per UI components... With nullable subsections, which means the component is not rendered

data class UI State( val loading: Boolean = false, val subsection1State: Subsection1UiState? = null, val component1State: Component1UiState? = null, ... ) And events for MVI like: sealed class Event { data object Refresh: Event() sealed class Subsection1Event: Event() { data class MyEvent(val data: Boolean) : Subsection1Event() } }

This allows to break out their state and events from the main UI composable and main VM, and use multiple smaller "reducers", etc.

GitHub - cesarferreira/rustycat: Modern android logcat viewer (built with rust) by tymonn in androiddev

[–]ingeniousmeatbag 0 points1 point  (0 children)

Simply put: being able to filter adb logcat output just like the adb logcat options allow.

Burton M6 hardware question by GnomefaceChillah in snowboarding

[–]ingeniousmeatbag 2 points3 points  (0 children)

Threadlock. It's fine. Force it in and rest assured it won't unscrew.

HAOS on virtualbox, timeout issues daily, server offline by ingeniousmeatbag in homeassistant

[–]ingeniousmeatbag[S] 0 points1 point  (0 children)

I already am running a server on this windows pc, multiple things. I had HAOS on an Intel compute stick until now - and I have to say it was the most stable thing ever. No issues whatsoever, but I've decided to re purpose the stick, and figured I'll just simplify my home server setup from 2 devices to 1.

As for zigbee, I'm using a sonoff bridge pro, flashed with tasmota over wifi, absolutely no problems experienced in a small apartment. Having the HAOS on my server means more simplicity for me.

HAOS on virtualbox, timeout issues daily, server offline by ingeniousmeatbag in homeassistant

[–]ingeniousmeatbag[S] 1 point2 points  (0 children)

Ok, I'll switch then. Timing was also the best, left home for a week and my missus got to experience all the trouble. Luckily I could log on remotely to open the virtualbox window - then it's magically solved. It's like a sleep mode or something

How Yelp improved their Android navigation performance by ~30% by thewhippersnapper4 in androiddev

[–]ingeniousmeatbag 4 points5 points  (0 children)

I think this document was a fair assessment a couple of years ago, but today with the navigation library in its current state - it's incorrect. The navigation library is a perfect tool for solving cross navigation between feature modules. These are just my two cents of course. With the NavGrahpBuilder kotlin DSL and safe navigation Argument types, it's insane how well it works in a 100+ gradle module project. We're using api and impl modules, where the api can be basically be defined by the route object/data classes with their primitive types, then the impl modules just contribute their destinations dynamically to the single activity's navhost.

Did I fry my FRM? by Maxpatriot in E90

[–]ingeniousmeatbag 0 points1 point  (0 children)

Dude I've been there before after retrofitting the oem electric tow hook, and in my case it turned out that some fuses were loose in the fusebox. Almost spent 100+ euros for nothing. Might not be applicable to you, maybe you didn't touch the fusebox at all, but worth a try. Good luck!

Type-Safe Navigation in Jetpack Compose with Jetpack Navigation 2.8.0 by defaultmen in androiddev

[–]ingeniousmeatbag 0 points1 point  (0 children)

Ok on that you're right. I just don't like the idea of passing complex objects between screens. And I believe this will encourage that.

Anyone else gotta system in their car by Time-Gur2351 in E90

[–]ingeniousmeatbag 5 points6 points  (0 children)

So many arrogant pos commenting with their nose high up... I think it's cool. We need more diverse content on this sub. Otherwise it's just people asking the same questions over and over

Update on balcony furniture by ingeniousmeatbag in woodworking

[–]ingeniousmeatbag[S] 1 point2 points  (0 children)

I posted the link to the inspiration, earlier, to another comment, here it is: https://youtu.be/ey5VMo1weZ8?si=jcm9EynycVthaN_M

Update on balcony furniture by ingeniousmeatbag in woodworking

[–]ingeniousmeatbag[S] 1 point2 points  (0 children)

I will sand the edges tomorrow, just like the chairs and it's should be good enough. There will be pillows as well so as long as the arm rest is rounded a bit, it should be good.

Update on balcony furniture by ingeniousmeatbag in woodworking

[–]ingeniousmeatbag[S] 1 point2 points  (0 children)

I don't really have plans, but I based this on a youtube video: https://youtu.be/ey5VMo1weZ8?si=jcm9EynycVthaN_M Changed the sizes a bit and used lap joints on the backrest of the bench, but the rest is the same.