Recent content by unqualified

  1. unqualified

    Post XT1965-T T-Mobile REVVLRY+ Stock rom

    Are you saying with a Tmobile Revvlry, you were able to just go to the Motorola bootloader unlock page, paste your unlock codes, and presto as if it was just a normal Moto phone? If so, that is awesome! I am thinking of swapping my Moto G7 Play with a Revvlry because of the 3gb RAM and NFC...
  2. unqualified

    Post [ROM][9.0.0_r35][Unofficial][LineageOS 16.0] [OSPREY] [20190420]

    Aha, thanks. That makes sense, ANT+ isn't included in that version. If that's the case, my ANT+ commit a few posts above should be all that is needed to do the trick.
  3. unqualified

    Post [ROM][9.0.0_r35][Unofficial][LineageOS 16.0] [OSPREY] [20190420]

    anisgvr Is there a link to the actual source/device tree being used to build this specific ROM? The OP points to github.com/LineageOS, but the Osprey device tree doesn't have any branches past Lineage 15.0. I took a guess on the https://github.com/LineageOS/android_device_cyanogen_msm8916-common...
  4. unqualified

    Post [ROM][9.0.0_r35][Unofficial][LineageOS 16.0] [OSPREY] [20190420]

    ANT+ radio (for fitness devices) was working well in older LineageOS ROMs on this device and other msm8916 devices. Any chance of adding capability to this ROM? Here is the commit to add it on LineageOS 14.1 (my one and only contribution, took me forever to figure out how to submit)...
  5. unqualified

    Post [REF]Which devices have ANT+ hardware

    Moto G 1st Gen had ANT+ enabled in CM13.1, so that was carried over into Lineage. Dongle wasn't ever needed, but I did the same thing at first. Glad it's working for you!
  6. unqualified

    Post ANT+ for Moto G (4G) and maybe others...

    This is now built into LineageOS source for all Motorola msm8916 phones https://review.lineageos.org/#/c/202042/ If anyone with a Moto Z Play (addison) on LineageOS 14.1 wants to try the same flashable zip from https://forum.xda-developers.com/showpost.php?p=75069149&postcount=31, I think...
  7. unqualified

    Post [ROM][addison] Official LineageOS 14.1

    adding ANT+ ANT+ is a feature that isn't enabled in stock motorola phones, but the qualcomm chip has the capability. This commit for the motorola msm8916 device family https://review.lineageos.org/#/c/202042/ just enabled it in latest LineageOS 14.1 nightly for multiple devices. I have a strong...
  8. unqualified

    Post [ROM][osprey] Official LineageOS 14.1

    Sheesh, great timing. There's another ANT checker app here: github.com/ant-wireless/ANT-Android-SDKs/blob/master/ANT_Android_SDK/Tools/Android_ANTSupportChecker_1-2-0.apk Definitely not false positives, I just used ANT+ with my heart rate monitor in the Wahoo Fitness app for an hour this...
  9. unqualified

    Post [MOD][LOS] Enable ANT+ Radio

    Instructions for creating an ANT+ flashable zip for other ROMs and possibly other devices here: https://forum.xda-developers.com/showpost.php?p=75091030&postcount=53
  10. unqualified

    Post [ROM][osprey] Official LineageOS 14.1

    Awesome! I had to mount /system also for it to 'stick', I just added that detail to the zip file post. I'll try to keep the conversation around the zip over there as it feels slightly off-topic here. I wouldn't say I'm 'comfortable' generating a pull request, but I did it anyway, taking comfort...
  11. unqualified

    Post [REF]Which devices have ANT+ hardware

    Instructions if anyone wants to try making a flashable zip for other ROMs or other phones. Different chips might differ slightly, this is how I created one for Osprey in LineageOS14.1, which uses qualcomm msm8916: 1) Find out what, if any, ANT+ chip you have in your phone. It seems most phones...
  12. unqualified

    Thread [MOD][LOS] Enable ANT+ Radio

    I was able to cobble together a flashable zip to enable ANT+ Radio on the Moto G 2015. So far feedback has been that it only works on LineageOS 14.1 (other ROMs don't work), but it does work on other devices with the msm8916 chip and LineageOS (merlin, osprey, surnia, harpia, others). Its will...
  13. unqualified

    Post [ROM][osprey] Official LineageOS 14.1

    Huh. It definitely works with clean LOS14.1 on Osprey, and now confirmed on the other thread also on Moto G4 Play harpia and Moto E LTE surnia. This is what my Osprey shows. Check if the AntHALService folder is in /system/app? Maybe flash didn't stick? Sent from my MotoG3 using Tapatalk
  14. unqualified

    Post ANT+ for Moto G (4G) and maybe others...

    Fixed link
  15. unqualified

    Post ANT+ for Moto G (4G) and maybe others...

    Awesome! Glad I was finally able to contribute something here! Alternatively, I just added a pull request here to add it to the source https://github.com/LineageOS/android_device_motorola_msm8916-common/compare/cm-14.1...unqualfied:cm-14.1 Same code should be able to enable it in other ROM...