Skip to content

Instantly share code, notes, and snippets.

@GhostToast
Created September 28, 2018 13:36
Show Gist options
  • Save GhostToast/268d42dbd019af48bf977e90e7b4cd6a to your computer and use it in GitHub Desktop.
Save GhostToast/268d42dbd019af48bf977e90e7b4cd6a to your computer and use it in GitHub Desktop.
Wear OS watch face switching for Pujie Black with Tasker
<TaskerData sr="" dvi="1" tv="5.2.bf1">
<Task sr="task5">
<cdate>1534903890379</cdate>
<edate>1535060872098</edate>
<id>5</id>
<nme>DarkLight</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>37</code>
<ConditionList sr="if">
<Condition sr="c0" ve="3">
<lhs>%pujieTheme</lhs>
<op>2</op>
<rhs>1</rhs>
</Condition>
</ConditionList>
</Action>
<Action sr="act1" ve="7">
<code>1867517998</code>
<Bundle sr="arg0">
<Vals sr="val">
<com.twofortyfouram.locale.intent.extra.BLURB>darkest</com.twofortyfouram.locale.intent.extra.BLURB>
<com.twofortyfouram.locale.intent.extra.BLURB-type>java.lang.String</com.twofortyfouram.locale.intent.extra.BLURB-type>
<com.yourcompany.yourapp.extra.STRING_MESSAGE>darkest</com.yourcompany.yourapp.extra.STRING_MESSAGE>
<com.yourcompany.yourapp.extra.STRING_MESSAGE-type>java.lang.String</com.yourcompany.yourapp.extra.STRING_MESSAGE-type>
<com.yourcompany.yourcondition.extra.INT_VERSION_CODE>3410</com.yourcompany.yourcondition.extra.INT_VERSION_CODE>
<com.yourcompany.yourcondition.extra.INT_VERSION_CODE-type>java.lang.Integer</com.yourcompany.yourcondition.extra.INT_VERSION_CODE-type>
<net.dinglisch.android.tasker.subbundled>true</net.dinglisch.android.tasker.subbundled>
<net.dinglisch.android.tasker.subbundled-type>java.lang.Boolean</net.dinglisch.android.tasker.subbundled-type>
</Vals>
</Bundle>
<Str sr="arg1" ve="3">com.pujie.wristwear.pujieblack</Str>
<Str sr="arg2" ve="3">com.pujie.wristwear.pujieblack.ui.EditActivity</Str>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act2" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%pujieTheme</Str>
<Str sr="arg1" ve="3">0</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
</Action>
<Action sr="act3" ve="7">
<code>43</code>
</Action>
<Action sr="act4" ve="7">
<code>1867517998</code>
<Bundle sr="arg0">
<Vals sr="val">
<com.twofortyfouram.locale.intent.extra.BLURB>darker</com.twofortyfouram.locale.intent.extra.BLURB>
<com.twofortyfouram.locale.intent.extra.BLURB-type>java.lang.String</com.twofortyfouram.locale.intent.extra.BLURB-type>
<com.yourcompany.yourapp.extra.STRING_MESSAGE>darker</com.yourcompany.yourapp.extra.STRING_MESSAGE>
<com.yourcompany.yourapp.extra.STRING_MESSAGE-type>java.lang.String</com.yourcompany.yourapp.extra.STRING_MESSAGE-type>
<com.yourcompany.yourcondition.extra.INT_VERSION_CODE>3410</com.yourcompany.yourcondition.extra.INT_VERSION_CODE>
<com.yourcompany.yourcondition.extra.INT_VERSION_CODE-type>java.lang.Integer</com.yourcompany.yourcondition.extra.INT_VERSION_CODE-type>
<net.dinglisch.android.tasker.subbundled>true</net.dinglisch.android.tasker.subbundled>
<net.dinglisch.android.tasker.subbundled-type>java.lang.Boolean</net.dinglisch.android.tasker.subbundled-type>
</Vals>
</Bundle>
<Str sr="arg1" ve="3">com.pujie.wristwear.pujieblack</Str>
<Str sr="arg2" ve="3">com.pujie.wristwear.pujieblack.ui.EditActivity</Str>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act5" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%pujieTheme</Str>
<Str sr="arg1" ve="3">1</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
</Action>
<Action sr="act6" ve="7">
<code>38</code>
</Action>
<Img sr="icn" ve="2">
<nme>mw_image_brightness_4</nme>
</Img>
</Task>
</TaskerData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment