LG V60: Install any app as a Dual App (Parallel App)

Search This thread

zenith22

New member
May 22, 2019
1
4
So for everyone that wants to run the same app side by side, or just two social media accounts, this is a great guide.

LG's software includes exactly the same implementation of Dual Apps (Parallel Apps) as OnePlus. They both work by creating a hidden user on the device and the apps are installed to that user. The only different here is instead of installing the apps to user 999 (OnePlus) the apps need to be installed to user 98 (LG). Plus, LG only supports bad social media apps like Facebook by default.

But we can install any app we want!

Developer Setup:

1. Install 15 Second ADB.

2. Become a developer, and then enable USB debugging. Then change USB mode on the V60 to "MIDI" to connect to debugging.

3. To open ADB on Windows, shift and right click inside the ABD folder. Then click "open in command prompt" or "open in powershell".

App Setup:

1. Get the APK file of what you want to install. I got mine from an APK extractor on my phone.

2. Transfer the APK file to your computer and place it in the ADB install folder.

Installing:

Really simple, just type
Code:
adb install --user 98 test.apk
in the ADB command prompt or powershell.

Final:
yu3z4P.png

Now you have full access to Dual Apps (Parallel Apps) enjoy your dual accounts, or dual screening.

By the way, I discovered this by opening a Dual App and typing
Code:
adb shell pm list users
. This can probably work for most default Dual App features on phones.
 
Last edited:

inzimam

Senior Member
Mar 29, 2008
200
14
Is the only benefit of this having dual accounts for those apps not natively supported?

I can't see the user case of having two of the same app running side by side, other than Chrome which is already supported
 

bryankroh

Member
May 11, 2011
20
0
This could be the absolute coolest development for the V60, if I can get it to work. I've been wanting to duplicate the Gallery app, Google Messages, Chrome, a ton of apps that I would enjoy running two instances of, one on each screen. Each time I type the install adb command in I get an "Invalid APK file:" error. Any idea why? Thanks for posting this finding!!

---------- Post added at 12:34 AM ---------- Previous post was at 12:23 AM ----------

First time using adb, so I'm probably doing something wrong, looks like I was never "connected". Upon authorizing the connection to the PC on my LG, and rerunning the install command, now the cursor just hangs, with no indication that it's doing/has done anything...

---------- Post added at 12:42 AM ---------- Previous post was at 12:34 AM ----------

Oops, OK so it turns out you just need to let it run for awhile and it will say install success. I tried it with the gallery app, but it didn't seem to do anything. No second install located, doesn't appear in the Dual App list on the phone. Furthermore, when running the adb shell pm list users code, my user number appears to be 13?
 

Maleko48

Senior Member
Jun 18, 2009
57
8
Florida

---------- Post added at 12:42 AM ---------- Previous post was at 12:34 AM ----------
Oops, OK so it turns out you just need to let it run for awhile and it will say install success. I tried it with the gallery app, but it didn't seem to do anything. No second install located, doesn't appear in the Dual App list on the phone. Furthermore, when running the adb shell pm list users code, my user number appears to be 13?

Mine succeeded as well, but I also did not see a second app install nor the app listed in the Dual App selection menu from settings.
 

rest1ess

Member
Oct 10, 2008
10
2
Mine succeeded as well, but I also did not see a second app install nor the app listed in the Dual App selection menu from settings.

Before following OP's instructions, you may have to:
1 - first install a stock second app from the LG setting
2 - turn on ADB connection
3 - enter into PC's command prompt: adb shell pm list users
4 - identify the user number (it may be different in every case and may be in the 90s)
5 - follow the rest of the OP's instructions.

The second app should be installed like any other normal app.

Also, note that if you reverse the original second app in above step 1, all manually installed second app(s) may disappear.
 
  • Like
Reactions: Maleko48

Maleko48

Senior Member
Jun 18, 2009
57
8
Florida
Before following OP's instructions, you may have to:
1 - first install a stock second app from the LG setting
2 - turn on ADB connection
3 - enter into PC's command prompt: adb shell pm list users
4 - identify the user number (it may be different in every case and may be in the 90s)
5 - follow the rest of the OP's instructions.

The second app should be installed like any other normal app.

Also, note that if you reverse the original second app in above step 1, all manually installed second app(s) may disappear.

