Unbranded Android TV - No android settings app - Android Q&A, Help & Troubleshooting

Hi everyone,
I have an unbranded (sticker brand) Android TV that apparently has a custom firmware with almost everything modified, with the most annoying thing is that they have completely removed the stock Android settings app and replaced it with a custom settings app that has hardly any options. That prevents by from doing even basic stuff such as cleaning app's cache and data. Using ES Task Manager I've verified that they actually removed the settings app and not just the launcher link.
Is there any way I can get the native settings app into the device? Is there any alternative settings app that does a good job? I can install apks from unknown sources but no ADB (no hardware connection to PC).
Also, any rooting advice will also be appreciated but this is not critical. I have no ADB but the Android version is 4.4.2 and not really updated so exploit-based roots may work.

Bump

Hi,
Did you find any solution?
i'm even not able to boot in recovery mode

Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com

jwoegerbauer said:
Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com
Click to expand...
Click to collapse
I'm able to sideload apps but when i download apps require permission doesn't work like i have install reboot to recovery i'm not even allowed to reboot in stock recovery

ankitsingh1o1 said:
I'm able to sideload apps but when i download apps require permission doesn't work like i have install reboot to recovery i'm not even allowed to reboot in stock recovery
Click to expand...
Click to collapse
This thread's topic is "Android Settings" and NOT "adb sideload" etc.pp.
Start a new thread related to your issue.

jwoegerbauer said:
Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com
Click to expand...
Click to collapse
Installed this app not working, only ads being displayed but no option only white screen in middle

Related

remove some stock apps and then disable/ restrict any further software changes

After I root a phone, I would like to be able to uninstall/remove some stock apps (for example, stock Messaging app) and add some new apps (for example, 3d-party Messaging app).
Do I need Titanium app to achieve that? Or is there something more lightweight?
After I complete the setup, I want to disable/ restrict any further software changes. Pretty much the same as Window OS "Admin" VS "Standard User"
So I guess I would need some app manager capable of permission managing.
Any advice on my project? Will my phone be as stable as the original stock after such modding?
The phones: Moto E2 and Moto G2 and G3, Android 5.01 or 6.01
Well, Backing Up the Stock Content before doing any Modding to your Phone is a Good Practice and Extremely Recommended in Case of any worst case scenarios and you can achieve the same by Titanium Back or any Other app Readily available on Play Store.
After Back up, Yes, you can Uninstall PreInstalled apps or any other bloatware that you may don't want in your phone. And Install 3rd Party apps in place of stock Ones.
Talking about Permissions, until/unless you give Root Access to that App, it won't be able to Make any changes in the System. So, you also have to keep a check on giving Root permissions to apps.
Your Phone Will remain stable When you know what actually you are doing with it and what measures could be taken to revert it.
abhinavp649 said:
Talking about Permissions, until/unless you give Root Access to that App, it won't be able to Make a.
Click to expand...
Click to collapse
Once the phone is rooted, will I be able to block/restrict both: uninstalling apps (which are already installed) and installing new apps? The phone will be used by my kids, so I want to prevent them from making any phone changes.
rybshik said:
Once the phone is rooted, will I be able to block/restrict both: uninstalling apps (which are already installed) and installing new apps? The phone will be used by my kids, so I want to prevent them from making any phone changes.
Click to expand...
Click to collapse
You can't restrict to install and uninstall apps. As abhinavp649 said the application makes modifications to the system if you give root permission to them. If you are using SuperSU superuser app then you can set pin to grant root permission to the app from the settings of supersu
rybshik said:
Once the phone is rooted, will I be able to block/restrict both: uninstalling apps (which are already installed) and installing new apps? The phone will be used by my kids, so I want to prevent them from making any phone changes.
Click to expand...
Click to collapse
To Prevent app from uninstalling the best way is to hide it From Home screen Or Make that as System.
And Revoke SU permissions from those apps which can uninstall system apps or any similar one.
Hit thanks if Helped :laugh:
abhinavp649 said:
to hide it From Home screen Or Make that as System.:
Click to expand...
Click to collapse
How can I do that?
Additionally, can I, for example, turn on Location (GPS) and prevent the phone user from turning it OFF? thanks!
rybshik said:
How can I do that?
Additionally, can I, for example, turn on Location (GPS) and prevent the phone user from turning it OFF? thanks!
Click to expand...
Click to collapse
Installing an App as system is a easy and you can find tools easily on play store. Just search 'make app system' or something else similar.
Using GPS to prevent Turn off? I think you are expecting too too much out of a device.
However, you can disable Power Off from options you get by holding lock button.
To do this You Have to Install Xposed Framework in your Device.
Xposed Framework allows you to do Amazing modding to your Android device. You can just do everything with the device(Exceptions are always present)
rybshik said:
How can I do that?
Additionally, can I, for example, turn on Location (GPS) and prevent the phone user from turning it OFF? thanks!
Click to expand...
Click to collapse
If you are thinking of turning on GPS for the sake of tracking your kids, then make sure you tell them you are doing so. Have known a few people that got into legal trouble for not doing so.
In the end if the kids are smart enough there will be nothing you can really do as they can just reset the device and everything you did is gone.
zelendel said:
nothing you can really do as they can just reset the device
Click to expand...
Click to collapse
So, can I prevent that by disabling/removing or password-protecting the option of "Factory Reset" on a rooted Android 6.0?
rybshik said:
So, can I prevent that by disabling/removing or password-protecting the option of "Factory Reset" on a rooted Android 6.0?
Click to expand...
Click to collapse
No. You can not restrict or disable factory data reset option by any ways even you are rooted. Some brands like Samsung gives FRP (factory reset protection) to their device. Devices without FRP easily factory data reset by entering in recovery mode or in settings.

Create system app with the ROM and prevent from being disabled

For a project I need to install an app in a custom rom as a system app to prevent being uninstalled. The problem comes with Android 6, where some system apps can be disabled. For example, Google apps like Youtube or Gmail can be disabled, but other apps like Calendar, Messages or Clock can't be disabled.
Now I'm placing my apk inside /system/priv-app but my app can be disabled. ¿Any idea how to prevent that?
Thanks in advance!
With custom roms there is no way to prevent it. All it takes is root and a root browser or an adb command.
zelendel said:
With custom roms there is no way to prevent it. All it takes is root and a root browser or an adb command.
Click to expand...
Click to collapse
Thanks for the quick response. Well, I assume that using root or adb apps can be unninstalled.
The only thing I want is to prevent a "normal user" to uninstall the app throught the Android UI.
With the app now on /system/app/my.apk I've achieved to prevent Android from uninstalling the app, but it can be disabled (Android 6.0). So my question is how can I prevent also from disable the app?
dlaballosn said:
Thanks for the quick response. Well, I assume that using root or adb apps can be unninstalled.
The only thing I want is to prevent a "normal user" to uninstall the app throught the Android UI.
With the app now on /system/app/my.apk I've achieved to prevent Android from uninstalling the app, but it can be disabled (Android 6.0). So my question is how can I prevent also from disable the app?
Click to expand...
Click to collapse
As far I know there is no way to prevent it. If there is it will be a bool settings. I would look at an app that doesn't allow disabling it. But I think you might need a Google signature for that.
Search stack overflow and you might find something.

No system apps to hibernate with Donation Package ?

