Task Manager hidden? - Verizon HTC Droid Incredible 4G LTE

Is it hidden by default on Sense? Because I can access it no problem in the app drawer with third party launchers.
Sent from my Dinc4g.

elvee68 said:
Is it hidden by default on Sense? Because I can access it no problem in the app drawer with third party launchers.
Sent from my Dinc4g.
Click to expand...
Click to collapse
Yes, it is hidden from view. In '/system/customize/MNS/default.xml' under 'applications_hide' it hides over a dozen apps, including Task Manager.

yea I'm not too sure why they felt the need to hide it in sense 4, same with the personalize icon, but that at least is in settings so i understand that one, I'd like the VVM icon to be hidden.

I want the google maps crap hidden...get out of my $%@#^@#$ apps list!

*Madmoose* said:
I want the google maps crap hidden...get out of my $%@#^@#$ apps list!
Click to expand...
Click to collapse
Yeah, I agree. I just need the Maps app, not the Navigation, Latitude, Local, and the like. I can't wait for root so I can hide/unhide certain apps.

IceDragon59 said:
Yeah, I agree. I just need the Maps app, not the Navigation, Latitude, Local, and the like. I can't wait for root so I can hide/unhide certain apps.
Click to expand...
Click to collapse
Yeah unfortunately Latitude, Local and Navigation aren't separate apps, so hiding them in the app tray is to say the least....frustrating. I've tried a crap load of things and it just doesn't work.

*Madmoose* said:
Yeah unfortunately Latitude, Local and Navigation aren't separate apps, so hiding them in the app tray is to say the least....frustrating. I've tried a crap load of things and it just doesn't work.
Click to expand...
Click to collapse
Well, like the Camcorder is part of the camera app, can't you do something like it does to hide the Camcorder? It's part of the Maps package, but a different class, I would assume.
Code:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.CamcorderEntry</item>
</set>

IceDragon59 said:
Well, like the Camcorder is part of the camera app, can't you do something like it does to hide the Camcorder? It's part of the Maps package, but a different class, I would assume.
Code:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.CamcorderEntry</item>
</set>
Click to expand...
Click to collapse
Have no clue how to dig up the info on what classes those 3 are.

*Madmoose* said:
Have no clue how to dig up the info on what classes those 3 are.
Click to expand...
Click to collapse
I don't know, either. I can't figure it out from Google Code's page on it.

IceDragon59 said:
Code:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.CamcorderEntry</item>
</set>
Click to expand...
Click to collapse
Ok, using this method anyone know how I'd hide the following app shortcuts:
Flashlight (as it's already in the pull down)
Mobile Hotspot (pulldown as well)
Voicemail (I just hold 1 or select the notification)
Setup (really? in the app drawer?)
My Verizon Mobile (I just use the widget)
Play Store (it's embedded in the app drawer already)
Latitude (google maps stuff)
Local (google maps stuff)
Navigation (google maps stuff)
Would be nice to hide SuperSU also but I understand it's function being in there to update the binary. But at least the wife and kid wouldn't complain about something they don't understand. I always have to tell them to just ignore the shortcut.

*Madmoose* said:
Ok, using this method anyone know how I'd hide the following app shortcuts:
Flashlight (as it's already in the pull down)
Mobile Hotspot (pulldown as well)
Voicemail (I just hold 1 or select the notification)
Setup (really? in the app drawer?)
My Verizon Mobile (I just use the widget)
Play Store (it's embedded in the app drawer already)
Latitude (google maps stuff)
Local (google maps stuff)
Navigation (google maps stuff)
Would be nice to hide SuperSU also but I understand it's function being in there to update the binary. But at least the wife and kid wouldn't complain about something they don't understand. I always have to tell them to just ignore the shortcut.
Click to expand...
Click to collapse
In '/system/customize/MNS/default.xml', there is a section starting with
Code:
<function name="applications_hide">
It includes a large list of applications hidden from the app drawer, the only thing changing is the name of the apk file in the package and class sections, with the class being the thing you have to figure out. I don't know how you can obtain the class name. A few of the listed ones in the stock default.xml are '[apkname].MainActivity'. I'm no Android app programmer, so I really can't tell you any more than this.

IceDragon59 said:
In '/system/customize/MNS/default.xml', there is a section starting with
Code:
<function name="applications_hide">
It includes a large list of applications hidden from the app drawer, the only thing changing is the name of the apk file in the package and class sections, with the class being the thing you have to figure out. I don't know how you can obtain the class name. A few of the listed ones in the stock default.xml are '[apkname].MainActivity'. I'm no Android app programmer, so I really can't tell you any more than this.
Click to expand...
Click to collapse
Yeah it's the classes thing that holds me up as well. Not really sure how you find this out. I suppose if a person went digging into the apk's it would have some listings in there somewhere. But some of those apk's are crazy large.

*Madmoose* said:
Yeah it's the classes thing that holds me up as well. Not really sure how you find this out. I suppose if a person went digging into the apk's it would have some listings in there somewhere. But some of those apk's are crazy large.
Click to expand...
Click to collapse
Yeah. Too much effort just to get it off your list. Putting things back on your list is so much easier.

Related

[Android] Hiding apps in the Drawer

Okay so I rooted my phone and have been having some fun with the pm disable <package name> command. I am wondering whether there is anyway to hide applications from the drawer but not completely disable them.
I have access to these apps on the home screen and don't need them taking up space on the drawer. Obviously this isn't that important, but I can appreciate good design and maybe this is possible (without a home replacement app!)?
Any help is appreciated
On some Roms you can hide these icons by opening the app drawer, long pressing on the icon you want to hide, dragging it onto the desktop (but dont remove your finger) and then when the app drawer closes, drag the icon to the trash.
Not all ROMs allow this but some do.
QMAN101 said:
On some Roms you can hide these icons by opening the app drawer, long pressing on the icon you want to hide, dragging it onto the desktop (but dont remove your finger) and then when the app drawer closes, drag the icon to the trash.
Not all ROMs allow this but some do.
Click to expand...
Click to collapse
What you're referring to is the advanced launcher here is the link to it http://forum.xda-developers.com/showthread.php?t=540880
I think what the poster wanted was a stand alone way to do this without having to rely on one particular ROM or having to use any particular launcher/home replacement.
shaneaus said:
I think what the poster wanted was a stand alone way to do this without having to rely on one particular ROM or having to use any particular launcher/home replacement.
Click to expand...
Click to collapse
Advanced launcher is just an advanced version of the current home though. You would be able to use it and not even know that it's not the default launcher, it works exactly the same, looks exactly the same and behaves the same bar a few added features like folders in the drawer, hiding applications and setting the number of homescreens.
This thread is pretty old, but I can't find an answer to this question anywhere else. Is there any way to hide apps in the drawer? I have a rooted evo with sense. There must be a way someone has found by now!
Only way I know of is an alternate launcher. I use Launcher Pro and that allows hiding icons.
---------
Sent from my Sprint SuperHero.
I want to do this too
it can be done from root explorer renaming app.apk to app.bak
but some will not work
Well there is this app and it seems to work as described with a ton of bonus features... Just make sure to restart you phone after hiding the apps to make it work.
https://market.android.com/details?id=com.smartanuj.hideitpro
menissalt said:
Well there is this app and it seems to work as described with a ton of bonus features... Just make sure to restart you phone after hiding the apps to make it work.
https://market.android.com/details?id=com.smartanuj.hideitpro
Click to expand...
Click to collapse
Er. No it doesn't - it just hides files
Actually it does remove files and i just used it. After long pressing the "audio manager" logo it comes to menu with one icon being "hide apps". Click and select what to hide.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

[HOWTO] Modify apps to not go fullscreen and hide the notification bar

this isn't a problem for those who are using a softkey app, but i wanted to see if i could hack the facebook app into not going fullscreen when viewing photos. i don't think it's legal for me to post my modified facebook apk (comments?), so here are some brief instructions for anyone interested. this technique should work for other apps too. please post if you have success with other apps.
1) use apktool to unpack your existing facebook apk
2) edit AndroidManifest.xml and change this line
Code:
<activity android:theme="@style/Theme.FacebookDark" android:name=".ViewPhotoActivity" />
to this
Code:
<activity android:theme="@android:style/Theme.Panel" android:name=".ViewPhotoActivity" />
3) rebuild the facebook apk with apktool
4) sign the apk using jarsigner and your own key
5) uninstall facebook and install the modified apk
if these instructions aren't detailed enough for you, then sorry but you probably shouldn't be messing around with stuff like this
Hey, thanks for tutorial. That's much better then just posting a link to a download. I'm not a Facebook user but I will try that on other apps.
gedster314 said:
Hey, thanks for tutorial. That's much better then just posting a link to a download. I'm not a Facebook user but I will try that on other apps.
Click to expand...
Click to collapse
ok, but note that Theme.Panel might not necessarily be the right theme for every situation. also, you only need to change the theme on activities that are full screen. you can find out the name of an activity by watching DDMS as you use the app. good luck.
Would it be possible to apply this technique to completely disable the notification bar system wide?
Benjyp said:
Would it be possible to apply this technique to completely disable the notification bar system wide?
Click to expand...
Click to collapse
No, this is app-specific... Coming from a completely different place.
I was afraid you would say that, thanks anyway! Your guides are a godsend!

Remove Icons from Pop-up Taskbar

I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Why is this in dev?
ezcats said:
Why is this in dev?
Click to expand...
Click to collapse
I second this, let us know when you figure out how to put new apps in there.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to Q&A
Did you figure out how to add any new apps to this task bar?
inkyadrian said:
I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Click to expand...
Click to collapse
Found this to hide taskbar in Market: TaskBar Hider.
This does work in landscape mode-ideal for games and videos etc.
inkyadrian said:
I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Click to expand...
Click to collapse
To each his own, it took me a few days to get used to the task bar but eventually I came to appreciate the value of these mini applications which unlike others will run on top of most open applications. Having access to your calendar, a NotePad or a calculator without jumping fully out of another application comes in handy.
dsafety said:
Did you figure out how to add any new apps to this task bar?
Click to expand...
Click to collapse
From what I've read those are special TW mini-apps written by Samsung. They have never released the specs to developers to write their own and be able to add or replace the ones already there.
Jay Evans said:
From what I've read those are special TW mini-apps written by Samsung. They have never released the specs to developers to write their own and be able to add or replace the ones already there.
Click to expand...
Click to collapse
Kinda pissed samsung doesn't. They seem super awesome. We did not buy the tab for their touchWiz update, but for the hardware (but the touchwhiz update does do some nice extras) but fi they would release the code it would make ALL of android even better. like if they licensed or even sold how they did the apps in the taskbar and even how they modified and added the screenshot and notification toggles (as android should have this already included as its so handy).
Did anybody find a way to replace apps? Maybe renaming apps like the stock apps and the taskbar will fetch their links and icons thinking they are stock?
Until someone figures out how to modify the stock pop-up tray, there is a way to add a second pop-up task bar using an app called "Wizz Bar". I think that the Tab has to be rooted to run this app. It works quite well.
Bob
1337GameDev said:
Did anybody find a way to replace apps? Maybe renaming apps like the stock apps and the taskbar will fetch their links and icons thinking they are stock?
Click to expand...
Click to collapse
I think you'll find the apps are specifically made to address some proprietary Samsung addition to the taskbar framework which, as you mentioned, Samsung don't release the source to.
Renaming the apk won't do anything, they're just programs that run. You could rename all your system apps to kang1.apk, kang2.apk, etc and you'd probably notice no difference.
Of all the irritating rubbish in TouchWiz, they come up with one potentially useful feature but don't give us the source to extend it. Ironically frustrating.

[Q] Hide App From launcher, and still have the option to start it.

