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
in the ADB command prompt or powershell.
Final:
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
. This can probably work for most default Dual App features on phones.
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
Final:

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
Last edited: