• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: August 4th, 2023

help-circle

  • My experience is dated, but figured I’d share it in case no one else has any input.

    I owned a few Motorola Android phones before and after the Google involvement. I think my most recent purchase was 2015.

    At that time, they were extremely “pure android” with very few additions beyond the stock experience. The things they added were way ahead of their time - I still think those devices had the best “always on” display implementation to this day, and they did it way before it became a norm.

    Their software and update support was rivaling Google at the time, and most other manufacturers were still in the days of 2 years of updates if you’re lucky.

    They just stopped making phones it seemed like. I ended up moving towards Pixels over the years, but Moto is the one company that would tempt me to switch back. That or maybe HTC but they’re dead.

    Hope you get a more recent answer - I didn’t even realize they were still making phones to be honest.


  • There’s isn’t enough physical space for three sensors on a smaller phone especially if it’s the size of the iPhone mini

    I wouldn’t go as far as to claim that “more cameras” is the complaints being made here. Sure, telephotos make sense as things that take up more space. But most people are using them for like 1 in 50 shots or something. I have an extremely hard time believing that someone would genuinely notice the difference unless they’re an extreme case or they’ve been told the other ones are better. Within reasonable effective focal lengths, these are pretty negligible in the sizes we’re talking about.

    If Apple couldn’t make a smaller phone sell particularly well, I doubt anyone else could.

    I hard disagree with this. Apple is literally the worst company to try to make this shit work. Apple’s core selling point is the status symbol of it all. People trying to show off having the flashiest phone are not going to buy a product being touted as a half baked smaller and cheaper version of something else. Their entire marketing was about it being mini. Apple customers are not the core audience for something like this, and Apple marketed it as exactly what people disliked about small phones.

    around or less than 5% of total iPhone 12 and 13 sales

    I find it more surprising that this was below expectations than I do that only 5% of people bought a smaller phone. I doubt much more than 1 in 20 people really is after a smaller phone. I’m sure they exist, but based on the people I know and the number of people I’ve heard interested in smaller phones, I’d estimate it more like 1 in 20 to 1 in 40. It’s not for most people by any means. But 1 in 20 is still a decent number of people.


  • They have to understand that the cameras on the biggest flagships occupy a lot of space and it isn’t feasible to bring it to a smaller form factor.

    Not… Really… Sure it makes some difference, but the much more constraining factor is the money. Cameras arent that big, but they’re one of the priciest pieces of hardware in the device.

    The problem is more that they keep trying to sell small phones at cheaper price points. So they end up with much worse screens, socs, and cameras so they perform like shit. People don’t want a small phone because they don’t care about their phone. People want small phones because the standard size is fucking huge. They need to make a high-ish tier small phone instead of low tier small phone that performs like the 50 Walmart shit.




  • I’ve constantly had issues on Android 14 with multiple launchers. For a while the recent apps button wouldn’t do anything until I force restarted the launcher. Then tapping home would show the launcher wherever I had left it, but none of the interaction worked. Then it seemed unable to launch anything. Now I get a mix of the three.

    I’ve tried killing the Pixel launcher. I’ve tried resetting settings. I’ve sent bug reports to each launcher for each issue and they all come back saying it’s due to Google changes and sent links to posts of other launchers having the same issues.

    I have 3 close friends on pixels that have the same issues constantly. I’ve asked a few people on pixels who say the same. I’ve seen numerous people online saying they have the same experience.

    The Android bug tracker has multiple open issues Google has acknowledged, but I’ve never seen them actually fix any of them. They’ve been “assigned” for months.



  • I had a programmer lead who rejected any and all code with comments “because I like clean code. If it’s not in the git log, it’s not a comment.”

    Pretty sure I would quit on the spot. Clearly doesn’t understand “clean” code, nor how people are going to interface with code, or git for that matter. Even if you write a book for each commit, that would be so hard to track down relevant info.



  • No, this does actually sound like a solution. But it’s a solution that should be scattered all throughout the process, and checked at multiple steps along the way. The fact that this wasn’t here to begin with is a bigger problem than the “client library failure” as it shows Wyze’s security practices are fucking garbage. And adding “one layer” is not enough. There should be several.

    To give a bit better context, which I can only be guessing at by reading between the lines of their vague descriptions and my first hand experience with these types of systems…

    Essentially your devices all have unique ids. And your account has an account/user ID. They’re essentially “random numbers” that are unique within each set, but there appear to be devices that have the same ID as a some user’s user ID.

    When the app wants to query for video feeds it’s going to ask the server “hey, get me the feed for devices A, B, and C. And my user ID is X”. The server should receive this, check if that user has access to those devices. But that server is just the first external facing step. It then likely delegates the request through multiple internal services which go look up the feed for those device IDs and return them.

    The problem that happened is somewhere in there, they had an “oopsie” and they passed along “get me device X, X, X for user ID X”. And for whatever reason, all the remaining steps were like “yup, device X for user X, here you go”. At MULTIPLE points along that chain, they should be rechecking this and saying “woah, user X only has access to devices A, B, and C, not X. Access denied.”

    The fact that they checked this ZERO times, and now adding “a layer” of verification is a huge issue imo. This should never have been running in production without multiple steps in the chain validating this. Otherwise, they’re prone to both bugs and hacks.

    But no, they clearly weren’t verified to view the events. Their description implies that somewhere in the chain they scrambled what was being requested and there were no further verifications after that point. Which is a massive issue.


  • It doesn’t even need to go that far. If some cache mixes up user ids and device ids, those user ids should go to request a video feed and the serving authority should be like “woah, YOU don’t have access to that device/user”. Even when you fucking mix these things up, there should be multiple places in the chain where this gets checked and denied. This is a systemic/architectural issue and not “one little oopsie in a library”. That oopsie simply exposed the problem.

    I don’t care if I was affected or how widespread this is. This just shows Wyze can’t be trusted with anything remotely “private”. This is a massive security failing.


  • There the solution was to go into the Apps settings, find Pixel Launcher, and choose force stop, then clear cache, then clear settings.

    Fwiw, force stopping your actual launcher should fix the issue without restarting etc but it does come back.

    I think I’ve tried doing this on the Pixel launcher with no dice, but going to give that a shot since it shouldn’t hurt. I doubt this would impact the issue if it’s actually based on what you claim though.



  • I wish I had a better answer for you… But…

    This seems to be some bug in Android 14. I reported it numerous times during the beta program MONTHS ago, and it’s never been fixed. The public release came out and multiple friends have told me they’re having this issue too. It still isn’t fixed.

    I don’t know what the fuck Google is doing, but I’ve heard people have this issue with different launchers so I can’t imagine they’ve all got the same bug - this seems to be Google’s fault. The launcher I use has fixed multiple Android 14 bugs, but not this one. I don’t think they can.

    Fwiw, you should be able to force stop your launcher which is a little faster than changing launchers and changing back. And it’s a hell of a lot faster than a restart… Pull down notification shade, tap settings, type Kvaesitso in the search bar which should let you tap to get to the app settings, and on that page should be a “force stop” button. Tap that, tap home, and it should be fixed.

    I find this shit infuriating and I don’t understand how Google deems this OK. I doubt this gets fixed before Android 15 at this point. Google has their fucking heads up their ass on this one.

    I don’t know if it does anything, but there’s an issue about it here: https://issuetracker.google.com/issues/302132145 Commenting/subscribing/etc might help get this more attention.



  • I totally feel this and really wish Google would just drop this tensor bullshit. I absolutely despise Samsungs software, but much to my chagrin, they were basically the only ones creating a decent foldable. The second the Pixel Fold dropped, I jumped ship, but holy moly the Tensor is fucking this device sideways. I get more signal problems than I should, and my wife’s pixel 6 is having the same shit.

    I was fine on Pixel 4 and don’t remember having much issue, but holy moly is this one noticeable. I hope they either fix it or switch, but I hear the Tensor 3 isn’t much better.



  • It’s cold and has really shitty “inter item” contrast. I don’t get how they think this is an improvement.

    Sure, it screenshots better. It makes a “nicer” picture in isolation.

    Problem is, maps is a tool not a piece of art. I don’t care how “good” it looks. I care how effective it is at being a tool. If you can make it look better while still functioning, sure, no gripes here.

    But the road contrast with the background has been severely increased. Problem is, roads are a step to getting somewhere. I’m not looking for roads. I’m looking for POIs. And when navigating, I’m looking for which road to take. Giving every road contrast against the background means everything else has less contrast against the roads.

    I find it much harder to sift through seas of pins. But more importantly, the navigation “path” highlight has such little contrast to roads it’s even harder to discern where I’m supposed to be going at a glance. Previously there was a high contrast blue line against literally everything else so I could look away from the road and in a split second know which way it wants me to head.

    Now I have to try to pick the deeper slightly contrasted line out of a sea of lines which are all in high contrast against the background. And they’re all even tinted blue. This removes two of your brains subconscious cues for picking these things out and it makes it significantly harder to discern without really paying more attention to the map. Which is literally not how navigation should work. Navigation is meant to be glanceable.

    Honestly, this pushes me more to look for alternatives. But every other competing product is a joke and Google Maps still has the biggest feature set by miles so it’s pretty futile.


  • In my experience the contrast for navigation is worse. Unless I’m getting some separate A/B test or something, I don’t see how you could argue it’s better.

    The background is essentially the same brightness as before, but roads are MUCH MUCH darker. And the nav is slightly darker. The route has less contrast with the roads around it and I’ve had a really hard time deciphering this on a dashboard/in sunlight. I really hope I’m just in some shitty A/B test or something.