Android Enthusiasts
Q&A for enthusiasts and power users of the Android operating system
Latest Questions
2
votes
4
answers
39825
views
How can I export MIUI notes?
I'm using a Xiaomi RedMi 3S phone, whose MIUI environment includes a "Notes" app. The app itself does not have an export feature. Can I somehow locate/extract the note data - for all notes - into text files, or some other readable format? Note: I don't know where this data is stored.
I'm using a Xiaomi RedMi 3S phone, whose MIUI environment includes a "Notes" app.
The app itself does not have an export feature. Can I somehow locate/extract the note data - for all notes - into text files, or some other readable format?
Note: I don't know where this data is stored.
einpoklum
(555 rep)
Nov 20, 2020, 07:56 PM
• Last activity: Oct 27, 2024, 07:19 PM
1
votes
0
answers
55
views
Weird problem with YouTube app on MIUI 10.2
There is this problem with the YouTube app on MIUI 10.2. When I open the app, the 'YouTube' logo part at the top has completely disappeared and it just shows the search box, the notification bell, and the account picture. Tried the usual things like rebooting the phone. No use. When I clear the app...
There is this problem with the YouTube app on MIUI 10.2. When I open the app, the 'YouTube' logo part at the top has completely disappeared and it just shows the search box, the notification bell, and the account picture.
Tried the usual things like rebooting the phone. No use. When I clear the app data or uninstall YouTube app updates and re-install them, it goes back to normal showing the logo, when, after that, I open the app for the first time. But when I close the app and open it later it goes back to no logo again. Tried everything except factory reset.
Any idea why this is happening? Some kind of weird virus thing or so? Not that I miss the YouTube logo terribly :-), but this glitch seems annoying and doesn't seem to go away despite my best efforts!
schizoid_man
(111 rep)
Sep 20, 2020, 02:01 AM
• Last activity: Sep 20, 2020, 10:39 AM
0
votes
1
answers
61
views
How can I change the default browser on MIUI 10.x?
I've read this question: https://android.stackexchange.com/questions/11875/how-can-i-change-the-default-browser but the instructions there don't fit my Xiaomi phone, which has the MIUI 10 interface. How can I change the default browser there?
I've read this question:
https://android.stackexchange.com/questions/11875/how-can-i-change-the-default-browser
but the instructions there don't fit my Xiaomi phone, which has the MIUI 10 interface. How can I change the default browser there?
einpoklum
(555 rep)
Feb 19, 2020, 09:01 PM
2
votes
1
answers
10008
views
How to check IMSI/ICCID on MIUI10?
Is there any way to view IMSI and ICCID numbers of my SIM-cards? I didn't find such menu neither in About-Status nor anywhere else.
Is there any way to view IMSI and ICCID numbers of my SIM-cards? I didn't find such menu neither in About-Status nor anywhere else.
Suncatcher
(518 rep)
Oct 21, 2019, 07:55 PM
• Last activity: Dec 2, 2019, 05:15 PM
0
votes
1
answers
172
views
Errors after MIUI ROM flashing with TWRP
I'm trying to flash Xiaomi EU stable version of MIUI 10 on my Redmi Note 4 MTK. - TWRP: `3.0.2` - ROM: `Xiaomi EU MIUI 10 (HMNote4_V10.2.1.0)` - Gapps: `arm64-6.0-nano` After first flash with full wipe, it has stuck in Setup Wizard at SIM selection with `Unfortunately, Setup Wizard has stopped` erro...
I'm trying to flash Xiaomi EU stable version of MIUI 10 on my Redmi Note 4 MTK.
- TWRP:
3.0.2
- ROM: Xiaomi EU MIUI 10 (HMNote4_V10.2.1.0)
- Gapps: arm64-6.0-nano
After first flash with full wipe, it has stuck in Setup Wizard at SIM selection with Unfortunately, Setup Wizard has stopped
error.
Java error message:
java.lang.IncompatibleClassChangeError: The method 'void android.telephony.SubscriptionManager.setDefaultDataSubld(int)' was expected to be of type virtual but instead was found to be of type direct (declaration of 'com.google.android.setupwizard.carrier.SimSetupActivity$SetSimDataFragment' appears in /system/priv-app/SetupWizard/SetupWizard.apk)
at com.google.android.setupwizard.carrier.SimSetupActivity$SetSimDataFragment.apply(SimSetupActivity.java:166)
at com.google.android.setupwizard.carrier.SimSetupActivity$SimSetupFragment.applySelection(SimSetupActivity.java:326)
at com.google.android.setupwizard.carrier.SimSetupActivity$SetSimDataFragment.applySelection(SimSetupActivity.java)
at com.google.android.setupwizard.carrier.SimSetupActivity.start(SimSetupActivity.java:93)
at com.google.android.setupwizard.BaseActivity.onNextPressed(BaseActivity.java:378)
at com.google.android.setupwizard.BaseActivity.onNavigateNext(BaseActivity.java:660)
at com.android.setupwizardlib
Then I re-flashed it without wipes. And another error emerged - Unfortunately, Settings has stopped
Java error message:
java.lang.RuntimeException:
Unable to start activity ComponentInfo{com.android.settings/com.android.settings.wifi.WifiSetupActivity}:
java.lang.lllegalStateException: You need to use a miui theme (or descendant) with this activity.
at android.app.ActivityThread.performLaunchActivity(Activity Thread.java)
at android.app.ActivityThread.handleLaunchActivity(Activity Thread.java)
at android.app.ActivityThread.access$1100(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygotelnit$MethodAndArgsCaller.run(Zygotelnit.java)
at com.android.internal.os.Zygotelnit.main(Zygotelnit.java)
Caused by: java.lang.lllegalStateException: You need to use a miui theme (or descendant) with this activity.
at com. miui.internal.app.ActivityDelegate.installSubDecor(SourceFile)
at com.miui.internal.app.ActivityDelegate.onCreate(SourceFile)
at miui.app.Activity.onCreate(SourceFile)
at com.android.settings.kg.onCreate(SettingsActivity.java)
at com.android.settings.wifi.WifiSetupActivity.onCreate(WifiSetupActivity.java)
at android.app.Activity.performCreate(Activity.java)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java)
... 10 more
What do to fix this issue?
tsilvs
(375 rep)
Oct 7, 2019, 10:17 AM
• Last activity: Oct 12, 2019, 07:43 AM
0
votes
1
answers
272
views
How to restore Google Accounts from a local backup in MIUI 10?
Lately, I reset my Redmi Note 6 Pro and even backed up everything. Now, my question is that if I restore the local backup file will my multiple G-Mail or Google accounts get restored too?
Lately, I reset my Redmi Note 6 Pro and even backed up everything.
Now, my question is that if I restore the local backup file will my multiple G-Mail or Google accounts get restored too?
Sayan
(103 rep)
Apr 29, 2019, 05:08 PM
• Last activity: Sep 4, 2019, 05:17 PM
1
votes
0
answers
182
views
I can't integrate updates to system
I am using Xiaomi Redmi 5 Plus. Unlocked the bootloader and installed TWRP recovery. Then installed Magisk as root agent. Everything seems to be working fine. But I can't integrate updates of the system app to the system. And when I try doing it, it responds with failed. And it seems something break...
I am using Xiaomi Redmi 5 Plus. Unlocked the bootloader and installed TWRP recovery. Then installed Magisk as root agent. Everything seems to be working fine. But I can't integrate updates of the system app to the system. And when I try doing it, it responds with failed. And it seems something breaks and many of my finely running apps no more can launch. They all crash as soon as I open them.
NKoyee
(156 rep)
Jul 8, 2019, 04:24 AM
0
votes
1
answers
124
views
Mi 9 (M1902F1G) running MIUI 10.2.15.0 issue with fitness trackers
I'm seeing issues with my new phone that it's not keeping the GPS enabled when fitness trackers are running. E.g. a bike ride consists of a straight line between the start and end location. I've tried [Ghostracer][1] and [Strava][2] and both seems to be having the same issues. I've tried switching t...
I'm seeing issues with my new phone that it's not keeping the GPS enabled when fitness trackers are running.
E.g. a bike ride consists of a straight line between the start and end location.
I've tried Ghostracer and Strava and both seems to be having the same issues.
I've tried switching the "Battery Saver" setting for both apps to "No restrictions" (they were both previously on "Battery saver (recommended)"), but that makes no difference.
Anyone else with the same issue or ideally a fix?
Andy Nugent
(101 rep)
Jun 5, 2019, 11:09 AM
• Last activity: Jun 10, 2019, 10:32 AM
1
votes
1
answers
161
views
Xiaomi Redmi Note 5 cannot connect to LG FH2 speaker since there's a Bluetooth profile incompatibility
I have found that my LG FH2 speaker uses the A2DP profile protocol: http://gscs-b2c.lge.com/downloadFile?fileId=gQHBfK7s0ZXFVKL7CatPeA ...whereas my Android phone is unable to get connected to it, since it has a different profile AVRCP: https://source.android.com/devices/bluetooth/services Please no...
I have found that my LG FH2 speaker uses the A2DP profile protocol:
http://gscs-b2c.lge.com/downloadFile?fileId=gQHBfK7s0ZXFVKL7CatPeA
...whereas my Android phone is unable to get connected to it, since it has a different profile AVRCP:
https://source.android.com/devices/bluetooth/services
Please note I am not trying to make my phone an audio sink, only audio gateway is totally fine for me.
*¿How can I install, push, hack, or sideload via ADB such an **A2DP** Bluetooth profile so I can connect my mobile to my speaker?*
Edit: it's a Redmi Note 5 global version (model M1803E7SH Latin America)
Andrés Peña Castillo
(13 rep)
Apr 30, 2019, 05:06 PM
• Last activity: Apr 30, 2019, 06:04 PM
1
votes
0
answers
25929
views
What are the "dctp" and "did" files in my Android storage?
I have noticed two strange files in my Android storage. They are named "dctp" and "did". They don't have any extensions and my programs cannot read them. What are those files and what are their purposes?
I have noticed two strange files in my Android storage. They are named "dctp" and "did". They don't have any extensions and my programs cannot read them. What are those files and what are their purposes?
Purple Scientist
(21 rep)
Jan 29, 2019, 12:15 PM
• Last activity: Feb 27, 2019, 02:08 PM
0
votes
1
answers
181
views
My Chinese Redmi 4A showed me a step counter in the screen to the left of the home screen but my non-Chinese Redmi 6 does not
I bought my old Redmi 4A in China less than two years ago. I never installed most of the Google infrastructure on it. I did upgrade to MIUI 10. I just bought a Redmi 6 in Taiwan so it does have all the Google infrastructure and lacks some of the Xiaomi and/or Chinese internet apps etc. Recently I no...
I bought my old Redmi 4A in China less than two years ago. I never installed most of the Google infrastructure on it. I did upgrade to MIUI 10.
I just bought a Redmi 6 in Taiwan so it does have all the Google infrastructure and lacks some of the Xiaomi and/or Chinese internet apps etc.
Recently I noticed if I swipe right on the home screen on the 4A I see among other info the number of steps I've walked today. I did not have a step counter app installed . The 4A had very little storage so you always delete apps you don't use.
On my new Redmi 6 I don't see the number of steps I've walked.
How can I enable this feature on my 6, or at least find out what app etc the 4A got this info from?
hippietrail
(387 rep)
Jan 29, 2019, 07:22 AM
• Last activity: Jan 29, 2019, 07:38 AM
1
votes
1
answers
482
views
LTE doesn't work after attemp of fixing hotspot using ADB
I had problem with hotspot in Xiaomi Mi5s Plus after updating to MIUI10. I used ADB: settings put global tether_dun_required 0 Unfortunately, after that mobile data and 4G network stopped working. Changing back this setting to "1" or "null" doesn't give any resoult. 2G and 3G network works (calling...
I had problem with hotspot in Xiaomi Mi5s Plus after updating to MIUI10. I used ADB:
settings put global tether_dun_required 0
Unfortunately, after that mobile data and 4G network stopped working. Changing back this setting to "1" or "null" doesn't give any resoult.
2G and 3G network works (calling only, mobile data doesn't), I tried default settings, I tried restarting APN - no resoult. I got only notification, that system cannot install SIM Card.
I already reinstalled my system - also no resoult.
//Small edit:
I partly solved the problem by changing SIM port (my phone has dual-sim), but when I put SIM card to sim1 again - problem still exists.
When I put card to sim2 slot it says that it uses "default settings" and it works as should. What can I do to reset settings of sim1?
Dawid Jurczak
(11 rep)
Jan 16, 2019, 11:32 AM
• Last activity: Jan 18, 2019, 04:38 PM
0
votes
1
answers
690
views
Javascript not loading in browser(Miui10 Global8.9.6 beta_Redmi note4)
I had written a custom HTML/javascript application and wanted to run it in a android browser on my Redmi Note4. Firstly I activated javascript in all the browsers (MIUI default browser,chrome,firefox).Then,I tried opening the file directly from the file manager,but it only loaded html but not javasc...
I had written a custom HTML/javascript application and wanted to run it in a android browser on my Redmi Note4.
Firstly I activated javascript in all the browsers (MIUI default browser,chrome,firefox).Then,I tried opening the file directly from the file manager,but it only loaded html but not javascript.
Afterthat ,I pasted the file path
> content://com.mi.android.globalFileexplorer.myprovider/external_files/...
in the browser but even in this case only html was recognised but not javascript.However as seen from this forum thread here ,this solution has worked on other phones.
Is there any way to detect javascript in MIUI10 OS?
srt111
(113 rep)
Jan 14, 2019, 12:36 PM
• Last activity: Jan 15, 2019, 07:43 AM
Showing page 1 of 13 total questions