nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

"Complete action using" prevents access to setting area #318

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
So we have have a pair of google glass at work and I have them over the 
holidays but I can't get access to the setings area to reset the device to 
factory.

After waking the glass up i swipe across to the settings area but when I tap 
the glass to select the menu item but then the msg pops up saying "Complete 
action using" and also a tick with the text "Use by default for this action" 
under neither and I can't more forward from there, I can move back but not 
forward.

I really need to whats going on with the glass as it was used in a presentation 
earlier that day.

Any help would be great since i'm all out of ideas

Original issue reported on code.google.com by toby.s...@gmail.com on 20 Dec 2013 at 5:07

GoogleCodeExporter commented 8 years ago
Hello,

You might have installed an APK that supports the same intent and is 
conflicting with the Settings.
I would suggest to list the packages you have installed with:
  $ adb pm list packages -f

Then uninstall all third party ones with:
  $ adb uninstall <packageName>

Best,
Alain

Original comment by ala...@google.com on 20 Dec 2013 at 5:12

GoogleCodeExporter commented 8 years ago
That makes sense but I'm also having trouble getting the glass to be listed
when I run a adb devices search.

I have tried it on 2 machines now and both windows 7 comps don't pick up
the glass which suxs.

Original comment by toby.s...@gmail.com on 20 Dec 2013 at 5:32

GoogleCodeExporter commented 8 years ago
You might be missing some drivers:
  http://developer.android.com/tools/extras/oem-usb.html

Also make sure to update the ones that are distributed through the SDK Manager:
  http://developer.android.com/sdk/win-usb.html

Original comment by ala...@google.com on 20 Dec 2013 at 6:21

GoogleCodeExporter commented 8 years ago
OK now i'm cooking with gas.

I got the list of packages, I can see 2 packages with ".settings" so I
guess I should remove one of those.

thanks for all your help by the way, was stuck until your first mail came
in!

Original comment by toby.s...@gmail.com on 20 Dec 2013 at 7:30

GoogleCodeExporter commented 8 years ago
Well I finally got it all sorted and it's all work well now.

thanks for your advise Alain, i was going no where before your mail!

Original comment by toby.s...@gmail.com on 21 Dec 2013 at 12:26

GoogleCodeExporter commented 8 years ago
How did you fix this @toby?

Original comment by lanfear4...@gmail.com on 25 Dec 2013 at 2:29

GoogleCodeExporter commented 8 years ago
I had some 3rd party apps installed and 1 of them was interfering with the 
default selections. So using adb I remove all applications I could and that 
fixed the issue.

Original comment by toby.s...@gmail.com on 25 Dec 2013 at 11:20

GoogleCodeExporter commented 8 years ago
Thanks for the help. In my case it was "Launchy" which was causing a problem. 
Has anyone else experienced this problem?

Original comment by charlesl...@gmail.com on 31 Dec 2013 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by ala...@google.com on 6 Jan 2014 at 5:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Launchy was also causing this problem for me. Thank you for this clue charles.

Also, to get the list of installed applications/packages I used the command:
adb shell pm list packages -f

Original comment by 1922.spa...@gmail.com on 23 Apr 2014 at 6:57