ok, im trying to hide this app, from the app drawer by editing the manifest.xml file, and i did it, to be specific i just remove this line from manifest.xml "<category android:name="android.intent.category.LAUNCHER" />" but i want to hide it, and still have the option to open it...
i tried to start the application using titanium backup, but it doesnt give the option to open app...
im trying to do it by editing manifest.xml. i know there apps to hide anothers app..
if you have any idea of how to, ill appreciate it...
(im not an expert on this, and i dont even know if im asking in the right forum)
Hey, did you come across a solution? I'm facing exactly the same problem right now: The App's gone from the drawer but no longer executable by no means.
Sorry for bumping this old thread, but I endured reading about 10 pages of search results without success.
Thanks in advance!
You can use my app "App Quarantine" to do the job. You can disable the app in question (so it's no longer in the application drawer) and re-enable it as you want. Therefore you could use the home screen widget for quickly launching the app.
ramdroid77 said:
You can use my app "App Quarantine" to do the job. You can disable the app in question (so it's no longer in the application drawer) and re-enable it as you want. Therefore you could use the home screen widget for quickly launching the app.
Click to expand...
Click to collapse
Hey, thanks for the suggestion. Unfortunately I'm searching for a solution to get along without any 3rd party app.
Which means, I want the app to be "set invisible" before even installing it on the phone. I'd really like to know, which file of the apk has to be edited in which way to achieve this.
It'd be totally fine if it simply didn''t appear on the drawer.
Any other ideas?
I have an idea.
I have replaced the icons with a completely transparent .png image and recompiled the apk.
Remember you should not change the file name of the original icon, just replace the content.
I have used apk editor pro for this work.
The app will be in the launcher or app drawer but it will remain invisible.
You should also replace the app name with 3 to 5 spacebars.You can remember the position of the app in the app drawer.
Everyone will see you tapped on a empty space and a app started
I have tested this.
So you can be sure.
One more thing
If you see any folder like mipmap_anydpi_xxx in /res you should delete it
4RCH1 H4CK3R said:
I have an idea.
I have replaced the icons with a completely transparent .png image and recompiled the apk.
Remember you should not change the file name of the original icon, just replace the content.
I have used apk editor pro for this work.
The app will be in the launcher or app drawer but it will remain invisible.
You should also replace the app name with 3 to 5 spacebars.You can remember the position of the app in the app drawer.
Everyone will see you tapped on a empty space and a app started
Click to expand...
Click to collapse
4RCH1 H4CK3R said:
I have tested this.
So you can be sure.
One more thing
If you see any folder like mipmap_anydpi_xxx in /res you should delete it
Click to expand...
Click to collapse
Thread has been moved to the proper location, even though it is a 9-year-old thread...
I can't understand.
Clark Joseph Kent said:
Thread has been moved to the proper location, even though it is a 9-year-old thread...
Click to expand...
Click to collapse
So where should I post the reply?

Trying to get the dual screen stretch in Chrome applied to other apps

Hey guys,
I haven't done Android dev in a long time, but I'd be very interested in starting again just to figure out how to make all (or at least a few of the major) apps work in dual screen stretched mode like Chrome does. I'll have the phone by tomorrow, but does anyone know where to even begin looking into something like this?
If we can figure out how to make it happen, I'll gladly start modifying apps and share them so that they can be stretched across the dual screen. I'm sure it's just a flag in the App Manifest or something very straight forward like that.
Any devs with any pointers?
Here's the contents of my app Manifest of chrome on my Note 10+.
https://pastebin.com/14nWYsD1
Can anyone please paste the manifest from their G8x?
If you have Solid Explorer, on the left slide out tab, tap on Applications, then in System Apps find Chrome. Inside there's a button on top that says "Browse". Just tap that and the manifest file should be in the root folder (first thing you see).
Could someone please paste their Chrome manifest file from there?
Thanks!
For example, in the Samsung one there's a few tags like this to enable Samsung (and Note) specific features within Chrome:
Code:
<meta-data
name="com.samsung.android.sdk.multiwindow.enable" value="true">
</meta-data>
<meta-data
name="com.samsung.android.sdk.multiwindow.penwindow enable" value="true">
</meta-data>
If we can find something like this for the LG sdk, we can enable split screen mode in any app we want.
I will extract my own Chrome app manifest tomorrow, but I won't be able to modify an existing apps until Monday or so. .
For completeness sake, and for anyone else who wants to follow along, here's the manifest from the LG G8X Chrome app:
https://pastebin.com/cz3zLrXq
Todo: find something LG Specific in the new manifest, copy it over to manifest files of other apps and see if it works. Unfortunately this is going to take me a while since I don't have my PC this weekend. More to come this coming week!
Update: looks like both versions are the same. Which means the info is not in the manifest file. I'm not sure where else it would be...
Will keep looking this weekend...
So it looks like I'm using this thread as a progress marker.
I found an app called "second launcher". Trying to see if this is a lead or a dead end.
For those interested, here's the manifest file:
https://pastebin.com/YgyLUgJn
This might be of particular interest...
Code:
<provider android:name="com.lge.secondlauncher.allapps.AllAppsDBProvider"
android:readPermission="com.lge.secondlauncher.permission.READ_SETTINGS"
android:writePermission="com.lge.secondlauncher.permission.WRITE_SETTINGS"
android:exported="true"
android:authorities="com.lge.secondlauncher.AllAppsDBProvider">
</provider>
Thanks for this, man. I'm shocked only chrome and whale use wide view.
You probably already know this, but:
The second launcher is the home for the left screen. I'm using Nova Launcher right now and it only affects the right screen. The left is still using Second Launcher
Hey, yeah I gathered as much. I'm trying to see if there's a list or something in this app that is basically an allow list.
What I found interesting is that on apps that are allowed to stretch, when they do stretch across both screens, it affects everything not just that app. The keyboard, notification shade, task bar, etc etc. This capability exists, and there's just one place where there's an allow list somewhere. I just have to find it...
Including when taking screenshots.
All I did between these two screen caps, is press the wide view button. I took the screenshots from the hardware buttons so it's a system wide recognition of the new "wide" state...
I just learned a couple things:
1. Wide view is definitely just a resizing of the screen/elements. If you have wide view on and you're asked for a fingerprint, the whole thing breaks. The fingerprint symbol is in between the two screens and you have to tap it to enable the scanner on the main screen. I.e. you need 2 fingers to use it. (Screenshot below).
2. I found LG development site with a guide on how to enable widescreen view in apps. It seems a bit incomplete, but I'm looking into it.
3. Wide screen works in 2 different modes: 1) the entire Android interface stretches across both screens, the break in the middle is not handled and it's a bit wonky. 2) The app knows there's 2 screens and behaves accordingly. Only certain activities are opened on the second screen and there's information exchange (i.e. gallery app/camera app).
This second more seems a bit more involved/complicated. The first mode just tells Android that the two screens are just one big screen, feel free to stretch across. This is the one I will focus on for now. Maybe if I get time, I can make apps behave across both screens.
What this means: you probably won't see an app which shows independent "panes" like Gmail across both screens, or an e-reader with pages across both screen, unless they are specifically coded by the original developers. A lucky break could be if the app is coded as such, and could somehow be convinced that the doi is changing or it is now in landscape mode. Then it could switch to it's different configuration.
Anyway, let's see what I can uncover. Maybe on Monday I will dust of my old laptop, and try to get the LG dual screen demo app working. Once it does, I can try to extract and modify currently installed apps.
SirataXero said:
I just learned a couple things:
1. Wide view is definitely just a resizing of the screen/elements. If you have wide view on and you're asked for a fingerprint, the whole thing breaks. The fingerprint symbol is in between the two screens and you have to tap it to enable the scanner on the main screen. I.e. you need 2 fingers to use it. (Screenshot below).
2. I found LG development site with a guide on how to enable widescreen view in apps. It seems a bit incomplete, but I'm looking into it.
3. Wide screen works in 2 different modes: 1) the entire Android interface stretches across both screens, the break in the middle is not handled and it's a bit wonky. 2) The app knows there's 2 screens and behaves accordingly. Only certain activities are opened on the second screen and there's information exchange (i.e. gallery app/camera app).
This second more seems a bit more involved/complicated. The first mode just tells Android that the two screens are just one big screen, feel free to stretch across. This is the one I will focus on for now. Maybe if I get time, I can make apps behave across both screens.
What this means: you probably won't see an app which shows independent "panes" like Gmail across both screens, or an e-reader with pages across both screen, unless they are specifically coded by the original developers. A lucky break could be if the app is coded as such, and could somehow be convinced that the doi is changing or it is now in landscape mode. Then it could switch to it's different configuration.
Anyway, let's see what I can uncover. Maybe on Monday I will dust of my old laptop, and try to get the LG dual screen demo app working. Once it does, I can try to extract and modify currently installed apps.
Click to expand...
Click to collapse
2. Where did you find the guidance? All I know is the old dualscreen api sdk with no wide mode
Have you tried force all apps resizeable & secondary display option in developer menu?
I also think there is some kind of lists for dual screen wide mode supported apps. Just like the lists of some apps to access certain features (auxillary PentaCamera, multi window etc)
Have you tried to launch QSlide on wide view mode? There's a developer kit to launch some apps using qslide
harysviewty said:
2. Where did you find the guidance? All I know is the old dualscreen api sdk with no wide mode
Have you tried force all apps resizeable & secondary display option in developer menu?
I also think there is some kind of lists for dual screen wide mode supported apps. Just like the lists of some apps to access certain features (auxillary PentaCamera, multi window etc)
Have you tried to launch QSlide on wide view mode? There's a developer kit to launch some apps using qslide
Click to expand...
Click to collapse
Lg has a link to their LG Dual Screen SDK on thier site. Looks like a great start
EDIT: It also looks like the system uses Googles Foldable screen API 29 even though my phone is only running Android 9. I assume this means that the device needs to have the "resizeableActivity=true" in order for the Wide View button to appear. I am looking through Whale and Chrome now to see if that is indeed the case and if an older version of either without this snjipped of code supports wide screen
Looks like it's probably "com.naver.WhaleMediaStandaloneDualFullScreenActivity" where things get interesting... Looking through chrome now
Within the manifest of Chrome:
Code:
<activity theme="@7F14024B" name="org.chromium.chrome.browser.media.PictureInPictureActivity" exported="false"
excludeFromRecents="true"
configChanges="0x00000D80" noHistory="true"
resizeableActivity="true"
supportsPictureInPicture="true">
</activity>
Final edit: AAAANNNDD here's the manifest for whale:
Code:
<activity android:theme="@7F140101" android:name="com.naver.whale.dualscreen.DualScreenTabActivity" android:exported="false" android:taskAffinity="com.naver.whale.dualscreen" android:excludeFromRecents="true" android:configChanges="0x00001FB3" android:windowSoftInputMode="0x00000010" android:hardwareAccelerated="false"
[COLOR="red"]android:resizeableActivity="true"[/COLOR]
android:supportsPictureInPicture="true">
<intent-filter>
<action android:name="com.naver.whale.dualtab">
</action>
<category android:name="android.intent.category.BROWSABLE">
</category>
</intent-filter>
</activity>
So I'm pretty sure this is the puzzle piece we need. If we can root the device, we can force this activity any app an force full screen.
Though, Gmail has this and it does not do any sort of multi screen view for me... Hmm...
Yes! Thank you!
This is what I saw earlier as well, that it says it used the Google foldable APIs but did they back port it? I assumed (like most Android manufacturers I e. Samsung) that they just developed their own thing, so I was surprised to see them mention Android foldables.
Do you think all it needs is the resizable activity true in the manifest? If that's the case, I'm going to try it on some of my apps and see what happens!
Will report back later tonight!
I don't know for sure if it's the only thing, but Google's Dev notes on foldables mention this specifically, good luck!
I may mess with something here or there myself, this dual screen thing has a ton of potential
Yeah so I don't think that's it. I checked GMail and also checked Google Maps. Both of those have this in their main activity but neither of them support it. It may be PART of the puzzle, but it's definitely not the missing piece. Will keep looking further.
So I found something that bothers me a bit....
http://mobile.developer.lge.com/support/forums/sdk/?pageMode=Detail&tID=10018522&listPage=%2Fsupport%2Fforums%2Fsdk%2F
Thank you for your interest in LG Dual Screen.
Unfortunately, 3rd party apps can't use the APIs. Because those APIs can use only LG System App.
Click to expand...
Click to collapse
God, I really hope that's not true. So far it seems to be. Since Chrome/Whale browser, etc. are system apps.... Google Maps is not, so it can't... same with GMail…. honestly if this is true, I might return this phone. This is huge for me....
Ignore that, I think this is only valid for those specific APIs that the person in the forum referred to... please ignore my comments, carry on...
I was able to have the device spit out information about the two displays that are available. The second display definitely comes up as an HDMI display. I think I have a lead on how to get full screen apps to show up. More to come.
Here's the info that I found: https://pastebin.com/wrSzNsJT
SirataXero said:
I was able to have the device spit out information about the two displays that are available. The second display definitely comes up as an HDMI display. I think I have a lead on how to get full screen apps to show up. More to come.
Here's the info that I found: https://pastebin.com/wrSzNsJT
Click to expand...
Click to collapse
You can install 'Sentio' and 'Taskbar' now. It's like Samsung DeX, to trigger HDMI mirroring
---------- Post added at 01:54 PM ---------- Previous post was at 01:50 PM ----------
SirataXero said:
So I found something that bothers me a bit....
http://mobile.developer.lge.com/sup...il&tID=10018522&listPage=/support/forums/sdk/
God, I really hope that's not true. So far it seems to be. Since Chrome/Whale browser, etc. are system apps.... Google Maps is not, so it can't... same with GMail…. honestly if this is true, I might return this phone. This is huge for me....
Ignore that, I think this is only valid for those specific APIs that the person in the forum referred to... please ignore my comments, carry on...
Click to expand...
Click to collapse
Some Korean apps (not system apps) can use dual screen perfectly. So it's not true. I believe it's like how LG older Multi-Window feature works, there are some lists of packages names for supported apps. There's also a way to build the code inside an app
---------- Post added at 01:55 PM ---------- Previous post was at 01:54 PM ----------
SirataXero said:
Yeah so I don't think that's it. I checked GMail and also checked Google Maps. Both of those have this in their main activity but neither of them support it. It may be PART of the puzzle, but it's definitely not the missing piece. Will keep looking further.
Click to expand...
Click to collapse
Can you open a link in chrome or whale that will trigger Gmail or gmaps to open automatically?
Make sure you've enabled force resizeable app apps in developer menu
harysviewty said:
Can you open a link in chrome or whale that will trigger Gmail or gmaps to open automatically?
Make sure you've enabled force resizeable app apps in developer menu
Click to expand...
Click to collapse
Just tried it, unfortunately it shuts down wide screen moose and opens Gmail on the main screen only
Also, have those apps a shot. You can do some dual screen settings, but nothing like one large screen. Maybe I didn't go through enough settings, but I couldn't get the second screen to play nice
harysviewty said:
You can install 'Sentio' and 'Taskbar' now. It's like Samsung DeX, to trigger HDMI mirroring
Click to expand...
Click to collapse
Tried both. Neither of them saw the second screen until it was pushed over to the second screen, then I had to re-enable settings and permissions. They basically just behave like two independent devices... it's very odd.
harysviewty said:
Some Korean apps (not system apps) can use dual screen perfectly. So it's not true. I believe it's like how LG older Multi-Window feature works, there are some lists of packages names for supported apps. There's also a way to build the code inside an app
Click to expand...
Click to collapse
Do you know which apps? Are these available in the app store? (Even if just Korean version of Play Store). Could you tell me which ones (or send me APKs of them) so I can try them out/look through them?
harysviewty said:
Can you open a link in chrome or whale that will trigger Gmail or gmaps to open automatically?
Make sure you've enabled force resizeable app apps in developer menu
Click to expand...
Click to collapse
Yup, I've enabled the setting, enabled the flag in ADB, nothing happens. Gmail or Maps just instantly close down wide view and open up on one screen.

Categories

Resources