I don’t use a “tethered” app with my S999+ with Android 11. I install things either through the Play Store in the device or an .apk transferred to the device. I treat it like a fully stand-alone device.
Maybe if you reach out to Rainbuvvy they can provide their S999 image to flash to your device, or whatever image they are using on the S999’s they are selling.
Generally speaking, it’s extremely difficult to get an iOS app to work with Android.
If it has been withdrawn from the Apple store, it indicates that it doesn’t meet security standards. Watch Droid (Android) is appropriate, but of course, on Android devices only.
I found that it is working with application “BT Watch” but the application is too small(function only to resend notifications) . Also I saw that someone has origin rom “4g_h19_s999_en_v0.9_p_user_20230712” and I think that this rom is working more better with IOS (cause I have much older version). So please share it.
Hoya there. So I was interested in the S998 or MKT6761 or MKT6763 or Lokmat Max 2 or another of the 50 names it has. The square one with 2,64” screen made by several brands ( factory, sainbuuvy, Lokmat). And I wonder if some of you already have it and can help me. My main concerns are three:
The watchfaces will be limited and without the plus sign at the end of the list to download a hundred if necessary.
There won’t be an app to connect to the phone. I’m not looking for a small smartphone but a big smartwatch.
The cameras quality will be inferior to those advertised. It happened to me a few weeks ago with the Lokmat Max New S999 (the one with 6gb RAM). They advertise 13 and 5 megapixels and the reality is 2 and 0.3 max. I returned it. And I thought Lokmat was supposed to be the brand to go in this kind of watches.
Well if anyone can throw some light on the subject I’d really appreciate it. I’ve been looking for information and reviews and stuff but there isn’t much on the internet. I hope this is the right chat to ask.
I found solution in development new app for sharing notifications from iPhone if you use custom rom(for example I use Corvus_vS4.0-Leviathan-treble_arm64_ab-Unofficial-1513.img(Android 12). But I can’t add links there…
Installing an iPhone app only via Xcode on a Mac—no .ipa, no TestFlight, no App Store. This is Swift Package source code. You need a Mac + Apple ID (free = 7-day certificate); for a permanent one, it’s $99/year Apple Developer.
2. iOS doesn’t allow apps to read other apps’ notifications—only ANCS (which we’re already using). Their iOS app can only intercept their own app-generated notifications or their own shortcuts. They won’t receive iMessage/Telegram/Mail, as we receive them via ANCS.
3. The watch must be a BLE peripheral—we tested it, and on this MTK chip, the peripheral mode silently fails (0 BLE apps registered in dumpsys), so we can’t emulate their watch app at all.
Conclusion: rtosify-lite-ios isn’t suitable for us. We already have something working that they can’t do (receiving system iOS notifications via ANCS without an iPhone app at all).