App installed from apk, but not in app drawer and in settings


Question

I have installed an app fusing its apk. After installation, I clicked on 'Done'. Then, I checked app on app drawer and Settings->Apps, it was not found there. I am running Nova launcher, in Lineage Os 14.1,Rooted, Xiaomi Redmi 1s. Earlier, in settings it showed 47 apps installed, now it shows 48 apps installed(including hidden app).




  1. I have checked for app in /data/app, app not found.

  2. Installed Quickshortcutmaker to create app shortcut, but app not found.

  3. Tried to hide in Nova settings, app not found.

  4. Tried to reinstall that apk, it overwrites app like an update.



I need to uninstall this app.



The app is PixBar (installed apk), In file name like this com_dunrite_pixbar-10011002.apk.apk. And while opening through es (for install), it showed package as net.upper.master.support.texas.stem.threw, which is found as malware(google). I try some apps like this(install from apk), but, this have no option to uninstall, which I have never experienced before.


Answer

Seems like a spying apps which can install in stealth mode and never being detected.



Try with ADB commands to check if it appears in the list of installed apps and eventually delete it.




  1. Download Minimal ADB and fastboot . Unzip and run it. (Windows machines)

  2. On the phone, enable USB debugging in Settings > Developer Options > USB Debugging. If the Developer Options is not present: Go to Settings > About then hit 7 times on Build number then go back to Settings.

  3. Depending on your phone, you'll need drivers for your device to be detected (Windows).

  4. Connect the phone to the computer. On the terminal window, type adb devices [press enter] this checks if the phone is detected. Output : xxxxxxx devices

  5. Type adb shell [press enter]

  6. Type pm list packages -f [press enter]. A long list of apps with their packages name will output, just check if your app is listed.

  7. Then to delete the app, type cd /system/app [press enter] or cd /system/priv-app [press enter] depending on the app location and then type rm app_name.apk [press enter] (app names are case sensitive).



Note: An alternative for Minimal ADB and fastboot which is available for Linux, Mac and Windows as well, can be found in the answers on Is there a minimal installation of ADB?.



Since you are using Nova Launcher, I remember you can hide apps. Check if you didn't do so inadvertently.




  • Go to Nova's Settings menu, by either long-pressing on the home screen and selecting the “Settings” icon in the bottom right, or heading into the app drawer and tapping the “Nova Settings” icon.

  • Open the second entry App & widget drawers

  • In the Drawer groups section, select the **Hide apps* option.

  • Then check if the app appears there and eventually uncheck the check mark.


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes