Add Guest mode and Multiple Users. (Easy) - Samsung Galaxy Note 8 Guides, News, & Discussion

For those of you who's carriers have disabled the Guest mode and Multiple Users mode you can easily turn it back on provided your phone IS rooted and you're capable of editing the build.prop file in the /system folder.. This feature comes in handy when your family or friends want to use your phone and you don't want them to be snooping through your stuff! Add this to your build.prop file
#
# Multi-Users
#
fw.max_users=3
fw.show_multiuserui=1
And then reboot the phone and upon turning back on swipe down from the top quick settings and you'll see a new option (circle picture) next to the system icon gear.. Tap that and check it out..
As always, make sure you make a backup first since you never know if anything could possibly go wrong!

I have the unlocked Note. Is guest mode disabled on the unlocked version? Or do I need to root to enable it? Thanks!

m20120 said:
I have the unlocked Note. Is guest mode disabled on the unlocked version? Or do I need to root to enable it? Thanks!
Click to expand...
Click to collapse
You should be able to see a picture right next to the system icon gear in the quick settings menu. If you can't tap on it then you don't have it and the only way I know of to get it is with root access to change the build.prop file.

No Icon visible
Hello. My Note8 is rooted. After changing Build.prob, I can add users, but not switch. The Icon in Task bar is missing. I checked the Build.prob. entrys. They are correct. Any help?
Greetz, Thorsten

Thor64 said:
Hello. My Note8 is rooted. After changing Build.prob, I can add users, but not switch. The Icon in Task bar is missing. I checked the Build.prob. entrys. They are correct. Any help?
Greetz, Thorsten
Click to expand...
Click to collapse
I'm not sure since I don't use that anymore. Sorry.

Related

[Q] How can we set USB debugging as default?

AFAIK we must using the sideloading .apk to popup the hidden settings @ NT and then choose the USB debugging options there, but we must redo it every reboot if need ADB access.
How can we set USB debugging as deafult? change settings.sql database?
and it'll be very good if we can access the whole hidden settings option as well . Pls share your experience!
Many Thanks
The easiest way to toggle usb debugging is to use either the tgps app to run and access the menu or use a custom shortcut button directly to the settings menu to toggle it every time. To actually change things in the nook code to fit our every need requires a ton of annoying trial and error hacking. Most people are just patiently waiting for the boot signature bypass so we can just push over a custom rom that has all this done already.
suicideclown said:
The easiest way to toggle usb debugging is to use either the tgps app to run and access the menu or use a custom shortcut button directly to the settings menu to toggle it every time. To actually change things in the nook code to fit our every need requires a ton of annoying trial and error hacking. Most people are just patiently waiting for the boot signature bypass so we can just push over a custom rom that has all this done already.
Click to expand...
Click to collapse
Pls share the a custom shortcut button directly to the settings menu, MY LORD!!!
The app anycut is a great one that will create a customized shortcut to any place in your settings.
Check it out here:
(Android Market)
https://market.android.com/details?id=com.appdroid.anycut
i think widgetzoid has an option to create an usb debug on/off widget.
rjin9673 said:
The app anycut is a great one that will create a customized shortcut to any place in your settings.
Check it out here:
(Android Market)
https://market.android.com/details?id=com.appdroid.anycut
Click to expand...
Click to collapse
Pls help more detail how to add the customize shortcut that let us reach hiden settings options using any cut
xdahgary said:
i think widgetzoid has an option to create an usb debug on/off widget.
Click to expand...
Click to collapse
I'll try and feedback when done testing
Thanks all,

[Q] How to enable developer mode and mock locations in source

Hi, I am trying to build a custom rom that has developer mode -> Mock locations=true, Auto-rotate screen=false by default. Here is what I have tried:
Pulled the settings database from `data/data/com.android.providers.settings/databases`
Edited the database so that the mock locations flag was set to 1
Wrote a script to add to the makefile that would move the new database to `/data/data/com.android.providers.settings/databases` on build.
and
Adb push the new database file to proper location
Reboot
Neither of these options seemed to work out properly. I need an option to set some of the settings, including the hidden Developer option "enable mock locations" so that I can build an image with these settings enabled by default. If anyone can help, would be much appreciated.
Thanks!
methodeguy said:
Hi, I am trying to build a custom rom that has developer mode -> Mock locations=true, Auto-rotate screen=false by default. Here is what I have tried:
Pulled the settings database from `data/data/com.android.providers.settings/databases`
Edited the database so that the mock locations flag was set to 1
Wrote a script to add to the makefile that would move the new database to `/data/data/com.android.providers.settings/databases` on build.
and
Adb push the new database file to proper location
Reboot
Neither of these options seemed to work out properly. I need an option to set some of the settings, including the hidden Developer option "enable mock locations" so that I can build an image with these settings enabled by default. If anyone can help, would be much appreciated.
Thanks!
Click to expand...
Click to collapse
I am also looking for this. Being able to access adb on a fresh install on a device that has trouble getting into recovery would be very beneficial.
I had to flash back to factory stock this morning because the kernel I was using prevented me from accessing the bootloader and the ROM I was developing was missing a key apk. Had this had been built into the ROM, I could have been able to reboot to recovery.
Sent from my MyTouch 4G Slide

Fix / Add (Missing) Toggle In Quick settings Panel - Need Root

Background Information:
I was reading on Sammobile this morning about issue with S6 sometimes loosing it's notification toggles. I thought I was the only one facing this issue as I have a S6 Port on my Note 3 few weeks ago.
http://www.sammobile.com/2015/06/15...ng-from-the-galaxy-s6-and-the-galaxy-s6-edge/
I started looking around into the SecSettings smali files and I noticed a lot has changed on S6 SecSettings compared with other Samsung phone model. There use to be a smali file on the original Note 3 SecSettings where you can add some toggles but that is now missing on S6.
I started looking into Settings.db and I noticed one of the system parameter is missing. I added the parameter using sqllite editor and added some toggles as I want. I also updated the toggle list on the other two parameters and like magic, everything has been working fine since then.
What you will need:
1. A rooted s6 / S6 Edge. Also works for other S6 Ports.
2. SqlLite Editor. I used the paid version. I am not sure if the free version can do the same task. There should also be other free DB editor application that could do the same task.
Steps:
1. Install SqlLite Editor: https://play.google.com/store/apps/details?id=com.speedsoftware.sqleditor&hl=en
2. Open the app and look for "Setting Storage" entry
3. Select "Setting Storage" and then select settings.db
4. Next select "system". This is the last item on the list
5. Tap on the search icon and search for "notification" and select "OK"
6. Tap on the Plus sign "+" to add new parameter
7. Under name, type the following: "notification_panel_default_active_app_list"
8. In the Value filed, type all the toggle you want in there. I usually do a copy and past from a text file to avoid any mistake
9. Hit the same button
10. Select "notification_panel_active_app_list" and paste / type the same value as 8 above and save.
11. You could do the same for "notification_panel_default_active_app_list_for_rest"
Additionally, you could increase the number of scroll-able toggles from 10 to any value you want. I usually have it at 20. The parameter you need is the "notification_panel_active_number_of_apps"
You can also add SFinder and QuickConnect to the toggle list and you can then get rid of those two in the drop down to have more space in the notofication area.
I have provided a list of the toggle I commonly use as a text. Please note that some toggles might not be relevant to the rom you're using and might not work of do anything when toggled. E.g. Don't expect touch to work if it hasn't been implemented in your rom version etc.
You can never loose any toggle again and you can more as needed.......
Wifi;MobileData;Location;Bluetooth;AutoRotate;TorchLight;MultiWindow;SilentMode;Ebook;NetworkBooster;SideKey;WiFiHotspot;AllShareCast;SBeam;Sync;ToddlerMode;SmartStay;SmartPause;SmartScroll;SmartNetwork;Nfc;PowerSaving;UltraPowerSaving;AirplaneMode;AirView;AirGesture;Toolbox;CarMode;QuickConnect;SFinder;NetworkBooster;TouchSensitivity;DoNotDisturb;DormantMode;Brightness;PersonalMode;
oluwaponmile said:
2. Open the app and look for "Setting Storage" entry
Click to expand...
Click to collapse
I am stuck already as I don't have that entry.
I understand that in Italian it is probably named differently, but even looking at the icon used in your screenshot I can't find it.
Wtf...
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
Cr4z33 said:
I am stuck already as I don't have that entry.
I understand that in Italian it is probably named differently, but even looking at the icon used in your screenshot I can't find it.
Wtf...
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
Click to expand...
Click to collapse
It might not be called the same name but there is no phone without a setting database. Do this:
Open sqllite editor and go to the "files" tab. Then navigate to /data/data/com.android.providers.settings/databases and select the "settings.db". Just like in the attachment.
oluwaponmile said:
It might not be called the same name but there is no phone without a setting database. Do this:
Open sqllite editor and go to the "files" tab. Then navigate to /data/data/com.android.providers.settings/databases and select the "settings.db". Just like in the attachment.
Click to expand...
Click to collapse
Thanks now I found it.
Going on with your guide.
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
---------- Post added at 17:32 ---------- Previous post was at 16:34 ----------
I did everything, saved, rebooted and the changes do not apply.
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
Not works for me... Nothing change
EDIT: it works but you have to reboot after the change without opening the navbar
It's working, S6 Edge (925F) added back MobileData toggle. @oluwaponmile, nice find, thank you!!!
PS: used SQLite free version, "notification_panel_default_active_app_list" line is already there, just added "MobileData;" in values and a reboot after change, normally...
I have to correct my previous reply.
Every editing got applied but the value in notification_panel_active_number_of_apps which keeps staying at 7.
Could that be the reason for no success?
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
NO ROOT REQUIRED
Samsung released today an app to fix this problem. It's in Galaxy Apps and it's called "QuickPanel Restore". It restores all missing toggles.
Fokus007 said:
NO ROOT REQUIRED
Samsung released today an app to fix this problem. It's in Galaxy Apps and it's called "QuickPanel Restore". It restores all missing toggles.
Click to expand...
Click to collapse
Thanks for the information!
Here's the link:
http://www.samsungapps.com/appquery...uickpanelrestore&cntyTxt=222&equipID=SM-G925F
Update:
It didn't restore the (missing) torch toggle for me.
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
I tried in every way but the file does not show up, I tried to transfer it to my pc but it is empty..
Any suggestions ?
The settings.db file is empty?
The settings.db file is empty on Galaxy s7 sprint G930P, any advise?
settings.db empty here as well...
I have j700p and Settings.db is empty , there is any solution ??

[GUIDE] H870 WiFi Calling enable on Stock based ROMS (Fulmics, etc.)

After over a week of trying, I've come up with a solution to enable WiFi Calling (probably also VoLTE) in Fulmics ROM for LG G6 and probably G5 running any stock based ROM.
THIS GUIDE WILL ONLY WORK IF YOUR DEVICE IS ON THE LIST OF YOUR CARRIER'S VOWIFI/VOLTE SUPPORTED DEVICES AND THE SERVICE IS ENABLED THROUGH AN OTA UPDATE FOR YOUR STOCK, BRANDED ROM PROVIDED BY YOUR CARRIER!
I don't believe in magic, you shouldn't either so don't think this guide will make VoWiFi/VoLTE work on your device regardless of your carrier's support for your phone model.
Also, if your provider offers VoLTE/VoWiFi through an external app available in Play Store, don't bother reading any further.
General idea described in this guide is to tweak your rom in a way that it is recognized by your carrier as their own VoLTE/VoWiFi enabled build that has a "green light" for IMS and Xcap apns registration in your provider's VoLTE/VoWiFi service. During my attempts you make the service work on my G6 running V10t based Fulmics ROM i discovered that adding IMS and Xcap apns plus getting all the IMS and GPRI VoLTE/WoWiFi hidden menu settings right is not enough. I had everything set up right and still couldn't make a WiFi call. Then it occured to me that maybe i can't make it work because Fulmics ROM is based v10t, and my provider's VoLTE/WoWiFi enabled rom is the v10h? So i tweaked Fulmics 1.6, then 2.0 so it masks itself in front of my provider as v10h while in fact it still is v10t Fulmics ROM 2.0. And guess what... IT WORKED!!! My Carrier's IMS and Xcap apns, manually added by me to the default open-eu apn list storred in /system/etc/apns-conf.xml, got registered in the service activating WiFi Calling on my device.
How to do it step-by-step guide below
1. PREREQUISITES:
- /OP/[YOUR CARRIER'S CUST FOLDER IN XXX_XX NAME FORMAT] in your main dir /root. If you only have OPEN_EU in your /OP you must get your carrier's specific cust folder or install Fulmics over your carrier's VoLTE/VoWiFi enabled rom then the cust folder you need will appear in /OP
- build.prop file from your Carrier's VoLTE/VoWiFi enabled rom for your LG model (make sure following line is in the file: ro.lge.cupp_capss.rootdir=/OP
- /OP dicectory in your device main root directory with your carrier's VoLTE/VoWiFi enabled ROM's subfolder (XXX_XX format). OPEN-EU or
GLOBAL-COM are not the ones .
- files from your carrier's rom: /root/data/ipsec/wo_apn.conf, /root/data/ipsec/wo/apn_xcap.conf
(You can try without those 2 files if you can't get them).
2. TO DO:
!!! AT SOME POINT OF CHANGING STUFF LISTED BELOW YOU WILL GET ALOT OF FC OF VARIOUS APPS. DON'T PANIC, JIST REBOOT YOUR DEVICE AND CARRY ON WITH CHANGES !!!
- in /OP directory delete folder _COMMON if you have one
- in /OP directory create a new directory called SUPERSET and set perms to 755
- copy all content from your carrier specific folder in /OP to SUPERSET. You can also just try renaming cour carrier's folder to SUPERSET instead of creating new filder and copying stuff to it.
- edit cust_group_mapping.cfg in /OP and change whatever you have after = to GLOBAL-COM
- open cust_path_mapping.cfg in /OP and make sure you have 999999,99=/OP/SUPERSET there on the list of providers
-edit official_op_resize.cfg and add SUPERSET_SIZE=[copy size value of your carrier's folder which should also be listed in the file]
-in /OP/SUPERSET (with your carrier's files coppied) edit cust.prop and in second line in the file change whatever you have after = to SUPERSET
- edit your rom current build.prop file and copy all additional stuff (in my case it was all the Fulmics ROM part of build.prop so from #Software Version down) to the build.prop acquired from your carrier's VoLTE/VoWiFi enabled rom. Add the coppied stuff at the bottom of the list.
- add following lines at the end of stuff coppied to your carrier's build.prop from step above:
persist.sys.cust.lte_config=true
persist.lg.data.iwlan.enable=true
# Debug Options
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
# Radio Options
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
# applying GPRI auto-commit
ro.lge.radio_gpri=1
ro.lge.amrwb_gpri=1
wlan.lge.softap5g=false
# 2015-10-12 [email protected] LGP_DATA_IWLAN [START]
persist.lg.data.iwlan=1
persist.lg.data.iwlan.ipsec.ap=1
# 2015-10-12 [email protected] LGP_DATA_IWLAN [END]
Save the build.prop file and place it over your current system default build.prop. set perms to 644
- open your device's hidden menu, go to
Field Test->GPRI VoLTE/VoWiFi->UX and tick 3rd, 4th, 5th, 6th and 9th for WoWiFi only, all except 8th for VoLTE/VoWiFi and 1st and 2nd for VoLTE only.
- go to your apns in network settings and make sure you have all the apns needed (in my case the are: internet, mms, ims and xcap). If you don't have them, try sending settings request message to your carrier's apn service center, if that doesn't help, add the apns manually (you must find your carrier's specific manual settings on the internet). You can also edit /system/etc/apns-conf.xml file and add missing apns manually to the list in above file. To do that you must find your carrier's apns on the list first, (list order by MCC-MNC code) under your carrier's last apn enter your VoLTE/VoWiFi apns in the same way the other apns in the file are typed.
-save apns-conf.xml, go back to apn list in network settings, tap overview->restore defaults and the missing apns you added to your xml file should appear on the list in network settings.
-make sure you have all permissions right of the created/coppied/edited files and reboot your device.
When your phone boots back up to Fulmics you should have your carrier's boot animation instead of default LG one, then you should see initial boot screen with "android is setting up" for a couple of seconds, then your homescreen. When configuring of your sustem is done, open quick settings and your VoLTE and WiFi Calling tiles should appear there. Turn on what you want and test if it's working. Remember, with VoWiFi you must have both WiFi and WiFi calling ON. The easiest way to tell if WiFi Calling is active is the presence of a headphone with little WiFi icon on the status bar and other places in your dialer etc. To test, turn on airplane mode, wait till WiFi gets turned off, turn it back on in airplane mode, wait for WiFi calling icon on status bar and try to make a call with airplane mode on .
REMEMBER! This guide will will only work if your carrier verifies WiFi enabled devices by 3 conditions: 1. Device supported, 2. Apns present, 3. ROM build match (info from build.prop).
I might have forgotten about something (or not ) but will edit if or when questions start to be asked
A picture of WiFi Calling working on my device with Fulmics rom 2.0 below. (WiFi Calling icon next to WiFi icon in status bar.
@mrbeem tried flashing back the kdz trough lgup but in OP i found only three folders: _COMMON, lost+found and OPEN_EU, plus a lot of individual files.
Any clues? Can you specify what files the operator folder should contain? Thanks in advance!
Killua96 said:
@mrbeem tried flashing back the kdz trough lgup but in OP i found only three folders: _COMMON, lost+found and OPEN_EU, plus a lot of individual files.
Any clues? Can you specify what files the operator folder should contain? Thanks in advance!
Click to expand...
Click to collapse
What rom did you flash in LG UP? Was it your provider's stock ROM with WiFi Calling service enabled or was it Open EU rom? OP should contain your carrier's config files of you flash your provider's ROM. The files should be in a separate folder with your Carrier's name (for example, Vodafone Italy should have a folder in /OP named VDF_IT etc.). Carrier specific folder should contain subfolders called: config, overlay, apps, media, poweron, poweroff. Most impostant are: config and overlay. Also in /OP there should be 3 files apart from the subfolders: cust.prop, official_op_resize.cfg and except_buyercode.cfg
Pics of content of cust.prop and official_op_resize.cfg from my carrier's folder (P4P_PL)
mrbeem said:
What rom did you flash in LG UP? Was it your provider's stock ROM with WiFi Calling service enabled or was it Open EU rom? OP should contain your carrier's config files of you flash your provider's ROM. The files should be in a separate folder with your Carrier's name (for example, Vodafone Italy should have a folder in /OP named VDF_IT etc.). Carrier specific folder should contain subfolders called: config, overlay, apps, media, poweron, poweroff. Most impostant are: config and overlay. Also in /OP there should be 3 files apart from the subfolders: cust.prop, official_op_resize.cfg and except_buyercode.cfg
Click to expand...
Click to collapse
The OPEN EU that Bridge downloads when my phone is connected, and is the same one which is referred as "Vodafone Italy" on LG Firmware.
In /OP i have these files: op_list, official_op_resize, custom_path_mapping, custo_group_mapping, client_id, buerycode, strangely are almost the same found on fulmics.
In Open_EU i've overlay and config folders, and these files: official_op_resize.cfg, except_buyercode.cfg and cust.prop.
The strange thing is that the vodafone brand remains also with the fulmics, in fact at everye clean installation i found vodafone apps and vodafone configuration before restore my lgbackup, what a mess lol
Killua96 said:
The OPEN EU that Bridge downloads when my phone is connected, and is the same one which is referred as "Vodafone Italy" on LG Firmware.
In /OP i have these files: op_list, official_op_resize, custom_path_mapping, custo_group_mapping, client_id, buerycode, strangely are almost the same found on fulmics.
In Open_EU i've overlay and config folders, and these files: official_op_resize.cfg, except_buyercode.cfg and cust.prop.
The strange thing is that the vodafone brand remains also with the fulmics, in fact at everye clean installation i found vodafone apps and vodafone configuration before restore my lgbackup, what a mess lol
Click to expand...
Click to collapse
Ok so you have the everything. Just delete _COMMON filder, create SUPERSET and copy all from OPEN_EU to SUPERSET. Basicly follow the steps. Build.prop is most important part. Plus check if you have all apns needed for WiFi Calling, if not, add manually as described. It is a mess, but the key is to put that mess in an order that enables WiFi Calling. Carrier's boot animation on fulmics is a very good indication that you're on the right path to make it work. Just a small tip... Maybe start from the UI part to enable the ability to turn VoWiFi on/off and then the rest. This way you'll be able to see if or when your service becomes active. So.....
1. Copy this to your carrier's build.prop after you've coppied the Fulmics part:
persist.sys.cust.lte_config=true
persist.lg.data.iwlan.enable=true
# Debug Options
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
# Radio Options
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
# applying GPRI auto-commit
ro.lge.radio_gpri=1
ro.lge.amrwb_gpri=1
wlan.lge.softap5g=false
# 2015-10-12 [email protected] LGP_DATA_IWLAN [START]
persist.lg.data.iwlan=1
persist.lg.data.iwlan.ipsec.ap=1
# 2015-10-12 [email protected] LGP_DATA_IWLAN [END]
2. Replace stock fulmics build.prop with the one from your carrier's rom with Fulmics part and above lines added. Check permissions and reboot.
3. Ho to hidden menu Field Test->GPRI VoLTE/VoWiFi->UX and tick all ON apart from 1, 2 and 7. Go back to main hidden menu screen and to to Service Menu->WoWiFi and change value to 1.
4 reboot and check if you have WiFi Calling QS Tile added and WiFi Calling settings enabled in call settings.
mrbeem said:
Ok so you have the everything. Just delete _COMMON filder, create SUPERSET and copy all from OPEN_EU to SUPERSET. Basicly follow the steps. Build.prop is most important part. Plus check if you have all apns needed for WiFi Calling, if not, add manually as described. It is a mess, but the key is to put that mess in an order that enables WiFi Calling. Carrier's boot animation on fulmics is a very good indication that you're on the right path to make it work
Click to expand...
Click to collapse
This evening i'll try, thanks!
@mrbeem so i have done almost all the procedura, just one thing missing, apns. Do you know if there are any for vodafone? Mine is italy, but who knows, it could work with other vodafone ahahaha
Killua96 said:
@mrbeem so i have done almost all the procedura, just one thing missing, apns. Do you know if there are any for vodafone? Mine is italy, but who knows, it could work with other vodafone ahahaha
Click to expand...
Click to collapse
What apns do you currently have on the list?
Can you check what is your sim MCC-MNC CODE? Go to hidden menu, field test->SIM Info and check values under MCC and MNC. Is it 222 and 10??
mrbeem said:
What apns do you currently have on the list?
Can you check what is your sim MCC-MNC CODE? Go to hidden menu, field test->SIM Info and check values under MCC and MNC. Is it 222 and 10??
Click to expand...
Click to collapse
These three
Killua96 said:
These three
Click to expand...
Click to collapse
Ok. I found apns for you. There are 3 more to add. Give me an hour or so and i will make apns-conf.xml for you. Make backup of your apn-conf.xml file and when i send you new one you will just replace your file with mine, go to settings wi
th apn list (one from screen above) and hit restore defaults .
One more thing... Can you tap on the top apn from the list to open it? Then scroll down to see apn type , take a screenshot and post it here
mrbeem said:
Ok. I found apns for you. There are 3 more to add. Give me an hour or so and i will make apns-conf.xml for you. Make backup of your apn-conf.xml file and when i send you new one you will just replace your file with mine, go to settings wi
th apn list (one from screen above) and hit restore defaults .
One more thing... Can you tap on the top apn from the list to open it? Then scroll down to see apn type , take a screenshot and post it here
Click to expand...
Click to collapse
Here
Thanks for everything, hope it'll work xD
Killua96 said:
Here
Thanks for everything, hope it'll work xD
Click to expand...
Click to collapse
PM me with your email address and i will send you edited apns-conf.xml. replace your /system/etc/apns-conf.xml with the one i will send you, go to apn settings tap 3dots at the upper right corner and hit restore defaults and updated apns should come up. Don't forget to tap the empty circle on the right by your internet apn to set the top one as default. I've seen on your screenshot the circle is empty and it shouldn't be
Struggling to get wifi calling on my device. H870 Fulmics O2 UK
Spoke to O2 who told me it doesn't support wifi calling?!
Even though the app allowed me to turn wifi calling on etc?!?
Need help with this as I get no signal at work
Can anyone share me your volte/vowifi working OP files.
Zerter said:
Can anyone share me your volte/vowifi working OP files.
Click to expand...
Click to collapse
:highfive: +1 i need that files.
Isn't enabling WiFi Calling in hidden menu enough to make it work? It seems to be working for me.
[email protected] said:
:highfive: +1 i need that files.
Click to expand...
Click to collapse
Link to the files below. Instructions in .txt file inside the folder.
https://mega.nz/#F!4cdDzTBR!S-_R0c3niD1PsIiJAUwVPQ
Vatt`ghern said:
Isn't enabling WiFi Calling in hidden menu enough to make it work? It seems to be working for me.
Click to expand...
Click to collapse
Which ROM do you have installed?
Im using latest fulmics. And also i'm trying to create manually ELE_EE configuration. I have all information that i need from operator but not sure is it possible. Anyway i got this phone from LG baltics to do it.

[Xiaomi] [MIUI] Switch users issue

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......

Categories

Resources