Xiaomi Xiaomi Mi A1 - A Pure Stock Android Experience V2, Discussion & Opinion - ANDROID PIE?
Xiaomi Xiaomi Mi A1 - A Pure Stock Android Experience V2, Discussion & Opinion - ANDROID PIE?
|
|
Jan 3 2018, 05:19 PM
Return to original view | Post
#1
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
at lasttttttt
|
|
|
|
|
|
Jan 4 2018, 09:04 AM
Return to original view | Post
#2
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
QUOTE(technosakai @ Jan 3 2018, 07:46 PM) but i went to xda forum.. many bugs are found though. such a long list of bugs. I do have bug with WhatsApp need to open first then all the messages come in.. kinda annoyed me camera, icons, notifications settings, fingerprint sensor gesture and battery draining issues camera - black screen for few secs after open camera. bad focus icons - location icons remains on status bar even after turning off. fingerprint sensor - swipe down gesture gone if it wasn't enable on nougat. using fp sensor to unlock cause the phone to restart battery draining issues - users complain that battery drain faster compared to nougat version. Battery only shows bluetooth draining battery while other apps are all at 0% minor ones are the DND wording has been cut in half. lol and also the notification of fb messenger running in background. will have 2 notification, 1 is messenger running in background, another 1 is messenger is allowed to open over other apps. anybody can confirm this? then I decide to factory reset the phone, make it fresh, require to install and start all over again protips : kindly backup all your contacts, messages, photos, apps - google drive will do the job I forgot to backup my PES2018 game data, need to play again |
|
|
Jan 4 2018, 11:28 AM
Return to original view | Post
#3
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
junkyman ChuanHong thanks for the tips.. will do that
|
|
|
Jan 4 2018, 03:29 PM
Return to original view | Post
#4
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Jan 15 2018, 11:33 AM
Return to original view | Post
#5
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Jan 17 2018, 11:03 AM
Return to original view | Post
#6
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
QUOTE(jenli_84 @ Jan 17 2018, 10:50 AM) i'm looking for a new phone for my mum...she currently using redmi note first launch....no doubt is very lasting phone. But starts to lagged, tot of changing a new one for her. I'm not sure where this MiA1 good for her. She wants a phone with good camera, big screen, FB usage, youtube and whatsapp only. I'm looking for other option like huawei nova2I and seems like samsung A8 2018 is coming up of course the price is not worth way above for mid range phone. mi max 2 will be a good bargain for your momAny suggestion. My budget is btw 1k to 2k Mi Max 2 |
|
|
|
|
|
Jan 24 2018, 04:21 PM
Return to original view | Post
#7
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Jan 24 2018, 05:08 PM
Return to original view | Post
#8
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Apr 20 2018, 09:27 AM
Return to original view | Post
#9
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Jul 12 2018, 09:35 AM
Return to original view | Post
#10
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
QUOTE(JonahPhun @ Jul 11 2018, 09:02 PM) Hi guys, my A1 slipped out my pocket while eating lok lok and cracked can refer to this Xiaomi RepairI wanna try replacing the screen myself. Is this kind from lazada good? Lazada Mi A1 LCD |
|
|
Jul 24 2018, 08:43 AM
Return to original view | Post
#11
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Sep 27 2018, 08:53 AM
Return to original view | Post
#12
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
|
|
|
Oct 9 2018, 11:41 AM
Return to original view | Post
#13
|
![]() ![]()
Junior Member
91 posts Joined: Feb 2011 |
QUOTE(myself379 @ Oct 9 2018, 10:28 AM) Hi guys, recently I'm unable to update to September 2018 via OTA and it gives a red text feedback of "Installation Problem" in my partition B. My latest partition A and currently using is OPM1.171019.026.V9.6.5.0.ODHMIFE hi bro, manage to use cimb apps after root with magisk?September update is and the Fastboot image here. choose the prefix by F I guess the reason is that when I updated my last V9.6.5.0 and did not uninstall Magisk properly. To specifically flash into partition A I extract and use fastboot to flash as follows. Note that I extract the images into C:\flashing\8.1\ Just open the cmd in fastboot folder and paste the following. Note that this code includes flash to partition A, if you don't want that, just don't paste that inside! At least your Partition A is safe and you can still boot into partition A CODE fastboot flash sbl1 C:\flashing\8.1\sbl1.img || @ECHO "Flash sbl1 error" && exit /B 1 fastboot flash sbl1bak C:\flashing\8.1\sbl1.img || @ECHO "Flash sbl1bak error" && exit /B 1 fastboot flash rpm C:\flashing\8.1\rpm.img || @ECHO "Flash rpm error" && exit /B 1 fastboot flash rpmbak C:\flashing\8.1\rpm.img || @ECHO "Flash rpmbak error" && exit /B 1 fastboot flash tz C:\flashing\8.1\tz.img || @ECHO "Flash tz error" && exit /B 1 fastboot flash tzbak C:\flashing\8.1\tz.img || @ECHO "Flash tzbak error" && exit /B 1 fastboot flash devcfg C:\flashing\8.1\devcfg.img || @ECHO "Flash devcfg error" && exit /B 1 fastboot flash devcfgbak C:\flashing\8.1\devcfg.img || @ECHO "Flash devcfgbak error" && exit /B 1 fastboot flash dsp C:\flashing\8.1\dsp.img || @ECHO "Flash dsp error" && exit /B 1 fastboot flash aboot C:\flashing\8.1\aboot.img || @ECHO "Flash aboot error" && exit /B 1 fastboot flash abootbak C:\flashing\8.1\aboot.img || @ECHO "Flash abootbak error" && exit /B 1 fastboot flash lksecapp C:\flashing\8.1\lksecapp.img || @ECHO "Flash lksecapp error" && exit /B 1 fastboot flash lksecappbak C:\flashing\8.1\lksecapp.img || @ECHO "Flash lksecappbak error" && exit /B 1 fastboot flash cmnlib C:\flashing\8.1\cmnlib.img || @ECHO "Flash cmnlib error" && exit /B 1 fastboot flash cmnlibbak C:\flashing\8.1\cmnlib.img || @ECHO "Flash cmnlibbak error" && exit /B 1 fastboot flash cmnlib64 C:\flashing\8.1\cmnlib64.img || @ECHO "Flash cmnlib64 error" && exit /B 1 fastboot flash cmnlib64bak C:\flashing\8.1\cmnlib64.img || @ECHO "Flash cmnlib64bak error" && exit /B 1 fastboot flash keymaster C:\flashing\8.1\keymaster.img || @ECHO "Flash keymaster error" && exit /B 1 fastboot flash keymasterbak C:\flashing\8.1\keymaster.img || @ECHO "Flash keymasterbak error" && exit /B 1 fastboot flash boot_b C:\flashing\8.1\boot.img || @ECHO "Flash boot_b error" && exit /B 1 fastboot flash modem_b C:\flashing\8.1\modem.img || @ECHO "Flash modem_b error" && exit /B 1 fastboot flash system_b C:\flashing\8.1\system.img || @ECHO "Flash system_a error" && exit /B 1 fastboot flash modem_a C:\flashing\8.1\modem.img || @ECHO "Flash modem_a error" && exit /B 1 fastboot flash boot_a C:\flashing\8.1\boot.img || @ECHO "Flash boot_a error" && exit /B 1 fastboot flash system_a C:\flashing\8.1\system.img || @ECHO "Flash system_a error" && exit /B 1 use the following command to switch partition CODE fastboot set_active b use the following command to reboot the device CODE fastboot reboot |
| Change to: | 0.2031sec
0.48
7 queries
GZIP Disabled
Time is now: 13th December 2025 - 01:12 PM |