Trouble launching dbus - Ubuntu Touch Q&A, Help & Troubleshooting

```
systemctl --user start dbus
Failed to start dbus.service: Process org.freedesktop.systemd1 exited with status 1
See user logs and 'systemctl --user status dbus.service' for details.
systemctl --user status dbus.service
Failed to get properties: Process org.freedesktop.systemd1 exited with status 1
```
Log messages: see attachment
How do I get to run dbus.service? It's needed for an application to run
THX in advance

Related

[Q] init.jet.rc

In init.jet.rc file is it safe to remove this line out
Code:
# htc_ebdlogd
service htc_ebdlogd /system/bin/htc_ebdlogd -s -k -P 7
user root
disabled
oneshot
ioprio idle 0
service htc_ebdlogd_rel /system/bin/htc_ebdlogd -s -k
user root
disabled
oneshot
ioprio idle 0
on property:ro.build.tags=test-keys
start htc_ebdlogd
on property:ro.build.tags=release-keys
start htc_ebdlogd_rel
I'm trying to remove all of the logging feature to htc.

How to remove Whats's New

Hey guys i tried to block the Whats New app as described in the Z3 Compact forum hoping it would work on the XX:
ikon8 said:
You can use ADB on unrooted devices to remove the "What's New" option from the NavRing and to remove the Small Apps Widget launcher from Recent Apps.
I will assume you know how to install and use ADB.
To remove the "What's New" option from the NavRing:
Code:
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
Make sure to reboot before proceeding if you're removing both items.
To remove the Small Apps Widget Launcher from the Recents screen:
Code:
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
To revert changes substitute "unblock" for "block" in the command.
Click to expand...
Click to collapse
However it says the block command is not known.
I tried to use
Code:
pm hide com.sonymobile.advancedwidget.entrance
instead but it responses with:
Code:
Error: java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_USERS.
Altough i granted ADB shell access in SuperSu.
Does anybody know howto block or remove the What's new app?
pm uninstall -k --user 0 "package_name"
zokkii said:
pm uninstall -k --user 0 "package_name"
Click to expand...
Click to collapse
Thanks!
Code:
pm uninstall -k --user 0 com.sonymobile.entrance
did it for me :good:

'pm list packages --user 1' shows empty

Hi,
I have a Mi Max 1 gen with Lineage OS 14.1 recent nightly build installed. There's another user besides the default user, and I think it should be referred as user 1.
When I run:
Code:
adb shell pm list packages --user 0
It shows a list of packages.
When I run:
Code:
adb shell pm list packages --user 1
It shows nothing.
I think it shouldn't show nothing, although I haven't installed a third-party app.
So could you advise is it normal?
Thanks.

Can't access ADB Shell - PM through command terminal

Phone: Samsung S6
Carrier: T-Mobile
I am unable to get PM to list any of the packages on my phone even though it's connected (I confirmed with adb devices). When I try to to run the command
Code:
pm list packages | grep '<OEM/Carrier/App Name>'
it simply loads another line to enter a command, and no packages are listed. I tried installing App Analyzer and getting the package names that way. After obtaining a package name for an app I wanted to uninstall, I tried entering the required command
Code:
pm uninstall -k --user 0 <app name>
Again, it just loads another line to enter a command, no success or fail message.

Update Notification in Settings Menu

At the top of my settings menu, there is a box that states "system update is available"
Is there a way to hide this window? i had to roll back to android 10 due to issues with 11.
My phone is not rooted
Using adb:
Code:
adb shell pm disable-user --user 0 com.oneplus.opbackup
Hw4ng3r said:
Using adb:
Code:
adb shell pm disable-user --user 0 com.oneplus.opbackup
Click to expand...
Click to collapse
THANK YOU!!!!!!!!!!!

Categories

Resources