[Please help] Qualcomm device: no app icon on display
[Please help] Qualcomm device: no app icon on display
(05-10-2021, 08:20 AM)Alpamayo Hi, I have a device (Camoro K25) which is a cheap Qualcomm smartphone with PTT and a tiny display. It is shipped with only Zello installed and no PlayStore.
I want to install DVSwitch app and I sideloaded it with adb. But .... it shows no icon afterwards. I checked with "pm list packages" and the app is properly installed but the icon is not there.
I also tried to start it via adb command: "am start -p org.dvswitch" but the result was: "Error: Activity not started, unable to resolve Intent { flg=0x10000000 pkg=org.dvswitch }".
I also tried to install a file manager, but the result was the same. The only app icon that shows on the display is the Zello icon.
Is there a way to successfully install another app on this device?
Thank you
Mike
adb shell monkey -p your.app.package.name 1
adb shell am start your.app.package.name
adb shell am start -n your.app.package.name/.your.package.name.ActivityName