Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
The Japan Times
@thejapantimes@mastodon.social  ·  activity timestamp 2 days ago

China is sending its world-beating auto industry into a tailspin as symptoms of a vastly oversupplied market emerge. https://www.japantimes.co.jp/business/2025/09/18/markets/china-auto-industry-tailspin/?utm_medium=Social&utm_source=mastodon #business #markets #electricvehicles #carmakers #china #byd #faw #xiaomi #geely #chinaassociationofautomobilemanufacturers

The Japan Times

China is sending its world-beating auto industry into a tailspin

The sector is showing symptoms of a vastly oversupplied market — and point to a potential shakeout mirroring turmoil in country's property and solar industries.
  • Copy link
  • Flag this post
  • Block
The Japan Times
@thejapantimes@mastodon.social  ·  activity timestamp 2 months ago

Xiaomi succeeding in the electric vehicle space where Apple failed has burnished founder Lei Jun’s reputation, making the tech company one of the most valuable in China. https://www.japantimes.co.jp/business/2025/07/07/tech/xiaomi-founder-bet-ev-apple/?utm_medium=Social&utm_source=mastodon #business #tech #xiaomi #electricvehicles #apple #tech #china

  • Copy link
  • Flag this post
  • Block
The Japan Times
@thejapantimes@mastodon.social  ·  activity timestamp 3 months ago

The unveiling of Xiaomi’s first electric SUV on Thursday will showcase how the Chinese tech company has become an investor darling with its high-stakes bet on the auto market. https://www.japantimes.co.jp/business/2025/06/26/tech/china-xiaomi-suv-shares/?utm_medium=Social&utm_source=mastodon #business #tech #electricvehicles #china #xiaomi

  • Copy link
  • Flag this post
  • Block
Felix Palmen :freebsd: :c64:
@zirias@mastodon.bsd.cafe  ·  activity timestamp 4 months ago

The new #Xiaomi phone with #HyperOS2 is now fully #rooted, with #Magisk installed plus some modules, including a de-bloater that, if I understand that correctly, gets rid of system apps using filesystem overlays (so, they're still there in the system partition, but really unaccessible on a very low layer). The other modules are there for fixing integrity checks, I got google wallet, paypal and my bank's app to work flawlessly. 🥳

Now it should be possible to install some linux dist in a chroot, will probably test that soon.

There were quite a few issues on the way, e.g. a weird location of the init-boot that needs patching to install magisk: a cpio archive inside vendor-boot, unsupported by vanilla magisk, so I had to patch the magisk app first to move on 🤯. Getting magisk installed and the necessary tweaks in place for certain apps to work again took me half a day. Well, the phone model isn't the most widespread one, so finding infos took some time.

And there's still the same general issue with #android #modding community that I already observed 15 years ago, although back then, things were generally simpler: It seems most of the time, people only share some step-by-step instructions without ANY explanation, and people are also only looking for that. It's weird, you see forum posts from people doing the dumbest things by varying these instructions if they don't work for them, because they have no background knowledge whatsoever. What's even worse now, people started putting crappy videos on youtube and tiktok. Don't ever watch any of them, it's a pure waste of time. Instead, work through all the stuff on XDA, it's also full of that pointless "do that, then do that, type foo, click here" nonsense, but occasionally you will find the background info you need to understand what's going on and how to fix your own issues. 🤪

Felix Palmen :freebsd: :c64:
@zirias@mastodon.bsd.cafe replied  ·  activity timestamp 4 months ago

What I'm still missing is a custom #recovery that can actually do any useful stuff (especially full #backup).

My device has recovery as a #ramdisk in vendor_boot, and there are some prebuilt vendor_boot images with #twrp around, which I don't want to use directly because there's also an init-boot ramdisk in there that needs patching for root with #magisk ... and as far as I understood now, these ramdisks are userland only, using the shared #kernel from the boot partition, so it's unlikely a recovery built for #HyperOS1 (#Android 14, #Linux 5) will work with #HyperOS2 (Android 15, Linux 6).

