TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pressy: the one-button Android controller

40 pointsby praveensterover 11 years ago

8 comments

Pxtlover 11 years ago
This is a workaround for the near-total lack of buttons on modern phones.<p>If phone makers would bring back physical buttons and let users do stuff with them, pressy wouldn&#x27;t exist. Of course, the trick with putting buttons around a phone is that you have to be careful about which ones you use - I accidentally hit buttons on my Samsung Focus near-constantly because they decided it would be good to include a &quot;camera&quot; button that instantly drops what your doing and jumps you over to the camera app. And a similar &quot;search&quot; face-button.<p>But really, a pair of unbound L&#x2F;R shoulder buttons that apps could interpret however they liked (or ignore if it&#x27;s a portrait-mode app) with no usage on the home-screen? Who wouldn&#x27;t want that? Would be fantastic for gaming, for camera&#x2F;AR apps, things like that.<p>But no, because suddenly everybody think they&#x27;re Steve Jobs and the phones must have perfectly clean lines, we&#x27;re left with nothing but hypersensitive capacitive face-buttons and if you want something that actually <i>clicks</i> you have to buy a Nintendo DS.
评论 #6301808 未加载
mattezellover 11 years ago
This seems like a really neat idea.. One of the things that I loved about my Droid X and still miss terribly is a physical camera button - it&#x27;s just so much easier to take my duckface selfies using a physical button!<p>I like the idea that this is so configurable also - I can think of many applications for something like this..<p>It&#x27;s interesting that they have a hardware component, though this really seems to be a kickstarter for a button dedicated &#x27;smart actions&#x27; application (in that it works without the button using mute button clicks on headsets) - not that this decreases my interest in it in the least.<p>Excited to see where this goes...
brittaover 11 years ago
It doesn&#x27;t have to be just for Android. There&#x27;s already interest in it from developers for jailbroken iOS: <a href="http://www.reddit.com/r/jailbreak/comments/1lbyrr/pressy_a_button_for_your_headphone_jack_meant_for/" rel="nofollow">http:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;jailbreak&#x2F;comments&#x2F;1lbyrr&#x2F;pressy_a_b...</a><p>And the FAQ on the Kickstarter page indicates that they&#x27;d probably welcome that:<p>&gt; We are not releasing an iOS app for Pressy. There are too many restrictions on the API. We hope our developers community builds an app compatible with iOS.
untogover 11 years ago
Am I the only one that uses my headphone socket to, y&#x27;know, listen to music?
评论 #6301683 未加载
评论 #6302226 未加载
评论 #6301570 未加载
评论 #6301615 未加载
评论 #6301584 未加载
dangerboysteveover 11 years ago
I think they&#x27;ve made the best kickstarter video so far.
icoderover 11 years ago
I figured this could be done by overriding any existing hardware button callbacks, but apparently you can not outside of your app (see this SO question: <a href="http://stackoverflow.com/questions/2986337/is-it-possible-to-create-an-android-service-that-listens-for-hardware-key-presse" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;2986337&#x2F;is-it-possible-to...</a>).
icoderover 11 years ago
So what happens when Pressy is pushed when it&#x27;s inside my pocket? Make a photo? Call mom? Flashlight? The latter may be dangerous even, with the heat that it can produce.<p>Not quite unthinkable since the button is sticking out if the phone.
评论 #6302967 未加载
评论 #6302568 未加载
etherealGover 11 years ago
custom actions like this for your hardware buttons should work with the existing buttons without the need for the hack. holding power on with some custom roms can be configured to have the flashlight on while it&#x27;s held.<p>would be nice if an api for these buttons existed in the android sdk. anyone know if it&#x27;s there?