Hi guys !
I have been using Greenify for quite some time now and finally decided to get the Donation Package in order to unlock some more advanced features.
There's no way to know (or so I think), but I guess deep hibernation, at least, works fine. However, even though "Greenify system apps" is ticked, the only change I noticed in the wizard is SuperSU, which appears when ticking the box in the right up corner menu. I did reboot several times, but with no luck.
As for my configuration, my device is a Honor 5C L51 on Android Marshmallow. I use the EMUI stock ROM (v4.1.2 at the moment) and Nova Launcher Prime.
Do one of you guys have any idea how I can greenify my system apps ? Or is it normal that only SuperSU appears on that list ? I do understand that these options are experimental, but if there is something I misunderstood to get this working, please let me know.
Thank you for your time.
Zarou said:
Hi guys !
I have been using Greenify for quite some time now and finally decided to get the Donation Package in order to unlock some more advanced features.
There's no way to know (or so I think), but I guess deep hibernation, at least, works fine. However, even though "Greenify system apps" is ticked, the only change I noticed in the wizard is SuperSU, which appears when ticking the box in the right up corner menu. I did reboot several times, but with no luck.
As for my configuration, my device is a Honor 5C L51 on Android Marshmallow. I use the EMUI stock ROM (v4.1.2 at the moment) and Nova Launcher Prime.
Do one of you guys have any idea how I can greenify my system apps ? Or is it normal that only SuperSU appears on that list ? I do understand that these options are experimental, but if there is something I misunderstood to get this working, please let me know.
Thank you for your time.
Click to expand...
Click to collapse
- is device rooted?; can't hibernate most system apps w/o root
- make sure working mode is set to 'root' in settings
- if still no joy consider making Greenify a 'system' app which gives Greenify some additional powers if not running Xposed
- that said there are few (often no) system apps that benefit from hibernation
Davey126 said:
- is device rooted?; can't hibernate most system apps w/o root
- make sure working mode is set to 'root' in settings
- if still no joy consider making Greenify a 'system' app which gives Greenify some additional powers if not running Xposed
- that said there are few (often no) system apps that benefit from hibernation
Click to expand...
Click to collapse
Thank you for your answer.
I am root and Greenify's working mode is "Root + Boost (Xposed). I'm confused about what you're saying though, how can one change an app priviledge from user to system ?
Zarou said:
Thank you for your answer.
I am root and Greenify's working mode is "Root + Boost (Xposed). I'm confused about what you're saying though, how can one change an app priviledge from user to system ?
Click to expand...
Click to collapse
If you have Xposed there is no benefit to migrating the Greenify apk to the system partition. Make sure Greenify actually has root permissions. Change the working mode to 'non-root' and then removed the related entry from SuperSU (or whatever root manager you are using). Return to Greenify and select boost mode [or whatever is need to return to "Root + Boost (Xposed)"]. You should get a SuperSU prompt ... either immediately or when attempting to manually hibernate an app.
Davey126 said:
If you have Xposed there is no benefit to migrating the Greenify apk to the system partition. Make sure Greenify actually has root permissions. Change the working mode to 'non-root' and then removed the related entry from SuperSU (or whatever root manager you are using). Return to Greenify and select boost mode [or whatever is need to return to "Root + Boost (Xposed)"]. You should get a SuperSU prompt ... either immediately or when attempting to manually hibernate an app.
Click to expand...
Click to collapse
Just did all that and nothing changed. I also tried to untick the "Greenify system apps" option box and tick it again with no luck. However, I noticed that I could actually make SuperSU appear and disappear from the list of greenifying apps like I mentioned in my first post even if the box is unticked.
Zarou said:
Just did all that and nothing changed. I also tried to untick the "Greenify system apps" option box and tick it again with no luck. However, I noticed that I could actually make SuperSU appear and disappear from the list of greenifying apps like I mentioned in my first post even if the box is unticked.
Click to expand...
Click to collapse
Not much more to say. Either: 1) you have no system apps running aside from SuperSU [seems unlikely]; or 2) Greenify does not have sufficient permissions to see and act upon system apps. Good luck chasing this one down.
SuperSU typically runs as a user app regardless of how Greenify characterizes it. You can check current status from within SuperSU.

Need to root, convert to system app, then unroot. How to do this?

