• 1 Post
  • 4 Comments
Joined 2Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss

Thanks for the response. It’s good to know that I didn’t break the migration. I was able to restore the background/lock screen image and will work on the rest later. 😛


Phone migration success?
My wife has a Pixel 7 Pro that recently broke (flashing screen. It is usable but annoying), but it had an active insurance plan on it. So, she got a replacement pixel 7 pro. This is the first time in a long time that I got to do an Android migration. (I should mention that my phone is made by a fruit company). I was really excited to see the option to plug in a usb cable and do a transfer! However, at the end of the transfer, I’m not really sure what the migration does? The message history and photos are moved across and she was logged onto her Google accounts, but really important details never got transferred ( like the image used for the wallpaper/lock screen, locations of the apps on the different home screens) Is this expected behavior for a migration, or did something go wrong? If this is expected, is there a way to get that info off of the old phone and onto the new phone?
fedilink

Don’t remind them, please. 🤪


This Chipotle blog entry describes things the best as far as I know: https://chipolo.net/en/blogs/chipolo-point-delay-and-google-find-my-device-app-update

Basically, in December, Google and Apple (and others?) came up with a standard on discovering trackers that are being used to stalk people. Because of the large iOS install base, Google has elected to wait for Apple to roll out that feature on iPhones before enabling the tracking device support on Android.


I mostly have the same experience. I did a Xamarin.Mac app to port some windows code to the Mac. In some senses, it was amazing, because most of the business logic just worked and that saved a bunch of time. The UI was app kit, but with c# to obj-c bindings. That also mostly worked, however, when something broke, it really broke and was incredibly difficult to debug.

There are some use cases I’d recommend Xamarin for still, but the majority of cases are probably best solved by writing native code directly. (Or at least using a portable language such as C, C++ or Rust for cross platform business logic)