[GUIDE][RECOVERY][ROM] Xiaomi/Fengmi/Wemax Mi Led/Laser Projector/TV

Search This thread

pean74

Member
Jul 8, 2010
38
0
I'm extremely happy with my chinese 4k projector and it's builtin android tv. Just missing one thing the possibilty to passthrough TrueHD and DTS-X sound to my reciever. Anyone having accomplished this?
 

solai_4

Member
Nov 3, 2009
29
0
Chennai
I was unable to confirm this. I am out of my depth with the Android ecosystem unfortunately. I was able to pull this list of services:

Code:
$ adb shell dumpsys package | grep -Eo "^[[:space:]]+[0-9a-f]+[[:space:]]+com.droidlogic.tvinput/[^[:space:]]+" | grep -oE "[^[:space:]]+$"

com.droidlogic.tvinput/.settings.HdmiExtendSetupActivity
com.droidlogic.tvinput/.settings.ChannelSearchActivity
com.droidlogic.tvinput/.shortcut.ShortCutActivity
com.droidlogic.tvinput/.settings.TvSettingsActivity
com.droidlogic.tvinput/.services.SPDIFInputService
com.droidlogic.tvinput/.services.Hdmi3InputService
com.droidlogic.tvinput/.services.Hdmi2InputService
com.droidlogic.tvinput/.services.AV2InputService
com.droidlogic.tvinput/.services.ATVInputService
com.droidlogic.tvinput/.services.ADTVInputService
com.droidlogic.tvinput/.services.Hdmi1InputService
com.droidlogic.tvinput/.services.DTVInputService
com.droidlogic.tvinput/.services.AV1InputService
com.droidlogic.tvinput/.services.Hdmi4InputService

However, in my testing with `adb` I actually couldn't get it to switch source at all other than to switch to the most recently used source. I got "Warning: Activity not started, its current task has been brought to the front" message, which makes me think it's not properly deep linking the data which identifies the service to switch to and I don't know enough about Android dev to have a good intuition about what to try from here.

To be clear, if I manually switched to HDMI1 with remote then went back to Android TV home, any intent/action triggering with any of the above services (Hdmi1InputService, Hdmi2InputService, ...) with any trailing parameter "HW1", "HW2", "foobar" all would only re-activate the source I manually selected. It seems like it's switching the active application to the tv app correctly but not instructing the source switch.

I feel like this was working last time I tried, so I am a bit confused.

Any ideas?

try running the below code with adb which will activate the HDMI source.
Code:
adb shell am start -a "android.intent.action.VIEW" -d "content://android.media.tv/passthrough/com.droidlogic.tvinput/.services.Hdmi1InputService/HW5" -n "com.android.tv/.MainActivity"
 

pean74

Member
Jul 8, 2010
38
0
I believe I need to describe it more clearly. I can passthrough Dolby Digital and DTS via HDMI to my receiver but none of the HD audio formats (TrueHD and DTS-X) seems to be supported for this.
 

dio62000

Senior Member
Jan 16, 2009
563
56
First of all, thanks to spocky12 for this life saving tool and the instructions to root, and support, absolutely fantastic! I received my Mijia projector this week and was a lost with all the Chinese that's on it. The English translations on the original software were limited and now, using this tool there is hardly any Chinese character to be found, great work!

I have a questions, I've searched this forum, but cannot find the answers:
- is it possible to set the zoom factor (70% in my case) to default after reboot? After reboot it is reset to the default 100%, and it would be nice if I didn't have to set it to 70% each time I reboot.

Thanks.
 
Last edited:

auldthief

Senior Member
Feb 21, 2011
155
30
New Bombay
Still stuck on automation on my zodiac. TYY01ZM.
1. Is it possible to turn it on remotely via some ifttt service.
2. How to change the default remote power button behaviour from power off to "Turn of screen"?
 

Moellegaard

Member
Nov 2, 2012
7
0
I install the firmware for rainman a few days ago and I like it, but I have some problems.
Im using the MiProjTivuTools on my chinese wemax pro, I think the install guide need an update with the new tool.
I have rooted the rooted but Custom Props override fail to load but installes successfully ??!?
The remote control are not working very well, e.g. the home button will bring up the goggle assistant voice recorder, How can I change it? I often have serious problem going from HDMI 3 to the launcher and it seems the long press function removed.
The voice recognition does not work, it always say "I didn't get that"
Sound levels are very low for the S/PDIF.
I have problem with auto start launch from chromcast, but I thinking this is a general problem with the projecor.

I think this thread is very big diverse and so I'm very sorry if I missed some information that can solve my noob problems.
 

inalvi

Member
Jun 19, 2012
9
1
hi spocky could you please assist me ? my google play store stuck at download pending...i'm not able to downlaod and install any app, or update app. i did click on goggle play fix - enable fix. tried both auto and manual.

im using Xiaomi Mijia Mi / ZMiProj / model: TYY01ZM / codename: zodiac
 
Last edited:

Moellegaard

Member
Nov 2, 2012
7
0
hi spocky could you please assist me ? my google play store stuck at download pending...i'm not able to downlaod and install any app, or update app. i did click on goggle play fix - enable fix. tried both auto and manual.

im using Xiaomi Mijia Mi / ZMiProj / model: TYY01ZM / codename: zodiac

I had success updating via the Aptoide Tv Store. I might have installed a installed a neweer version of google play services before that.
 

philoum78

Member
Jan 1, 2009
7
0
Hello all, I'm a newbie on this and I have bought a Xiaomi mipro led1 fengmi ? I'm really happy with the quality but hard to install app . I have found that it can be root to either install netflix or other app or change to a android tv using tv projectoo. I'm stuck with "enable USB debugging in Android settings / developer options" as I can't find it and when i use adb, it says connection refuse. Might be very easy to solve but can't find the option at all ! thanks for any advice.
 

inalvi

Member
Jun 19, 2012
9
1
Hello all, I'm a newbie on this and I have bought a Xiaomi mipro led1 fengmi ? I'm really happy with the quality but hard to install app . I have found that it can be root to either install netflix or other app or change to a android tv using tv projectoo. I'm stuck with "enable USB debugging in Android settings / developer options" as I can't find it and when i use adb, it says connection refuse. Might be very easy to solve but can't find the option at all ! thanks for any advice.

Open the Settings app.
Scroll to the bottom and select About phone.
Scroll to the bottom and tap Build number 7 times.
Return to the previous screen to find Developer options near the bottom.
Scroll down and enable USB debugging.


