Pressy a neat little button for your android device. - Other SmartWatches

Hi, just making a thread about this neat little gadget I found on kick starter called Pressy. It's cost about $17. Because the 3.5mm headphone jack on the motoactv is pretty much useless. Pressy could be useful on the motoactv as a secondary button to utilize 3.5mm Headphone jack as a button. The basic description for pressy is:
"Pressy is a tiny physical button that connects to your phone through the headphone jack.
Connecting the Pressy Button with the free Pressy app lets you easily customize and use your favorite, everyday actions. For example, if you use your flashlight on regular basis, set a Click-combination the app for turning on your flashlight and start clicking the Button!
Getting started using Pressy couldn’t be any easier. Plug the Pressy Button to the headphone jack, download the free app, and you’re good to go. Click the Pressy button and see your phone’s flashlight turn on. Click it again and it turns off. As simple as that.
Pressy comes with 3 pre-set Actions, but once you get the hang of things you can customize clicking behavior and trigger dozens of different actions."
So check it out if your interested.

|SavageD| said:
Hi, just making a thread about this neat little gadget I found on kick starter called Pressy. It's cost about $17. Because the 3.5mm headphone jack on the motoactv is pretty much useless. Pressy could be useful on the motoactv as a secondary button to utilize 3.5mm Headphone jack as a button. The basic description for pressy is:
"Pressy is a tiny physical button that connects to your phone through the headphone jack.
Connecting the Pressy Button with the free Pressy app lets you easily customize and use your favorite, everyday actions. For example, if you use your flashlight on regular basis, set a Click-combination the app for turning on your flashlight and start clicking the Button!
Getting started using Pressy couldn’t be any easier. Plug the Pressy Button to the headphone jack, download the free app, and you’re good to go. Click the Pressy button and see your phone’s flashlight turn on. Click it again and it turns off. As simple as that.
Pressy comes with 3 pre-set Actions, but once you get the hang of things you can customize clicking behavior and trigger dozens of different actions."
So check it out if your interested.
Click to expand...
Click to collapse
Already have mine backed!

pressy-the-almighty-android-button
I have mine backed, and I just signed up to be a beta tester.
|SavageD| said:
Hi, just making a thread about this neat little gadget I found on kick starter called Pressy. It's cost about $17. Because the 3.5mm headphone jack on the motoactv is pretty much useless. Pressy could be useful on the motoactv as a secondary button to utilize 3.5mm Headphone jack as a button. The basic description for pressy is:
"Pressy is a tiny physical button that connects to your phone through the headphone jack.
Connecting the Pressy Button with the free Pressy app lets you easily customize and use your favorite, everyday actions. For example, if you use your flashlight on regular basis, set a Click-combination the app for turning on your flashlight and start clicking the Button!
Getting started using Pressy couldn’t be any easier. Plug the Pressy Button to the headphone jack, download the free app, and you’re good to go. Click the Pressy button and see your phone’s flashlight turn on. Click it again and it turns off. As simple as that.
Pressy comes with 3 pre-set Actions, but once you get the hang of things you can customize clicking behavior and trigger dozens of different actions."
Click to expand...
Click to collapse

This thing is an awesome idea I think I might pledge as well thanks for posting
Edit: I backed it it is too cool of an idea not to try it out and for 20 bucks if I don't use it I can always give it to my wife she's always fumbling for her phone when my kids do something cute this way she can just depress the button to take a pic
Sent from my SGH-I317M using XDA Premium 4 mobile app

Related

Headphone Button -> Music Player Control?

