This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Android Wear OS difference

Hi Experts,

What is the key difference between Android Wear OS and android for phone ?

Does the underlying kernel also changes for the same ?

Is there any development platform at cheaper price to get started with  porting of the Android Wear OS ?

Regards,

techguyz

Parents
  • In my response above, I mentioned that the Android Wear PDK is tightly controlled by Google. You won't be able to run Android Wear on any hardware other than what is released. If you wish to create an Android Wear product, you'll have to engage Google or one of the few partners have have an SoC in the Wear product line. Fortunately, most of the product use one of two SoCs at the moment, one from TI and one from Qualcomm. You could find a dev board with those SoCs in it and use regular Android depending on the specifics of your requirements. You could also use an inexpensive Wear watch and hook in to the existing SPI and USB connection if you don't need to modify the OS. If this question is related to your previous questions about inexpensive development boards, you're probably better off avoiding Android Wear at the moment and using AOSP or another Android supported dev board because the kernels and all modules are more likely to be open source in a form you can actually compile and use for your "experimentation" purposes.

    In short, if you'd like to work with Android Wear source or create a product around Android Wear, you'll need to apply to create a product with Google first. If you're only looking to add peripherals or sensors with the USB or SPI busses at an experimental level, stick with regular Android until you have a proof of concept.

Reply
  • In my response above, I mentioned that the Android Wear PDK is tightly controlled by Google. You won't be able to run Android Wear on any hardware other than what is released. If you wish to create an Android Wear product, you'll have to engage Google or one of the few partners have have an SoC in the Wear product line. Fortunately, most of the product use one of two SoCs at the moment, one from TI and one from Qualcomm. You could find a dev board with those SoCs in it and use regular Android depending on the specifics of your requirements. You could also use an inexpensive Wear watch and hook in to the existing SPI and USB connection if you don't need to modify the OS. If this question is related to your previous questions about inexpensive development boards, you're probably better off avoiding Android Wear at the moment and using AOSP or another Android supported dev board because the kernels and all modules are more likely to be open source in a form you can actually compile and use for your "experimentation" purposes.

    In short, if you'd like to work with Android Wear source or create a product around Android Wear, you'll need to apply to create a product with Google first. If you're only looking to add peripherals or sensors with the USB or SPI busses at an experimental level, stick with regular Android until you have a proof of concept.

Children