<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">programming a custom control on IOS</title>
  <updated>2021-11-05T07:59:06+00:00</updated>
  <generator uri="http://framework.zend.com" version="1.12.20">Zend_Feed_Writer</generator>
  <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018"/>
  <link rel="self" type="application/atom+xml" href="https://www.augwessex.org.uk/discussions/view/2018/feed"/>
  <id>https://www.augwessex.org.uk/discussions/view/2018</id>
  <author>
    <name>AUGW</name>
    <email>info@augwessex.org.uk</email>
    <uri>https://www.augwessex.org.uk/</uri>
  </author>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[programming a custom control on IOS]]></title>
    <updated>2021-10-30T11:48:50+01:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9990"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9990</id>
    <author>
      <name>Richard I</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">I am experimenting with using a iphone as a music player, wirelessly to the HiFi using airplay. The iphone acts as a remote, with volume being adjustable via the side volume buttons.<xhtml:br/>
<xhtml:br/>
However, it would be great to be able to move to the next track in one move, rather than  touching power button and then touching the forward arrows. (I know it not much of an effort, but I am trying to emulate the ease of use of a remote control)<xhtml:br/>
<xhtml:br/>
So, is there a way of assigning a shake of the phone or a tap of the power button to the next track function of the Music app?<xhtml:br/>
<xhtml:br/>
I have explored the accessibility settings without success.<xhtml:br/>
Thanks<xhtml:br/>
Richard</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-30T22:30:04+01:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9992"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9992</id>
    <author>
      <name>Mick Burrell</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Siri?</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-31T08:52:11+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9993"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9993</id>
    <author>
      <name>Richard I</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Nice idea.. I tried it and it works. <xhtml:br/>
<xhtml:br/>
The downsides are:<xhtml:br/>
Having to have Siri listening all the time (we have objections to this!)<xhtml:br/>
Having to say loudly "Hey Siri, next track" -which is a little uncool.<xhtml:br/>
<xhtml:br/>
So, I'm still on the search for a solution....</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-31T11:50:13+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9994"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9994</id>
    <author>
      <name>Mick Burrell</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">You don't have to have Siri listening all the time - you can invoke it with a long press on the home button (or however the face recognition phones do it if that's what you have). But if you're trying to do it without pressing a button, I'm stuck for ideas - back tap is not an option as far as I can see.<xhtml:br/>
<xhtml:br/>
As an aside, if you think saying "Hey Siri, next track" is uncool, it suggests you think you're cool if you don't have to say it ;-)</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-31T12:42:29+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9995"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9995</id>
    <author>
      <name>Richard I</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Thanks for the research Mick. I wonder if our resident expert on shortcuts (Rick) can offer a solution.<xhtml:br/>
<xhtml:br/>
Regarding "uncool": I think it indicates that I don't want to be any more uncool than I already am!</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-31T14:50:00+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9996"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9996</id>
    <author>
      <name>Mick Burrell</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">I didn't suggest a shortcut as you'd have to tap that to invoke it so you may as well tap "next track".</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-10-31T21:42:56+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#9999"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#9999</id>
    <author>
      <name>Tony Still</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">I don't think you'll be able to do it unless you resort to Xcode ;-)</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-01T08:42:03+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10002"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10002</id>
    <author>
      <name>Trevor Hewson</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Richard, You can use an Apple watch as a remote - and you don't even have to pick it up :)</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-02T23:38:42+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10003"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10003</id>
    <author>
      <name>Andrew Kemp</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">You can use 'Back Tap' (under Settings: Accessibility: Touch) to trigger a shortcut. So in Shortcuts, define a shortcut that uses the 'Skip forwards' action to move to the next track, and then in Settings associate that shortcut with a double or triple tap on the back of the phone.<xhtml:br/>
<xhtml:br/>
(Back Tap apparently requires iOS 14 or later, and an iPhone 8 or later.)<xhtml:br/>
<xhtml:br/>
Edit: it doesn't work when the display is off, so that's not much use.</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-03T17:53:44+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10004"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10004</id>
    <author>
      <name>Richard I</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Ooo, so close to a solution! Thanks for trying Andrew. I think, based on all the above posts, that my wish is not achievable. Hey-Ho.</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-04T13:02:37+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10011"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10011</id>
    <author>
      <name>Eleanor Spenceley</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">How about preventing the screen from locking (i.e. Turn auto-lock to never), display the player controls and then no having to wake it up! :-)</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-04T15:01:31+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10012"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10012</id>
    <author>
      <name>Richard I</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Nice idea! A quick experiment shows that you can still turn the device on and off, so the device would be left on for the listening session /turned off at the end. I can see there may be some power issues- but it could be just left on charge all the time. (Since this would be the only role for this device)</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Re: programming a custom control on IOS]]></title>
    <updated>2021-11-05T07:59:06+00:00</updated>
    <link rel="alternate" type="text/html" href="https://www.augwessex.org.uk/discussions/view/2018#10017"/>
    <id>https://www.augwessex.org.uk/discussions/view/2018#10017</id>
    <author>
      <name>Trevor Hewson</name>
      <email>info@augwessex.org.uk</email>
      <uri>https://www.augwessex.org.uk/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">Richard, My old iPhone is doing duty as a music player in my workshop. It is paired to a bluetooth speaker and I find that just turning the speaker on (one button press) is enough to start the music playing - I don't need to touch the phone. The phone is permanently connected to a charger through a 7 day timer that gives it a charge three times a week.</xhtml:div>
    </content>
  </entry>
</feed>
