Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Xiaomi Xiaomi Mi A1 - A Pure Stock Android Experience V2, Discussion & Opinion - ANDROID PIE?

views
     
silentlover
post Jan 3 2018, 05:19 PM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


at lasttttttt rclxms.gif
silentlover
post Jan 4 2018, 09:04 AM

Getting Started
**
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.
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?
*
I do have bug with WhatsApp need to open first then all the messages come in.. kinda annoyed me yawn.gif
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 bangwall.gif
silentlover
post Jan 4 2018, 11:28 AM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


junkyman ChuanHong thanks for the tips.. will do that flex.gif
silentlover
post Jan 4 2018, 03:29 PM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


new to Oreo? read more here -- Mi A1 Android Oreo: What's New

silentlover
post Jan 15 2018, 11:33 AM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(seizer @ Jan 15 2018, 10:44 AM)
Got the update..
But need to force update
*
by clearing google framework services?

silentlover
post Jan 17 2018, 11:03 AM

Getting Started
**
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.

Any suggestion. My budget is btw 1k to 2k
*
mi max 2 will be a good bargain for your mom

Mi Max 2
silentlover
post Jan 24 2018, 04:21 PM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(WiLeKiyO @ Jan 24 2018, 04:20 PM)
Does Mi Store in KLCC provide change screen service?
*
dont think so.. they even dont have any screen protector or tempered glass for miA1
silentlover
post Jan 24 2018, 05:08 PM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(WiLeKiyO @ Jan 24 2018, 05:00 PM)
Called 2 Mi service center for 30mins now, no one pick up  bangwall.gif  bangwall.gif
*
for your refference mi service center list
silentlover
post Apr 20 2018, 09:27 AM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(zirhaf @ Apr 20 2018, 09:14 AM)
My phone always happend this:
1. turn on airplane mode by itself
2. turn on the torchlight by itself
3. on apps automatically

any solution?
*
try factory reset?
make sure do backup first - photos, contacts etc
silentlover
post Jul 12 2018, 09:35 AM

Getting Started
**
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  doh.gif

I wanna try replacing the screen myself. Is this kind from lazada good?

Lazada Mi A1 LCD
*
can refer to this Xiaomi Repair
silentlover
post Jul 24 2018, 08:43 AM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(DValentine @ Jul 24 2018, 02:06 AM)
not msia telco certified device

sekian tqvm
*
I think VoLTE works with unifi mobile

HD icon will appear on top

silentlover
post Sep 27 2018, 08:53 AM

Getting Started
**
Junior Member
91 posts

Joined: Feb 2011


QUOTE(mimi_lk @ Sep 27 2018, 06:13 AM)
September update is out. Does anyone have the changelog?
*
dont know why Xiaomi so reluctant to provide the changelog after update come out bangwall.gif
silentlover
post Oct 9 2018, 11:41 AM

Getting Started
**
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

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

*
hi bro, manage to use cimb apps after root with magisk?

 

Change to:
| Lo-Fi Version
0.2031sec    0.48    7 queries    GZIP Disabled
Time is now: 13th December 2025 - 01:12 PM