Thank you for your help @rest1ess . The key for me was to install a stock LG Dual App first! (I chose WhatsApp since I don't actually use any of the "stock" Dual Apps LG allows). After running 'adb shell pm list users' my user number was actually 97 for the Dual Apps. Installed with success and the second app icon showed up with the Dual App badge on its lower right corner, however I am unable to launch the neither the primary install of the app nor the Dual App install of the app. When I try I get a popup that states: "Installation failed - The app Reddit is missing required components that must be reinstalled from the Google Play Store." and it has 2 buttons: "CLOSE" and "REINSTALL". If I choose to reinstall (whether the Dual App or the main app) it uninstalls and gets rid of both icons at the same time. Any ideas from here?
 

rest1ess

Member
Oct 10, 2008
10
2
It seems the problem lies with the app. I too couldn't get it to work with Reddit.

However, if I ADB install with the latest apk from uptodown.com (not with apk extraction), i could get it installed as a dual app, though after i opened both they merged into one instance of the app.
 
  • Like
Reactions: Maleko48

Maleko48

Senior Member
Jun 18, 2009
57
8
Florida
It seems the problem lies with the app. I too couldn't get it to work with Reddit.

However, if I ADB install with the latest apk from uptodown.com (not with apk extraction), i could get it installed as a dual app, though after i opened both they merged into one instance of the app.

Glad it's not just me... what are the chances the one app I decide to try for a proof of concept is one that doesn't work? lol (I even tried it with same APK filename as what was installed as well as with a renamed filename of the APK that was installed and no dice either way). I can't really think of any other apps I NEED on both screens at the same time... I just wanted to check it out as a proof of concept and familiarize myself with the process.
 

[email protected]

New member
Apr 1, 2019
4
1
Glad it's not just me... what are the chances the one app I decide to try for a proof of concept is one that doesn't work? lol (I even tried it with same APK filename as what was installed as well as with a renamed filename of the APK that was installed and no dice either way). I can't really think of any other apps I NEED on both screens at the same time... I just wanted to check it out as a proof of concept and familiarize myself with the process.

Just install island from oasis feng from GitHub. It automates the whole process for you and you can even have a separate play store.
 
  • Like
Reactions: Maleko48

Teckie_girl

New member
Jul 4, 2020
3
0
Or you can just download the "Island" app from the Google play store. It's from the same developers of Greenify. You'll thank me!
 

icekoldone

Member
Feb 4, 2014
27
0
Cloning a game using this method (in this case trying with pokemon go {don't ask lol}) results in both apps crashing before launch. Island works fine cloning the apps but everytime you open the work profile it demands a password etc. I can only assume that island is creating a totally different apk in the work profile space and the dual user is somehow using the original apk to piggyback off of?

Just to clarify the adb commands will "Performing Streamed Install" "Success" yet both instances of pokemon go become unusable crashing right after clicking the icon.

Island doesnt have this problem so I'm assuming that work profiles handle cloning differently? Wondering if you can get island to point to "user 98" (or whatever your personal number is on your varient) instead of creating and using a work profile.
 
Last edited:

RPD453

New member
Oct 30, 2013
3
0
Cloning a game using this method (in this case trying with pokemon go {don't ask lol}) results in both apps crashing before launch. Island works fine cloning the apps but everytime you open the work profile it demands a password etc. I can only assume that island is creating a totally different apk in the work profile space and the dual user is somehow using the original apk to piggyback off of?

Just to clarify the adb commands will "Performing Streamed Install" "Success" yet both instances of pokemon go become unusable crashing right after clicking the icon.

Island doesnt have this problem so I'm assuming that work profiles handle cloning differently? Wondering if you can get island to point to "user 98" (or whatever your personal number is on your varient) instead of creating and using a work profile.

I am having this issue with Snapchat. Both app instances will just crash upon trying to launch. Haven't found a fix for this?

Also, what is the best way to uninstall the dual snapchat so I can go back and use it regularly?
 

icekoldone

Member
Feb 4, 2014
27
0
I just uninstalled it normally from both the dual app (has a little mark on the icon to show its dual) and the normal one...then reinstalled to get it working again. The workaround I use now is island. The only annoying thing about that is having to enable the work profile (uses a passcode or pattern) to start up the work space first. Not a huge deal for having 2 of the same app running at the same time.
 

kaluna00

Senior Member
Mar 24, 2011
672
164
Tacoma
Before following OP's instructions, you may have to:
1 - first install a stock second app from the LG setting
2 - turn on ADB connection
3 - enter into PC's command prompt: adb shell pm list users
4 - identify the user number (it may be different in every case and may be in the 90s)
5 - follow the rest of the OP's instructions.

The second app should be installed like any other normal app.

Also, note that if you reverse the original second app in above step 1, all manually installed second app(s) may disappear.

Hey. @rest1ess and @Maleko48 where do you find the stock second app?
Thanks!
 
Last edited:

lexih

Member
Sep 22, 2010
26
3
Does it work at all? A person asked for an apk of Dual Apps, no one could do this, I did everything according to the instructions in the end: there is not a single application in Dual Apps!post lg dual apps apk to make sure it works at all! thanks
 

lexih

Member
Sep 22, 2010
26
3
I cancel my question, everything works as it should be, you must add the following to the instructions:
-The first to appear by user 97-first things need to activate Facebook in the DUAL APP, the ADB Shell PM List Users command will show {USER 97: DUAL 30}
- the application that must be cloned must be installed
File APK must be as short as possible (AuroraStore-Nightly_4.0.5 (36) _mod.apk-aurorastore.apk)
The only thing is not clear why the clone is intense in the DUAL APP? So the way works !!! Thank you
 

chelsea67

Member
Jun 2, 2011
10
2
Isfahan
I cancel my question, everything works as it should be, you must add the following to the instructions:
-The first to appear by user 97-first things need to activate Facebook in the DUAL APP, the ADB Shell PM List Users command will show {USER 97: DUAL 30}
- the application that must be cloned must be installed
File APK must be as short as possible (AuroraStore-Nightly_4.0.5 (36) _mod.apk-aurorastore.apk)
The only thing is not clear why the clone is intense in the DUAL APP? So the way works !!! Thank you
Any other app that supports Dual App by default would work.
Whatsapp, Telegram, etc
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    So for everyone that wants to run the same app side by side, or just two social media accounts, this is a great guide.

    LG's software includes exactly the same implementation of Dual Apps (Parallel Apps) as OnePlus. They both work by creating a hidden user on the device and the apps are installed to that user. The only different here is instead of installing the apps to user 999 (OnePlus) the apps need to be installed to user 98 (LG). Plus, LG only supports bad social media apps like Facebook by default.

    But we can install any app we want!

    Developer Setup:

    1. Install 15 Second ADB.

    2. Become a developer, and then enable USB debugging. Then change USB mode on the V60 to "MIDI" to connect to debugging.

    3. To open ADB on Windows, shift and right click inside the ABD folder. Then click "open in command prompt" or "open in powershell".

    App Setup:

    1. Get the APK file of what you want to install. I got mine from an APK extractor on my phone.

    2. Transfer the APK file to your computer and place it in the ADB install folder.

    Installing:

    Really simple, just type
    Code:
    adb install --user 98 test.apk
    in the ADB command prompt or powershell.

    Final:
    yu3z4P.png

    Now you have full access to Dual Apps (Parallel Apps) enjoy your dual accounts, or dual screening.

    By the way, I discovered this by opening a Dual App and typing
    Code:
    adb shell pm list users
    . This can probably work for most default Dual App features on phones.
    1
    Mine succeeded as well, but I also did not see a second app install nor the app listed in the Dual App selection menu from settings.

    Before following OP's instructions, you may have to:
    1 - first install a stock second app from the LG setting
    2 - turn on ADB connection
    3 - enter into PC's command prompt: adb shell pm list users
    4 - identify the user number (it may be different in every case and may be in the 90s)
    5 - follow the rest of the OP's instructions.

    The second app should be installed like any other normal app.

    Also, note that if you reverse the original second app in above step 1, all manually installed second app(s) may disappear.
    1
    It seems the problem lies with the app. I too couldn't get it to work with Reddit.

    However, if I ADB install with the latest apk from uptodown.com (not with apk extraction), i could get it installed as a dual app, though after i opened both they merged into one instance of the app.
    1
    Glad it's not just me... what are the chances the one app I decide to try for a proof of concept is one that doesn't work? lol (I even tried it with same APK filename as what was installed as well as with a renamed filename of the APK that was installed and no dice either way). I can't really think of any other apps I NEED on both screens at the same time... I just wanted to check it out as a proof of concept and familiarize myself with the process.

    Just install island from oasis feng from GitHub. It automates the whole process for you and you can even have a separate play store.