MIUI 8.3 7.3.9


Do you like this MIUI version?


  • Total voters
    273
Status
Not open for further replies.
Done, didn`t override, still disabled on latest after switch off on 7.2.24
BTW same on Mi4, disabled after switch off on earlier build
Good to know...

Sent from my MI 5 using Tapatalk
 
Done, didn`t override, still disabled on latest after switch off on 7.2.24
BTW same on Mi4, disabled after switch off on earlier build
...and what happens if you switch to enabled now? Does it switch back to disabled after exiting menu setting?

Sent from my MI 5 using Tapatalk
 
Contacts & phone FC when tap a contact's icon in messages.
Code:
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference
    at com.android.contacts.quickcontact.QuickContactListFragment.getLastNumber(QuickContactListFragment.java)
    at com.android.contacts.quickcontact.QuickContactListFragment.configureAdapter(QuickContactListFragment.java)
    at com.android.contacts.quickcontact.QuickContactListFragment.onCreateView(QuickContactListFragment.java)
    at android.app.Fragment.performCreateView(Fragment.java)
    at android.app.FragmentManagerImpl.moveToState(FragmentManager.java)
    at android.app.FragmentManagerImpl.moveToState(FragmentManager.java)
    at android.app.BackStackRecord.run(BackStackRecord.java)
    at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java)
    at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java)
    at android.support.v13.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:145)
    at android.support.v4.view.ViewPager.populate(ViewPager.java:1106)
    at android.support.v4.view.ViewPager.populate(ViewPager.java:952)
    at android.support.v4.view.ViewPager.onMeasure(ViewPager.java:1474)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java)
    at android.widget.RelativeLayout.onMeasure(RelativeLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
    at android.widget.LinearLayout.measureVertical(LinearLayout.java)
    at android.widget.LinearLayout.onMeasure(LinearLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
    at android.widget.LinearLayout.measureVertical(LinearLayout.java)
    at android.widget.LinearLayout.onMeasure(LinearLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at com.miui.internal.widget.ActionBarOverlayLayout.onMeasure(SourceFile)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at com.android.internal.policy.DecorView.onMeasure(DecorView.java)
    at android.view.View.measure(View.java)
    at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java)
    at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java)
    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java)
    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java)
    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java)
    at android.view.Choreographer.doCallbacks(Choreographer.java)
    at android.view.Choreographer.doFrame(Choreographer.java)
    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java)
    at android.os.Handler.handleCallback(Handler.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.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
 
Last edited by a moderator:
I always reflash super su with new roms but i cannot use no frills it says must be rooted.. (other root required apps work) and it's confirmed good root. Any idea? Also Google partner set up keeps giving an error. I reported it to Miui but yeah.

Sent from my Redmi Note 4 using Tapatalk
 
i have a mi4c. tried to flash 7.3.9. over 6.12.22 on twrp 3, i did all the wipes, flashed the 7.3.9 and something went wrong (there was an error). tried to restore the previous working version and although the message was a success, when i rebooted the phone is stuck on mi screen for like 10 seconds and then shuts down. i can acess fastboot mode but miflash doesn't recognize it. what has happened? what can i do ? did the bootloader lock even if the update failed ?
 
Contacts & phone FC when tap a contact's icon in messages.
Code:
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference
    at com.android.contacts.quickcontact.QuickContactListFragment.getLastNumber(QuickContactListFragment.java)
    at com.android.contacts.quickcontact.QuickContactListFragment.configureAdapter(QuickContactListFragment.java)
    at com.android.contacts.quickcontact.QuickContactListFragment.onCreateView(QuickContactListFragment.java)
    at android.app.Fragment.performCreateView(Fragment.java)
    at android.app.FragmentManagerImpl.moveToState(FragmentManager.java)
    at android.app.FragmentManagerImpl.moveToState(FragmentManager.java)
    at android.app.BackStackRecord.run(BackStackRecord.java)
    at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java)
    at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java)
    at android.support.v13.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:145)
    at android.support.v4.view.ViewPager.populate(ViewPager.java:1106)
    at android.support.v4.view.ViewPager.populate(ViewPager.java:952)
    at android.support.v4.view.ViewPager.onMeasure(ViewPager.java:1474)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java)
    at android.widget.RelativeLayout.onMeasure(RelativeLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
    at android.widget.LinearLayout.measureVertical(LinearLayout.java)
    at android.widget.LinearLayout.onMeasure(LinearLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
    at android.widget.LinearLayout.measureVertical(LinearLayout.java)
    at android.widget.LinearLayout.onMeasure(LinearLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at com.miui.internal.widget.ActionBarOverlayLayout.onMeasure(SourceFile)
    at android.view.View.measure(View.java)
    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
    at android.widget.FrameLayout.onMeasure(FrameLayout.java)
    at com.android.internal.policy.DecorView.onMeasure(DecorView.java)
    at android.view.View.measure(View.java)
    at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java)
    at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java)
    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java)
    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java)
    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java)
    at android.view.Choreographer.doCallbacks(Choreographer.java)
    at android.view.Choreographer.doFrame(Choreographer.java)
    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java)
    at android.os.Handler.handleCallback(Handler.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.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
try set EN lang... if works, report it to miui.su as translation issue..
 
none.

check with betterbatterystats what's consuming most.
another thing, with android tools, turn off all the xiami's broadcasters and unnecessary services.
that works best.
I updated supersu to latest and at the moment it is great. No leaks.
 
  • Like
Reactions: cukierkas
Hi i wanted to ask if somebody knows is it safe to flash the new twrp 3.1.0-0 img on mi max hydrogen ??
 
Last edited by a moderator:
Bug with spell check on Mi4s
13245583.png
 
Asking again.Mi4s User are you able to root your device with latest SuperSU?

Gesendet von meinem MI 4S mit Tapatalk
 
Install TWRP on unlocked mi4c with chinece dev 7.3.9
In Main menu have only reboot\wipe\connect with MIAssistant option. What can i do????
UPD: android 7 TWRP: http://en.miui.com/thread-522556-1-1.html
You do not have currently loaded twrp, these options are what you wrote the official recovery.
Flash twrp for nougat bootloader https://www.androidfilehost.com/?w=files&flid=157723
Code:
adb reboot bootloader
fastboot flash recovery recovery.img
fastboot boot recovery.img
 
  • Like
Reactions: Sergeyb76
i have a mi4c. tried to flash 7.3.9. over 6.12.22 on twrp 3, i did all the wipes, flashed the 7.3.9 and something went wrong (there was an error). tried to restore the previous working version and although the message was a success, when i rebooted the phone is stuck on mi screen for like 10 seconds and then shuts down. i can acess fastboot mode but miflash doesn't recognize it. what has happened? what can i do ? did the bootloader lock even if the update failed ?
Check the drivers in Device Manager. If you have a locked bootloader you can do miflash in EDL
Code:
adb reboot bootloader
fastboot oem edl
 
7.3.9. on Redmi 3S is working like a charm. No issues so far, fast and very good on battery. Flashed on 7.2.9 with only cache/ARM wipe and also had to reflash SuperSU and Xposed framework.

Very well done. Keep up on the good work, guys.
 
I have a new Redmi Pro which was shipped to me with "MIUI 8.2 global". It has some issues with whatsapp so I want to install xiaomi.eu version or the official one.

I have followed the steps in this guide but when I am installing the ROM (happens with both, official china and xiaomi.eu) it jumps straight to boot with the ROM previously installed.

I have tried to delete \system but it only causes that when booting up it gets stuck on the first boot image with the MI symbol.

In the xiaomi.eu version it just jumps to the MI symbol screen without the progress bar even filling up a bit. It doesnt matter if I check or uncheck the Zip verification or reboot when finished.

In the official china version with zip verification it fails to install but it goes back to the TWRP menu. Without zip verification the progress bar fills up to about a 10th and then it jumps to the MI symbol screen.

I am using the TWRP link provided in this thread and the ROM also provided in this thread.

Any clues? Thanks in advance
 
Status
Not open for further replies.

Similar threads

Replies
103
Views
28K
  • Locked
HyperOS 1.0 24.3.4
Replies
150
Views
42K
  • Locked
HyperOS 1.0 24.2.26
Replies
161
Views
49K
Replies
259
Views
66K