Hello everyone,
I currently have the Canadian Model of the Samsung Galaxy S6 Edge (SM-G925W8 with Android 6.0.1). I have need to convert an application on my phone to a System App, which is something you can only do while rooted. After performing some research, it appears this website provides a root methods to use on this particular phone. The thing is - once I convert the application to a system application, I need to revert back to an unrooted phone (obviously with the system app still in tact). My question is: after performing the conversion, how to I return to an unrooted phone while keeping the converted app a system app?
Please let me know,
Thank you.
Can i ask which app?
callumbr1 said:
Can i ask which app?
Click to expand...
Click to collapse
Sure, it's a GPS Spoof app (obviously for Pokemon Go). I actually have a Galaxy S8+ but, with the game's increased security and Android 7.0's security updates, spoofing has been disabled on that phone altogether. I still however have my S6 Edge which is on Android 6.0.1 therefore bypassing a lot of Android 7.0's security. After a lot of research, it appears that the only way to spoof your location within that app is to move the GPS spoof app as a system app, then unrooting so the game will play. (This prevents the need to turn on Mock Locations within developers menu which Pokemon Go flags).
I attempted to run the root linked above however it caused my phone to hang on the boot screen. I'm currently trying to fix this by flahsing stock firmware however Odin keeps telling me it failed....not the usual PASS notification. Help would be appreciated :angel:
vgplayer54 said:
Sure, it's a GPS Spoof app (obviously for Pokemon Go). I actually have a Galaxy S8+ but, with the game's increased security and Android 7.0's security updates, spoofing has been disabled on that phone altogether. I still however have my S6 Edge which is on Android 6.0.1 therefore bypassing a lot of Android 7.0's security. After a lot of research, it appears that the only way to spoof your location within that app is to move the GPS spoof app as a system app, then unrooting so the game will play. (This prevents the need to turn on Mock Locations within developers menu which Pokemon Go flags).
I attempted to run the root linked above however it caused my phone to hang on the boot screen. I'm currently trying to fix this by flahsing stock firmware however Odin keeps telling me it failed....not the usual PASS notification. Help would be appreciated :angel:
Click to expand...
Click to collapse
Oh I see, have you tried magisk and magisk hide, I use it with Pokemon go and it doesn't detect root.
When you say it hangs on boot screen do you mean the Samsung logo or powered by Android logo? It can hang on Samsung logo for a short while it's normal.
Finally what error are you getting in odin and we can fix that first?
callumbr1 said:
Oh I see, have you tried magisk and magisk hide, I use it with Pokemon go and it doesn't detect root.
When you say it hangs on boot screen do you mean the Samsung logo or powered by Android logo? It can hang on Samsung logo for a short while it's normal.
Finally what error are you getting in odin and we can fix that first?
Click to expand...
Click to collapse
Thank you for your quick response! I managed to successfully flash the stock firmware on the phone, allowing me to get past the Boot screen (the samsung screen is where it froze before). I attempted to flash the root package once more and this time it was successful!
I then opened Titanium Backup, converted my GPS Spoofing app to a system app, which caused my phone to say "Processing...". This screen remained here for the duration of the entire night. When I woke up this morning, it STILL said "Processing...". I then force closed TB and rebooted the phone. When it restarted, I checked Settings - Applications - Application Manager and, yes, I can see my GPS Spoofing app listed under the system apps dropdown menu. The problem now is...how do I launch it to use with pokemon Go? I'll need to unroot, figure out how to launch the application, and hopefully it will work then...
vgplayer54 said:
Thank you for your quick response! I managed to successfully flash the stock firmware on the phone, allowing me to get past the Boot screen (the samsung screen is where it froze before). I attempted to flash the root package once more and this time it was successful!
I then opened Titanium Backup, converted my GPS Spoofing app to a system app, which caused my phone to say "Processing...". This screen remained here for the duration of the entire night. When I woke up this morning, it STILL said "Processing...". I then force closed TB and rebooted the phone. When it restarted, I checked Settings - Applications - Application Manager and, yes, I can see my GPS Spoofing app listed under the system apps dropdown menu. The problem now is...how do I launch it to use with pokemon Go? I'll need to unroot, figure out how to launch the application, and hopefully it will work then...
Click to expand...
Click to collapse
Now that you have it installed as a system app does it show in the app drawer? What I can tell you is I have tried a lot of GPS spoofing apps for Pokemon go and none of them actually worked. You can always flash magisk and hide Pokemon go from detecting root status and passing safety net. Then you can keep root
callumbr1 said:
Now that you have it installed as a system app does it show in the app drawer? What I can tell you is I have tried a lot of GPS spoofing apps for Pokemon go and none of them actually worked. You can always flash magisk and hide Pokemon go from detecting root status and passing safety net. Then you can keep root
Click to expand...
Click to collapse
Unfortunately, no. The GPS Spoofing app does not appear in the App drawer after converting it to a system app. And Magisk sounds great but, to be honest, I am not interested in keeping root, I just needed the one app to be a system app to hide it from Pokemon Go's flagging (as well as Mock Locations in Developers menu). Do you know where I could launch the app from?
vgplayer54 said:
Unfortunately, no. The GPS Spoofing app does not appear in the App drawer after converting it to a system app. And Magisk sounds great but, to be honest, I am not interested in keeping root, I just needed the one app to be a system app to hide it from Pokemon Go's flagging (as well as Mock Locations in Developers menu). Do you know where I could launch the app from?
Click to expand...
Click to collapse
I don't know Sorry, you can try moving the apk to system/priv-app and reboot. But I know the app needs to be hidden from root and safety net to be able to work with Pokemon go.
callumbr1 said:
I don't know Sorry, you can try moving the apk to system/priv-app and reboot. But I know the app needs to be hidden from root and safety net to be able to work with Pokemon go.
Click to expand...
Click to collapse
As far as I know, Pokemon Go cannot see system apps within system\apps or system\priv-app. I will attempt to uninstall the system app and perhaps place the apk file into the suggested folder, ensuring permissions are rw-r--r-- (which I believe is the correct permission settings). After that, i will unroot, allowing my phone to pass safety net, then, in theory, it should work. The only problem is I still need the icon to launch the spoofing app, which is not located in the drawer...if I cannot launch it, it cannot be used.
callumbr1 said:
I don't know Sorry, you can try moving the apk to system/priv-app and reboot. But I know the app needs to be hidden from root and safety net to be able to work with Pokemon go.
Click to expand...
Click to collapse
Hey! A quick update - I don't think I succeeded in getting the GPS Spoofer to be a system app however I semi-got it to work. This particular app has a setting that is called "Privacy Mode" which apparently allows it to hide it from being detected by Mock Location settings in Developer Options. When I use this, I was able to spoof successfully once from my home (real location) however my character would run back and forth like a crazy person. The second time I attempted to spoof from a different location, I signed in successfully however the phone's GPS wouldn't pick up a location and I was in a huge empty field with a GPS error (The location settings were set to GPS only). Do you know how I can get around this to spoof successfully?

Help needed in unlocking ACT Stream 4K TV Box

Recently i got a 4K Android Stream box for my network plan from my ISP - ACT Fibernet in india
I have disconnected the connection due to relocation and have no ACT in the new place
The issue is the Android Box only runs in the ACT network and doesnt work in other network
Is there a way to make the android box work in other networks?
Or flash a Android TV os and make it standalone ?
As the new box has good specs and supports Steam Link and other features
New to this android TV experience. Any help would do.. :fingers-crossed:
Tech Specs
Operating System : Android 9
Main Chipset : Hi Silicon 3798M V200
RAM : 2GB
Flash : 8GB
DRM : Widevine & Playready
WiFi : Dual band (2.4G & 5G) & 802.11 ac
Ports Available : 2 USB ports, 1 Ethernal port, 1 HDMI port, 1 AV output, 1 SD crad slot
Me too looking for the same info.
Hey me to..
when they have network issue.. this is useless.
need same info
I need the same info too.. is there a way to root or install custom rom like how you do traditional android tv boxes?
I have not found the way to unlock it, but there is a work around to use it without ACT network.
----------------------
Install below two apps by sideloading the apk files.
1. Sideload Launcher
2. Launch on Boot
Open Launch on boot and mark 'Sideload launcher' as the app to boot.
---------------------
if you press accidentally home button while NOT using ACT network,
you can then also use 'Google play store' button in the remote to select the app 'Launch on boot' and open 'sideload Launcher' app.
Thanks
SK
Thank you for the sideload launcher idea and it works as expected.
I wish we have an option to install a custom launcher on this as its the Act Launcher that is causing problem when its not connected to an Act Network.
I am looking for the same - unlock the Android TV from ACT
---------- Post added at 02:24 AM ---------- Previous post was at 02:23 AM ----------
prashanth678 said:
Thank you for the sideload launcher idea and it works as expected.
I wish we have an option to install a custom launcher on this as its the Act Launcher that is causing problem when its not connected to an Act Network.
Click to expand...
Click to collapse
Were you able to use the ACT TV outside of ACT network? Please let me know. Thanks
Yes I am able to use it as per above launch on boot and sideload launcher method.
How were you able to access the settings or play store when on the non-ACT network page? My device will not let me access them other than the network selection.
I'm able to access play store and other apps right from the day I bought it. On the top banner you have different pages the 2nd one is apps. Select that and scroll down, then you can see play store and other apps you have installed. Only the TV section won't work if the device is not connected to act network.
Regarding Choosing "Launch On Boot" option
How do i select the "Launch On Boot" option, please help.
If you could provide the steps or screenshot, it would be really helpful.
Alternate launchers
All my attempts at installing alternate launcher fail with
Code:
$ adb install ~/Downloads/Taskbar-5.0.1.apk
adb: failed to install /home/reshma/Downloads/Taskbar-5.0.1.apk: Failure [INSTALL_PARSE_FAILED_BAD_PACKAGE_NAME: Package couldn't be installed in /data/app/com.farmerbb.taskbar-NJD_XsOJWsvV-uhprRNnOw==: Package com.farmerbb.taskbar do not allow to install.]
Have you guys been able to find any way to install other launcher apps?
Works!
I managed to make it work with the two apps. I was looking through the Airtel internet TV forum and for that, you can enablee developer mode and use adb bridge to completely remove the associated apps to get a stock OS. However, when I try to click on build option 7 times (and more), it does not work on ACT TV. Has it been disabled on this? How can we enable developer options in this? If anyone can confirm with the same issue.
djxtwicee said:
I managed to make it work with the two apps. I was looking through the Airtel internet TV forum and for that, you can enablee developer mode and use adb bridge to completely remove the associated apps to get a stock OS. However, when I try to click on build option 7 times (and more), it does not work on ACT TV. Has it been disabled on this? How can we enable developer options in this? If anyone can confirm with the same issue.
Click to expand...
Click to collapse
Try using developer tools app from playstore. They have disabled the 7 tap option now. Please let us know if you succeed.
Successfully worked!
Vimz999 said:
Try using developer tools app from playstore. They have disabled the 7 tap option now. Please let us know if you succeed.
Click to expand...
Click to collapse
Thanks for the idea. I installed the app from play store (it installs but it will not show up, you can use voice command to open or from settings). Then, it enables developer options following which I ran adblink to uninstall all apks which began with in.actcorp. One note is that the normal uninstall option in adblink will not enable you to delete all apps, it is required to use pm uninstall -k --user 0 [apk name] in the adb shell to get it done. Once done, the box works, however I'm not too sure on how to get the default android TV launcher to open up, pressing the home button on remote takes to a blank screen only. If someone can help, I'll be grateful!
djxtwicee said:
Thanks for the idea. I installed the app from play store (it installs but it will not show up, you can use voice command to open or from settings). Then, it enables developer options following which I ran adblink to uninstall all apks which began with in.actcorp. One note is that the normal uninstall option in adblink will not enable you to delete all apps, it is required to use pm uninstall -k --user 0 [apk name] in the adb shell to get it done. Once done, the box works, however I'm not too sure on how to get the default android TV launcher to open up, pressing the home button on remote takes to a blank screen only. If someone can help, I'll be grateful!
Click to expand...
Click to collapse
Wow. This is great progress. Let me try these steps too. What I can tell you now is if you can install apks, try installing atv launcher or open play store using the voice assistant and install a launcher from there. I'll try this on my end too and see what can be done about the default launcher. Earlier, it never used to let us install any launcher apps. Sideload launcher was the only app we could install.
Vimz999 said:
Wow. This is great progress. Let me try these steps too. What I can tell you now is if you can install apks, try installing atv launcher or open play store using the voice assistant and install a launcher from there. I'll try this on my end too and see what can be done about the default launcher. Earlier, it never used to let us install any launcher apps. Sideload launcher was the only app we could install.
Click to expand...
Click to collapse
I was able to uninstall all the act apps. But something is blocking launcher apps from installing. Android tv home launcher is what we need to install but can't install it either from adb or from playstore. Do you have some command to force install or do you know where the blocked list is?
Vimz999 said:
I was able to uninstall all the act apps. But something is blocking launcher apps from installing. Android tv home launcher is what we need to install but can't install it either from adb or from playstore. Do you have some command to force install or do you know where the blocked list is?
Click to expand...
Click to collapse
I faced the same issue, that's why it is hard to not reach the blank home page often. Hopefully someone has a way to install the launcher apps.
djxtwicee said:
I faced the same issue, that's why it is hard to not reach the blank home page often. Hopefully someone has a way to install the launcher apps.
Click to expand...
Click to collapse
have you tried resetting your device after removing act core applications ?
kmani49 said:
have you tried resetting your device after removing act core applications ?
Click to expand...
Click to collapse
Resetting restores all the apps you have uninstalled. Including the act launcher app. Another way that may work is to somehow rename the android home launcher apk to in.actcorp.actottlauncher.
And make it to install over the current app.

Categories

Resources