How to Enable Voice Wakeup on CM12S on OnePlus One, uses hotword “Hey Snapdragon”

The CM12S update that released yesterday for the OnePlus One comes with more features than it meets the eye. Apart from the Lollipop sweetness and material design, the CM12S update also brings support for always-listening functionality that wakes up your device when you say “Hey Snapdragon”. Just voice. No hands touched.

However, the feature isn’t available easily. Although Cyanogen is saying that it shows up on Setup Wizard on a fresh install or under “language and input” settings, users are reporting that it isn’t the case. The feature is there but not available right out. But thanks to reddit user u/TrueJournals, who took the matter into his own hands and figured out a way to activate Voice Wakeup on OnePlus One running CM12S.

The trick to activate it uses VoiceWakeup-signed.apk file from a similar custom MOD from CM11S. It works really smooth, but unfortunately it won’t work when you’ve a lockscreen in place, which we all do. When lockscreen is enabled, the phone will still respond to “Hey Snapdragon” but it won’t get past the lock screen, where-in when lockscreen is disabled Voice Wakeup will function just like we want it to.

 icon-download Download Voice Wakeup APK for CM12S (218 KB)
Filename: VoiceWakeup-signed.apk

INSTRUCTIONS

Warning: Warranty may be void of your device if you follow the procedures given on this page. You only are responsible for your device. We won’t be liable if any damage occurs to your device and/or its components.

Important Note: Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong you’ll have backup of all your important files.

  1. Root OnePlus One running on CM12S.
  2. Download the Voice Wakeup apk file from the download link above and save it to the root folder /sdcard on your OnePlus One.
  3. Setup ADB and Fastboot on your PC.
  4. Enable USB debugging on your OnePlus One and connect it to PC. If it asks for USB debugging authorization, tap OK.
  5. Now open a command window on PC and type/paste the following commands one by one:
    adb shell su
    mount -oremount,rw /system
    mkdir /system/app/VoiceWakeup cp /sdcard/VoiceWakeup-signed.apk /system/app/VoiceWakeup/VoiceWakeup.apk
    chmod 755 /system/app/VoiceWakeup/
    chmod 644 /system/app/VoiceWakeup/VoiceWakeup.apk
    mount -oremount,ro /system
    exit
  6. Reboot your OnePlus One and you will see the setup wizard show up automatically. In case it doesn’t, just head over to Settings » Language & Input » Voice wakeup.
  7. (Recommended) Disable “Ok Google” from the Google now app as it might interfere with our new always-on hotword “Hey Snapdragon”.
via reddit
Posted by
Shivam

Shivam is our resident designer and web developer who also enjoys writing. He loves to meditate, drive on the freeways and hunt for snipers during his Call Of Duty playtime. Email: [email protected]

6 Comments

  1. This isn’t working for me. When i enter 3rd command its shows”The syntax of the command is incorrect”, Please help.

    1. “adb shell” was missing before “su”. Post now updated with the correct command.

  2. This isn’t working for me. When i enter 3rd command its shows”The syntax of the command is incorrect”, Please help.

    1. “adb shell” was missing before “su”. Post now updated with the correct command.

  3. This isn’t working for me. When i enter 3rd command its shows”The syntax of the command is incorrect”, Please help.

    1. “adb shell” was missing before “su”. Post now updated with the correct command.

Comments are closed.