Hey all,
I was just wondering if there is a way to control the music player with the headphone button. I am used to stuff like "pressing button twice = next track" etc.
Is there any chance to employ that kind of control on the Blackstone?
Many Thanks,
s
Either there is no quick solution to this or it is too simple. In either case, please let me know
headphone button? No headphone button that I know of on the Touch HD! Only buttons are volume control and the power button...:-\
FlangeArtist said:
headphone button? No headphone button that I know of on the Touch HD! Only buttons are volume control and the power button...:-\
Click to expand...
Click to collapse
There is a button on the cable for the headphones, right where the microphone is. When I hold it down I access voice speed dial. If I click it several times I think it redials the last number used. During an incoming call it can be used to answer, and a long press will hang up.
It would be nice to be able to skip track with double click, and pause with single click.
hungry hippo said:
It would be nice to be able to skip track with double click, and pause with single click.
Click to expand...
Click to collapse
The way such buttons work is very basic, and the potential solution (this was achieved on another device I used) was substituting whatever program is watching the events related to shorting the contacts. Usually it's the voice dial thingie. So theoretically one could write an application with the same name as the one for voice dial, which would issue relevant commands to the player. It's a pretty straightforward task as soon as you know what are the events, how they are generated, what application is currently watching for them, and last (but not least) know how to code. Unfortunately, I am no programmer.

[PROJECT] Headphone Controls - HandsFree

