Note that there are some explanatory texts on larger screens.

plurals
  1. POSony Xperia Smartwatch MN2 how to install an Apk file on it?
    primarykey
    data
    text
    <p>I have studied Sony Smartwatch MN2 for couples of week. I still don't get how to use their SDK to install a new apk file. The apk file is programed by me. It can work on Android phone. If someone know how and willing help me. I will be very thankful.</p> <p>Here's my manifest code.</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.samplepreferenceactivity2" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;uses-permission android:name="com.sonyericsson.extras.liveware.aef.EXTENSION_PERMISSION"/&gt; &lt;application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/BaseStyle" &gt; &lt;activity android:name="SamplePreferenceActivity" android:label="@string/app_name" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;service android:name="SampleExtensionService" /&gt; &lt;receiver android:name="com.sonyericsson.extras.liveware.extension.sensorsample.ExtensionReceiver" android:exported="false"&gt; &lt;intent-filter&gt; &lt;!-- Generic extension intents. --&gt; &lt;action android:name="com.sonyericsson.extras.liveware.aef.registration.EXTENSION_REGISTER_REQUEST" /&gt; &lt;action android:name="com.sonyericsson.extras.liveware.aef.registration.ACCESSORY_CONNECTION"/&gt; &lt;action android:name="android.intent.action.LOCALE_CHANGED" /&gt; &lt;!-- Notification intents --&gt; &lt;action android:name="com.sonyericsson.extras.liveware.aef.notification.VIEW_EVENT_DETAIL"/&gt; &lt;action android:name="com.sonyericsson.extras.liveware.aef.notification.REFRESH_REQUEST"/&gt; &lt;!-- Widget intents --&gt; &lt;action android:name="com.sonyericsson.extras.aef.widget.START_REFRESH_IMAGE_REQUEST"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.widget.STOP_REFRESH_IMAGE_REQUEST"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.widget.ONTOUCH"/&gt; &lt;action android:name="com.sonyericsson.extras.liveware.extension.util.widget.scheduled.refresh"/&gt; &lt;!-- Control intents --&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.START"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.STOP"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.PAUSE"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.RESUME"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.ERROR"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.KEY_EVENT"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.TOUCH_EVENT"/&gt; &lt;action android:name="com.sonyericsson.extras.aef.control.SWIPE_EVENT"/&gt; &lt;/intent-filter&gt; &lt;/receiver&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload