1

I installed next launcher 3d app on genymotion device and now when i launch genymotion device, the loading screen goes forever. In order to stop this I have to remove the app but i have no access to the device. How do I remove it it without access. If you can tell me how to stop the app working at start-up even, it would help .

I installed the app when i had access to my device. After that when i went to the home page, it asked me whether to use next launcher as default launcher. i hit yes and after that the system crashed. Once it crashed i couldn't access it again.

So if i could disable nextlauncher from running at startup it would help too. Can i do this?

M B
  • 739
  • 8
  • 13

1 Answers1

0

If you know the package name, use can use adb as follows:

adb uninstall com.example.package_name

Note that the package name isn't the same as the app's name. If you don't know the package name, then see this answer for how to find out.

Community
  • 1
  • 1
Paul Ratazzi
  • 6,159
  • 3
  • 37
  • 49