when u enter the cmd on adb "adb connect ip device" ur device will prompt allow usb debugging, click yes then follow by adb reboot update
 
  • Like
Reactions: philoum78

philoum78

Member
Jan 1, 2009
7
0
Open the Settings app.
Scroll to the bottom and select About phone.
Scroll to the bottom and tap Build number 7 times.
Return to the previous screen to find Developer options near the bottom.
Scroll down and enable USB debugging.


when u enter the cmd on adb "adb connect ip device" ur device will prompt allow usb debugging, click yes then follow by adb reboot update

Just one note, when I try to excute custom override props install , it could not unset customs build props , is your system rooted ? and yest it is when I check , any ideas ?

perfect thanks this is the part I was missing :) so far all goes well backing up :)

---------- Post added at 03:01 PM ---------- Previous post was at 02:28 PM ----------

I was missing that one, system root , will not try to see if apps are working now :) not sure then if this is better to install android 6 or keep the chinese version ?
 
Last edited:

philoum78

Member
Jan 1, 2009
7
0
already answered above

I saw :)
My system did reboot but black screen after going through each step . If i connect something through HDMI , it works.
I can't access anymore via adb.
the remote seems working for sound or power of reboot.
any ideas how to get my screen not black ?

---------- Post added at 04:05 PM ---------- Previous post was at 04:04 PM ----------

and if I ping my projector, I have reply so I guess for some reason the android starts but can't see anything
 

philoum78

Member
Jan 1, 2009
7
0
Well , here is what I did but still not work. try to erase the all configuration, it did erase all and restart with google. when I enter all informations, connect to wifi , then I have the black screen. with the home button, i can only see the magic setting, but when I use it, black sreen. any ideas how to recover ?
 

inalvi

Member
Jun 19, 2012
9
1
I saw :)
My system did reboot but black screen after going through each step . If i connect something through HDMI , it works.
I can't access anymore via adb.
the remote seems working for sound or power of reboot.
any ideas how to get my screen not black ?

---------- Post added at 04:05 PM ---------- Previous post was at 04:04 PM ----------

and if I ping my projector, I have reply so I guess for some reason the android starts but can't see anything


you probably messed up the freeze launcher settings. keep playing around with the settings. try to go into android settings - home. choose the launcher. after that go to setting- apps then go open mi tv tools app to unfreeze?

---------- Post added at 04:43 PM ---------- Previous post was at 04:38 PM ----------

hi spocky could you please assist me ? my google play store stuck at download pending...i'm not able to download and install any app, or update app. i did click on goggle play fix - enable fix. tried both auto and manual.

im using Xiaomi Mijia Mi / ZMiProj / model: TYY01ZM / codename: zodiac


im still stuck here. anyone can assist ??
 

spocky12

Recognized Developer
What if we update the Youth Edition with the firmware from M055DCN, would that brick the Youth projector?
Is there a safe way to try it and if something goes wrong, revert to the previous firmware?

Not sure you can have any safe way to flash a firmware not originally designed for your device :(


Thanks, unfortunately, I can't semm to download it. Could you upload it elsewhere (dl.free.fr ?)

I believe I need to describe it more clearly. I can passthrough Dolby Digital and DTS via HDMI to my receiver but none of the HD audio formats (TrueHD and DTS-X) seems to be supported for this.

ARC doesn't support lossless formats until HDMI 2.1.

First of all, thanks to spocky12 for this life saving tool and the instructions to root, and support, absolutely fantastic! I received my Mijia projector this week and was a lost with all the Chinese that's on it. The English translations on the original software were limited and now, using this tool there is hardly any Chinese character to be found, great work!

I have a questions, I've searched this forum, but cannot find the answers:
- is it possible to set the zoom factor (70% in my case) to default after reboot? After reboot it is reset to the default 100%, and it would be nice if I didn't have to set it to 70% each time I reboot.

Thanks.

This should be supported in some way on next app release.

Still stuck on automation on my zodiac. TYY01ZM.
1. Is it possible to turn it on remotely via some ifttt service.
2. How to change the default remote power button behaviour from power off to "Turn of screen"?

1. Best way to do this is to plug your device into a smartplug and power cycle it.
2. Not possible yet.

I install the firmware for rainman a few days ago and I like it, but I have some problems.
Im using the MiProjTivuTools on my chinese wemax pro, I think the install guide need an update with the new tool.
I have rooted the rooted but Custom Props override fail to load but installes successfully ??!?
The remote control are not working very well, e.g. the home button will bring up the goggle assistant voice recorder, How can I change it? I often have serious problem going from HDMI 3 to the launcher and it seems the long press function removed.
The voice recognition does not work, it always say "I didn't get that"
Sound levels are very low for the S/PDIF.
I have problem with auto start launch from chromcast, but I thinking this is a general problem with the projecor.

I think this thread is very big diverse and so I'm very sorry if I missed some information that can solve my noob problems.

Are you sue you used magisk 19.x ? As described in the FAQ 20.x is not supported yet.
Concerning the remote control buttons, it might be related to your device model. In rainman/batman, the "mic/voice" button is not recognized and is detected as id "0". When they get the "0" id button press, my tools automatically assume this is the mic button that was pressed. Seems that on your device, "home" button also returns id "0". Not sure how to fix that yet. What is your exact device model ?

hi spocky could you please assist me ? my google play store stuck at download pending...i'm not able to downlaod and install any app, or update app. i did click on goggle play fix - enable fix. tried both auto and manual.

On some devices (not batman and rainman), Google Play auto updates, which then prevent it from working. Blocking the auto-update is on my todo list.

im using Xiaomi Mijia Mi / ZMiProj / model: TYY01ZM / codename: zodiac

I saw :)
My system did reboot but black screen after going through each step . If i connect something through HDMI , it works.
I can't access anymore via adb.
the remote seems working for sound or power of reboot.
any ideas how to get my screen not black ?

---------- Post added at 04:05 PM ---------- Previous post was at 04:04 PM ----------

and if I ping my projector, I have reply so I guess for some reason the android starts but can't see anything

As written in the faq, it's due to Custom Props overrides not installed, which is due has 2 causes :
- you forgot to install them
- you used an incompatible magisk version (20.x not supported yet).

Got myself a wemax a300 the other day. Will the rrot improve input lag or not?
Disabling deinterlacing and nooise reduction will lower input lag (from 160/120 ms down to 80/90ms).
 

inalvi

Member
Jun 19, 2012
9
1
hi spocky are u replying to me ?

how do i install Custom Props overrides ?

yeah i used magisk version (20.4 ) will do the downgrading now.
 

philoum78

Member
Jan 1, 2009
7
0
As written in the faq, it's due to Custom Props overrides not installed, which is due has 2 causes :
- you forgot to install them
- you used an incompatible magisk version (20.x not supported yet).

ok , how do I install the correct one then ? after playing a bit, I was able to get a screen but an't keep it when turn on / off. I was able to get in TRWP at some point but don't know now what to do . I should restart all may be ? any suggest are welcome as I'm getting lost .
 

Top Liked Posts

  • There are no posts matching your filters.
  • 59
    Projectivy Launcher (formerly ProjecTivy Tools) now has its own dedicated thread located here.

    Intro

    There's so much information here that a new user could probably feel lost without the courage to read everything. So let's keep things simple : as the thread's title says, the primary aimed devices are projectors produced by Xiaomi related brands (xiaomi/fengmi/wemax), though it could probably be useful to other Android Tv models and other brands, so you might want to keep reading until the end of the introduction.

    What you can find here :
    • Full tutorial to Googlize your chinese device with my custom made Google Apps package dedicated to Android Tv 6 (only tested on MiUi Tv, root required)
    • General FAQ related to these devices [post #2]
    • Information on how to root xiaomi/wemax/fengmi/vava projectors (and custom made TWRP for many chinese models) [post #2]
    • Full firmware and OTA for many models [post #2]

    Google Apps / Services instructions

    Here's a full tutorial to root and install Google services on your Android 6 MiUi device (ie: chinese xiaomi/fengmi/wemax).
    This has been tested successfully on all devices where a custom TWRP is available below. If anything goes wrong for you, try to factory reset / clean flash
    Except for "AndroidMediaShell" (Google Cast server), most (all?) features are working fine including :
    • Tv settings
    • Google Play (to let it install/update apps, please enable the Accessibility Service)
    • ATV remote service : if you install Google ATV remote on your smartphone, everything (including speech recognition) will work
    • Google Assistant : with the Accessibility Service enabled, a short press on the mic button on your stock remote control will launch Google Assistant. Then, when it's listening, press and hold the mic button while speaking and release it when done. According you've used More Locale to change to your mother tongue, this will even work in your language.

    Installation steps:
    • root your device (see post #2) (you don't need to flash any firmware)
    • if not already done, install the latest version of ProjecTivy Launcher and launch it
    • execute Applications / install 3rd party apps, then install :
      • Aptoide Tv Store
      • ATV launcher [optional] (alternative launcher)
      • Youtube [optional]
      • MoreLocale [optional] (in case your mother tongue is not english, it will let you choose more than what's listed in Android settings)
      • Google Apps/services (don't forget it :D)
    • execute Applications / Freeze Stock launcher (to disable your stock home screen)
    • execute Applications / Freeze Stock apps (to disable most Xiaomi apps and services)
    • execute System / Custom Props override (to pass safetynet checks, enable more stock behavior and fix black screen with non-stock launcher)
    • execute System / Accessibility Service, enable the service in accessibility settings (to fix "Google Play" ability to install/update apps and to link the stock remote control "Voice recognition" button to Google Assistant as well as many other features)
    • [Optional] Install magisk module "Nexus Media" to change the stock bootanimation (go to Shortcuts / Magisk Manager to execute it, and then in the left menu, "Downloads" section, just install "Nexus Media")
    • Reboot and complete the Welcome app to setup your Google account (first and second boot will be longer than usual)
    • Note that an Android accessibility setting might get enabled after the first reboot when Google Apps have been installed. It'll cause green borders around buttons. Just go to settings / accessibility and disable "talkback".
    • Launch Google Play to update Google apps and let the update finish before exiting Google Play (if the app's accessibility service is running as it should, it will display a message when launching/exiting Google Play)
    • [Optional] start MoreLocale to change your language
    • Disable the "smart update" in the projector settings so that it doesn't try to download and install OTAs (which would just display an "error" message after each boot, when it fails to install it)
    • Enjoy your Google Tv device !

    Important :
    Once installed, don't change the device resolution in the Android Tv settings. This is not supported by the video drivers that will then only display a checkerboard. The only known solution as of now is to factory reset and start again.


    Engineering Menu App Translation

    Here you'll find information about xiaomi's engineering menu app.
    After a bit of google translate and reverse engineering, here's a translation of the different menus, along with my own values (1st one is for "rainman", second one for "batman")
    1. Projector information
      • - Brightness [1541][1610]
      • - DLP vendor name [APPO][APPO]
      • - Production Week [1812][1921]
      • - Contrast ratio [3828][3370]
      • - Brightness Uniformity [940][856]
      • - Serial Number
      • - Color coordinates [r:860 g:860 b:860 x:283 y:302][r:860 g:860 b:860 x:2720 y:2790]
    2. Solid color (android) -> displays a solid color (using android system)
    3. Solid color (projector) -> displays a solid color (native)
    4. Other image test (android) -> displays a gradient (using android system)
    5. Other image test (projector) -> displays a gradient (native)
    6. Color wheel delay -> when incorrectly set, this can lead to posterization issues (gradients become unnatural and tend to display large uniform areas) [490][420]
    7. Save color wheel delay to Android
    8. Image mode: change the screen light intensity
      • - Standard
      • - Highlight
      • - Energy saving
    9. Temperature monitoring
      • - ambient temperature [31][43]
      • - color wheel [52][63]
      • - Laser temperature channel 1 [60][74]
      • - Laser temperature channel 2 [61][74]
      • - DMD temperature [-][0]
    10. Model name [MiProjA1][MiProjLAS2]
    11. Human body induction -> enables/disables IR sensor that disable image when coming close to the laser
    12. Save information to projector
    13. DLP version [major:1, minor:2, patch:5][major:7, minor:3, patch:7]
    14. 3D (when modified, need to restart to take effect) -> enable/disable 3d support

    Devices list

    For reference, here's a list of devices where ProjecTivy (and several of its special features) has been tested working fine.
    Only models using Android 6 can be rooted yet.
    • 1080p Laser Projectors:
      • Xiaomi Mi Laser UST Projector 150" (chinese) / MiProjA1 / model: MJJGYY01FM / codename: rainman
      • Wemax One 7000 / MiProjA1 / model: FMWS01C / codename: rainman (thanks rockpaperscissors)
      • Wemax One Pro / MiProjA1 / model: FMWS02C / codename: rainman
      • Xiaomi Mi laser UST Projector 150" (international) / MiProjA1 / model: MJJGYY02FM / codename: anglee (thanks Nathan0121) (no root supported yet)
      • Xiaomi Mijia ALPD 3.0 (rear throw laser) / model: L185JCN / codename: franky (no feedback concerning twrp yet, try rainman and report if it works)
    • 4k Laser Projectors:
      • Xiaomi Mi Laser UST Projector 150" 4k (chinese) / MiProjLas2 / model: MJJGTYDS01FM / codename: batman
      • Xiaomi Mijia 1S 4k (chinese) / MiProjLas2 / model: MJJGTYDS04FM/ codename: batman
      • Wemax A300 / MiProjLas2 / model: L1668FCF / codename: batman
      • Fengmi 4K cinema laser / MiProjLas2 / model: L176FCN / codename: batman
      • probably not released yet / MiProjLas2 / model: L246 / codename: batman
      • Fengmi 4K cinema pro laser / FMProjA2 / model: L176FCNPro / codename: jerry (no root supported yet)
      • Fengmi 4K C2 (cinema 2) / ? / model: L166FCN / codename: jerry (no root supported yet)
      • Fengmi 4k Max / model: L406FCN / codename: jerry (no root supported yet)
      • Xiaomi Mi 4K laser UST Projector 150" (international) / model: XMJGTYDS01FM / codename: angleeUHD (no root supported yet)
    • Led projectors:
      • Xiaomi Mi Home Projector Lite / Mijia DLP Projector Youth edition / MiProjLED1 / model: MJJGTYDS02FM / codename: conan (root using rainman twrp below)
      • Mi Smart Compact Projector (international) / Mijia DLP Projector Youth Global edition / model: M055MGN / MiProjM05 / SJL4014GL / codename: ?
      • Fengmi M055FCN / model: M055FCN / MiProjLED1 / codename: doraemon (root using rainman twrp below)
      • Xiaomi Mijia Mi / ZMiProj / model: TYY01ZM / codename: zodiac
    • Tvs:
      • Xiaomi Mi TV 3s / codename: mission impossible
      • Xiaomi Mi TV 4 / codename: pulpfiction
      • Xiaomi Mi TV 4a/4c/4s/4x / codename: matrix/xmen
      • to be completed


    More in post #2 below 👇
    36
    FAQ and more resources related to these devices

    Differences between projector devices

    Wemax One / Chinese Xiaomi Mi Laser:

    They are (almost ?) the same.
    • Software-wise :
      • They are exactly the same (exaclty same codename, firmware, etc...)
    • Hardware-wise :
      • Wemax is black, Xiaomi Mi is white
      • Wemax is described to be 7000 lumens (1688 ansi lumens), Xiaomi mi 5000 lumens (1600 ansi lumens) (not sure if hardware is different or it's only a software parameter that changes its laser power)

    Chinese Xiaomi Mi Laser/ International Xiaomi Mi Laser:
    • Software-wise :
      • Chinese one comes with android 6.0.1 and MiUI Tv (a Xiaomi UI dedicated to chinese users), International one comes with android 8.1 (more details below)
    • Hardware-wise :
      • Chinese one is equipped with DDR3 ram, International version DDR4
      • Chinese one has Amlogic T968 with onboard Mali T830 gpu, International one has Amlogic T962 with onboard Mali 450 gpu (somewhat less powerful, not sure it has any real world impact)
    • Also note than more often than not, International version will probably come with a warranty. It might be important, as few people complaining about dead white pixels seem to have a hard time getting their chinese projector repaired.

    Pros/Cons of 8.1 international device / firmware (as of 10/10/2018)
    This might help people choose between 02 international version and 01/wemax devices. Most of the information below come from this test. This is however subject to change as I believe Xiaomi will probably enhance their drivers in the coming monthes.

    Pros
    • Complete software translations (no more chinese ressources)
    • Better user interface
    • Google Play Store availability
    • Better support of media apps that hardly work on 6.01 (Netflix, Prime Video...)
    • Better default colorimetry (but less configurable)
    • Less input lag (75,6 ms vs 126,6 ms) fixed on 1218+ firmwares
    Cons
    • No 3d support
    • Less options related to display settings (missing RGB levels)
    • Worse image quality as noise reduction and sharpness seem to be less effective than on the 01 version
    • Judder and image tearing during media playback

    Can devices international firmware be flashed on chinese models
    No :
    - devices hardware is not exactly the same
    - partition layout is different (android 8.x requires a vendor partition)
    - we don't have access to any international firmware

    Supported video modes
    EDID data here for "rainman" (1080p version) : View attachment edid-rainman-report.txt
    EDID data here for "batman" (2160p version) : View attachment edid-batman-report.txt
    EDID data here for "jerry" (2160p version) : View attachment edid-jerry-report.txt
    EDID data extracted with HDMI 2.0 enabled from /sys/devices/hdmirx.28/hdmirx/hdmirx0/edid and analyzed with Advantiv EDID Editor 1.01.0268

    Is my 4K device really displaying in 2160p ? Why does YouTube refuse to stream 4k ?
    - Yes.
    - Blame it on Google. Or AmLogic.
    More details here.
    Note : more recent devices such as Fengmi Cinema 4k pro (codename Jerry) based on Amlogic T972 soc don't have this limitation (they support VP9 hardware accelerated decoding)(but seem to lack 3D support)

    ALR Screens
    Interesting post from @servo386 regarding Ambient Light Rejection screens dedicated to UST devices.

    Rainbow effect
    I see many questions regarding rainbow effect (due to the DLP technology used). What I can say is that I never saw anybody complaining about it on the Mi laser projectors. A previous projector I owned (an Optoma) was also using DLP technology and I could see this rainbow effect from time to time. In the case of rainman/batman, I've never been able to see it.

    Input lag
    The Mi laser projectors have relatively high input lag (150/175 ms). Firmware updates sometimes help. As of september 2019, the lowest input lag can be obtained on "Monitor" or "Game" mode (approximately 100ms on batman, 75ms on rainman). If your device is rooted and you're using the ProjecTivy Tools, you can also use the "User" mode, and long press the "back" button to get down to the same input lag as "Monitor" mode, with the benefits of keeping your calibration settings.

    Dead/black/white pixels
    One owner of the chinese version here (french) who had a dead pixel managed to fix it by increasing RGB custom settings above 1500 for some time (don't know how long). When reverting to previous values, the white pixel had disappeared. Didn't work out for another user, but it might be worth a try.
    This might change in the future (in this case, please keep me informed), but trying to manually repair by changing the chip is a dead end. It's not the usual Texas Instrument DLP4710FQL, but the DLP4711FQL (source), which is not compatible(source) and can't be bought online.

    Display issues with MJJGTYDS01FM (Xiaomi branded 4k model)
    Many display issues can affect this device : taking time (minutes) to start displaying something, displaying only half image or white lines/bands... Most issues appear when the device is cold and get fixed when it has heat up.
    Seems like a hardware design issue that can be fixed by removing a few screws. More information here. After this, like your projector, you won't be screwed anymore :D
    More details can be found here as well.

    HDMI input ports don't work anymore in International devices after upgrade
    Install the tools, launch engineering menu and select "HDCP key reset" (thanks @xthing)

    Cross platform Remote Control
    I also developped a simple web based remote control for MiUI TV (Xiaomi with chinese interface) based android devices (such as projectors, boxes, TVs).
    No need to install anything special on your controlled device, this website/webapp communicates with the MiUI TV internal web server to send events to your device.
    It should be compatible with anything running a web browser (provided it's quite up to date): Android, iPhone/iPad, PC/Mac computers...
    Just head to http://mireco.hopto.org, configure your device local IP address and you're good to go.
    More details on GitHub.

    Other Tools
    MiiInfo from 4PDA user Loly, shows various details concerning your projector.

    Firmware updates after rooting and/or installing Google Apps
    Firmware updates won't install if files on your system or kernel partition are modified. Using the ProjecTivy Tools and installing the Google apps won't modify existing system files, but rooting with magisk will modify the kernel. So before any update, you have to restore your kernel (aka "boot") partition using TWRP, and then reapply Magisk once update is done.

    Google Apps Issues / not yet working
    • Amazon Prime video : it's been reported that Amazon purposefully blocks the app on projectors. The app loads, but refuses to stream videos. Some previous versions (requiring mouse for some features) work fine though. You can install the most recent compatible one using the ProjecTivy Tools.
    • Netflix : No recent Tv version seems to work. Some previous versions (requiring mouse for some features) work fine though. You can install the most recent compatible one using the ProjecTivy Tools. Anyway, due to missing full widevine support, full hd / 4k will probably never work.
    • Chromecast framework (Google Cast Server, aka AndroidMediaShell) isn't supported (devices need to be approved by Google to be supported)

    Recovery
    To go into recovery, turn off your projector, unplug it, hold down OK and BACK buttons simultaneously (OK and HOME for anglee) on your remote and plug back your projector while still holding them down.
    Warning : don't "hot-unplug" it, turn it off before, or it won't work.
    If you're looking for TWRP, have a look a few points below :D

    Unroot
    Start the Magisk Manager app and select uninstall
    OR
    Boot Twrp and reflash the Boot (kernel) backup you made just before installing Magisk

    Factory Reset
    Reflash the full stock firmware available below in this post. This doesn't require any intervention on your part so it should work even if you can't see the display
    OR
    Boot the stock recovery and select the "reset device" (not sure of the exact terms) option

    Root
    Note : both methods below work for rainman as well as batman (4k) devices.
    Easy Method:
    This method doesn't require any special hardware, only the TWRP I made (3.2.2.0, based on stock recovery files), along with another config file.
    Thanks to @cr4zyw3ld3r who made a video tutorial based on the following instructions.
    For french people, here you can find a tutorial made by Pierre. Thanks to him.

    • Extract this file View attachment batman_twrp_3.2.2.0b.zip (for "batman" 4k), this file View attachment zodiac_twrp_3.2.2.0.zip (for "zodiac"), or this file View attachment rainman_twrp_3.2.2.0.zip (for "rainman" 1080p and most other devices such as conan) at the root of your (FAT32 formatted) USB drive, where you also place the latest magisk version (magisk 20+ version support has been added on tools v3.5+), and plug it into your projector (I used the right USB port)
      I also built (but not tested) a twrp for Vava projectors here : View attachment vava_twrp_3.2.2.0b.zip (please report if it works).
    • Download ADB for your computer (check here)
    • Start command line (terminal)
    • Enable USB debugging in Android settings / developer options (you can access them from the projectivy tools)
    • Type "adb connect IP_OF_YOUR_DEVICE:5555" to connect through the network
    • Type "adb reboot update" (This will restart your device and make it boot the TWRP on the USB drive.)
    • Once in TWRP a mouse will be required. Make backups if you wish (at least "boot" partition that you'll need to restore before applying any OTA update), and then mount SYSTEM, and install magisk in order to root the device (it will be in "/udisk" and will be called Magisk-......zip)
    Note : to thank the donors, I also developed an application that installs on your Android smartphone, which automates steps 1 to 6. There is no need for computer or custom command lines in this case. Once the app is connected to your projector, you're only one button click away from TWRP.
    Note : if it still boots to stock recovery and not twrp, make sure you extracted the zip and not only copied it to your usb drive. If it's extracted correctly but still doesn't work, try another usb drive, a few people reported that this fixed their issue (some users had to try 3 or 4 usb devices before finding one the works).

    Old Method:
    With the correct hardware, you can root your device, following this tutorial from @servo386
    To simplifiy the rooting process described in the link above :
    • Extract this file View attachment twrp-files.zip at the root of your USB drive, where you also place the latest magisk version (as of now 19.3), and plug it into your projector
    • Follow the steps described in the tutorial, up to the point where you have a root console access in recovery
    • Then, according you've plugged your USB drive before starting your device, just type ". /udisk/twrp.sh" in the root console. This will copy the necessary files and automatically run twrp, reducing the number of steps (and potential mistakes) to root your device.
    • Once in TWRP, make backups if you wish, and then mount SYSTEM, and install magisk in order to root the device (it will be in "/udisk" and will be called Magisk-.....zip)

    Roms / Dumps

    Due to issues on the new XDA 2021 website (preventing edition of long posts containing many links), full firmwares and OTA have been (temporarily ?) moved to post #4.
    You'll have to scroll down by yourself, I can't even add a link to it 🤔
    9
    Xiaomi Mi Laser Root Procedure

    This is a long one. Also it was originally written for an audience who may have not been as familiar with Android/Linux commands so it has lots of explanation that might feel out of place on XDA.

    So first and foremost ALL CREDIT BELONGS TO @loly ON THE 4PDA.RU FORUM WHO ACTUALLY DISCOVERED THIS PROCESS

    https://4pda.ru/forum/index.php?showtopic=810785&st=3260#entry75802829

    I definitely am just a copy cat who guessed that his process would also work on this device since their both Xiaomi TV devices with Amlogic T96* boards.

    So if you read his post (which you definitely should in addition to this post in order to get the full picture of how this is done), you'll see that this is quite complicated and a kind of high level hack. I hope I'll be able to explain it enough and walk through it enough for it be fairly accessible for less technically inclined people who want to root their Xiaomi projectors.

    What is required:

    1. HDMI cable you can chop up or an HDMI breakout cable like this one: https://www.amazon.com/Adapter-signals-Terminal-Breakout-Connector/dp/B01CU9SHOO/

    2. UART to USB adapter cable/board like this one: https://www.amazon.com/Adapter-Serial-Converter-Development-Projects/dp/B075N82CDL though there are cheaper options available

    3. Cables/wires to connect both things. The USB UART package above comes with some, though you'll have to strip the ends to screw them into the terminals of the HDMI breakout board.

    4. A spare USB drive

    5. A computer to use the USB to UART adapter and a terminal program, i am using Putty.

    So the basic idea behind this is that one of the HDMI ports (HDMI 1 in this case, the one closest to the edge) also serves as a diagnostic/UART port via 3 of the 19 pins of the HDMI. When this HDMI port is properly wired to the UART adapter, and you have a terminal open observing said port, upon boot the machine reads out all its startup stuff and when booting into recovery, gives you a completely liberated UNIX terminal that accepts input from the UART terminal, with full root privileges and busybox! As @loly says in his post, here we thank the people at Xiaomi for not bothering to secure this section and giving us full diagnostic root access with busybox. This is almost surely the way the developers of this machine would interact with this machine and developed for it. So let me try to explain how this works and how we get to TWRP and root.

    Steps:

    1. We need to properly connect the correct pins on the HDMI cable to the correct pins on the UART.

    Here I am going to re-post some of @loly's images from the original thread, so all credit goes to him.
    hdmi.jpg

    Here we see the pins we need. Pin 14 is our VCC, which in this 5v (the UART adapter im using has a switch for 3.3v or 5v, this switch needs to be set to 5v!) Pin 15 is the receive pin and Pin 16 is the transmit pin

    The fourth lead we need is the GND (ground), which in the case of an HDMI cable is usually an un-shielded wire that connects to the the case of the connector itself.

    I'm going to stop here for a sec and say this is why it's alot easier to use the HDMI breakout board over trying strip an HDMI cable and finding which wire corresponds to which pin (you need a multi-meter to do that)

    its a small investment but it makes everything ALOT easier. On the HDMI breakout board, the ground terminal is pin 20.

    the corresponding pins on the UART are pretty straightforward. VCC goes to VCC on the UART, pretty straightforward, on the other hand the RX pin of the HDMI (pin 15) goes on the TX OF THE UART makes sense right? the receiever of the HDMI should be listening to the transmitter of the UART and vice versa, so the TX pin of the HDMI goes on the RX pin of the UART. The GND pin (pin 20 on breakout board) goes to the GND on the UART.

    IMG_20181008_095739.jpg

    Here's my setup. Sorry for the not very great picture. The terminal blocks on the HDMI breakout board work basically like you were connecting speakers to an amp, you unscrew the terminal till you see a little metal hole and you stick the stripped tip of the cable into the hole and screw the terminal back up till its snuggly holding onto the cable. You can use a multi-meter if you have one to make sure the wire is making contact with the terminal and even test the exact pin with the cable to make sure the connection goes all the way. If you're cable is making contact with the metal of the terminal, it is almost certainly correctly making contact with the actual HDMI pin, barring maybe a badly manufactured breakout board. I used spare MALE end pin connector cables to strip the ends and stick in the terminals, and connected them to the FEMALE connectors that came with the UART adapter. You don't necessarily have to do it this way, you can directly strip one of the female ends of the cable and connect the other female end to the pins on the UART, but you'll have a pretty short cable from HDMI to USB and you'll probably need a USB extension to comfortably use it with a computer.

    So now you have you're HDMI diagnostic cable!

    2. Setup your computer for UART and Putty.

    Connect your UART to USB adapter to your computer. In Windows 10, it should automatically install drivers, but if it doesn't, your device should come with a link or something to download the drivers. I'm not going to get into the specific of how to install drivers on Windows computers but needless to say, you need to get the computer to recognize the device and properly utilize it via the drivers. Once you have it properly installed on the machine, it should show up in your device manager under Ports (COM & LPT) or something similar.

    mcb9xx_devicemanager.png

    this is important because we need to 1. determine what COM port you're device is on and 2. change the baud setting.

    So in the photo you see that it tells you what COM port is, which we need for later.

    Now you need to go into the settings of the device and go into Port Settings tab

    FT231X_Metro_BaudList.jpg

    WE NEED TO SET THE BITS PER SECOND TO 115200!

    Very important!


    Setting up putty:

    putty3.png

    Basically open up putty and put the button on Serial, set the speed to 115200 and in the SERIAL LINE put the correct COM port number (COM1, COM2, COM3, ect)

    Pressing enter on this should open a big blank black terminal with no activity. Thats good because its working. If it wasn't, you'd get an error about not reaching COM port or something.

    3. Testing out our diagnostic cable with UART and Putty

    Unplug your projector. Plug your HDMI into HDMI port 1 and connect your USB to computer. Open up a Putty terminal session as outlined above. If you get a big black screen with no errors upon launching the terminal, youre in a good spot.

    Plug in the Projector. If you've done everything right you should get a big long readout of text scrolling by as it boots. If you get this, congratulations, you've accessed the diagnostic correctly!

    b260a408-4334-4ca7-826e-16870191136c.jpg

    The final step for actually accessing the usable terminal is doing the same but while booting into recovery.

    4. Booting into recovery

    Turn off your projector. Unplug it. Take your remote and hold down THE OK BUTTON and the BACK BUTTON at the same time. While still holding this, plug in the projector. It should start booting up. You're terminal Putty should be going crazy with text readout like last time. After a few seconds, let go of the buttons. Your projector should eventually end up on the Recovery menu, which is just some big buttons in english and chinese with a black background.

    IMG_20181011_100542.jpg
    image courtesy of jaberwocky on AVS

    After the readout in the terminal has stopped, press enter. It should skip to a new line with

    Code:
    ~#

    Tada, root! You're officially in a fully privileged root terminal in the underlying unix system of the projector.

    This is the hard part of all this. If you've successfully reached this part, you've won the battle. Everything from here on out is just a couple of commands and some files being downloaded and transferred.

    Launching TWRP, making a Nand dump, flashing Magisk, getting Root

    So if you indeed have reached the point where, from recovery, you can enter commands into the terminal session, now the question what to with it. The answer is basically anything you want, but let's launch TWRP and go from there.

    So here is where you need to download this zip file, also courtesy of @loly from the original russian thread. He went to the trouble of (I'm assuming) compiling his own TWRP for Xiaomi Mi TV 4A which, which as I've mentioned before it's chip (Amlogic T962) is the in the same family as the chip in our projector (Amlogic T968) so it works. That said I would say right now this is not a full TWRP specially made for our projectors, so we aren't going to flash it. We are going to launch it from the terminal (as per @loly's instructions) and use it, but not flash it to our recovery partition. This is for the best right now because a. it's not for our device and b. stock recovery allows us to install OTA updates if they come in the future

    View attachment TWRP.zip
    my attached version has only the twrp folders, no recovery image, no magisk included.
    https://yadi.sk/d/uTUrwdAl3ZyUcN <---- original zip

    Download that zip file and unzip its contents right into your USB drive, so that the folder `twrp` (lowercase) is in the root of your drive . This will make it easier to type the commands exactly as they appear later. Ignore the recovery.img, we're not flashing this onto this device.

    The magisk included in the TWRP.zip is old by this point. I flashed Magisk 17.1 flashable zip, the latest stable as of this writing. Get it here https://github.com/topjohnwu/Magisk/releases/download/v17.1/Magisk-v17.1.zip and put it on the flash drive.

    A quick primer, this terminal instance has Busybox installed. Busybox is a "swiss army knife" of unix command like binaries because it packages all the standard linux commands into one single binary, so instead of calling
    Code:
    ls
    to see the contents of the directory you instead would type
    Code:
    busybox ls
    and it would work.

    One last thing before I continue: while doing terminal stuff, I quickly learned that occasionally the terminal would throw up all kinds of gibberish which, as far as I can tell, had no rhyme or reason to it and more important had no discernible effect on what i was doing. Its a weird bug that maybe only ill experience because of my setup, I don't know. It would take two forms, one where it would throw up a bunch of lines of technical sounding text which included references to errors and such, but would ever actually affect anything. the other is when it would randomly spit out something like "hotplug_9" and again, id just press enter to get to the new line and nothing would have been affected. Don't be alarmed.

    1. Insert USB drive into projector
    Take your USB and plug it in. On your terminal, you should a small flurry of activity and references to a new device located at
    Code:
    /dev/block/sda1
    or
    Code:
    /dev/block/sda2
    take note of this, because this is the physical address of your USB drive thats going to have to be mounted. sda1 is the typical one, in my experience.

    2. Mount USB and copy over files
    This is just a series of commands, type them in precisely as I have them here, assuming you've maintained the same file structure on your USB stick as I did, unzipped the TWRP.zip straight onto the root of the USB.

    Code:
    busybox mount /dev/block/sda1 /sdcard
    This mounts your USB device to the folder `/sdcard' if you're usb is at a different device location, change it appropriately.

    Code:
    busybox ls /sdcard
    Just do a quick readout of the contents of `/sdcard` to make sure it properly mounted. you should see the contents of your USB drive listed here

    Code:
    busybox cp -r /sdcard/twrp/twres /
    Copy the folder `twres` from the USB to the root of your projector

    Code:
    busybox cp -r /sdcard/twrp/license /
    Copy the folder `license` to the root of your projector

    Code:
    busybox cp -rf /sdcard/twrp/etc/* /etc
    Copy the contents of the folder `etc` to the etc directory on your projector

    Code:
    busybox cp -rf /sdcard/twrp/sbin/* /sbin
    Copy the contents of the folder `sbin` to the sbin directory on your projector

    Code:
    busybox chmod -R 0750 /sbin
    Change the permissions of the sbin folder to its all executable

    So thats all the copying, now the moment of truth

    3. Launch TWRP

    YOU NEED A MOUSE PLUGGED INTO THE PROJECTOR TO NAVIGATE TWRP!

    Code:
    /sbin/run.sh
    after hitting enter on this command, TWRP should boot up on your screen (and a bit of readout in your terminal

    IF TWRP DOESN'T LAUNCH, YOU'VE DONE SOMETHING WRONG. GO BACK AND CHECK EVERYTHING.

    I hope if you're doing this you're somewhat familiar with TWRP, but I will try to walk through the 2 most important things to do

    4. Rom backup
    One of the big buttons is BACKUP, go there and you'll see a series of check boxes for each of your partitions (boot, bootloader, recovery, system, ect). Select the ones you want (I selected all but I know for a fact this is unnecessary but I did't want to overlook anything and I didn't want to guess which I could ignore). It should ask you where to save the backup, select either the USB drive or internal memory and pick a folder. Slide over the thing to begin backup. It'll take a bit but eventually it should finish. Tada, you have a backup of your entire device.

    5. Flash Magisk (ie get root)
    This is the big kahuna, the one that unlocks everything OS-wide. Before trying to flash Magisk, we need to mount the system partition. This was big headache for me cause I didn't know why all the commands in the install scripts for failing and it was because /system/bin contains all the commands/binaries that Magisk installer script uses to do its stuff, so thats why we need to mount it first before trying anything. Go to the big MOUNT button and you should see checks next to USB and INTERNAL MEMORY or something to that effect, i can't remember off the top of my head. Almost certainly SYSTEM does not have a check next to it, meaning its not mounted. Click the check mark next to SYSTEM and that should be it, it is now mounted.

    There is a quick way to check this, which is to go to ADVANCED>TERMINAL and in the terminal type

    Code:
    mount
    if you get any sort of read out of device partitions, you're good, that means the mount command is working meaning the /system/bin is being made available to TWRP to execute commands.

    With that done, go over to the INSTALL button on the home screen and navigate over to your USB stick and find the Magisk 17.1.zip. Select it. Check the check mark to reboot after install. Slide over the slider to begin the install. Moment of truth, you'll likely get to errors in big red text something like MOUNT -O BIND /SDCARD FAILED or something, thats fine, ignore it. It should go onto to say

    Code:
    |----Magisk Installer Script 17.1----|
    or something like that, that means its doing its thing. Everything should go well and it should ask to reboot.

    6. Verify root
    Once you boot into the Xiaomi home screen after flashing Magisk, you should get some kind of thing asking to confirm that you want to install the application. That application is the Magisk Manager, which means you did it, Magisk installed successfully!

    Go ahead and install some app that you know asks for superuser and it should prompt you for superuser access, grant it. You did it, you're root!
    View attachment 4617430
    5
    Apologies mmmalas for taking ages to respond - I've had some other issues going on lol
    I could find specific examples - but as you go though here you will find more people with issues
    https://www.avsforum.com/forum/68-d...tor-4k-version-4k-resolution-launched-50.html

    as for the hours - I've only had the projector for a few months, and yes it just got progressivly worse.
    its not an overheating issue (in terms of how hot Australia is at the moment) as I've had the projector during our winter - so it was only getting up to 20 or so degrees C.

    Good Point you noted mmalas on your comments on sending the projector back to get fixed.

    you would have to trust they would actually repair it, and if they sent it back to you would have to pay import tax again.

    I purchased mine off Gearbest - and using their support helpdesk they were pushing for ME to contact the manufacture to get it repaired - and weren't very helpful.
    but once I used paypal to contact them, they changed their tune pretty quick - and were either going to give a piss weak refund ($650 AUD) or let me send it to Hong Kong to repair.

    I sat on that thinking about the best decision, but for the reasons you indicated I'm not going to waste my time.

    I'm quite happy to crack my projector open and have a look at reflowing the solder - might have a look on the weekend.

    Same here, the time to start up is getting longer and longer every day. I can confirm it's no overheating issue. I opened up an issue today, but after reading your experiences I'm not really optimistic right now. I should open a PayPal issue as soon as they aren't helpful. I'm from Germany so i also do not want to send it back to Hong Kong because if I do that I might never see my projector again.

    I would really appreciate it if you could provide me information as soon as you found out how to fix it.
    I can't understand why it only has problems when it starts up, but then it works fine for 10 + hours without a problem. It seems to have something to to with the laser unit gettin power or something like that.

    If in can help in any way, just let me know how, and I try my best.

    I had myself offered from reseller (I bought from mainland china) to send to Xiaomi, and really do not want to go that route.

    thanks, I had gone through tihsamikah, and this confirms my theory on the reflow issue.

    there was a video on youtube, sadly its removed now as the owner account was closed. where he opened the projector. it was fairly simple process:

    1- remove the screws, I think those are hidden under the feets all accessed from the buttom
    for screw locations, check the first image in this and notice the long white screw holes

    https://fccid.io/2AO2D-MJJGYY02FM/Internal-Photos/Internal-Photos-3920969

    2- the projector lifts up, and speaker grill can be removed, and you will end up with the whole projector

    3- under the L shaped black thing, there are 3 Lyers of PCBs connected to each others with cables.
    those are
    a) power Delivery (PSU)
    b) android logic board, which also host the connections at the back (I think this is the only difference between the international and Chinese model but this is just a theory)
    c) Video controller \ driver to the DMD chip

    3- the board where the video controller chip, is the most likely candidate, since DMD failure would be very different from what you saw.

    4- on the right side (this is for your info, please do not touch it ) is the laser assembly, do not open, as its sealed system.
    its laser source then shines toward the DMD chip, (DMD imagine tiny mirrors instead of pixels, those switch direction to reproduce black \ white)
    this light is reflected off the DMD (when its white) and pass through the color wheel, which constructs a full image, but with a single color,
    DMD switch again, syncronized with the color wheel, and thus construct the second color, etc until full image is formed.
    there is massive heatsink to cool the laser and the back of the DMD chip itself. but as I mentioned, this

    5- rest of the stuff, is fans\ speakers, modules could be wifi \ bluetooth etc. but there is not need to remove those.

    when you open it up, take res photos of the boards, and remember which side the DMD chip plug to, trace the PCB to check where most of the lines are going, this would be the faulty chip that needs reflowing.
    Google the part number and it should match my description.

    best way to reflow is to remove the chip, clean it, and resoldier it again. it's not a hard process in the right hands.

    I will send you my phone number privately so you can talk on what's app if you need more details during the disassembly.
    5
    Solved now

    Sorry one thing I also looked at, is the heatsink here, is affixed by nothing but tape, and I pulled it off and no thermal paste to hold it down.
    I removed this too, and replaced it.
    I wonder - if this became dislodged, and was shorting something on the PCB??

    Thank you so much tihsamikah, you pointed me to the right direction.

    Check my video here : https://youtu.be/geVQZxHYTXM
    The ribbon cable seems to be the source of our problem.
    **edit: in fact, it's what you meant by 'pushing the DLP black cable in a bit further'**

    As you told : The box is too tight when the projector is closed.
    When the box is closed, the ribbon cable get compressed

    The video I took is from a cold start (after not using it during 2 days).
    Previously I had to wait at least 2 minutes before seeing any display.

    Now, I have to find a way to avoid the case touching this cable.
    As you told : keeping the case not fully closed should do the trick.

    For those who need it, opening the case is identical than on the video posted by wire_less :
    Here is the original teardown video from China:
    https://xw.qq.com/cmsid/20170721A038NA

    The differences are :
    -There is no screw behing the sticker on the back (SKU sticker).
    -There is no screw at the center of the card on the back (the card with the hdmi slots)
    -There are yellow warranty stickers on the sides of the card with the hdmi slots, theses stickers are hiding screws.
    Please note that the side of the case where the power cable go is difficult to open, use a credit card or a mediator to unclip all the small plastic hooks.

    *EDIT: There are some grooves lines inside the top case cover,
    theses lines was pressing on the ribbon cable and the metal plate (farraday cage on the top right).
    On the 2 last photos, I can see the horizontal lines marks made from the upper case design compressing the metal cage and the dlp ribbon cable.
    Using sand paper to remove those lines inside the plastic cover can maybe avoid the case compressing too much the hardware.*

    *EDIT2: Did a cold boot without the metal plate while projector was closed: it's not solving the problem (long boot time).
    Back part of the projector was loosened, but front part was fully closed. will try to loosen the front part too in some hours.*


    **FINAL EDIT:
    Now, it's fixed for me too. \O/
    I removed the side of the rubber sticked on the top of the DLP (the part under the red square of my 1st pic).
    Then, I sticked it back but less tighten (so the black ribbon cable is more free).

    In order to be sure that the projector top case will not touch the ribbon cable when it's closed :
    I sticked 2~3mm of 3M Coated Tissue Tape on the top of this rubber (still on the DLP side).

    I closed the projector case (just clipsed, no screw), started the projector and got no problem (fast display on a cold boot).
    The only screws I put back are the ones at the back side of the projector (to maintain the card with the hdmi ports).

    So my problem was not only the cover touching the black DLP ribbon cable, but also the grey rubber tape tightening it too strongly.
    And the front part can't be tightly closed or late display on a cold boot appears again.

    **