Hacker News new | past | comments | ask | show | jobs | submit login
AsteroidOS: An open-source operating system for smartwatches (asteroidos.org)
133 points by ashitlerferad on June 25, 2016 | hide | past | favorite | 36 comments



I've been following this since day 1. It's a really nice project, but it has little manpower.

I'm hoping it ends up serving as a drop-in replacement for Android Wear that provides more standalone features. I know hardware is the limiting factor too, but it seems we are getting there.

As a really casual smartphone user, I think I'd be much better served by a smartwatch. Most of the time, I'm next to a computer. So I never use phone browsing capabilities. Also I never make calls out of my office. Thus, I'd love to have a standalone smartwatch that tracks my heartrate & activity, offers some maps & navigation and allows for emergency calls and SMS without the need for a smartphone. I don't want to carry one, and I think I'm not alone. They distract me.


This seems to be a growing sentiment, perhaps in response to the enormity of modern smartphones. They're no longer a convenience but a payload.

Check out the variety of standalone smart watches coming out of China now, some even run full Android 5. I'm thinking of one which could act as a 3G-to-wifi hotspot for a tablet for when I do need to work on the go. That also gives much more flexibility in selecting a tablet without a SIM.


This is exactly what I've wanted for years, seems like we're finally getting there! Do you know of one with Wi-Fi hotspot capability?


Continuously running the 3G/4G connection and sharing it over wifi would run down the batter pretty quickly. Watches need small batteries so they can fit on your wrist.


Sure, I wouldn't want to use it all the time. Just occasionally when I need to pull out my tablet or laptop or whatever.


Thanks. Some examples?


Samsung Gear S can make calls on its own without a paired phone. I think it runs Tizen OS.


The upcoming version of Android Wear brings pretty much full standalone capabilities for app developers. And there are already watches on the market with GSM radios.


I fail to understand a reason why someone would use this... right now it seems to only work on a few LG watches, and isn't Android open source as well? Why would someone choose to implement this when they can implement Android?


Working at a company that ships an embedded Android product, I know Android sometimes costs us far more than it helps us. It took us months to figure out how to route some audio from incoming A2DP Sink Bluetooth profile to the speakers, for example. Fighting with patches, and Android app Java code, and Bluetooth app Java code, and JNI glue, and CPP Android services, and C Bluedroid stack. Meanwhile anyone on the team could have gotten it working in a day on Linux running BlueZ.

Then we constantly have the same issues working with the display. We output ARGB for an augmented reality product, but Android is not designed to output anything but RGB to the final LCD. So similarly, if we were just dealing with a Linux frame buffer, we'd have had a much easier time doing the customization than fighting all of Android's various SurfaceFlinger and other layers between the app and the display.


You experience is a good example why I say that Android isn't Linux, regardless how the FOSS community sees it.

Maybe for your type of work it looks different, but from app developer perspective, they could replace the kernel with something totally different, keep the constrained set of official NDK libraries and no one would notice the kernel wasn't Linux any longer.


Even the NDK API isn't reliable. For example, some Samsung devices don't implement the complex number functions from libm.

And there is no way to know this in advance (beside checking if symbols are defined on a specific device)


Try Tizen? It's a real Linux, and much more than its popular reputation as Samsung's also-ran Android clone.


Well Tizen's openness is a lie too, at least in wearables. Both Gear S & Gear 2 are already depreciated by Samsung, and the wearable image you can build yourself from source is missing most key components you would use on a watch (for example, you won't have S Health is closed source, Nokia maps -included in Gear S- is closed source too), and even the sensor framework is unusable in an opensource form, since half of the apis are closed and undocumented (you can check all this by taking a look at the srpms from build.tizen.org)

Even if you could overcome that, you would still need to make your own companion app for the phone and framework, since all that is Samsung proprietary too.

That's exactly why I'm the sole mantainer of Gear 2 & Gear S Android Wear ports...

IMHO it would be easier to clean up AOSP and make an open variant of Android Wear, rather than reimplement it all from scratch, but who doesn't like a challenge! At least they can use some parts of Nemo/Sailfish OS


