About multi window - Galaxy Tab S2 Q&A, Help & Troubleshooting

Hello friends!!
I have two consultation .
First,
I want to change the default ratio of the multi window.
It is just half by default. For example, I want to change to 70% and 30%.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Second,
I want to use the sidebar of the multi window.
S2 does not have the sidebar such as this image.
I looked for it in Play Store, but do not work normally.
May I ask you to teach me?
hironori

I can't help you with the questions you asked, but I can recommend an alternative to samsung's multi/floating window feature.
It's a xposed module
XHaloFloatingWindow
http://repo.xposed.info/module/com.zst.xposed.halo.floatingwindow
and XHaloMultiWindow
http://repo.xposed.info/module/com.lovewuchin.xposed.xmultiwindow
It is a xposed module that enables you to do multi window tasking and also allows you to make floating windows.
It is a bit buggy on Touchwiz, and I haven't confirmed if these modules work on lolipop xposed...

Related

Change Start Menu

Is it possible to change the start menu with a cab file or by swapping some files? Or does it have to be cooked into the rom? I don't like the large one that comes with AT&T roms but like the smaller black one without the recent programs at the top (I think it's the default windows one?) like in aruppenthal's roms:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Start>>Settings>>>System>>>TouchFLO>>>Uncheck "enable large start menu"
Or a even better PROGRAM is quick menu, search for it and check it out.
I don't feel retarded at all or anything now.
Thanks for the help. I've used quickmenu before too but sometimes I just like the simplicity of the default menu.

[MOD] Enable Multi-User On Kitkat ROM's

I am making this thread so people can stop asking me about how to enable multi-user on Kitkat. Here it is finally. you can do that by adding a two small lines to build.prop
Screen:-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Add the following code to build.prop
Code:
fw.max_users=3
lockscreen.rot_override=true *
*Multiple user support was designed for tablets only in 4.4 KitKat, and therefore the user picker only appears in landscape mode. On CM11 for phones you will need to enable lockscreen rotation by adding a line lockscreen.rot_override=true to your build.prop file in the same manner as you did to enable multiple users.
Well at least something.
Thanks mate, I was up all night waitng for Varun's CM12.1 yesterday, but i got this, Something is better than nothing. We talked btw internet personality.

Apps open with (once only and always) option where?

Hello,
on my Galaxy S6 i have the option, when i open a pdf (for example) it ask once only or always. But on my Note 5 i dont the option. Does anybody a idea, how i get the option on note 5?
Look at the attachemend
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Things are different now and it's for the better. Samsung has made it simpler by reducing UI clutter and UX confusion. This helps streamline everything so it works out of the box. When some app or file needs access to an App, it will only ask once. You choose which app and you will never get asked again.
If you want to reset/clear what you chose, go into Settings > Applications > Default Applications and clear the app you want.

Help Hiding the VPN Icon

In stock Android previous to 5.0 the VPN icon appears as an annoying persistent key in the top left like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After 5.0 they moved it as a system icon to the right and it can be turned off or adjusted.
It looks like this:
It seems like in Touchwiz they never updated this and the key is still on the left. Even if you're using 5.1.1 (I assume 6.0 will be the same.)
---
2 Questions:
1) Without rooting, is there a way to remove or hide that icon?
2) Is there a way to file a bug or ticket with Samsung to let them know to fix this in the new Touchwiz? Or some other way of contacting them?

Is there xposed project that get the keyboard predict candicates?

Hi folks,
I'm developing a custom keyboard recently, and in some case I need to know what other keyboards predict the words.
For example, I could use Espresso to type some chars like "h" -> "e" -> "y" , and what I want to collect are ["hey", "they", "get"]
Basically we could screenshot it and cut the red box part as follows, and use OCR tech to fetch the words. But it's kind of weird, so I was wondering if we could fetch the candidates by some xposed modules?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources