I have a Verizon LG Lucid with stock 4.0.4 on it. Here:imgur.com/Igb4l you can see my notification screen with a nice red box drawn around the items I would like to disable. However, before I can disable such items I need to know what they are called. I have tried every combination of words I can think of to google search but not no avail.
So here's what I need to know:
1. What are these items called?
2. Are they contained within the software of LG, Verizon, or stock Android?
3. Where would be a good topic to begin researching now that I know what's what?
Edit: I think the key here lies within systemUI.apk. I will investigate that.
Edit: I learned a lot about APK's and modifying them. Currently all I've been able to do is make the status bar disappear. Maybe it isn't actually in systemui...
Edit: Success! I finally got the wifi notification bar to "go away" by setting its height to 0.0 in SystemUI>res>layout>wifi_onetouch_layout.xml as seen in a thread about hiding the music player. A few problems I ran into: I had to switch the aapt that comes with apktool with aapt from the android SDK to build without errors. After it was built I had to copy META -INF and AndroidManifest from the vanilla SystemUI.apk then zipalign it. I used a root file manager on the phone to move and rename everything.
Here's a nice screenshot of my progress: imgur.com/YA7bu
I just reinstalarme java sdk and eclipse and I've updated everything to solve problems that had versions had. Now, trying to create a project before importing interests me, not allowing me to use the light holo theme with dark action bar (The project I have to import the user and also gave me error related to it). I get a red x next. We also explain the mistake that gave me and before reinstalling everything and that gives me now, because I think it has something to do. It turns out that when you import a project gives me many errors: Errors in the files within src and errors especially in res / values / styles. the latter makes no father is and values-v21 speak. Many would say that the problem is the appcompat but I've tried a lot of solutions out there on the internet and nothing, I can not solve. Does not work with android studio me and if I have tried the techniques of builth path and etc. i need help please. The solution to start the application again is not an option, Thanks for everything
I add: when I go to project properties in android in paragraph libraries appear both me I have a red X (the appcompat and of google). They are in the project and if that I have downloaded everything you need with sdk (extras and others)
Hi guys, with my team we are working on an android device. At the moment we have accomplished the following steps:
Develop the PCB and touch screen to work with Android
Download 4.4.4 AOSP and customized the kernel for our device
saved source into GitHub and have a custom ROM with bootloader
So far so good, right now we have android running on our custom hardware (MIPS CPU) and we are quite satisfied with the overall performances.
Now we are starting the second phase of the project, and this is where we got stuck. We need to completely wipe out the UX and interaction of android 4.4.4 and create our own one.
This is what we need to accomplish:
Create a custom boot animation
Create a cutom animation for the battery charge
remove status bar (Time, Battery level) and pre-installed .apk
Create our own Android OS interaction with our .apks
Regarding the first steps, that's easy. We plugged into bootloader folder and started to change the animations for Battery and Logo. Regarding the rest the only solution we came up with is to have a sort of kiosk application that substitute the standard home screen.
Is there any other way to substitute the home screen with our own .apk? We have a built-in plug-in app so actually our .apk can pick up other .apk from file explorer and execute them. The problem is that we don't want to show to the user the underground system, so we don't want to show to the user anything except our home screen or kiosk mode app. Because the device will be used by commercial projects and retail stores.
What would be the best approach? Just remove all pre-installed .apk from the ROM (like calculator, browser, contacts) and execute an .apk in kiosk mode or create a new bootloader? Where we can find more documentation about this topic?
Hey guys!
I´m new here and I hope you can help me with some questions... I didn´t know if I´m right here, so please correct me if I do something wrong
My "setup":
- Samsung S3 international with CM13
I like to create a global "Content Filter", which filters files (pictures, videos, documents, etc.) on my smartphone. So what I mean is something like what the UserManager (sorry I can´t poste the Link to Android API) from Android framework does:
User A (owner) creates pictures with the camera, download files, etc. and if User B (guest) logs in, User B can´t access the files from User A and vice versa.
The diffrent part is that I like to "hide" or better make them not accessable by custom criteria - for example "only pictures from the last two hours will be shown to User B". And the main point ist that every application gets the same content.
I thought I have to edit and extend the internal/external storage functions (or ContentProvider?) by my custom filter. Later there will be a system app for controlling the behavior of this filter.
Now there are some question, which I ask myself:
- Is it possible to implement this functionality in Android specific code and not in device specific code? So is it possible to make it portable for other devices and Android versions (Custom ROM, manufacture ROM or the pure Stock Android from Google´s Nexus phones) without "much" effort?
- Does it make more sense to use the original Stock Android instead of Cyanogenmod to reach the portability?
- Where do I have to start? I downloaded the source Code of CM13 for the Samsung S3. But how I ask before - is there a generic way for all devices and android versions? I started to look into the framework specific code of android (system/frameworks/base/... ). I thougth I can build the filter between the api calls (java -> jni bridge -> c/c++), but that would be not the right place, yes?
I hope someone understand my plan and can help me with some informations and tipps or where I have to look to get them!
Thanks!!
Fabian
I think you might mean the profile system that android used to have on ICS?.
Unfortunately I can't answer why they removed that feature. Does the phone not have an option or something if you have 2 or more google accounts registered to the device?..
Beamed in by telepathy.
Hi everyone,
Is there any people already used Multiple users in MIUI?
I need to use Multiple android users on my Redmi Note 8T running MIUI 11 very much.
In order to do that I turned off MIUI optimizations and changed build.prop(via unlocking bootloader) to have:
fw.max_users=5
fw.show_multiuserui=1
Also tried adding:
fw.show_hidden_users=1
fw.power_user_switcher=1
I see the "Multiple Users" option in Settings now.
However, when I create New User, finish it's setup process and switch back to Owner,
I can't use this New User anymore. It doesn't let me switch to it again. (Click on "New User" in users list does nothing.)
Also there is no User icon in notification bar menu to switch users.
I have a guess why:
1) MIUI Second Space feature: when I create new user and set up it's profile I constantly see Second Space Icon in the notification bar near battery percentage.
And only way it lets me switch back to Owner is clicking on "Switch" Icon (which was automatically created shortcut at main screen). Clicking Owner in "Multiple Users" menu does nothing.
2) not as plausible as first one but: When I create new user profile it doesn't let me finish the process without setting it's password first. Maybe
Second Space logic somehow can't use new profile password.
Is there any people already used Multiple users in MIUI?
Or maybe someone have any ideas on how to disable Second Space interception of users switch with modifying some prop files or other system files?
I will appreciate any help with this very much.
PS. Also I know there is an option to switch users via running terminal/shell commands, but it's not so convinient to run these commands every time and it requires root.
I prefer to not root the device and try every option I can first.
If there is nothing to do with that, then I am willing to use Lineage OS instead of rooted MIUI.
Thanks for any feedback!
I have the same issues, I add a new user from 'multiple users' in settings, but I have no way of actually switching back and forth between user profiles. Even EMUI allows this, which I never knew was possible up until a few days ago.
Any Updates?
I have same problem.
Is there a fix?
I m also searching for this only...
Is anyone knows this?
realdidi said:
Hi everyone,
Is there any people already used Multiple users in MIUI?
I need to use Multiple android users on my Redmi Note 8T running MIUI 11 very much.
In order to do that I turned off MIUI optimizations and changed build.prop(via unlocking bootloader) to have:
fw.max_users=5
fw.show_multiuserui=1
Also tried adding:
fw.show_hidden_users=1
fw.power_user_switcher=1
I see the "Multiple Users" option in Settings now.
However, when I create New User, finish it's setup process and switch back to Owner,
I can't use this New User anymore. It doesn't let me switch to it again. (Click on "New User" in users list does nothing.)
Also there is no User icon in notification bar menu to switch users.
I have a guess why:
1) MIUI Second Space feature: when I create new user and set up it's profile I constantly see Second Space Icon in the notification bar near battery percentage.
And only way it lets me switch back to Owner is clicking on "Switch" Icon (which was automatically created shortcut at main screen). Clicking Owner in "Multiple Users" menu does nothing.
2) not as plausible as first one but: When I create new user profile it doesn't let me finish the process without setting it's password first. Maybe
Second Space logic somehow can't use new profile password.
Is there any people already used Multiple users in MIUI?
Or maybe someone have any ideas on how to disable Second Space interception of users switch with modifying some prop files or other system files?
I will appreciate any help with this very much.
PS. Also I know there is an option to switch users via running terminal/shell commands, but it's not so convinient to run these commands every time and it requires root.
I prefer to not root the device and try every option I can first.
If there is nothing to do with that, then I am willing to use Lineage OS instead of rooted MIUI.
Thanks for any feedback!
Click to expand...
Click to collapse
Bro what is that terminal command plz tell
realdidi said:
Hi everyone,
Is there any people already used Multiple users in MIUI?
I need to use Multiple android users on my Redmi Note 8T running MIUI 11 very much.
In order to do that I turned off MIUI optimizations and changed build.prop(via unlocking bootloader) to have:
fw.max_users=5
fw.show_multiuserui=1
Also tried adding:
fw.show_hidden_users=1
fw.power_user_switcher=1
I see the "Multiple Users" option in Settings now.
However, when I create New User, finish it's setup process and switch back to Owner,
I can't use this New User anymore. It doesn't let me switch to it again. (Click on "New User" in users list does nothing.)
Also there is no User icon in notification bar menu to switch users.
I have a guess why:
1) MIUI Second Space feature: when I create new user and set up it's profile I constantly see Second Space Icon in the notification bar near battery percentage.
And only way it lets me switch back to Owner is clicking on "Switch" Icon (which was automatically created shortcut at main screen). Clicking Owner in "Multiple Users" menu does nothing.
2) not as plausible as first one but: When I create new user profile it doesn't let me finish the process without setting it's password first. Maybe
Second Space logic somehow can't use new profile password.
Is there any people already used Multiple users in MIUI?
Or maybe someone have any ideas on how to disable Second Space interception of users switch with modifying some prop files or other system files?
I will appreciate any help with this very much.
PS. Also I know there is an option to switch users via running terminal/shell commands, but it's not so convinient to run these commands every time and it requires root.
I prefer to not root the device and try every option I can first.
If there is nothing to do with that, then I am willing to use Lineage OS instead of rooted MIUI.
Thanks for any feedback!
Click to expand...
Click to collapse
I had a Same problem with my xiaomi redmi 9A but I have figured out the solution. So if u r still interested then reach me here "email: [email protected]" 0r tel: 0789644207.
realdidi said:
Hi everyone,
Is there any people already used Multiple users in MIUI?
I need to use Multiple android users on my Redmi Note 8T running MIUI 11 very much.
In order to do that I turned off MIUI optimizations and changed build.prop(via unlocking bootloader) to have:
fw.max_users=5
fw.show_multiuserui=1
Also tried adding:
fw.show_hidden_users=1
fw.power_user_switcher=1
I see the "Multiple Users" option in Settings now.
However, when I create New User, finish it's setup process and switch back to Owner,
I can't use this New User anymore. It doesn't let me switch to it again. (Click on "New User" in users list does nothing.)
Also there is no User icon in notification bar menu to switch users.
I have a guess why:
1) MIUI Second Space feature: when I create new user and set up it's profile I constantly see Second Space Icon in the notification bar near battery percentage.
And only way it lets me switch back to Owner is clicking on "Switch" Icon (which was automatically created shortcut at main screen). Clicking Owner in "Multiple Users" menu does nothing.
2) not as plausible as first one but: When I create new user profile it doesn't let me finish the process without setting it's password first. Maybe
Second Space logic somehow can't use new profile password.
Is there any people already used Multiple users in MIUI?
Or maybe someone have any ideas on how to disable Second Space interception of users switch with modifying some prop files or other system files?
I will appreciate any help with this very much.
PS. Also I know there is an option to switch users via running terminal/shell commands, but it's not so convinient to run these commands every time and it requires root.
I prefer to not root the device and try every option I can first.
If there is nothing to do with that, then I am willing to use Lineage OS instead of rooted MIUI.
Thanks for any feedback!
Click to expand...
Click to collapse
I had a Same problem with my xiaomi redmi 9A but I have figured out the solution. So if u r still interested then reach me here "email: [email protected]" 0r Tel: +256789644207 Or via Whatsapp: +256789644207.
sam107 said:
I m also searching for this only...
Is anyone knows this?
Click to expand...
Click to collapse
I had a Same problem with my xiaomi redmi 9A but I have figured out the solution. So if u r still interested then reach me here "email: [email protected]" 0r Tel: +256789644207 Or via Whatsapp: +256789644207
tzahik1 said:
Any Updates?
I have same problem.
Is there a fix?
Click to expand...
Click to collapse
I had a Same problem with my xiaomi redmi 9A but I have figured out the solution. So if u r still interested then reach me here "email: [email protected]" 0r Tel: +256789644207 Or via Whatsapp: +256789644207
10000% working solution.
Download Security core component v25 apk from here:https://www.apkmirror.com/apk/xiaomi-inc/security-core-component/security-core-component-25-release/
Download quick-short-cut maker from here:
Download QuickShortcutMaker APK for FRP Bypass (All Version) - Latest 2022
Download QuickShortcutMaker apk It makes a shortcut for every pre-installed Android application and let you FRP Bypass from your phone,
www.bypassfrpfiles.com
Install both the packages to ur phone
Launch quick shortcut maker
Under activities tab in quick shortcut maker, look for security core component And click on it.
U will view so many icons then select 2nd option which says second space
After that click on the Try this option.
Go through the setup process And complete setting up ur second space but remember to password ur space so as to distinguish between them.
Also remember to select the use password to switch between spaces.
When ur space is ready u can always open quick shortcut maker and under the security componetns option try all the available options to complete ur setup process like sharing apps, duo apps, shared files, contacts e.t.c.
There now u r done......