On my Galaxy S7 “herolte” I’ve removed the e.foundation Weather App as follows.
I’m using these Android SDK platform tools “ADB and Fastboot” on my Wind°ws host machine.
With the command prompt or Powershell (as administrator) I call ADB:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. Alle Rechte vorbehalten.
C:\ADB>adb version
Android Debug Bridge version 1.0.41
Version 30.0.0-6374843
Installed as C:\ADB\adb.exe
C:\ADB>adb devices
daemon not running; starting now at tcp:5037
daemon started successfully
List of devices attached
7007007007 unauthorized
When this message is displayed, a confirmation must be made on your phone. Then again …
C:\ADB>adb devices
List of devices attached
7007007007 device
Now there is a connection between the host machine and the Android phone
Now enter the following ADB commands:
adb shell
pm list packages|grep -i weather
The result should be:
package:org.lineageos.openweathermapprovider
package:foundation.e.weather
package:org.cyanogenmod.weatherservice
package:org.cyanogenmod.weather.provider
Now uninstall these four applications for user 0 (owner):
pm uninstall -k --user 0 org.lineageos.openweathermapprovider
pm uninstall -k --user 0 foundation.e.weather
pm uninstall -k --user 0 org.cyanogenmod.weatherservice
pm uninstall -k --user 0 org.cyanogenmod.weather.provider
Now the /e/ weather app and icon is removed.
If the icon is still visible, you can→ clear BlissLauncher cache.
For further information only → disable apps