Spotify sideload not showing, even when installed using adb - Android Auto General

Hi,
Spotify does not show up anymore in Android Auto (3.5.583023), even when installed using adb.
pm list packages -i | grep spotify
produces
package:com.spotify.music installer=com.android.vending
Does AA have other means to detect the sideload?

Reinstall Android auto.

Thanks. Tried but no success

Turn on Developer Settings and then reinstall the app it should work. That command you posted no longer installs app as PlayStore

valhallen.282 said:
Turn on Developer Settings and then reinstall the app it should work. That command you posted no longer installs app as PlayStore
Click to expand...
Click to collapse
This is the only thing that actually works!!! My man! Thanks.

Related

Change resolution on Marshmallow ?

I am using V4 kernel (http://forum.xda-developers.com/nexus-6/development/kernel-stock-kernel-root-color-control-t3218958) on stock MRA58N with encryption disabled.
I cannot change resolution using
Code:
wm size 720x1280
after su. It gives the following error:
"Can't connect to window manager; is the system running?"
Do you have any ideas?
and why do you want to connect to windows to do it? there are apps that do it for you, or you can use a terminal emulator app on your phone as well.
simms22 said:
and why do you want to connect to windows to do it? there are apps that do it for you, or you can use a terminal emulator app on your phone as well.
Click to expand...
Click to collapse
I am actually using the terminal emulator. I have also tried the apps in the app store. They don't change anything either.
kolpa06 said:
I am actually using the terminal emulator. I have also tried the apps in the app store. They don't change anything either.
Click to expand...
Click to collapse
i use this one, resolution changer https://play.google.com/store/apps/details?id=com.nomone.resolution_changer it works, and works well. unless you dont have root..

Spotify stopped working

Modded spotify stopped showing up under audio menu after the 2.3 android auto update. Anyone else have this issue.
Sent from my SM-G950U using XDA-Developers Legacy app
yes! also with the playstore version.
I had to downgrade to 2.2
It is easily solved... just uninstall Spotify and reinstall from adb.
Copy spotify modded apk in /sdcard, rename it spotify.apk then enter this command from adb shell:
"adb shell pm install -i "com.android.vending" -r /sdcard/spotify.apk" (without quotes)...
wait few seconds the success message.
Done
@nussa where did you find 2.2 and how did you get it to install. I found an older one but it forces me to go through the setup which automatically updates it.
thank you @jonsat that worked perfectly

Help!!! my note 8 stuck in "system ui has stopped

Hi, just now I upgrade to the the last Samsung update and now I got the error.
The AOD is work and I got notification tone but can not enter to the phone.
I enter to safemode and still the same.
I hope there is a way to solved it without erase the phone.
I can't enter to download mode because I can't close the phone
What should I do?
SAME TO MEE... OMG!!! ****ing samsung send me this update|
i even cannot call any one with this phone right now ..
I did a factory reset and now i need to spend hours to download and customized all over again!!
I think it's because the tweaks and system modes of Substratum.
I think that on the next time we should delete all of the system modes.
Hope some one can approve it because I really don't want to get through this again.
What make it to a sad joke is that the update is not what i thought it was, still I don't have the new Samsung VPN.
All for nothing!!!
soilentgreen said:
I did a factory reset and now i need to spend hours to download and customized all over again!!
I think it's because the tweaks and system modes of Substratum.
I think that on the next time we should delete all of the system modes.
Hope some one can approve it because I really don't want to get through this again.
What make it to a sad joke is that the update is not what i thought it was, still I don't have the new Samsung VPN.
All for nothing!!!
Click to expand...
Click to collapse
Correct, you have to uninstall all your layers and substratrum mods before accepting the OTA. I just saw this but you can boot into safe mode while system ui is fc and uninstall all the mods there and you should be good when you boot out of safe mode. No factory data reset needed.
soilentgreen said:
Hi, just now I upgrade to the the last Samsung update and now I got the error.
The AOD is work and I got notification tone but can not enter to the phone.
I enter to safemode and still the same.
I hope there is a way to solved it without erase the phone.
Click to expand...
Click to collapse
I posted this before in another thread...
I was able to fix it without factory resetting my phone. To do it, connect your phone to a pc (pc that you previously connected your phone to and always allowed access), in cmd with adb, run "adb shell pm list packages > whateveryouwanttonameit.txt" and look through the text file for apps you installed that changed your status bar. Then in cmd run "adb uninstall com.appyouwanttouninstall". I did 4 among many, checked my phone, and didn't get the system ui has stopped messages
houboy said:
I posted this before in another thread...
I was able to fix it without factory resetting my phone. To do it, connect your phone to a pc (pc that you previously connected your phone to and always allowed access), in cmd with adb, run "adb shell pm list packages > whateveryouwanttonameit.txt" and look through the text file for apps you installed that changed your status bar. Then in cmd run "adb uninstall com.appyouwanttouninstall". I did 4 among many, checked my phone, and didn't get the system ui has stopped messages
Click to expand...
Click to collapse
Thanks for the tip! Rather than saving to text I just used one window to output the packages to stdout, while I used another to do the uninstalls. Removing these two packages fixed the issue:
com.android.settings.SwiftDark.Android8defaultgrey.SamsungS8
com.android.systemui.SwiftDark.SamsungS8
how can u access to cmd with adb ?
houboy said:
I posted this before in another thread...
I was able to fix it without factory resetting my phone. To do it, connect your phone to a pc (pc that you previously connected your phone to and always allowed access), in cmd with adb, run "adb shell pm list packages > whateveryouwanttonameit.txt" and look through the text file for apps you installed that changed your status bar. Then in cmd run "adb uninstall com.appyouwanttouninstall". I did 4 among many, checked my phone, and didn't get the system ui has stopped messages
Click to expand...
Click to collapse
Hello, give me tutorial, how can i uninstall apk from pc ?
i can access cmd but how can i uninstalled apk ?
please help,,,
Thanks,
Thank you for all the answers.
ggrant3876 said:
Correct, you have to uninstall all your layers and substratrum mods before accepting the OTA. I just saw this but you can boot into safe mode while system ui is fc and uninstall all the mods there and you should be good when you boot out of safe mode. No factory data reset needed.
Click to expand...
Click to collapse
But I did boot into safe mode and the phone continued to stuck on "system ui has stopped"
houboy said:
I posted this before in another thread...
I was able to fix it without factory resetting my phone. To do it, connect your phone to a pc (pc that you previously connected your phone to and always allowed access), in cmd with adb, run "adb shell pm list packages > whateveryouwanttonameit.txt" and look through the text file for apps you installed that changed your status bar. Then in cmd run "adb uninstall com.appyouwanttouninstall". I did 4 among many, checked my phone, and didn't get the system ui has stopped messages
Click to expand...
Click to collapse
enrico.fm08 said:
Hello, give me tutorial, how can i uninstall apk from pc ?
i can access cmd but how can i uninstalled apk ?
please help,,,
Thanks,
Click to expand...
Click to collapse
I never knew how to use adb,
There is any tutorial about it?
soilentgreen said:
Hi, just now I upgrade to the the last Samsung update and now I got the error.
The AOD is work and I got notification tone but can not enter to the phone.
I enter to safemode and still the same.
I hope there is a way to solved it without erase the phone.
Click to expand...
Click to collapse
Edwanzhuang said:
SAME TO MEE... OMG!!! ****ing samsung send me this update|
i even cannot call any one with this phone right now ..
Click to expand...
Click to collapse
Did any of you have substratum installed?
EDIT: i just read up higher.
This also happened to me with substratum. One thing I did before however is I already had adb debugging enabled and trusted with my pc via adb.
I used these instructions found here for adb
https://www.reddit.com/r/GalaxyS8/comments/737y3j/helpfix_substratum_system_ui_has_stopped_issue/
What is the latest version of samsung update?
Mine is N950FXXU2BQKG/N950FOXM2BQKG/N950FXXU2BQKG.
My phone updat 6 days ago, and I don't have the new samsung VPN.
And just to be clear, in the next update after uninstall all the layers and substratrum mods and accepting the OTA, it is safe to install all the layers again after the update?
Thanks again
soilentgreen said:
What is the latest version of samsung update?
Mine is N950FXXU2BQKG/N950FOXM2BQKG/N950FXXU2BQKG.
My phone updat 6 days ago, and I don't have the new samsung VPN.
And just to be clear, in the next update after uninstall all the layers and substratrum mods and accepting the OTA, it is safe to install all the layers again after the update?
Thanks again
Click to expand...
Click to collapse
You should have the VPN under wifi advance settings.
Yes it's safe to install all your layers and substratrum mods I using it on 2BQKG.
Merry Christmas to all!
BluePhnx said:
You should have the VPN under wifi advance settings.
Yes it's safe to install all your layers and substratrum mods I using it on 2BQKG.
Merry Christmas to all!
Click to expand...
Click to collapse
I don't have the VPN, and we on the same version. It's weired.
I need to "open" it somehow?
How do you color your notifaction clock and icons?
hello i just uptdated my software and im stuck with the same thing can somebody walk me thru how to fix this?
houboy said:
I posted this before in another thread...
I was able to fix it without factory resetting my phone. To do it, connect your phone to a pc (pc that you previously connected your phone to and always allowed access), in cmd with adb, run "adb shell pm list packages > whateveryouwanttonameit.txt" and look through the text file for apps you installed that changed your status bar. Then in cmd run "adb uninstall com.appyouwanttouninstall". I did 4 among many, checked my phone, and didn't get the system ui has stopped messages
Click to expand...
Click to collapse
Thanks houboy, you're a lifesaver.
Tried to center the status bar clock and the phone crashed.
Your method worked like a charm
I was reading through the reddit thread posted earlier and found an alternative solution which worked for me.
Log into Samsungs Find My Phone website, unlock your device and then switch on Power Saving Mode, then reboot. Once in Power Saver you will regain control of your phone. Now, switch off power saver and go disable all substratum mods and reboot again.
Happened twice to me while setting up my new Note 8. Resolved to finally wipe through hard reset menu, and setup as new phone. Some Substratum addon was lingering when I did a restore which was likely causing the UI crash.
this happened 3 times to my note 8, the culprit seems to be android pay, once you add a credit card to be specific . To fix the phone you need to put the phone in powersaving mode via Samsung dive then reboot.
once the phone rebooted in power saving mode just put it back to normal , after this procedure all cards are removed from google pay.
davnav899 said:
Did any of you have substratum installed?
EDIT: i just read up higher.
This also happened to me with substratum. One thing I did before however is I already had adb debugging enabled and trusted with my pc via adb.
I used these instructions found here for adb
https://www.reddit.com/r/GalaxyS8/comments/737y3j/helpfix_substratum_system_ui_has_stopped_issue/
Click to expand...
Click to collapse
What's strange is that I have substratum installed but never ran it but I'm still getting the system UI error, thank good it hasn't totally blocked need but still doesn't make sense why this is all happening. I forgot I even installed it honestly.
I just uninstalled it so I'll see if that changes anything.
@squick You could try booting into safe mode to see if its a program causing it, but for me, i updated my phone software(update) with the substratum ui apk installed which caused me to get the force close error where only the screen showed system ui has stopped. I used adb to get a list of packages and remove the substratum system ui apk. A sure way to fix would be to reset the phone, but if you're able to use it, try removing apps you dont need from your applications in the settings. It's possible there could be another app interfering with the system ui

Android auto and Modified application (waze)

Hello can someone help me make waze work on android auto.
I specify that it is not warez, just an improvement (increase of the distances of security to warn accidents, circulation and control for example)
I modified some lines in the file preferences but this one being rewritten automatically at the start of waze it does not work.
I tried repack waze and installed it, but it is no longer recognized in android auto even with the developer mode tip. Thank you for your help
Why use a modified version? Waze works out-of-the box in Android Auto.
Because I want to increase traffic, accident and radar alerts. The other day it did not have time to recalculate a new route I was in a cork. So I have a modified waze application that is fine but the problem is that it does not work with Android auto (loss of the google signature).
Thank you
chuppito said:
Because I want to increase traffic, accident and radar alerts. The other day it did not have time to recalculate a new route I was in a cork. So I have a modified waze application that is fine but the problem is that it does not work with Android auto (loss of the google signature).
Thank you
Click to expand...
Click to collapse
enable unknown sources in AA developer settings?
No it's don't work
chuppito said:
No it's don't work
Click to expand...
Click to collapse
Sideload APK with this command:
pm install -i "com.android.vending" /sdcard/test.apk replace APK name
ermeda said:
Sideload APK with this command:
pm install -i "com.android.vending" /sdcard/test.apk replace APK name
Click to expand...
Click to collapse
Thank you, I had already tried to install it via adb. I tried again but I have an error, are there any other commands to be done before? Thank you
I installed by :
adb install -i "com.android.vending" D:\waze.apk
But it don't work in Android Auto
chuppito said:
Thank you, I had already tried to install it via adb. I tried again but I have an error, are there any other commands to be done before? Thank you
Click to expand...
Click to collapse
This is the speps I perform from my PC:
C:\adb>adb devices
C:\adb>fastboot devices
C:\adb>adb shell
pm install -i "com.android.vending" /sdcard/waze.apk
Hope it'll help you

Question X button doesn't close all apps

Hi there. My X Fold doesn't close all apps when I press "X" button in the backgrounds app menu.
It performs animations like closing all apps, but they still remain the same apps (if I ask to show the backround apps by navigation menu I see them all there....)
I suppose it may be related to debloat..but I did a light standard debloat...
Any ideas?
thank you
Does swiping up remove the running apps? Check to see if you have not "locked" those apps to stay running. In the floating all running apps screen, click on the title of app and see if lockdown is enabled.
Koysii said:
Does swiping up remove the running apps? Check to see if you have not "locked" those apps to stay running. In the floating all running apps screen, click on the title of app and see if lockdown is enabled.
Click to expand...
Click to collapse
Yes. If I swipe one at the time it's ok and it closes...
Lockdown is disabled in the app I have in background
It's a real mystery
Hmmm that is weird. Could it be the "autostart" feature in permissions with "startup" enabled. Or try reinstalling the app clearing cache etc
Koysii said:
Hmmm that is weird. Could it be the "autostart" feature in permissions with "startup" enabled. Or try reinstalling the app clearing cache etc
Click to expand...
Click to collapse
Yes, it's weird... It seems the button that close all apps have its action stuck.
This problem persists even after major updates and clearing all the caches...it happens for all the apps...reinstalling doesn't work...
I'm trying to figure out if developers options or some specific app need to be installed or reinstalled (debloat consequence case)
Solved: it was debloat operation
How u solved it?
I've restored all the apps I debloated (ivideo, browser, vivocloud, vivo.com, com.vivo.pem, jovi and a pair of vivo apk something like bbklog and baidu input ). Then I only re-debloated com.vivo.pem (the most important debloat ) and now the button it closes all the apps in background it works like a charm!
guybrush2099 said:
I've restored all the apps I debloated (ivideo, browser, vivocloud, vivo.com, com.vivo.pem, jovi and a pair of vivo apk something like bbklog and baidu input ). Then I only re-debloated com.vivo.pem (the most important debloat ) and now the button it closes all the apps in background it works like a charm!
Click to expand...
Click to collapse
Hi, quick question on pem debloat. Are you on Android 13? I see that pem is a system app and adb throws an error when I run the command.
gkarkala said:
Hi, quick question on pem debloat. Are you on Android 13? I see that pem is a system app and adb throws an error when I run the command.
Click to expand...
Click to collapse
Yes, I am on Android 13. Have you switched on debug mode? Have you installed adb drivers? Have you kept turned on display while you execute the command? Have you tried ADB AppControl from Windows?
guybrush2099 said:
Yes, I am on Android 13. Have you switched on debug mode? Have you installed adb drivers? Have you kept turned on display while you execute the command? Have you tried ADB AppControl from Windows?
Click to expand...
Click to collapse
I switched Developer option, turned on USB debug. Connected Vivo to the Windows 11 laptop via USB-A to Type C. Accepted the "Allow control" dialog on the phone.
Tried both ADB control AND powershell adb with the phone screen on.
shell pm uninstall --user 0 com.vivo.pem
Failure [DELETE_FAILED_USER_RESTRICTED]
adb shell service call package 131 s16 com.vivo.pem i32 0 i32 0 - also not working.
Use CMD (black background) and don't use PowerShell (blue background) to prompt the command. Use admin mode with the right mouse button on the CMD icon.
Then, try without the word shell before, thus write only:
pm uninstall --user 0 com.vivo.pem
Anyway you can try:
ADB AppControl
Official website of the ADB AppControl application. Free Download. Latest release. The ultimate applications manager and debloat tool for Android devices.
adbappcontrol.com
This windows app does everything with a few click
guybrush2099 said:
Use CMD (black background) and don't use PowerShell (blue background) to prompt the command. Use admin mode with the right mouse button on the CMD icon.
Then, try without the word shell before, thus write only:
pm uninstall --user 0 com.vivo.pem
Anyway you can try:
ADB AppControl
Official website of the ADB AppControl application. Free Download. Latest release. The ultimate applications manager and debloat tool for Android devices.
adbappcontrol.com
This windows app does everything with a few click
Click to expand...
Click to collapse
Thanks for your help. Unfortunately same issue.
I also used adbcontrol windows app to try this. I tested to uninstall two other apps, and it was able to uninstall one app, but both PEM and Albums gave the same error (based on appcontrol app).
BTW, you are on OrginOS 13 right and not funtouchOS right?
gkarkala said:
Thanks for your help. Unfortunately same issue.
I also used adbcontrol windows app to try this. I tested to uninstall two other apps, and it was able to uninstall one app, but both PEM and Albums gave the same error (based on appcontrol app).
BTW, you are on OrginOS 13 right and not funtouchOS right?
Click to expand...
Click to collapse
Very strange...Yes, I am on OriginOS 13...

Categories

Resources