Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with XE11 #6

Open
mikedg1 opened this issue Nov 8, 2013 · 19 comments
Open

Does not work with XE11 #6

mikedg1 opened this issue Nov 8, 2013 · 19 comments
Assignees

Comments

@mikedg1
Copy link
Owner

mikedg1 commented Nov 8, 2013

Can't get the service

@ghost ghost assigned mikedg1 Nov 8, 2013
@EpicDraws
Copy link

Any idea what is going on here? When I query the list of running services, I get the following: no mention of Glass Gesture Service. I wonder if Google removed this until they unveil their GDK on 11/19?

11-14 22:19:48.562: W/dmj(1928): com.android.defcontainer/com.android.defcontainer.DefaultContainerService
11-14 22:19:48.562: W/dmj(1928): com.android.providers.media/com.android.providers.media.MtpService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.logging/com.google.glass.logging.UserEventService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.voice/com.google.glass.voice.VoiceService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.hangouts/com.google.glass.hangouts.HangoutsService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.home/com.google.glass.home.ScreenOffService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.bluetooth/com.google.glass.bluetooth.GlassBluetoothService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.home/com.google.glass.location.LocationService
11-14 22:19:48.562: W/dmj(1928): com.google.android.location/com.google.android.location.NetworkLocationService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.bluetooth/com.google.glass.bluetooth.location.CompanionLocationService
11-14 22:19:48.562: W/dmj(1928): com.android.systemui/com.android.systemui.SystemUIService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.settings/com.google.glass.settings.battery.BatteryStateService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.maps/com.google.glass.maps.service.MapRenderingService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.phone/com.google.glass.phone.PhoneCallService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.bluetooth/com.google.glass.bluetooth.tethering.ConnectivityChecker
11-14 22:19:48.562: W/dmj(1928): com.google.android.location/com.google.android.location.internal.server.NetworkLocationService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.camera/com.google.glass.camera.SharedCameraService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.logging/com.google.glass.logging.HeadsetPlugService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.settings/com.google.glass.settings.timezone.NewTimeZoneService
11-14 22:19:48.562: W/dmj(1928): com.google.android.backup/com.google.android.backup.BackupTransportService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.update/com.google.glass.update.AndroidUpdateService
11-14 22:19:48.562: W/dmj(1928): com.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
11-14 22:19:48.562: W/dmj(1928): com.android.systemui/com.android.systemui.ImageWallpaper
11-14 22:19:48.562: W/dmj(1928): com.google.glass.sound/com.google.glass.sound.SoundManagerService
11-14 22:19:48.562: W/dmj(1928): com.google.android.tts/com.google.android.tts.service.GoogleTTSService
11-14 22:19:48.562: W/dmj(1928): com.google.glass.home/com.google.glass.ongoing.OngoingActivityService
11-14 22:19:48.562: W/dmj(1928): com.google.android.gsf/com.google.android.gsf.gtalkservice.service.GTalkService
11-14 22:19:48.562: W/dmj(1928): Found 27 services.

@mikedg1
Copy link
Owner Author

mikedg1 commented Nov 15, 2013

@mikedg1
Copy link
Owner Author

mikedg1 commented Nov 15, 2013

@EpicDraws try turning on the on-head detection and see if that starts up the gesture service. I believe they used to be the same service

@egfconnor
Copy link

Same results here using the current build even with on-head detection enabled.

@EpicDraws
Copy link

I was disappointed to see no wink or nod support in the GDK Sneak Peek today. Have you had a chance to play around and see if they added anything?

@kdietze3
Copy link

Does the newer hardware version still have the eye gesture sensor? I was using a modified version of this to wake the screen, but after XE11 I obviously have the same issue. Its a bummer because head tilt is just too jarring for me.

@EpicDraws
Copy link

Yes it does. My hardware came with XE10 and wink worked. It is from the
latest hardware batch.
On Nov 20, 2013 10:54 AM, "Kevin Dietze" notifications@github.com wrote:

Does the newer hardware version still have the eye gesture sensor? I was
using a modified version of this to wake the screen, but after XE11 I
obviously have the same issue. Its a bummer because head tilt is just too
jarring for me.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28917570
.

@egfconnor
Copy link

I was hoping to do exactly that @kdietze3.

@JessieAMorris
Copy link

Any news on this? I really miss my winking feature. If you've got an idea what's gone wrong I can dive into it a bit and see if I can figure it out.

@mikedg1
Copy link
Owner Author

mikedg1 commented Dec 16, 2013

Unfortunately not. I went pretty far down, and I'm suspecting there may now be a left out kernel module that gives access.

@Shinzul
Copy link

Shinzul commented Dec 17, 2013

Just updated to XE12 - not sure why they removed the capability from XE11, but they added back system-configured wink pictures in XE12.

Wonder if they just kanged your code and added it ;)

@mikedg1
Copy link
Owner Author

mikedg1 commented Dec 17, 2013

The XE12 winking works on the new hardware only. I'm suspecting I actually
fixed Winky for XE11, at least for the new hardware,, but since I had the
old hardware it just didn't work. As soon as I get my hands on the new
hardware I'll update Winky for burst mode and screen turn on. Who knows, it
might even work as written already.

Mike

@evilmikedg
http://www.mikedg.com/+
http://www.linkedin.com/profile/view?id=13849634
http://stackoverflow.com/users/631147/mike-dg

On Tue, Dec 17, 2013 at 4:25 PM, Shinzul notifications@github.com wrote:

Just updated to XE12 - not sure why they removed the capability from XE11,
but they added back system-configured wink pictures in XE12.

Wonder if they just kanged your code and added it ;)


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-30792679
.

@Shinzul
Copy link

Shinzul commented Dec 18, 2013

Does glass do something special for head NUDGE turn-on? I wrote a little app to acquire a wake lock when you shake your head (because I can't stand the nudge gesture), but it doesn't jump to the nearest notification when you get one.

@kdietze3
Copy link

kdietze3 commented Jan 9, 2014

I got the new hardware today. Mike (Kaze0) anything you want me to test?

@mikedg1
Copy link
Owner Author

mikedg1 commented Jan 9, 2014

@kdietze3 I still don't have the new hardware, but if you wanted to enable it the standard way and then debug it to see if the broadcast receiver here still gets triggered.

@kdietze3
Copy link

kdietze3 commented Jan 9, 2014

Still the same problem. XE12 with Glass V2 and Wink to take picture enabled. Tried both on the wakey branch and winky master.

Unable to get GLASS_GESTURE_SERVER from Context.

@duyhtq
Copy link

duyhtq commented Jan 17, 2014

Does this Wink code work with X12 and new hardware yet?

@mikedg1
Copy link
Owner Author

mikedg1 commented Feb 8, 2014

I'll be posting an update soon. I finally got my new hardware, the good news it works great. I just have to remove some of the parts that use reflection.

@ekinoguz
Copy link

Hi @kaze0, do you have any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants