Question There is a way to check running services and cached processes? - Redmi Note 10 Pro

On another phone with Android Oreo (8) I have this entry under Developer options, for see the list of running services and cached processes:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
But on Redmi Note 10 Pro with Android 11 I no longer see this option: is gone? Is elsewhere? There is an app for this scope?

Are you able to view all the running services with this command?
Code:
adb shell dumpsys activity services

Miui has no such option though aosp android 11 has that

I use this https://github.com/MuntashirAkon/AppManager

[email protected] said:
I use this https://github.com/MuntashirAkon/AppManager
Click to expand...
Click to collapse
When i click on List options > Running apps, it only show itself, not all the other running apps; I miss somethin'?
EDIT:
I mean this:

miravision said:
Are you able to view all the running services with this command?
Code:
adb shell dumpsys activity services
Click to expand...
Click to collapse
Sure, but in Termux, the list is not easily readable.

Mister_Dave said:
When i click on List options > Running apps, it only show itself, not all the other running apps; I miss somethin'?
EDIT:
I mean this:
View attachment 5445807
Click to expand...
Click to collapse
Launch the app > click 3 dots at top right corner > running apps.
This list option (the one in your screenshot) shows only foreground apps

[email protected] said:
Launch the app > click 3 dots at top right corner > running apps.
This list option (the one in your screenshot) shows only foreground apps
Click to expand...
Click to collapse
Indeed.
Anyway: if I open the "Security app", and then I click "boost speed", there I can see all running apps (foreground and background user applications and system services); so AppManager is not able to achieve the same? There is another app able to do this?
For me is overkill, open the Security App everytime for only check running apps and services.

Send a screenshot of all the background bloat generally running on your phone so others here can also know what keeps eating their battery

You can also run an automation that will work like greenify which will kill all bloat services at regular intervals and on screen lock

Mister_Dave said:
Indeed.
Anyway: if I open the "Security app", and then I click "boost speed", there I can see all running apps (foreground and background user applications and system services); so AppManager is not able to achieve the same? There is another app able to do this?
For me is overkill, open the Security App everytime for only check running apps and services.
Click to expand...
Click to collapse
Isn't this showing all the foreground & background apps? Probably you haven't seen or you don't want to see?

[email protected] said:
Isn't this showing all the foreground & background apps? Probably you haven't seen or you don't want to see?
Click to expand...
Click to collapse
It only shows what I reported in the screenshot:
https://forum.xda-developers.com/attachments/screenshot_2021-10-31-13-19-36-636_io-github-muntashirakon-appmanager-jpg.5445807/
Anyway the developer of AppManager told me to execute the command
Code:
pm grant io.github.muntashirakon.AppManager android.permission.DUMP
But seems that there is a bug about:
"Running apps" doesn't show running apps, but only AppManager itself · Issue #612 · MuntashirAkon/AppManager
Redmi Note 10 Pro, MIUI 12.5.4.0, Android 11. Issue: When i click on List options > Running apps, only AppManager itself is showed as running application, nothing else appears there, why? If I open...
github.com

miravision said:
background bloat
Click to expand...
Click to collapse
I already removed bloat, also by using shell scripts with
Code:
pm disable-user --user 0
or
Code:
am force-stop
to stop background processes.
But this thread is about to have an app to easily see all active processes.

Mister_Dave said:
It only shows what I reported in the screenshot:
https://forum.xda-developers.com/attachments/screenshot_2021-10-31-13-19-36-636_io-github-muntashirakon-appmanager-jpg.5445807/
Anyway the developer of AppManager told me to execute the command
Code:
pm grant io.github.muntashirakon.AppManager android.permission.DUMP
But seems that there is a bug about:
"Running apps" doesn't show running apps, but only AppManager itself · Issue #612 · MuntashirAkon/AppManager
Redmi Note 10 Pro, MIUI 12.5.4.0, Android 11. Issue: When i click on List options > Running apps, only AppManager itself is showed as running application, nothing else appears there, why? If I open...
github.com
Click to expand...
Click to collapse
Ah.. because your device was non-rooted apologies..

[email protected] said:
Ah.. because your device was non-rooted apologies..
Click to expand...
Click to collapse
Don't worry

[email protected] said:
Ah.. because your device was non-rooted apologies..
Click to expand...
Click to collapse
As I reported on Github:
I followed these instructions: https://muntashirakon.github.io/App...-tcp.html#_4-3-enable-adb-mode-on-app-manager
And now AppManager works as expected.

Just go and install https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker
and launch an intent with
action = android.intent.action.MAIN
package name = com.android.settings
Class name = com.android.settings.SubSettings
And add an Extras with
key = :settings:show_fragment
and value = com.android.settings.applications.RunningServices
Save it and and launch the intent by tapping on
Try this Shortcut
Note = If setting crashes then try to update your phone.
You can also use an adb command to launch running service in xiaomi phones
adb shell am start -n com.android.settings/com.android.settings.SubSettings -e :settings:show_fragment com.android.settings.applications.RunningServices

Related

problem deleting bloat with titanium backup on nook hd

i have rooted and installed the various zips and such for unknown sources. if i try to freeze or delete the bloatware such as, crosswords, facebook and such they show back up under the launcher and redownload after a reboot. i am using Nova launcher but it does it regardless. any reason why they don't stay frozen or stay deleted? spotify in another.
bckrupps said:
i have rooted and installed the various zips and such for unknown sources. if i try to freeze or delete the bloatware such as, crosswords, facebook and such they show back up under the launcher and redownload after a reboot. i am using Nova launcher but it does it regardless. any reason why they don't stay frozen or stay deleted? spotify in another.
Click to expand...
Click to collapse
Profile > manage content > app > untick
btw, u can use a app call autostarts, force to stop all BN stock app to auto start, after a reboot, u can freeze them by titanium backup
i unticked the box and my nook hangs on boot at 99%. what should i do now?
bckrupps said:
i unticked the box and my nook hangs on boot at 99%. what should i do now?
Click to expand...
Click to collapse
Which box did you untick?
Sent from my Nook HD+ running CM10.1 on emmc.
bckrupps said:
i unticked the box and my nook hangs on boot at 99%. what should i do now?
Click to expand...
Click to collapse
Detail step advised by B&N support :
Please be advised that you can disable the NOOK apps on your NOOK HD+, kinldy follow below steps to disable NOOK apps on your NOOK device:
- Tap on top left hand corner on Home page,
- Tap on Edit profile,
- Tap on the profile currently you are using,
- Tap on "Manage content",
- Tap onte "Apps",
- Kindly un check the NOOK app which you want to disable the NOOK app.
- Tap on the option "Save".
---------- Post added at 11:08 AM ---------- Previous post was at 10:29 AM ----------
I got my NookHD+ on Thursday night, here is what I changed on my NookHD+
U can freeze following package by titanium backup
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disbale following app to auto start with system
Leave following app to auto start with system
What my NookHD+ home screen look like, full screen enabled
install Full!screen+ for "back"/"recent app"/"notifications button, u may need to replace a png file to fix "black words on grey color notifications bar"
Cleanup complete, about 500MB free ram after task kill, pls don't freeze "DeviceManagerService", otherwise u will have SystemUI error and wallpaper will become black screen
VPN supported
Lock Screen with Password
Change CPU governor to "hotplug", it will shutdown CPU1 for powersaving when system is idle
u can check the CPU status by following shell script, copy and paste and save as "/data/data/cpu.sh", chmod 777
execute as root via adb shell, Ctrl +C to break
i=1
while ((1))
do
echo $i
echo "CPU Governor mode : `ls /sys/devices/system/cpu/cpufreq`"
echo "Online CPU = `cat /sys/devices/system/cpu/online`"
echo "CPU 0 : `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq` hz"
echo "CPU 1 : `cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq` hz"
i=$(($i+1))
sleep 1
done
When CPU1 is shutdown, it will show
CPU Governor mode : hotplug
Online CPU = 0
CPU 0 : 396800 hz
cat: can't open '/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq': No such file or directory
CPU 1 : hz
if cpu 1 is online, u will see "Online CPU = 0-1" and CPU 1 : 396800hz (or more)

[GUIDE][WIN][HowTo] Create a Logcat via Eclipse using Windows and Wifi

I decided to create this thread to show you how easy it is to submit a shorter logcat to the devs and save their time by searching huge logcats full of unimportant information
Im Using Eclipse because auf the better usability and readability of the logcats because there are coloured and you can better setup the filters ... in my point of view
Download Android/Eclipse
Download Android SDK and Eclipse here I'm using the 32Bit edition (maybe something depending on Android will not work if you are using 64Bit, but try it and maybe it works )
Extract Eclipse to your desired directory (I'm using "D:\dev\eclipse", but do as you wanna do)
Extract sdk ("D:\dev\sdk") and "SDK Manager.exe" ("D:\dev")
Create a Desktop or Startmenu Shortcut of eclipse.exe if you wanna to
Click to expand...
Click to collapse
Setup Eclipse
Run eclipse.exe
You need to Select a workspace: (I'm using "D:\dev\workspace", but it doesnt matters), Tick "Use this as the default and do not ask again" to save time on the next starts
Click to expand...
Click to collapse
Add platform-tools to your "path"
Press [Windows]+[R], type SETX PATH "%PATH;D:\dev\sdk\platform-tools"(depending on your directory), press [Enter]
Your should be able now to reach adb by simply type "adb" into Run or Cmd Window
Close the Android IDE Welcome Window
Click to expand...
Click to collapse
Enable LogCat
In the topbar select "Window", move to "Show View and select "Other"
Open "Android", select "LogCat" and then "OK"
LogCat view is created at the bottom window, you can maximise it by doubleclick on LogCat
Click to expand...
Click to collapse
Setup Phone
Enable Developer Options
In Developer Options enable "Android debugging" and "ADB over network" and Remember the IP shown there
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Connect
Press [Windows]+[R]
Type "adb connect 192.168.178.59:5555" and [Enter] This must be the IP of your phone remember a few steps before
If the log not automatically appears you need to add the "Device View" to Eclipse, the same way you added "LogCat" "Window">"Show View">"Other" ... "Android">"Devices" this View helps you to select your device for ADB
Click to expand...
Click to collapse
If Eclipse is still open: Something should happen in the LogCat view (Colourfull )
You can now see the messages provided by the phone in realtime, using mouseover will tell you the features of the logcat view to save/clear/filter the log
enlarge
enlarge
hope I could help
Dont forget to disable network ADB on phone after this
Filter
here i wanna help you to set up some filters to avoid annoying messages like dalvikvm
use the filter line
with java regular expressions
JAVA EXPRESSIONS
tried to make this as easy as possible. correct me please if something is wrong
enlarge
tag:^(?!Choreographer|Trace|Sensor|dalvikvm).*$ text:^(?!set_t).*$
Click to expand...
Click to collapse
The easiest way is to show an example
the expression means: show all lines except of:
tag starts with "Choreographer"
or tag starts with "Trace"
or tag starts with "Sensor"
or tag starts with "dalvikvm
message starts with "set_t"
reserved
Excellent! Thanks a lot.
Sent from my GT-I9070
arkadeep94 said:
Excellent! Thanks a lot.
Sent from my GT-I9070
Click to expand...
Click to collapse
thanks, if there's anything you wanna see more please tell me

[Q] Hearthstone M7

Tryed many versions, but it keeps crashing.. are there some one fan of this cardgame like me who actually make it work on our devices?
AlexVendettA said:
Tryed many versions, but it keeps crashing.. are there some one fan of this cardgame like me who actually make it work on our devices?
Click to expand...
Click to collapse
@AlexVendettA
How to install and play HearthStone on the HTC One M7​
Prerequisites:
Your phone must be rooted
Your phone must use the DALVIK runtime (will not work on ART)
Your phone must be on Android 4.0 to 4.4.4 (will not work on 5.0+ because 5.0+ use ART)
Procedure:
Download and install the Xposed Framework. Launch it and grant SU privileges to Xposed when prompted to.
Download and install the App Settings module for Xposed
Activate "App Settings" module in Xposed Installer app (Xposed Installer app --> Modules ---> check box) then reboot the phone (if you have an advanced power menu, a "hot-reboot" is enough)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Make sure to enable "Unknown sources in settings --> Security --> Uknown sources (allow installation of apps from unknown source)
install HearthStone apk from here but do not launch it yet, just install it.
MD5: 3402f837e588abaae774f3cfc83a0efb
Go back in the Xposed Installer app --> Modules ---> App Settings ---> HearthStone (com.blizzard.wttcg.hearthstone) ---> set DPI to 216, set Screen (dp) to 1000*1600, enable xlarge resolution.
Deactivate HTC power saver mode and (for better performance) enable High Performance mode: Settings --> Developer options --> High performance mode
Launch hearthstone, the app will download additional data (around 500 Mb)
enter your battle.net account name and password
Play the game!
w8ting for it <3
Version without root
This version runs without root.
Very easy. Runs on Note 2 without problems.
Instructions can be found in readme.txt file.
http://goo.gl/ah8tbu
Hope I could help.
Muff(in) said:
This version runs without root.
Very easy. Runs on Note 2 without problems.
Instructions can be found in readme.txt file.
http://goo.gl/ah8tbu
Hope I could help.
Click to expand...
Click to collapse
and what is this file exactly?
alray said:
and what is this file exactly?
Click to expand...
Click to collapse
In this zip there are:
apk (without screen size restriction)
oob Files (main and update)
readme (containing install instructions)
Muff(in) said:
In this zip there are:
apk (without screen size restriction)
oob Files (main and update)
readme (containing install instructions)
Click to expand...
Click to collapse
You know that Blizzard is very strict about modifying their game? Even if its only a variable about screen size... They could ban your battle.net account. I remember a similar case when ppl modded SC2 to be able to play on multi-screens setup... Blizzard detected it and they got banned.
And its also in Blizzard's terms of use:
The license granted to you in Section 1 is subject to the limitations set forth in Sections 1 and 2 (collectively, the “License Limitations”). Any use of the Service or any Game in violation of the License Limitations will be regarded as a breach of this Agreement and an infringement of Blizzard’s copyrights in and to the Service and/or Game. You agree that you will not, under any circumstances:
use cheats, automation software (bots), hacks, mods or any other unauthorized third-party software designed to modify the Service, any Game or any Game experience;
(...)
modify or cause to be modified any files that are a part of any Game or the Service in any way not expressly authorized by Blizzard;
(...)
Click to expand...
Click to collapse
So for this reason, I highly suggest you and everyone to use the official hearthstone app and make the necessary modification to your phone (e.g spoofing your screen size) instead of modding the game to remove the screen size restriction. :angel:
Anyway thanks for sharing , this might be easier but this is not the best solution imo.
1) I'm pretty sure the 3rd party download is to get past the fact that google play doesn't offer it yet.
2) The xposed mod works by spoofing the phone information. It does not modify the game.

Action Launcher 3 supports swipe for Google Now integration (root users only)

Looks like Action Launcher 3 now supports swiping right to access the Google Now page. I've gone ahead and gone through the process of enabling it on my OP3 and 6P and so far it's been flawless. Very happy to finally have this feature back.
To enable this feature you have to install Action Launcher 3 as a system app. To do this, you must do the following:
1) Download the Action Launcher APK from here: APK Mirror Link
2) Push the APK to your device by using ADB commands to type the following adb push action3.apk /sdcard/
3) Move the APK to system partition by typing the following...
adb shell
su
mount -o rw,remount /system
mv /sdcard/action3.apk /system/priv-app
chmod 644 /system/priv-app/action3.apk
mount -o ro,remount /system
exit
exit
4) Reboot (ADB reboot)
5) Once you reboot, Action Launcher 3 will be installed as a system app. Let the app update to 3.8.1 from the playstore.
6) Once Action Launcher is updated enable Google Now integration by going to Action Launcher Settings > Desktop> Google Now Integration (Alpha)
It should now be enabled. Swiping right on the home screen slides the Google Now page into frame, just like with the stock Google launcher.
Android Central's article about this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How if i just move the apk to system, change permissions and reboot ? Its same with your step ?
ariefabuzaky said:
How if i just move the apk to system, change permissions and reboot ? Its same with your step ?
Click to expand...
Click to collapse
Hey I just did this and it worked.... All I had to do was change the app to a system app in rom toolbox and reboot the phone.... Then the option appeared in the action launcher settings.... Working great so far. Good find @sn0warmy
I used Titanium backup to convert it to system app and it worked fine, but you must have action launcher plus (paid version) to use the Google now swipe
I love it.
h3rnand3zz said:
Hey I just did this and it worked.... All I had to do was change the app to a system app in rom toolbox and reboot the phone.... Then the option appeared in the action launcher settings.... Working great so far. Good find @sn0warmy
Click to expand...
Click to collapse
How exactly? Because I'm trying to do it...
seangeezy12 said:
How exactly? Because I'm trying to do it...
Click to expand...
Click to collapse
Are you using the paid version of action launcher?
h3rnand3zz said:
Are you using the paid version of action launcher?
Click to expand...
Click to collapse
No
seangeezy12 said:
No
Click to expand...
Click to collapse
Oh well that's why ... It needs to be the paid version for that feature to be available. Sorry
Rican Bx Bomba said:
I love it.
Click to expand...
Click to collapse
I like your set up for your home screen, what apps/widgets are you using?
mammothjojo88 said:
I like your set up for your home screen, what apps/widgets are you using?
Click to expand...
Click to collapse
Weather Underground
OldSchool Battery Widget
Retrorika icon pack
#TeamMystic
Sent from my Nexus 6P using XDA-Developers mobile app
Rican Bx Bomba said:
Weather Underground
OldSchool Battery Widget
Retrorika icon pack
#TeamMystic
Click to expand...
Click to collapse
Awesome. I am not able to find the widget. It is not on the play store.
#TeamMystic
mammothjojo88 said:
Awesome. I am not able to find the widget. It is not on the play store.
#TeamMystic
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.fayer.lockscreenbatterywidget
#WinterIsComing
Rican Bx Bomba said:
https://play.google.com/store/apps/details?id=com.fayer.lockscreenbatterywidget
#WinterIsComing
Click to expand...
Click to collapse
Thank you for the link. Its unavailable here in the U.S. I'll figure something out
Does this work on N preview? I'm on the paid version, not going to root unless this is working because I use Android pay. Love the app, the current version is a lot smoother than older versions. Seems just as snappy as Google now launcher.
mammothjojo88 said:
Thank you for the link. Its unavailable here in the U.S. I'll figure something out
Click to expand...
Click to collapse
Damn.. I'm sorry. Here's the link to the wall.
https://imgur.com/U4mM6rs
.. Wait. I'm in the U.S. I guess it's no longer available in the store?
Sent from my Nexus 6P using XDA-Developers mobile app
xxBrun0xx said:
Does this work on N preview? I'm on the paid version, not going to root unless this is working because I use Android pay. Love the app, the current version is a lot smoother than older versions. Seems just as snappy as Google now launcher.
Click to expand...
Click to collapse
Yes. I'm in stock, rooted DP5 and it works just fine.
(FYI, I moved it to /system with Titanium Backup's tool.)
Edit:
Nevermind I got it working.
Is anyone able and willing to make a flashable zip I can just install action launcher through twrp as a system app with?
Gabriel McKinnon said:
Is anyone able and willing to make a flashable zip I can just install action launcher through twrp as a system app with?
Click to expand...
Click to collapse
Just move the folder containing action launcher from data/app to system/app, reboot and you're golden.

Question Changing the default Launcher

I wanted to use Nova Launcher but it was not possible to make it the default launcher. Any thoughts ?
jalkaabi said:
I wanted to use Nova Launcher but it was not possible to make it the default launcher. Any thoughts ?
Click to expand...
Click to collapse
Is there no options in default apps section? If not probably you can use an app that is used in Fire/Android TV, you could try something like this https://forum.xda-developers.com/t/any-launcher-no-root-launcher-hijack-v4.3561026/ or this https://forum.xda-developers.com/t/...manager-change-launcher-without-root.4176349/
Thank you.
First method, only managed to open the launcher after the restart but then it is not functioning.
2nd method, not working !!
jalkaabi said:
Thank you.
First method, only managed to open the launcher after the restart but then it is not functioning.
2nd method, not working !!
Click to expand...
Click to collapse
There isn't an option to choose default apps?
Try this in ADB:
adb shell
am start -a android.intent.action.MAIN
You will have a list to choose from.
Also you can set it up with:
adb shell
cmd package set-home-activity com.teslacoilsw.launcher/.YourLauncherActivity
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
See the outcome of those two commands.
jalkaabi said:
View attachment 5424399
See the outcome of those two commands.
Click to expand...
Click to collapse
Is it your device seen through adb devices?
Update Java and set it up to be used for ALL the users on Windows and from ALL the paths. Open the CMD as administrator.
And again, is it the Default app section missed onto your device? Or just allowed some default app like browser and so?
- My device is seen through adb services.
- Java installed and I run cmd as admin
- When I go to the setting to change the default launcher it gives me only one option which is Honor Home in spite of the fact that I installed two other 3rd party launcher (microsoft and nova)
jalkaabi said:
- My device is seen through adb services.
- Java installed and I run cmd as admin
- When I go to the setting to change the default launcher it gives me only one option which is Honor Home in spite of the fact that I installed two other 3rd party launcher (microsoft and nova)
Click to expand...
Click to collapse
Evidently Honor is not allowing to use a third-party launcher app, just trying some workaround, this is the reason why java is not fully can do its job.
Can you Clear Defaults inside the settings of the Honor Home?
Or Can you disable/freeze it? To see what happens next.
SubwayChamp said:
Evidently Honor is not allowing to use a third-party launcher app, just trying some workaround, this is the reason why java is not fully can do its job.
Can you Clear Defaults inside the settings of the Honor Home?
Or Can you disable/freeze it? To see what happens next.
Click to expand...
Click to collapse
Not possible to disable it
There is clear defaults option but with no effect.
jalkaabi said:
Not possible to disable it
There is clear defaults option but with no effect.
Click to expand...
Click to collapse
I guess that when you press to Nova launcher, you are getting back to the stock home launcher.
Other thing, would be giving the home button to open a specific app like Nova, but probably not a great solution.
As you seen, Magic UI don't want you to use a different launcher.
Unfortunately it seems that your last chance will be rooting the device.
jalkaabi said:
I wanted to use Nova Launcher but it was not possible to make it the default launcher. Any thoughts ?
Click to expand...
Click to collapse
OK I'll help you with this.
I won't write a whole guide on it, just give you an overview and you guys do it on your own.
First install whatever launcher you wanna run.
Then find the name of the default launcher, "honor home".
Use adb or easier use multi-tool 8 (pc app, from an xda member) , to disable the default launcher.
[Tip- Name of launcher will kot be honor home but com.xxxxxx,so find out the name of the launcher beforehand]
Disconnect from pc.
Restart, should show option of changing launcher, or start on the other installed launcher.
In case of any problems, use multi tool 8, to enable honor home.
There's your solution.

Categories

Resources