Hi guys, I'm kinda new to all this. I've read the mega-thread in the LG L3/5/7 general forum, and can't find any explanation on how to uninstall apps from my L7. I've tried many Google searches and of course searched these forums using many keywords. I'm kinda at a loss here, so I'd appreciate any help anyone can offer.
My aim is to remove all unneeded apps which came pre-installed and can't be uninstalled using the regular UI (since there's no stable version of CM and I'm not interested in exploring different mods, I just want a basic functionality device - FB, messaging apps, etc). All the pre-installed apps are making my device run r-e-a-l-l-y slow and it's driving me crazy.
What I've done so far: rooted and installed CWM, I'm able to enter the recovery mode (or whatever you call it, when you reboot the device and hold down the volume, power and home buttons...)
Now I'm looking for a way to uninstall apps, and I can't find any explanation on how to do it. When I enter recovery mode there's no option to uninstall apps and I can't find any PC software which will enable me to connect to my device and uninstall apps. Like I said, Googling and searching this forum didn't help...
shaul999 said:
Hi guys, I'm kinda new to all this. I've read the mega-thread in the LG L3/5/7 general forum, and can't find any explanation on how to uninstall apps from my L7. I've tried many Google searches and of course searched these forums using many keywords. I'm kinda at a loss here, so I'd appreciate any help anyone can offer.
My aim is to remove all unneeded apps which came pre-installed and can't be uninstalled using the regular UI (since there's no stable version of CM and I'm not interested in exploring different mods, I just want a basic functionality device - FB, messaging apps, etc). All the pre-installed apps are making my device run r-e-a-l-l-y slow and it's driving me crazy.
What I've done so far: rooted and installed CWM, I'm able to enter the recovery mode (or whatever you call it, when you reboot the device and hold down the volume, power and home buttons...)
Now I'm looking for a way to uninstall apps, and I can't find any explanation on how to do it. When I enter recovery mode there's no option to uninstall apps and I can't find any PC software which will enable me to connect to my device and uninstall apps. Like I said, Googling and searching this forum didn't help...
Click to expand...
Click to collapse
why do you not try an app to delete what apps you don`t like?
try : https://play.google.com/store/apps/details?id=zsj.android.uninstall&hl=ro
Why would you use CWM to uninstall apps ? Use CleanMaster or Andromizer, these apps are free and very useful.
Sent from my LG-P700 using xda app-developers app
Or try ES file Explorer
Wyciapciane z L7
Titanium back up will help to back up and uninstall apps from your rooted phone.
I have tried uninstalling them through multiple apps in the playstore and it always says failed. I am rooted and I want to use the stock rom for now until the data issues are patched. I have disabled the apps I just don't want the on my phone. The facebook apps you can't disable the update. I don't trust facebook and I don't want anything to do with it on my phone so if anyone know's how to remove them please let me know. Thank you.
bluemoonlight said:
I have tried uninstalling them through multiple apps in the playstore and it always says failed. I am rooted and I want to use the stock rom for now until the data issues are patched. I have disabled the apps I just don't want the one my phone. The facebook apps you can't disable the update. I don't trust facebook and I don't want anything to do with it on my phone so if anyone know's how to remove them please let me know. Thank you.
Click to expand...
Click to collapse
BEFORE READING, MAKE A BACKUP PRIOR TO THIS ANSWER:
I'm sorry to say, but it would need to be done using the file manager via TWRP. It is a lil tricky because it lacks concise deletion. So it is best to use a rooted file explorer (es file explorer is beneficial for this) and look around these locations:
/system/app
/system/priv-app
/oem/app
/oem/priv-app
Each folder holding the apk must be deleted individually in TWRP's file manager, or you WILL face a possible soft-brick.
Good luck.
(The reason why is, because the oem section is more secure to avoid a break of the phone itself, so it will freeze everytime while the actual OS is in use. Doing it via TWRP ensures deletion and avoiding a freeze bc the recovery OS is different from stock OS)
I have problems downloading files in some apps (Tapatalk, 4PDA...) and installing apps from Google Play on Nubia Z17 Lite - the download stops working at one time. Sometimes it helps to change the WiFi network, but sometimes I have to clear Google Play and Google Play Services cache and memory and reboot the phone. Does anyone know of any lasting solution to this problem? Thank you in advance
FullSoft said:
I have problems downloading files in some apps (Tapatalk, 4PDA...) and installing apps from Google Play on Nubia Z17 Lite - the download stops working at one time. Sometimes it helps to change the WiFi network, but sometimes I have to clear Google Play and Google Play Services cache and memory and reboot the phone. Does anyone know of any lasting solution to this problem? Thank you in advance
Click to expand...
Click to collapse
I have the same problam. Help
I had same problem.I go to apps and force stop Google play stroe and Clear data.Also i do same to Google Services and fix my problem every time.I hope Nubia fix this with update
I am also having problems with Play Store and Google account synchronization - it worked fine for a few days, but then Play Store stopped downloading/updating any apps (it is stuck on Downloading, but doesn't start to download anything) and synchronization to my Google Account doesn't work.
I tried various methods, like rebooting, removing data&cache of Play Store+Google Play Services+Download manager, uninstalling/reinstalling Play Store & Google Play services, removing/re-adding my Google account, wiping cache+dalvik from TWRP, but nothing helped. Then I realized that when I kill SwiftKey process, it started to work instantly. It seems that SwiftKey is blocking Google services mainly when I have synchronization to Google Account enabled. Then I noticed the same problem with Google Contacts app.
I suspect that it may be one of Nubia system apps what is causing these problems.
What I found is some text in a Russian forum, translated using google translator, it can be worth of trying to disable that app cloning service:
For what it's needed: firstly , for those who do not use cloning, this is an unnecessary functionality; secondly , this chip conflicts with Google's synchronization (for example, with the G-board keyboard) and in general with all Google services. Who does not care about all this, you can not read further.
What you need: TWRP or root-access, PC and ADB
1. Delete CMVirtualbox.apk (located on the system / priv-app / CMVirtualBox path ) or just rename / delete the .apk extension to ease the rollback.
2. Connect the phone to the PC, run the command line (all the necessary drivers must be installed, debugging by USB is enabled, the start is made from the ADB folder), we write the command:
adb shell pm remove-user 10
and press enter. After success, reboot for persuasiveness.
As a result, cloning will be disabled, G-board keyboard messages "Synchronization on devices with G-Suite account or Android for work profile is not supported" will not appear any more and Google services will work more adequately. Successful to you of samples!
PS For rollback just return CMVirtualbox.apk , reboot, and everything returns to normal.
Click to expand...
Click to collapse
This is so far the best solution. Thank you Lapist!
I Deleted CMVirtualbox.apk (located on the system / priv-app / CMVirtualBox path ) or just rename / delete the .apk extension to ease the rollback.
I coudn't pm remove-user 10 but everything works fine now
After one day of use, google account doesn't sync again. Unable to update apps
alfonex said:
This is so far the best solution. Thank you Lapist!
I Deleted CMVirtualbox.apk (located on the system / priv-app / CMVirtualBox path ) or just rename / delete the .apk extension to ease the rollback.
I coudn't pm remove-user 10 but everything works fine now
After one day of use, google account doesn't sync again. Unable to update apps
Click to expand...
Click to collapse
For me, the problem was resolved by uninstalling SwiftKey. For some reason, it blocks Google services and just stoping it's process or hibernating it using Greenify solves the problem immediately. Maybe it would help also to use sync with Microsoft account instead of Google in SwiftKey settings. I saw a similar issue also with Google Contacts app (Nubia Contacts works fine).
Since switching to Gboard, problem didn't appear again and Google Play and sync works without any issues.
lapist said:
For me, the problem was resolved by uninstalling SwiftKey. For some reason, it blocks Google services and just stoping it's process or hibernating it using Greenify solves the problem immediately. Maybe it would help also to use sync with Microsoft account instead of Google in SwiftKey settings. I saw a similar issue also with Google Contacts app (Nubia Contacts works fine).
Since switching to Gboard, problem didn't appear again and Google Play and sync works without any issues.
Click to expand...
Click to collapse
Thanks any way. I switched to lineage OS
lapist said:
For me, the problem was resolved by uninstalling SwiftKey. For some reason, it blocks Google services and just stoping it's process or hibernating it using Greenify solves the problem immediately. Maybe it would help also to use sync with Microsoft account instead of Google in SwiftKey settings. I saw a similar issue also with Google Contacts app (Nubia Contacts works fine).
Since switching to Gboard, problem didn't appear again and Google Play and sync works without any issues.
Click to expand...
Click to collapse
Thank you very much! I tried everything and at the end it was Swiftkey app that blocked google services!!!
I wish this phone had more support like my Redmi Note 3 Pro had. I dont have courage to even root this one
bombilakus said:
Thank you very much! I tried everything and at the end it was Swiftkey app that blocked google services!!!
I wish this phone had more support like my Redmi Note 3 Pro had. I dont have courage to even root this one
Click to expand...
Click to collapse
You are welcome Although not rooting it would be pity...With root it is easier to get the phone into more useable state, like background apps not getting killed to get notifications on new messages properly etc. It helps to turn a few apps into system apps and/or add them in ProcessManager database as protected apps.
How to root?
lapist said:
You are welcome Although not rooting it would be pity...With root it is easier to get the phone into more useable state, like background apps not getting killed to get notifications on new messages properly etc. It helps to turn a few apps into system apps and/or add them in ProcessManager database as protected apps.
Click to expand...
Click to collapse
I also suffer from this bug.
What's the easiest way to root the Nubia Z17 (global) lite?
Is there a step-by-step guide?
Thanks a lot
yaccri said:
I also suffer from this bug.
What's the easiest way to root the Nubia Z17 (global) lite?
Is there a step-by-step guide?
Thanks a lot
Click to expand...
Click to collapse
I think there is no detailed step-by-step guide, but you can gather information from threads about this phone. You mainly need to have ADB drivers, unlock bootloader, flash TWRP and from it flash Magisk.
https://forum.xda-developers.com/showpost.php?p=76842677&postcount=26 (you can just skip flashing boot.img and files init.qcom.post_boot.sh and .thermal-mode-01-01.conf, just flash magisk ZIP instead)
https://forum.xda-developers.com/showpost.php?p=75671266&postcount=12
russian guide (can be translated by google translator): https://4pda.ru/forum/index.php?showtopic=913601&st=0#entry70001013
Phone got stuck
lapist said:
I think there is no detailed step-by-step guide, but you can gather information from threads about this phone. You mainly need to have ADB drivers, unlock bootloader, flash TWRP and from it flash Magisk.
https://forum.xda-developers.com/showpost.php?p=76842677&postcount=26 (you can just skip flashing boot.img and files init.qcom.post_boot.sh and .thermal-mode-01-01.conf, just flash magisk ZIP instead)
https://forum.xda-developers.com/showpost.php?p=75671266&postcount=12
russian guide (can be translated by google translator): https://4pda.ru/forum/index.php?showtopic=913601&st=0#entry70001013
Click to expand...
Click to collapse
LATEST UPDATE: Now I'm stuck in the "Nubia...Powered by Android" start screen. This happened after I tried to install v1.05. This opened the TWRP screen in Chinese. I selected the bottom-right button and then again the bottom-right and chose English and then rebooted.
I can still get into twrp mode by long pressing the volume down + power keys.
What steps do I need to take to make the phone boot properly again?
-----
-- I posted this section below earlier before I had this boot problem
--
I finally found the time (and the courage) to try this out.
SuperSu was installed so hopefully I didn't miss anything. Does it mean that the device is rooted?
I can successfully get into su mode with a terminal app.
Also, I have two root checker apps. One is showing that the device is rooted, and the other shows that it's not.
All my apps and settings remained as they were.
IS THIS OK? I expected that the process will wipe all the data.
I didn't flash majisk. IS IT NEEDED IF THE DEVICE IS ALREADY ROOTED?
And lastly, I still can't download from the play store
Any suggestions on that issue?
Thank you so much
yaccri said:
LATEST UPDATE: Now I'm stuck in the "Nubia...Powered by Android" start screen. This happened after I tried to install v1.05. This opened the TWRP screen in Chinese. I selected the bottom-right button and then again the bottom-right and chose English and then rebooted.
I can still get into twrp mode by long pressing the volume down + power keys.
What steps do I need to take to make the phone boot properly again?
Click to expand...
Click to collapse
How did you install v1.05? You need to do it from emergency recovery using OTG cable/adapter, not from TWRP.
If you went from LineageOS to stock, you need to wipe data from emergency recovery, because the storage is encrypted.
lapist said:
How did you install v1.05? You need to do it from emergency recovery using OTG cable/adapter, not from TWRP.
If you went from LineageOS to stock, you need to wipe data from emergency recovery, because the storage is encrypted.
Click to expand...
Click to collapse
I tried to install v1.05 from the settings->System Update->Local Update menu (http://blog.geekbuying.com/2018/03/official-global-versionzte-nubia-z17-lite-snapdragon-653-android-7-1-smartphone-firmware-20180316/).
Before that I had the global stock version 1.04.
What can I do now?
yaccri said:
I tried to install v1.05 from the settings->System Update->Local Update menu (http://blog.geekbuying.com/2018/03/official-global-versionzte-nubia-z17-lite-snapdragon-653-android-7-1-smartphone-firmware-20180316/).
Before that I had the global stock version 1.04.
What can I do now?
Click to expand...
Click to collapse
1. You can try wiping data & cache partitions.
2. Use that emergency recovery and flash zip over OTG from there again.
lapist said:
1. You can try wiping data & cache partitions.
2. Use that emergency recovery and flash zip over OTG from there again.
Click to expand...
Click to collapse
Thank you,
I already tried that.
The problem is that in emergency recovery mode the thumb drive that is connected with OTG cable is not recognized.
In TWRP I can mount that drive, but in emergency recovery mode its not mounted.
UPDATE: I tried different USB drives. One of them mounted. I found that this one was formatted in FAT. Since this is a small 2Gb drive that cannot hold the ROM, I found another drive that was formatted in ExFAT that also loaded correctly.
I loaded the ROM as suggested and now the phone is working again.
My guess is that the phone can't read NTFS file format in emergency recovery mode.
Thank you!!!
yaccri said:
Thank you,
I already tried that.
The problem is that in emergency recovery mode the thumb drive that is connected with OTG cable is not recognized.
In TWRP I can mount that drive, but in emergency recovery mode its not mounted.
UPDATE: I tried different USB drives. One of them mounted. I found that this one was formatted in FAT. Since this is a small 2Gb drive that cannot hold the ROM, I found another drive that was formatted in ExFAT that also loaded correctly.
I loaded the ROM as suggested and now the phone is working again.
My guess is that the phone can't read NTFS file format in emergency recovery mode.
Thank you!!!
Click to expand...
Click to collapse
Yes, NTFS is not supported very well on Android. Use just FAT32, that should work fine. ExFAT also works only somewhere....
lapist said:
I am also having problems with Play Store and Google account synchronization - it worked fine for a few days, but then Play Store stopped downloading/updating any apps (it is stuck on Downloading, but doesn't start to download anything) and synchronization to my Google Account doesn't work.
I tried various methods, like rebooting, removing data&cache of Play Store+Google Play Services+Download manager, uninstalling/reinstalling Play Store & Google Play services, removing/re-adding my Google account, wiping cache+dalvik from TWRP, but nothing helped. Then I realized that when I kill SwiftKey process, it started to work instantly. It seems that SwiftKey is blocking Google services mainly when I have synchronization to Google Account enabled. Then I noticed the same problem with Google Contacts app.
I suspect that it may be one of Nubia system apps what is causing these problems.
What I found is some text in a Russian forum, translated using google translator, it can be worth of trying to disable that app cloning service:
Click to expand...
Click to collapse
I renamed the CMVirtualBox.apk and also its folder, removed user10 and restarted, but that didn't help.
What did you use to kill the SwiftKey process? It's not installed as an app on my phone.
Thank you
yaccri said:
I renamed the CMVirtualBox.apk and also its folder, removed user10 and restarted, but that didn't help.
What did you use to kill the SwiftKey process? It's not installed as an app on my phone.
Thank you
Click to expand...
Click to collapse
In that case you probably don't have SwiftKey installed - it is not installed by default But if Play Store doesn't download and Google account sync doesn't work for you, it may be some different app causing the deadlock. You should go thru all apps and force closing them one by one...when you kill the problematic process, Play Store will start downloading immediately. You can do it from Settings - Apps, or use some app for that.
I really appreciate your help.
I forcefully disabled all apps but the problem remained.
Hey guys all the browsers on my s8 are infected with a pop up redirecting malware. I delete the cash delete and reinstall the browsers and it didn't fix it. I used an anti-virus and a malware remover and they didn't detect anything. Help me please
Try to uninstall all third party apps that you may have installed yourself.
If this resolves the issue, just install what you are fully aware is safe.
If you are installing APK's outside of Google Play without experience then you are asking for trouble.
APKMirror is the only site I deem safe when it comes to downloading APK's.
If you can't remove the "malware" by following my steps above, my only other suggestion is that you attempt to backup your files onto a computer (LEAVE he APK's) and do a factory reset either through settings if possible and if not, use the recovery button combination and format /data
***YOU WILL LOOSE DATA IF NOT BACKED UP*** This includes old messages etc, if there's something important inside of an app such as notes, make a backup elsewhere.
Scroll all the way down in you settings / app list and there you most likely will find an app without a logo or name. Just delete this and your phone will be malware free. (at least that's what I did last week)
macweeds said:
Scroll all the way down in you settings / app list and there you most likely will find an app without a logo or name. Just delete this and your phone will be malware free. (at least that's what I did last week)
Click to expand...
Click to collapse
Thanks man i did find an app without a name deleted it and now everything is fine thank you
Glad to help!
Hello guys, I am back! [中文請向下讀]
I am back with a new method for installing Gapps in a better way. I have just installed on a Yota3 phone and seems very stable this time. However, I still need someone to test this out to make sure things are alright.
For the rooting method, I will create another thread later on.
Tester requirement:
1. Windows 7 or higher
2. Has ADB and Fastboot installed (Will write-up how to do this)
3. Has a USB wire (Unless you never charge your phone..)
4. Disposable phone data (Yes, risky process, backup all your stuff before you start)
I will update this thread later... :fingers-crossed:
Chinese Section 中文區:
剛完成安裝到一部Yota3上, 但仍需要一名測試人員測試一下方法可靠性.
測試人員要求:
1. Windows 7 或以上
2. 已安裝ADB及Fastboot (會再另外寫安裝教學)
3. 有USB線....
4. 電話上的資料可以被刪除 (請備份備份備份!)
no need to do like this, no need to root YOTA3 phone too. you may just install an APP named GO谷歌安装器 in original AppStore of YOTA3 then use this app to install Google Apps
Welp, its OK if you don't even need Google at all. Would you allow the device that you use every day for more than 8 hours has some unknown or untrusted apps installed? I would say NO. If you stop just right here, there is no point to have a new phone too.
You talking about this?
https://forum.xda-developers.com/showpost.php?p=77223083&postcount=12
What is it?
zeerd said:
You talking about this?
https://forum.xda-developers.com/showpost.php?p=77223083&postcount=12
Click to expand...
Click to collapse
I can't even get INTO Google Play Store to change setting on whatever that app is called.