- cross-posted to:
- hackernews@lemmy.bestiver.se
- cross-posted to:
- hackernews@lemmy.bestiver.se
That’s a nice number, but well short of the millions of apps found on the Google Play Store and Apple’s App Store.
Millions of apps on these stores are also complete garbage
I afraid not too soon there will be WhatsApp repackage version with backdoors included.
Whatsapp it’s blocked countrywide so it’s not going to be a problem (although I found out that some cell stations nearby tourist points aren’t blocking that)
Samsung couldn’t do it with tizen and now Huawei thinks they’re better? It’ll be another epic failure.
But they have the benefit of Chinese state support and a massive captive market (with revanchist, imperialist tendencies).
Exactly. The path for success is clear as there’s clear need and public investment to back it up.
To be honest, they didn’t want to but they were banned from google and lost play services so they might drop android altogether
This has nothing to do with Google Play services. Replacing the google services with another proprietary crap would be nothing (and cost relatively nothing) compared to building an entire operating system almost from scratch. This is a dick measuring contest. Although the chinese dick is shiny and impressive in this regard so far.
Plus, even google is playing with the idea of dropping linux, with the Fuchsia project.
In China is easy. Once you give some millions to tencent/Alibaba/Baidu/bytedance (or having the government force them to do so) for porting their apps, it’s all a Chinese citizen needs.
There are many apps that are actually “mini apps” (a WebView inside tencent WeChat)
When you enter China you need to register with the customs using said “mini app” in WeChat
90% of users exclusively use WeChat, alipay, Baidu, taobao, amaps, douyin (TikTok), xiaohongshu.
Maybe some could find useful to also have Weibo and pinduoduo (temu malware) but the “must have” apps are really a handful, it’s not like in the west
Tizen was written from scratch.
From what I understand HarmonyOS is Android… at least it was forked from Android.oh shit, I talked before reading… sorry for that! :-D
Wow this is indeed a completely new OS - kernel, user space and all. I thought they’d use Linux and Qt but no.
Da faq?
How are they porting apps onto a new kernel?
Apps typically don’t interact with the kernel. They interact with a C library like glibc, bionic or musl. So long as the kernel has a POSIX interface you should be able to compile the same app on different kernels. We do this with apps that run on Linux, BSD and QNX for example.
As for Android apps, you could extend that to running the Android runtime on top of different kernels. We did that with the Android runtime on QNX for BlackBerry 10 and we did it in a way that didn’t even require recompilation. That said Wiki says they don’t support Android apps. So if you meant Android apps they simply don’t.
Custom java machine probably
steam proton route lol
i guess hardware is good enough where emulation layer is not longer seen a hindrance.
it is easier to just write one layer then re write 20 years of software.
Will be interesting to see if openharmony gets updated to be based on this.