Tizen's openness is also a lie for phones. Just like AOSP, community involvement is not welcome in the Tizen development process and doesn't have any role in deciding what ships on phones.


Are you advocating an OS from the guys that are worse than Apple, closed as much as possible? The "CM cannot support us", "If you flash anything, we blow a fuse", "Crapware is good for you" Samsung?

Granted, I haven't tried Tizen. But I AM using a Samsung device at the moment and let me state it as clear as possible: Samsung is the worst, the absolute worst, phone manufacturer in my frequently changing usage. I wouldn't trust Samsung with anything.

Incidentally I've been at a Samsung HQ (not phone related, printers) a while back and the manager in charge stated something like "We're great at hardware, we suck at support". I had a hard time keeping a straight face.

Honestly: There's no phone company that is worse than Samsung. I am not convinced that Tizen can fix that.

(I have a S6E right now and I constantly want to throw it against various obstacles)


The poster I was replying to was working on an embedded device, and they would like a system that's similar to Android but more like regular Linux. Tizen is that system.

Samsung's policies on their devices have nothing to do with how another company might deploy Tizen.


I didn't mean to attack you or your position.

I'd argue that Maemo/Meego were that system, but I already admitted to know really not a lot about Tizen.

You might be perfectly correct. I wouldn't want to touch anything (Software. Hardware is a different story) made by Samsung with a 10 foot pole and cannot imagine that Samsung would be great as upstream, however you plan to deploy the software.

Again, apologies. My beef is with every piece of Software Samsung published around me, not with you, your opinion or Tizen. I'm extrapolating and generalizing and obviously have a gripe here..


No offence taken, I can certainly understand your position.


Popular by who? Not for app developers for sure.

Are you aware that since Samsung got their hands on Meego, Tizen already went through three SDKs and userspace re-rewrites?

- First it was just Meego Qt SDK renamed for Tizen

- Samsung then replced it with the SDK from their BADA OS, a ugly Symbian influenced variant, including the same Symbian C++ patterns.

- Now it is based on the Enlightenment Foundation Libraries and C, with a C++ wrapper library

But this is only for the hardware where developers are allowed to write native apps, as what Samsung is usually pushing for is their Web app approach.

For example for TVs you need a special contract to deploy native apps.


"Popular reputation" means "how it's commonly perceived".

I'm not saying Tizen is popular; on the contrary, I was trying to say that it has a reputation as a pointless also-ran Android clone. But past that prejudice, it's actually a competent Linux platform for embedded systems.


Why did you go with Android when it seems like a GNU/Linux distro would have been better?


Off the top of my head:

- Not Google

- More hackable

- Qt + QML

looks really cool to me. Android is decidedly not the be-all-end-all of mobile OSes, and an alternative project is always nice.


You realize this is based off of Android 5.1, right?


It says on the first page that it is based on OpenEmbedded, so it's pretty much a linux distro from scratch


I'm looking at their GutHub repository and pretty much the majority of the big boy code was lifted from Android.

  AsteroidOS/android_system_core  
  AsteroidOS/android_frameworks_native  
  AsteroidOS/android_bionic  
  AsteroidOS/android_external_skia  
  AsteroidOS/android_hardware_libhardware  
  AsteroidOS/android_build
While the fluff such as the following is all theirs:

  AsteroidOS/asteroid-calculator


Most alternative firmwares bootstrap AOSP to some degree in some way for hardware support or adb/fastboot to shoe-horn an alternative ROM.

Reusing some low level code does not an Android make.


Completely agree !


Android lacks end-user control and confidentiality, at least at implemented handheld devices.


It uses libhydris to not reimplement Android's libraries and drivers


Because we can?


Sad to see that only the G Watch and the G Watch Urbane are supported. My Moto 360 Gen 1 won't get the Android Wear 2 update, so it's becoming a mantlepiece quickly... :/


Very cool, but will it run MAME?

https://www.youtube.com/watch?v=BLTjba8EM6A


Since my LG G Watch is awful and I stopped using it, this might actually be fun! Thanks OP.


Looks a lot like Sailfish OS/Meego in those screenshots.


I would rather stay with MM...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: