(I am a compete noob)
I have a Samsung galaxy s10 and I have installed an app via apk (untrusted source) but it's corrupt, so I uninstalled the app and downloaded it again via play store but it gives me the message " you cannot install this app because another user has already installed an incompatible version on this device".
I searched on how to remove this and I found that I have to delete it with adb shell pm uninstall but when I press enter it just doesn't give my any response message. just puts me to a new line. But I tried to remove another app and the adb shell gives me "inaccessible or not found shell'
What should I do to remove this app? I don't want to do a factory reset
Related
I've installed new firmware and I've rooted my device however I'm not able to download new applications and my GPS doesn't seem to be working.
Error "Package file wasn not signed correctly. Uninstall the previous copy of the app and try again. (option to uninstall is available but never works)
Does anyone else have these issues and does anyone have a fix most importantly?
Thank you,
rci_canada said:
I've installed new firmware and I've rooted my device however I'm not able to download new applications and my GPS doesn't seem to be working.
Error "Package file wasn not signed correctly. Uninstall the previous copy of the app and try again. (option to uninstall is available but never works)
Does anyone else have these issues and does anyone have a fix most importantly?
Thank you,
Click to expand...
Click to collapse
Have a look at thread http://forum.xda-developers.com/showthread.php?t=2479695 which has quite a lot of information on rooting and flashing this phone. For this particular problem, try the following:
1. Use a Root Uninstaller (I use System App Safe Remover) to uninstall Documents to Go, Skype, Twitter, YouTube and WhatsApp. Don't uninstall Facebook - I can't get that one to reinstall properly yet.
2. You can also uninstall unwanted stuff like 3D Live Weather, Weather, Weather Service and the Chinese keyboard if you want - I've installed Google Keyboard instead which seems much better.
3. Reboot the phone
4. Go to Settings / Apps / All and, for Google Play Services and Google Play Store, Clear Cache, Clear Data and Force Stop
5. Reboot the phone
6. Reinstall the desired apps from the Play Store
Docstogo won't reinstall properly - it'll give an error about a shared ID. Have a look at this thread http://forum.xda-developers.com/showthread.php?t=1219029- use ADB (via MTKdroidTools) to copy packages.xml to your computer, edit it to remove the DocstoGo section, copy it back to the phone, reboot, and install from Play Store:
1. adb shell chmod 666 /data/system/packages.xml
2. adb pull /data/system/packages.xml
3. Now edit (notepad++) and remove the shared user in question xml block from the file:
Code:
<shared-user name="com.docstogo" userId="xxxxx"> (or whatever)
...
</shared-user>
4. adb push packages.xml /data/system
5. adb shell rm /data/dalvik-cache/*
6. adb reboot
Hope that helps.
Everything is working except facebook
serafis said:
Have a look at thread http://forum.xda-developers.com/showthread.php?t=2479695 which has quite a lot of information on rooting and flashing this phone. For this particular problem, try the following:
1. Use a Root Uninstaller (I use System App Safe Remover) to uninstall Documents to Go, Skype, Twitter, YouTube and WhatsApp. Don't uninstall Facebook - I can't get that one to reinstall properly yet.
2. You can also uninstall unwanted stuff like 3D Live Weather, Weather, Weather Service and the Chinese keyboard if you want - I've installed Google Keyboard instead which seems much better.
3. Reboot the phone
4. Go to Settings / Apps / All and, for Google Play Services and Google Play Store, Clear Cache, Clear Data and Force Stop
5. Reboot the phone
6. Reinstall the desired apps from the Play Store
Docstogo won't reinstall properly - it'll give an error about a shared ID. Have a look at this thread http://forum.xda-developers.com/showthread.php?t=1219029- use ADB (via MTKdroidTools) to copy packages.xml to your computer, edit it to remove the DocstoGo section, copy it back to the phone, reboot, and install from Play Store:
1. adb shell chmod 666 /data/system/packages.xml
2. adb pull /data/system/packages.xml
3. Now edit (notepad++) and remove the shared user in question xml block from the file:
Code:
<shared-user name="com.docstogo" userId="xxxxx"> (or whatever)
...
</shared-user>
4. adb push packages.xml /data/system
5. adb shell rm /data/dalvik-cache/*
6. adb reboot
Hope that helps.
Click to expand...
Click to collapse
Everything is great now ! The only problem I am currently having is my facebook app won't install. I tried to uninstall but the app isn't there. When I reinstall I receive a message that the package is not digitally signed. Anyone one else have a Facebook issue with there Doogee dg100 ?
Facebook won't install - Doogee DG100
rci_canada said:
Everything is great now ! The only problem I am currently having is my facebook app won't install. I tried to uninstall but the app isn't there. When I reinstall I receive a message that the package is not digitally signed. Anyone one else have a Facebook issue with there Doogee dg100 ?
Click to expand...
Click to collapse
Is there any solution to re-install Facebook app? My girlfriend is accidentally uninstall app and we cannot install it again, package is not digitally signed... thanks
Is the GPS fixed
rci_canada said:
Everything is great now ! The only problem I am currently having is my facebook app won't install. I tried to uninstall but the app isn't there. When I reinstall I receive a message that the package is not digitally signed. Anyone one else have a Facebook issue with there Doogee dg100 ?
Click to expand...
Click to collapse
Did the above cited procedure fixed you GPS as well?
GPS as well as magnetic sensor or out of order in my new DG100
Rooted with SRSroot and am having the latest firmwire from doogee site (20140317)
Thanks
I use a Sony Z1 connected Gear and samsung have successfully installed the app to download the application to gear 2., : Khóc: But there is a problem when deleting applications that do not like in the Gear Manager application on the machine error "Sorry, Gear Manager has stopped." Hope you help me how to fix the error. Thanks all
Hoàng Tuấn said:
I use a Sony Z1 connected Gear and samsung have successfully installed the app to download the application to gear 2., : Khóc: But there is a problem when deleting applications that do not like in the Gear Manager application on the machine error "Sorry, Gear Manager has stopped." Hope you help me how to fix the error. Thanks all
Click to expand...
Click to collapse
You can try to uninstall it manually, but it quite tricky to do it.
To install/uninstall apps or .wgt I use Tizen SDB tools
To push app/wgt to gear 2 use command prompt and navigate to sdb folder and type : sdb install app_name.wgt
To uninstall app/wgt it's a bit complicated, you have to know the app ID, to find app ID you have to rename .wgt to .zip and open the zip file. Inside zip file, find and open config.xml. The app id look something like this : <tizen:application id="ZYdli9xE8s" >
Then command prompt type: sdb uninstall ZYdli9xE8s. Replace ZYdli9xE8s with application ID you wish to uninstall.
Samsung A8, Android 7.1.1
I was following uninstalling via adb shell some of the unwanted apps on this phone, and i mistakenly removed the wrong onewith this:
pm uninstall --user 0 com.samsung.android.providers.contacts
I have all my contacts in cloud, but now the sync does not work, and when i use the contacts app (which i updated) to add a new contact it says
"no app was found to handle this action"
I have tried downloading the apk available elsewhere, but it does not work.
tried reinstalling the contacts app from playstore, same things
Any suggestions are welcome to fix this without a phone reset.
Thanks.
Xoramung said:
Samsung A8, Android 7.1.1
I was following uninstalling via adb shell some of the unwanted apps on this phone, and i mistakenly removed the wrong onewith this:
pm uninstall --user 0 com.samsung.android.providers.contacts
I have all my contacts in cloud, but now the sync does not work, and when i use the contacts app (which i updated) to add a new contact it says
"no app was found to handle this action"
I have tried downloading the apk available elsewhere, but it does not work.
tried reinstalling the contacts app from playstore, same things
Any suggestions are welcome to fix this without a phone reset.
Thanks.
Click to expand...
Click to collapse
I doubt you can actually fix it without factory reset. Last thing you can try is to download the apk again and install it with
Code:
pm install --user 0 [B]apklocation[/B]
If it doesn't works, proceed with a Factory Reset. Please don't mess again with thing you don't know
Hi Everyone!
I was searching about the removal of Bloatware and found this:
https://gadgetstouse.com/blog/2019/...oatware-from-realme-smartphones-without-root/
It teach us how to remove Bloatwares with this steps:
1 - You need to enable developer options by going to Settings > About phone > tap on Build number 7 times.
2 - Now, go to the developer and enable the USB Debugging option.
3 - Connect your phone to your PC via USB cable and open an elevated(Run as Administrator) command window.
4 - Enter the command “adb shell” and press Enter.
Now, enter the commands from the list below to remove the respective app.
pm uninstall –k ––user 0 Name Of The App
And, i made a list of apps that I THINK it could be removed (no technical knowledge at all!).
Does anyone removed those apps or know that is too risky to do so?
The list is:
com.Heytap.yoli
com.Colorist.oppopods
Coloros.oppopods
com.Coloros.personalassistant
com.Coloros.digitalwelbeing
com.Coloros.weather2
com.Coloros.weather.weatherapplication
com.Coloros.familyguard
com.Heytap.reader
com.Colorist.onekeylockscreen
com.Coloros.onekeylockscreen
com.Coloros.backuprestore
com.Oppo.ctaautoregist
com.Heytap.pictorial
com.Android.providers.calendar
com.Heytap.cloud
com.Finshell.wallet
com.Sohu.inputmethod.sogouoem
com.Coloros.healthcheck
com.Iflytek.speechsuite
com.Coloros.athena
com.heytap.market
com.Heytap.usercenter
com.Coloros.oshare
com.Coloros.bootreg
com.Coloros.assistantscreen
com.Coloros.activation
com.Coloros.remoteguardservice
com.Coloros.operationmanual
com.Heytap.themestore
com.Coloros.ocrscanner
com.Heytap.quickserachbox
com.Nearme.atlas
com.Coloros.directui
com.Coloros.browser
com.Realme.findphone.client2
com.Coloros.findmyphone
com.Coloros.smartdrive
com.Coloros.speechassist
com.Coloros.codebook
com.Coloros.widget.smallweather
com.Coloros.feedback
com.Coloros.calendar
com.Coloros.alarmclock
com.Coloros.securepay
com.Coloros.sauhelper
com.Oppo.logkit
com.Heytap.speechassist.engine
com.Coloros.video
Macjars said:
Hi Everyone!
I was searching about the removal of Bloatware and found this:
https://gadgetstouse.com/blog/2019/...oatware-from-realme-smartphones-without-root/
It teach us how to remove Bloatwares with this steps:
1 - You need to enable developer options by going to Settings > About phone > tap on Build number 7 times.
2 - Now, go to the developer and enable the USB Debugging option.
3 - Connect your phone to your PC via USB cable and open an elevated(Run as Administrator) command window.
4 - Enter the command “adb shell” and press Enter.
Now, enter the commands from the list below to remove the respective app.
pm uninstall –k ––user 0 Name Of The App
And, i made a list of apps that I THINK it could be removed (no technical knowledge at all!).
Does anyone removed those apps or know that is too risky to do so?
The list is:
Click to expand...
Click to collapse
Yeah I've done this on the chinese ROM, can't remember exactly what i did remove (it wasn't exactly that list), I used an app called 'Package Names' from the Play Store to help identify which ones I wanted to remove.
It is a bit risky so I targeted the Breeno voice stuff and apps that I knew wouldn't be system critical, has been a success.
Google assistant now working. Also google feed now comes up instead of the breeno feed thing.
Nearly feels like a european ROM, my only remaining niggle is how to get location tracking turned back on for google maps timeline.
htcherouk said:
Yeah I've done this on the chinese ROM, can't remember exactly what i did remove (it wasn't exactly that list), I used an app called 'Package Names' from the Play Store to help identify which ones I wanted to remove.
It is a bit risky so I targeted the Breeno voice stuff and apps that I knew wouldn't be system critical, has been a success.
Google assistant now working. Also google feed now comes up instead of the breeno feed thing.
Nearly feels like a european ROM, my only remaining niggle is how to get location tracking turned back on for google maps timeline.
Click to expand...
Click to collapse
Hey,u deleted also app market,theme store and instant router? Or cant?i exactly do the same and cant uninstall these three.i can delete the other and going well.i typed pm uninstall -k --user 0 com.heytap.market and enter.it showed like cant delete internal error or smt.This happened to u also?
hi guys, I wanted to debloat but i couldnt download deep testing apk file to unlock the bootloader of my RMX2071 from baidu website. can anyone please lodge it somewhere out of pan.baidu.com please! I appreciate your help !
Myopaingthu said:
Hey,u deleted also app market,theme store and instant router? Or cant?i exactly do the same and cant uninstall these three.i can delete the other and going well.i typed pm uninstall -k --user 0 com.heytap.market and enter.it showed like cant delete internal error or smt.This happened to u also?
Click to expand...
Click to collapse
I have the same problem on RMX2071, anyone could uninstall market app? thanks in advance
santoshee said:
hi guys, I wanted to debloat but i couldnt download deep testing apk file to unlock the bootloader of my RMX2071 from baidu website. can anyone please lodge it somewhere out of pan.baidu.com please! I appreciate your help !
Click to expand...
Click to collapse
Here, I have a bookmark for it on somebody's Google Drive: https://drive.google.com/file/d/18SuOKen-pSi8Qlhpkw8umrjS2qneFrWj/view?usp=sharing
Dohvakiin said:
Here, I have a bookmark for it on somebody's Google Drive: https://drive.google.com/file/d/18SuOKen-pSi8Qlhpkw8umrjS2qneFrWj/view?usp=sharing
Click to expand...
Click to collapse
Thanks a lot mate !!
htcherouk said:
Yeah I've done this on the chinese ROM, can't remember exactly what i did remove (it wasn't exactly that list), I used an app called 'Package Names' from the Play Store to help identify which ones I wanted to remove.
It is a bit risky so I targeted the Breeno voice stuff and apps that I knew wouldn't be system critical, has been a success.
Google assistant now working. Also google feed now comes up instead of the breeno feed thing.
Nearly feels like a european ROM, my only remaining niggle is how to get location tracking turned back on for google maps timeline.
Click to expand...
Click to collapse
Yes same here as well. DId you manage to get the google feed to display English instead of straight Chinese characters as well?
As a bit of information, IDK if you've played around with defaults aswell:
I have been trying to get past the default app limits arbitrarily placed in the OS. I followed similar instructions to above to get a working SMS app other than the stock Messages. For me personally, I enjoy using Textra.
First I backed up the stock messages app and then removed it via the method above. Then I reinstalled it. Next I deleted Textra and then reinstalled it as well. I set Textra to default in the Textra app itself. Finally I removed Messages. I can message in Textra, but every time I receive a message the entire system has a hint box that appears that suggests to change preferences. It is important to note that the OS does not recognize Textra as the default, but it functions as one since the default is removed temporarily.
insanedoc said:
I have the same problem on RMX2071, anyone could uninstall market app? thanks in advance
Click to expand...
Click to collapse
Yeah, I can't uninstall market app too. This app is really annoying because its always updating.
Please someone help us.
insanedoc said:
I have the same problem on RMX2071, anyone could uninstall market app? thanks in advance
Click to expand...
Click to collapse
I think this is a sytem app,
So as to remove it ,you need root previlage ,
AS the twrp for realmex50pro is not availabe,you need to do this,
extract your bl of your current rom,
install magisk ,use magisk to patch the bl
boot to fastboot mode,flash the magisk patched bl,
boot to system,and complete the magisk install,
In magisk,set adb root previlage,
In adb command,type su,
then you type the correspondence delete command,
This time,Things will be done
Anyway,extract the bl of the current rom may be the most difficult task.
Try this website,I got it from another post,
GitHub - bkerler/oppo_ozip_decrypt: Oppo Firmware .ozip decrypter
Oppo Firmware .ozip decrypter. Contribute to bkerler/oppo_ozip_decrypt development by creating an account on GitHub.
github.com
,
this need python,I wonder if the depressed password of realme x50pro is included yet,
I tried realme x2,And it worked well.
ferryp888 said:
Yeah, I can't uninstall market app too. This app is really annoying because its always updating.
Please someone help us.
Click to expand...
Click to collapse
I just Disabled it
pm disable-user --user 0 com.heytap.market
I need to reinstall whatsapp to restore some chats but am unable uninstall whatsapp. When I click uninstall it just bounces me back to the app settings. Have also tried ADB and a couple of uninstall apps with no joy. The whatsapp version installed was the apk direct from whatsapp, not transferred using phone clone and other than youtube vanced I am am running HMS only.
Any ideas?
Hi there,
Did you tried to first clean cache and data in WhatsApp before uninstalling ?
Also, you can look if there is an update on official whatsapp website, apply it, and then try to uninstall ?
Tried cache and storage and no luck, pretty sure I have the latest version but I'll take a look.
From memory I had this issue when I got my first P40 pro last year and ended up going the factory reset route.
You said you tried with ADB, so I suppose you typed something like this :
pm uninstall -k --user 0 com.whatsapp
Is there any error message ?
FrenchKoR said:
You said you tried with ADB, so I suppose you typed something like this :
pm uninstall -k --user 0 com.whatsapp
I
Is there any error message ?
Click to expand...
Click to collapse
I did not note it down, think it was something like invalid command. I'll try again tomorrow.
Checked and I have the latest version of the app too.
Figured it out, I had to remove the memory card. No idea why but found it buried in a Huawei support article.