How do you re install the stock applications if removed. Is there a official way without reset the phone?
Thinking about mail app etc that you can remove.
Skickat från min PCT-L29 via Tapatalk
Connect to PC with ABD
ADB shell cmd package install-existing (package name)
Without the brackets
Sent from my HUAWEI LYA-L09 using XDA Labs
Related
Is there a command/parameter that I can use to uninstall an app from the emulator or even a device?
I have gone through settings and I also blanked out the emulator session, but both are very time consuming. I thought maybe there was an easier way. Any suggestions?
Thanks...
Sent from my SAMSUNG-SGH-I897 using XDA App
adb remove (full app filename, no extension) eg adb remove com.developer.appname
or adb shell rm /data/app/(full app filename with apk extension)
to find the file name, use adb shell ls /data/app/
Thanks, I'll give it a try. I find it interesting though that the docs don't have the remove command. Also, I found an adb wiki that also does not have the remove command but does have an uninstall command. Why the differences? Oh well, even though I did not see it in the docs I should have at least tried the uninstall for grins before I posted. It is late so I will try both tomorrow.
Thanks again.
Sent from my...
Device Admin
Hello,
This uninstall parameter is being fail to remove app which is privileged as Device Admin.
How to deactivate Device Admin Privilege on any app thru adb ?
How to uninstall Device Admin App thru ADB ?
how can I go to adb shell and how to use it??
in slade's daul touch should go to shell but I do not know how to do,have anybody help me??
sorry for my foolishness and big big thanks for answer!
Sent from my U20i using Tapatalk
There are 2 ways that I know to get to adb shell
First u can download android sdk that contains adb shell on it,enable usb debugging on u'r phone than connect it to your pc. Then run cmd on u'r pc and point to android sdk folder than type adb shell
Second,the easiest way I think,download and install terminal emulator from market,then run it and u are on adb shell now.
Sent from my U20i using XDA App
Evillest said:
how can I go to adb shell and how to use it??
in slade's daul touch should go to shell but I do not know how to do,have anybody help me??
sorry for my foolishness and big big thanks for answer!
Sent from my U20i using Tapatalk
Click to expand...
Click to collapse
here you got nice tutorial how to set up adb and how to use it
http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
but if you want to install dualtouch makes as it says in bold procedure
but if u are runing slades rom you dont need to do that beacuse dualtouch is allredy icluded
Eyama said:
here you got nice tutorial how to set up adb and how to use it
http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
but if you want to install dualtouch makes as it says in bold procedure
but if u are runing slades rom you dont need to do that beacuse dualtouch is allredy icluded
Click to expand...
Click to collapse
I've run slade's rom,but there have update version,should I install the update version in adb shell???
Sent from my U20i using Tapatalk
Just see my tweaks, install update.zip and follow instructions, no adb shell needed, if you want you can use terminal emulator
Sent from my ftw mini pro
recca666 said:
There are 2 ways that I know to get to adb shell
First u can download android sdk that contains adb shell on it,enable usb debugging on u'r phone than connect it to your pc. Then run cmd on u'r pc and point to android sdk folder than type adb shell
Second,the easiest way I think,download and install terminal emulator from market,then run it and u are on adb shell now.
Sent from my U20i using XDA App
Click to expand...
Click to collapse
it's mean that terminal emulator's function same as adb shell??
or,terminal emulator is one of the shell??
Sent from my U20i using Tapatalk
Use the terminal. Adb shell is just a way for u to use your PC's command prompt in the same way the terminal works
sent from my transparent xda app by the impaler747
johnson8cyl said:
Use the terminal. Adb shell is just a way for u to use your PC's command prompt in the same way the terminal works
sent from my transparent xda app by the impaler747
Click to expand...
Click to collapse
thanks!! I've see that what should I do。
Sent from my U20i using Tapatalk
D4rKn3sSyS said:
Just see my tweaks, install update.zip and follow instructions, no adb shell needed, if you want you can use terminal emulator
Sent from my ftw mini pro
Click to expand...
Click to collapse
thanks for your help!
Sent from my U20i using Tapatalk
I´m trying the second method, i have the console in my android but this is what i´m doing and i´m getting adb: not found
$ $su
# adb shell
adb: not found <---- what i´m doing wrong?
Thanks in advance
What are u trying to do? Adb shell command is from PC console not terminal in your phone. Adb is part of sdk setup on your pc
Sent from my HTC Magic using XDA App
deleted
Login terminal with root and install package list ...... enter command apt-get update or go package manager update it or also ezy way get package list goto software update check for update u ubuntu updating package list...
.
Sent from my GT-S6102 using xda premium
Type this:
sudo su -l
apt-get update
apt-get upgrade
apt-get update
And then try again.
Sent from my Galaxy Nexus using Tapatalk 2
Upgrade to 12
Sent from my SPH-D710 using xda premium
And if it's java that's causing the issue you'll never get that to work. You'll either have to use OpenJDK(Which is only sorta supported), or download the .BIN and install manually.
I want use adb commands to "integrate" the update into the system (google play, gmail etc...)
i am not a root
, help me please thanks
Even with adb you can not write to /system without root. You need read/write access to do so, this means you will need to root your device
Sent from my Nexus 4 using XDA Premium 4 mobile app
I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
marto777 said:
I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
Click to expand...
Click to collapse
Did you delete it via ADB? If its a system app I'm guessing you may need root. Have you tried installing via ADB? I'm not an expert when it comes to this.
Sent from my [device_name] using XDA-Developers Legacy app
jadaress1 said:
Did you delete it via ADB? If its a system app I'm guessing you may need root. Have you tried installing via ADB? I'm not an expert when it comes to this.
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
Uninstalled the app from HiSuite software on my PC. I dont have root. Tried to install it with ADB but even there i have Signature fail message
marto777 said:
Uninstalled the app from HiSuite software on my PC. I dont have root. Tried to install it with ADB but even there i have Signature fail message
Click to expand...
Click to collapse
I dunno then, maybe someone more experienced than me (which ain't hard) [emoji6] can give u some advice.
Sent from my [device_name] using XDA-Developers Legacy app
There is a Huawei weather 5.1.83 from Dec 2017 on apkmirror, is it possible to install that then perhaps it might update to the latest version after the installation?
Sent from my HUAWEI LYA-L09 using XDA Labs
Installed this but its not same that i have.Cant update it and widget dont even work
https://drive.google.com/file/d/1slOzj_GyZqmMElW38hbHJswbe486jwzK/view?usp=drivesdk
I have extracted mine with a APK extractor see if this works without a signature
Sent from my HUAWEI LYA-L09 using XDA Labs
Darkat70 said:
https://drive.google.com/file/d/1slOzj_GyZqmMElW38hbHJswbe486jwzK/view?usp=drivesdk
I have extracted mine with a APK extractor see if this works without a signature
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
No
Have you tried finding it in huawei's appgallery?
Is very good alternative is 'Today Weather'. Very functional and simple material designed. Free with minimal ads. 2 dollar for permanent ad removal.
How exactly does this weather widget work, I don't see any weather widgets available to put on my home screen.
Sent from my HUAWEI LYA-L09 using XDA Labs
marto777 said:
Installed this but its not same that i have.Cant update it and widget dont even work
Click to expand...
Click to collapse
Did you manage to get it back on your phone?
marto777 said:
I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
Click to expand...
Click to collapse
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Mate 20 RS
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Hi!
I have the same weather problem on my Mate 20 RS (porsche design).
Could you, please, explain the steps for ADB shell cmd package using.
Thanks in advance!
Mate 20 RS
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Hi Darkat70!
Could you, please, type the full command line in ADB shell cmd in order to solve the weather problem?
Thanks a lot!
arapa said:
Hi Darkat70!
Could you, please, type the full command line in ADB shell cmd in order to solve the weather problem?
Thanks a lot!
Click to expand...
Click to collapse
That what is above is the command. You just run from the CMD prompt on the PC
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Darkat70 said:
That what is above is the command. You just run from the CMD prompt on the PC
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Thanks!
But do you mean in CMD:
C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools\ADB shell cmd package install-existing com.huawei.android.totemweather
(the above I tryed but nothing happened)
or:
C:\ADB shell cmd package install-existing com.huawei.android.totemweather
Please, instruct in more details.
Thanks in advance!
arapa said:
Thanks!
But do you mean in CMD:
C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools\ADB shell cmd package install-existing com.huawei.android.totemweather
(the above I tryed but nothing happened)
or:
C:\ADB shell cmd package install-existing com.huawei.android.totemweather
Please, instruct in more details.
Thanks in advance!
Click to expand...
Click to collapse
It depends upon if you installed ADB as a global wide command.
You can use the
adb shell pm list packages
This will list all package names, you can check to see if weather package is there or listed as a different name.
Sent from my HUAWEI LYA-L09 using XDA Labs
Hi,
i have same problem and i hard reset my M20P.
I manage to extract apk.
If you want you can download it here :
https://drive.google.com/open?id=1MHbObMh3Yg_yNZKcXVzo7FIf9iHnDjua
Tell me if it works.
I did the same by mistake and found a solution:
Open the AppGallery and go to Manager, then select Installation manager and look for the Weather app there and install it.
Worked for me!
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
I did that command and shows "Package com.huawei.android.totemweather installed for user: 0" but i can't see the app , and when i use the other command "adb shell pm list packages" it shows the package
I use a P20 lite - ANE-LX3