Page 1 of 1

Multi-View apk for andriod 4.1.2

PostPosted: Fri Apr 12, 2013 2:43 am
by rp3
I recompiled Subsonic 3.6 with mods to the xml file. This should work with Android 4.1.2 with multi-view ( Note 2, GS3, ect..)

subsonic-3.6.apk

Re: Multi-View apk for andriod 4.1.2

PostPosted: Fri Apr 12, 2013 3:04 am
by enix
I have no problem using floating multi-window and dsub. Although Im sure it's the rom devs that have all the apps working. I'm on vzw gs3 btw. Image

Sent from my SCH-I535 using Tapatalk 2

Re: Multi-View apk for andriod 4.1.2

PostPosted: Fri Apr 12, 2013 3:19 am
by rp3
Correct, APK is for stock rom. Most roms other than stock work.

Re: Multi-View apk for andriod 4.1.2

PostPosted: Fri Apr 12, 2013 4:16 am
by daneren2005
I was about to say, I thought that the ROM OS took care of that. What did you change to enable it in stock?

Re: Multi-View apk for andriod 4.1.2

PostPosted: Fri Apr 12, 2013 1:57 pm
by rp3
All this does is allow it to be added to the Multi-view slide out bar. Some apps it works with and some it does not. De-compile the apk and insert this into the xml file.

This needs to go into the correct places in the xml file.
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />

<uses-library required="false" name="com.sec.android.app.multiwindow" />
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />

It is pretty easy to do. I am hoping that Subsonic will update there app soon.
This processes is done using apk multi-tool. You can read more about it http://apkmultitool.com/.