I would like to start working on a way to change the function of the push button received from the headphones. Mainly for when your driving, but this would also be helpful when you need to work with your hands, but still would like to use your phone!
I would love to make an app, but i have no exp in doing this, so basically this is my REQ for a developer to work with to create,develop,test help build my idea.
A customizable app that allows you to choose to open apps, perform actions, play music, skip, pause,play etc with different clicks of the button (Like the older/newish ipod shuffle controls)
If your interested or have any material or ideas for me to start looking into gpio settings please add to the post.
My ideal click config would be:
[Current]
1 click - Depending on Phone State : Open up Music Player/play/pause/answer call/end call
[Additional - Needs to be added]
2 clicks - Next Song
3 clicks - previous song
Click and Hold - Open Voice Control Program (in my case Vlingo) Should be configurable via GUI or config file
(I'm not sure how many commands we can actually store, but if there are more then we can surely add more and more features)
warri said:
I would like to start working on a way to change the function of the push button received from the headphones. Mainly for when your driving, but this would also be helpful when you need to work with your hands, but still would like to use your phone!
I would love to make an app, but i have no exp in doing this, so basically this is my REQ for a developer to work with to create,develop,test help build my idea.
A customizable app that allows you to choose to open apps, perform actions, play music, skip, pause,play etc with different clicks of the button (Like the older/newish ipod shuffle controls)
If your interested or have any material or ideas for me to start looking into gpio settings please add to the post.
My ideal click config would be:
[Current]
1 click - Depending on Phone State : Open up Music Player/play/pause/answer call/end call
[Additional - Needs to be added]
2 clicks - Next Song
3 clicks - previous song
Click and Hold - Open Voice Control Program (in my case Vlingo) Should be configurable via GUI or config file
(I'm not sure how many commands we can actually store, but if there are more then we can surely add more and more features)
Click to expand...
Click to collapse
How much money do you have?
I already have the answer. Get a set of the Motorola S9-HD Bluetooth headset. You can do all things you require with them (over bluetooth of course) The sound quality is AWESOME
well, that's not the correct answer, ths idea for an app is really nice, I dont have experience in android development either but I'd like to have this app, and I would donate, Once I saw an application like this for WM and it was awesome( Former WM user)
wpb2 said:
How much money do you have?
I already have the answer. Get a set of the Motorola S9-HD Bluetooth headset. You can do all things you require with them (over bluetooth of course) The sound quality is AWESOME
Click to expand...
Click to collapse
yeah, right.
AD2P simply SUCKS quality-wise.
If you don't notice the difference, well, good for you .
but with the same kind of money you can get so much more quality you can't even compare.
The kind of fearure the OP is working on would be just awesome for who wants quality or doesn't. want to spend money for the same of it and remote controls . looking forward to it.
I been trying to do something like this with Tasker but sadly i can't get it to recognize the headset click
tytdfn said:
I been trying to do something like this with Tasker but sadly i can't get it to recognize the headset click
Click to expand...
Click to collapse
I'm going to start sifting through the Kernel and Source Code that was posted from samsung for anything related to the headset. They defiantly have a way to recognize the clicks, I just dont know how to access them to tell the phone what to do.
tytdfn said:
I been trying to do something like this with Tasker but sadly i can't get it to recognize the headset click
Click to expand...
Click to collapse
Fingers crossed that this is on topic enough...
On my Captivate, the hardwired headset that came with it has a button in the wire. This button doesn't seem to do anything. What is it supposed to do?
Also, I have a bluetooth Jabra BT3030. None of the buttons function with the Captivate. They all worked fine on my Tilt (WM). Should all of the bluetooth buttons work with this phone? Also, when I turn on my bluetooth it pairs fine, but doesn't automatically connect. I've read about this happening with other people. I'm wondering if it's just this old bluetooth device isn't compatible with the Captivate. Any opinions?
Thanks,
Rich
richb500 said:
Fingers crossed that this is on topic enough...
On my Captivate, the hardwired headset that came with it has a button in the wire. This button doesn't seem to do anything. What is it supposed to do?
Also, I have a bluetooth Jabra BT3030. None of the buttons function with the Captivate. They all worked fine on my Tilt (WM). Should all of the bluetooth buttons work with this phone? Also, when I turn on my bluetooth it pairs fine, but doesn't automatically connect. I've read about this happening with other people. I'm wondering if it's just this old bluetooth device isn't compatible with the Captivate. Any opinions?
Thanks,
Rich
Click to expand...
Click to collapse
The button you speak of will pause and un-pause music from my experience. I'm not sure if it does anything else.
It also answers incoming calls and in at least one music player (can't remember which one, maybe DoubleTwist?) a double click skips to the next track.
The files you are looking for are
linux-2.6.29/arch/arm/mach-s5pc110/include/mach/sec_jack.h
linux-2.6.29/arch/arm/mach-s5pc110/sec_jack.c
just don't ask me what to do with it
Sherpa
I would donate fo' sho'!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
no driver said:
It also answers incoming calls and in at least one music player (can't remember which one, maybe DoubleTwist?) a double click skips to the next track.
Click to expand...
Click to collapse
MixZing do this
SetiroN said:
yeah, right.
AD2P simply SUCKS quality-wise.
If you don't notice the difference, well, good for you .
but with the same kind of money you can get so much more quality you can't even compare.
The kind of fearure the OP is working on would be just awesome for who wants quality or doesn't. want to spend money for the same of it and remote controls . looking forward to it.
Click to expand...
Click to collapse
You obviously haven't tried out the s9_HD pair. They are really good quality. I have a $50 pair of Sony buds, and the S9s are just as good.
BTW you can get them for $60 on the net. So where did you say you can get better quality buds for far cheaper?
Also I mostly use my S9s' at the gym, because my wired pair of buds kept getting caught on the weight bars. When I run on the treadmill I always set my phone on the top tray and kept yanking on the cord. I actually knocked my phone on the floor a couple of times.
Sent from my SAMSUNG-SGH-I897 using XDA App
TMC_Sherpa said:
The files you are looking for are
linux-2.6.29/arch/arm/mach-s5pc110/include/mach/sec_jack.h
linux-2.6.29/arch/arm/mach-s5pc110/sec_jack.c
just don't ask me what to do with it
Sherpa
Click to expand...
Click to collapse
Thanks, downloading the Source now, damn its a big download
richb500 said:
Fingers crossed that this is on topic enough...
On my Captivate, the hardwired headset that came with it has a button in the wire. This button doesn't seem to do anything. What is it supposed to do?
Also, I have a bluetooth Jabra BT3030. None of the buttons function with the Captivate. They all worked fine on my Tilt (WM). Should all of the bluetooth buttons work with this phone? Also, when I turn on my bluetooth it pairs fine, but doesn't automatically connect. I've read about this happening with other people. I'm wondering if it's just this old bluetooth device isn't compatible with the Captivate. Any opinions?
Thanks,
Rich
Click to expand...
Click to collapse
its supposed to pause and play your music or atleast thats what it does on mine
Yeah, my buttons doesn't do anything with any music player I've tried. I don't use the stock captivate player, I prefer pretty much any other music player over it. Right now, I'm using the one I pulled for the vanilla rom awhile back.
In Slacker radio the button pauses and unpauses. I think this is going to be more of an issue of the software developer using the functionality of the button, not making the button talk with the software.
dewt said:
In Slacker radio the button pauses and unpauses. I think this is going to be more of an issue of the software developer using the functionality of the button, not making the button talk with the software.
Click to expand...
Click to collapse
Through more investigation it seems that the software determines what happens on button press, so really this is going to be a look through to see where it allows us to select which program launches on button press.
no driver said:
It also answers incoming calls and in at least one music player (can't remember which one, maybe DoubleTwist?) a double click skips to the next track.
Click to expand...
Click to collapse
I wish I looked into it before my 30 days were up. The button on my headset does nothing (never has). I dont know if it's just the wire or it's the phone (hardware or software).
Yeah I would definitely DONATE too if you could work this out, it would make my life much easier

iPhone headset volume control

I have a pair of Sony headphones that have a controller designed to work with an iPhone/iPod. The middle (play/pause/forward/backward/end call button) work just like the original Nexus one headset, but the volume controls don't work. Is there a possibility of making an app, modified Music.apk or driver that would enable this volume control, or does one already exist? I've searched these forums, Google's forums and some other forums and found nothing.
There's an app called RemoteVol that allows you to adjust volume by long pressing on the previous track and next track buttons. It was designed for the default N1 headset, though I don't see any reason why it wouldn't work with third party headsets.
I'm guessing that HTC didn't think to include volume controls in the headset design, perhaps because there's already the volume rocker on the side of the phone.
earlyberd said:
There's an app called RemoteVol that allows you to adjust volume by long pressing on the previous track and next track buttons. It was designed for the default N1 headset, though I don't see any reason why it wouldn't work with third party headsets.
I'm guessing that HTC didn't think to include volume controls in the headset design, perhaps because there's already the volume rocker on the side of the phone.
Click to expand...
Click to collapse
I tried that, the download link was dead and it wasn't on the market.
http://www.mediafire.com/?2mmmyfjjrnw
works well with my htc headset
I'd like to point out that the Nexus One headphones don't control volume.
Continuing on, as you said, the volume buttons do nothing (on other pair remotes I have)
Remote Vol doesn't work in this case- I'm using Sony headphones using the Apple button control design.
I guess your only option then is to use the stock headset that came with the phone, or just use the volume rocker.
If you or someone you know is handy with a soldering iron, you can perform a simple mod to the stock headset so that you can plug in third party headphones. You just have to cut off the stock ear buds above the remote, then solder the wires into a 3.5mm audio jack.

Headphone remote control support?

Does the Nexus S support play/pause and back/forward tracks?
Can anyone who had a Nexus One plug in some HTC headphones and see if they work? AFAIK HTC and Apple use the same control scheme it's just that on the iPhone the controls operate volume while on HTC devices it sends next-track and prev-track to the app. So for all I know the electrical part may be industry standard.
What I'm wondering is: does the Nexus S support extensive headphone control? This is really the only thing holding me back from a purchase as I use those buttons constantly on my N1.
It will play/pause with the mic switch on my Etymotics HF-2 (iPhone compatible) headset. It will not answer/hangup on phone calls. It also will not double-click to advance the track.
If there's a setting to adjust that, I don't see it.
Thanks for the input, but I'm really talking about HTC headphones with dedicated prev/next track buttons.
It should be noted that there are some apps such as meridian music player that support double click to advance even though the hardware does not have it built in. I actually completely forgot about that.
As for hangup and pickup... despite there being an icon on my HTC N1 headphones, that button has *NEVER* worked. I really wonder if it works for anyone on any android phone
bradsh1 said:
Thanks for the input, but I'm really talking about HTC headphones with dedicated prev/next track buttons.
Click to expand...
Click to collapse
Hmmm...I'm not sure I could even find my HTC headphones (the only ones I would have would be the ones that came with the Nexus One. I'll see if I can dig them up. What do they look like, I haven't seen them in 9 months or so? LOL
This is a good question. I use the stock headset on my nexus one, and use the in line button, double tap fast forwards, double tap long press skips track, etc.
Then I just purchased a bose mobile headset for 140 bucks. It has the same one button, in line Mic, etc. It's specifically for cell phones. I had on idea this was a standard, but all the same click functions work just like the stock headset does. And the reviews people said it also worked with all the galaxy s variants, and other cell phones. So It's some type of standard.
And holy crap, the sound quality on this headset is mind blowing! My phone calls and music sounds insane! And the in line Mic is so incredibly good quality, my friends on the other end each asked if I changed something. Said it sounded so clear.
So I decided to install andRecorder and recorded 2 clips one with each headset, stock and bose , and played them back. And sure enough the bose was so insanely clear and crisp compared to stock headset I couldn't believe it.
It's the bose MIE2 mobile headset, and It's literally the best thing I've ever bought for my phone. So highly recommended. Music sounds superb on my phone.
bradsh1 said:
Thanks for the input, but I'm really talking about HTC headphones with dedicated prev/next track buttons.
Click to expand...
Click to collapse
I was sad to discover that it doesn't work.
I tried my Nexus One headphones on my Nexus S, and all three buttons register as the same button (play/pause on single tap, skip on double tap). I really enjoyed having back and forward. That's not even close to being enough of a reason for me to revert to using my Nexus One, though.
EDIT: Would anyone happen to know if it's possible to make it work? The stock Nexus S headphones have 4 conductors, as do the Nexus One headphones, so it's certainly not an electrical problem. I'm assuming it's something at the driver level.
willverduzco said:
I was sad to discover that it doesn't work.
I tried my Nexus One headphones on my Nexus S, and all three buttons register as the same button (play/pause on single tap, skip on double tap). I really enjoyed having back and forward. That's not even close to being enough of a reason for me to revert to using my Nexus One, though.
EDIT: Would anyone happen to know if it's possible to make it work? The stock Nexus S headphones have 4 conductors, as do the Nexus One headphones, so it's certainly not an electrical problem. I'm assuming it's something at the driver level.
Click to expand...
Click to collapse
Yes I very likely think it will still work. See my post above about the headset I just bought. Just find the directions for that, its a standard, and try the commands out. A few are double click skips to next track, double click and hold fast forwards, etc. I bet the nexus s accepts all those commands.

Can the wired headphone remote advance audio track?

I like to listen to audible.com books with my phone. On my HTC M8, I could use the 3 botton headphone remote to pause playback, or advance or jump back using the buttons on the headphone remote.
On some other phones, the 2nd and 3rd buttons either do nothing, or can only be used to adjust volume.
Has anybody used the included wired headphone remote, or another one, to skip forward or back on the ZTE Axon 7?
I do not use Audible, but the included headphone remote only has volume up and down, with a middle button that pauses. If your app has settings that let you customize the remote buttons just for that app, you may be able to reassign these. Otherwise, it doesn't seem like it.
celticchrys said:
I do not use Audible, but the included headphone remote only has volume up and down, with a middle button that pauses. If your app has settings that let you customize the remote buttons just for that app, you may be able to reassign these. Otherwise, it doesn't seem like it.
Click to expand...
Click to collapse
Thanks, I really appreciate the response. Looks like I'll be getting my phone on Monday from B&H and I'll begin to find out.

Categories

Resources