What I did try nevertheless was modifying my vendor_boot using Magisk's #magiskboot utility, replacing ONLY the recovery ramdisk. It resulted in #bootloop trying to boot the normal system, so there seems to be something I still don't understand (I thought this ramdisk would only ever be loaded when booting to recovery).

For now, I'll live with the useless stock #Xiaomi recovery. Attempting to do my own build of twrp or orangefox really is too much hassle 🙈

  • Copy link
  • Flag this comment
  • Block
Felix Palmen :freebsd: :c64:
@zirias@mastodon.bsd.cafe  ·  activity timestamp 4 months ago
#Rooting a new #Xiaomi device is getting totally ridiculous these days.

I already jumped through the hoop to "request bootloader unlock permission" in one of Xiaomi's #bloatware apps at **EXACTLY** midnight beijing time, at least this worked. Now the second step would be to actually unlock the boot loader. On #FreeBSD, I can't use Xiaomi's unlocker tool (but I guess that's actually a good thing), so I found some python script that also works (after a bit of fiddling with it, patching shebang and removing some nonsense), and see what it tells me now.

Xiaomi, you used to be cool, a long time ago... 🙄

Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch

You can unlock (repeat this process) on: 2025-05-17 18:00
Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch You can unlock (repeat this process) on: 2025-05-17 18:00
Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch You can unlock (repeat this process) on: 2025-05-17 18:00
Felix Palmen :freebsd: :c64:
@zirias@mastodon.bsd.cafe replied  ·  activity timestamp 4 months ago

The new #Xiaomi phone with #HyperOS2 is now fully #rooted, with #Magisk installed plus some modules, including a de-bloater that, if I understand that correctly, gets rid of system apps using filesystem overlays (so, they're still there in the system partition, but really unaccessible on a very low layer). The other modules are there for fixing integrity checks, I got google wallet, paypal and my bank's app to work flawlessly. 🥳

Now it should be possible to install some linux dist in a chroot, will probably test that soon.

There were quite a few issues on the way, e.g. a weird location of the init-boot that needs patching to install magisk: a cpio archive inside vendor-boot, unsupported by vanilla magisk, so I had to patch the magisk app first to move on 🤯. Getting magisk installed and the necessary tweaks in place for certain apps to work again took me half a day. Well, the phone model isn't the most widespread one, so finding infos took some time.

And there's still the same general issue with #android #modding community that I already observed 15 years ago, although back then, things were generally simpler: It seems most of the time, people only share some step-by-step instructions without ANY explanation, and people are also only looking for that. It's weird, you see forum posts from people doing the dumbest things by varying these instructions if they don't work for them, because they have no background knowledge whatsoever. What's even worse now, people started putting crappy videos on youtube and tiktok. Don't ever watch any of them, it's a pure waste of time. Instead, work through all the stuff on XDA, it's also full of that pointless "do that, then do that, type foo, click here" nonsense, but occasionally you will find the background info you need to understand what's going on and how to fix your own issues. 🤪

  • Copy link
  • Flag this comment
  • Block
Felix Palmen :freebsd: :c64:
@zirias@mastodon.bsd.cafe  ·  activity timestamp 4 months ago
#Rooting a new #Xiaomi device is getting totally ridiculous these days.

I already jumped through the hoop to "request bootloader unlock permission" in one of Xiaomi's #bloatware apps at **EXACTLY** midnight beijing time, at least this worked. Now the second step would be to actually unlock the boot loader. On #FreeBSD, I can't use Xiaomi's unlocker tool (but I guess that's actually a good thing), so I found some python script that also works (after a bit of fiddling with it, patching shebang and removing some nonsense), and see what it tells me now.

Xiaomi, you used to be cool, a long time ago... 🙄

Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch

You can unlock (repeat this process) on: 2025-05-17 18:00
Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch You can unlock (repeat this process) on: 2025-05-17 18:00
Please unlock 71 hours later. And do not add your account in MIUI again, otherwise you will wait from scratch You can unlock (repeat this process) on: 2025-05-17 18:00
  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.2.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login