rezmus Posted February 26, 2021 Share Posted February 26, 2021 check issues on this github, you will find all answers there. https://github.com/telmomarques/xiaomi-360-1080p-hacks/issues Link to comment Share on other sites More sharing options...
colder1989 Posted February 26, 2021 Share Posted February 26, 2021 (edited) ok thanks...I'll try!! edit: i need to do exactly this script? #!/bin/bash # extract firmware mkdir -p files dd if=tf_recovery.img of=files/kernel.bin bs=1 count=2097152 dd if=tf_recovery.img of=files/rootfs.bin bs=1 count=7733248 skip=2097152 dd if=tf_recovery.img of=files/data.bin bs=1 count=6488064 skip=9830400 dd if=backup.bin of=files/vendor.bin bs=1 count=131072 skip=16646144 # patch jffs2 partition sudo modprobe mtdblock sudo modprobe mtdram total_size=6336 sudo dd if=files/data.bin of=/dev/mtdblock0 bs=1 mkdir mount sudo mount -t jffs2 /dev/mtdblock0 mount echo '#!/bin/sh' | sudo tee -a mount/bin/log_diag_platform.sh echo '/mnt/sdcard/override.sh' | sudo tee -a mount/bin/log_diag_platform.sh sudo chmod 755 mount/bin/log_diag_platform.sh sudo umount mount rmdir mount sudo dd if=/dev/mtdblock0 of=files/data.bin bs=1 # update flash backup mkdir -p out cp backup.bin -f out/flash.bin dd if=files/kernel.bin of=out/flash.bin bs=1 count=2097152 seek=327680 dd if=files/rootfs.bin of=out/flash.bin bs=1 count=7733248 seek=2424832 dd if=files/data.bin of=out/flash.bin bs=1 count=6488064 seek=10158080 dd if=files/vendor.bin of=out/flash.bin bs=1 count=131072 seek=16646144 Edited February 26, 2021 by colder1989 Link to comment Share on other sites More sharing options...
rezmus Posted February 26, 2021 Share Posted February 26, 2021 this is script to get root access. you need to do something similar, replace in your dump kernel/rootfs/data extracted from global firmware + you can add root to debug issues. just make sure you have good vendor dump, if you break it you can't login to xiaomi cloud anymore. you can send dump to my pm i will check if it's OK. 1 Link to comment Share on other sites More sharing options...
flavio09 Posted May 2, 2021 Share Posted May 2, 2021 Hello. During and update of my Camera (MJSXJ06CM) it powered off accidently and now I think it is briked. Is it possible some assistance? Thank you. Link to comment Share on other sites More sharing options...
rezmus Posted May 2, 2021 Share Posted May 2, 2021 cn version http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/ipc021/IPC021_4.0.9_0178.zip global version http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.2_0282.rar 1 Link to comment Share on other sites More sharing options...
flavio09 Posted May 2, 2021 Share Posted May 2, 2021 rezmus thank you very much. It worked with global version Link to comment Share on other sites More sharing options...
Wik Posted May 18, 2021 Share Posted May 18, 2021 Hello I have stuck on yellow light with Mi 360 2K MJSXJ09CM because last update firmware and this isin log file >>> Device Diagnosis <<< + cat /etc/os-release NAME=Buildroot VERSION=2017.08-00750-g4dc7fc0-dirty ID=buildroot VERSION_ID=2017.08 PRETTY_NAME="Buildroot 2017.08" MODEL_COMMIT=df6fdab COMMON_COMMIT=4dc7fc0 CHUANGMI_VERSION=4.0.9_0267 CHUANGMI_BUILDNO=0 PUBLISH_DATE=20201022 INFO_FORMAT_VERSION=01 #Build in Thu Oct 22 18:20:34 CST 2020/ d265d7bb3d78 by ubuntu + date Sat May 15 21:30:24 +07 2021 + uptime 21:30:24 up 29 days, 9:13, load average: 6.80, 12.88, 14.53 is there anyway to make it work again? Link to comment Share on other sites More sharing options...
rezmus Posted May 18, 2021 Share Posted May 18, 2021 use one of these urls to recover firmware. extract both tf_recovery.img and tf_update.img to fat32 sdcard, boot camera with card and wait 5-10 minutes. http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/ipc029a/IPC029A_4.0.8_0173.ziphttp://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/ipc029a/IPC029A_4.0.9_0267.rar 1 Link to comment Share on other sites More sharing options...
Wik Posted May 19, 2021 Share Posted May 19, 2021 Work like a charm. Thank you so much Rezmus. Link to comment Share on other sites More sharing options...
davidsantos Posted June 10, 2021 Share Posted June 10, 2021 (edited) My Mi 360 2K MJSXJ09CM has a yellow light, I tried to install recovery IPC029A_4.0.9_0267 but I wasn't successful, there is a more updated version or some solution, I downloaded numerous recovery programs and I didn't return my camera. Edited June 10, 2021 by davidsantos Link to comment Share on other sites More sharing options...
rezmus Posted June 11, 2021 Share Posted June 11, 2021 @davidsantos your SN starts with 27292 or 31375? Link to comment Share on other sites More sharing options...
Wojtasek Posted July 8, 2021 Share Posted July 8, 2021 Cześć, przeczytałem sporo i widzę że kolega rezmus jest bardzo zorientowany i pomocny to i ja mam prośbę . Mianowicie także mam problem z kamerka MJSXJ05CM tzn podczas ładowania obrazu idzie do 91% i stoi. Wcześniej jakoś działało a teraz to lipa. Poproszę o jakieś info jak i czy to naprawić. Z góry dziękuję. Link to comment Share on other sites More sharing options...
DirtixXx Posted July 8, 2021 Share Posted July 8, 2021 Cześć, potrzebuję pliku dla MJSXJ10CM. Czy ktoś proszę? Dziękuję Ci Link to comment Share on other sites More sharing options...
rezmus Posted July 8, 2021 Share Posted July 8, 2021 http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC026C02/IPC026C02_4.1.6_0124.rar Link to comment Share on other sites More sharing options...
Wojtasek Posted July 9, 2021 Share Posted July 9, 2021 Z tego co zrozumiałem to muszę przywrócić starszy soft w kamerce. Czy mogę o taki prosić. Link to comment Share on other sites More sharing options...
rezmus Posted July 9, 2021 Share Posted July 9, 2021 91% masz po wifi na regionie eu? robiles w miedzyczasie aktualizacje firmware? jesli nie to downgrade raczej nic nie zmieni. Link to comment Share on other sites More sharing options...
Wojtasek Posted July 9, 2021 Share Posted July 9, 2021 Tak mam region Eu, aktualizacje firmware tzn nic nie wymuszalem z żadnej karty sd jak już to aktualizacja samoczynna kamerki . Jak ja kupiłem to śmigała a od jakiegoś czasu dochodzi do 91%i stoi. Jak ja odlacze od zasilania i ponownie podłączę to smiga ale tylko przez krótki czas (powiedzmy 2 h) nie mam pojęcia co się dzieje. Link to comment Share on other sites More sharing options...
rezmus Posted July 9, 2021 Share Posted July 9, 2021 jaki masz firmware w niej? Link to comment Share on other sites More sharing options...
Wojtasek Posted July 9, 2021 Share Posted July 9, 2021 4.0.9-0426 Link to comment Share on other sites More sharing options...
rezmus Posted July 9, 2021 Share Posted July 9, 2021 ostatnie i z niego nie zrobisz downgrade. jesli kamera dziala po restarcie, a potem przestaje to trudno okreslic przyczyne. moze cos z hardware. Link to comment Share on other sites More sharing options...
Wojtasek Posted July 9, 2021 Share Posted July 9, 2021 No to klops, może sprawdzę na innym telefonie, choć wątpię. Niemniej dzięki. Link to comment Share on other sites More sharing options...
Lenio22 Posted July 9, 2021 Share Posted July 9, 2021 Witam, Pytanko do kolegi @rezmus, mam problem z kamerką cmsxj19e, nie działa na danych komórkowych. Jest na to jakieś rozwiązanie? Region Chiny nie pomaga. Link to comment Share on other sites More sharing options...
rezmus Posted July 9, 2021 Share Posted July 9, 2021 jak orange to poszukaj na forum. z tego co pamietam to trzeba bylo zmienic w apn ipv6 na ipv4. Link to comment Share on other sites More sharing options...
Wojtasek Posted July 10, 2021 Share Posted July 10, 2021 Hej, więc tak cis mnie tknęło i wymieniłem kabel zasilający na inny (choć wątpię by to miało aż takie znaczenie) i wyjąłem kartę sd z kamery. Może tutaj był problem. Nie wiem może nagrywała aż do pojemności karty a potem się blokowała i przechodziła w tryb offline. Niemniej od wczoraj cały czas jest ok- jest łączność z kamerą i podgląd. Link to comment Share on other sites More sharing options...
mohannad Posted July 14, 2021 Share Posted July 14, 2021 (edited) hello @rezmus I have MJSXJ09CM 2k global and I accidentally unplugged while the upgrade, now I am stuck on the yellow ligh, do you know where I can find the recovery file, I really appreciate your help Edited July 14, 2021 by mohannad Link to comment Share on other sites More sharing options...
ron Posted November 30, 2021 Share Posted November 30, 2021 Hi, Mine is 2k Pro Global Version (MJSXJ06CM), was bricked in yellow light and its won't reset. after i run the latest firmware given, the camera sound (the setting) are completely difference and the camera get very slow response, any one able to help ? Link to comment Share on other sites More sharing options...
rezmus Posted November 30, 2021 Share Posted November 30, 2021 http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.6_0309.zip Link to comment Share on other sites More sharing options...
ron Posted December 21, 2021 Share Posted December 21, 2021 After load the latest firmware 4.1.6_0309, the camera respond very slow, and the lens navigate won't work. can i know why? Link to comment Share on other sites More sharing options...
rezmus Posted December 21, 2021 Share Posted December 21, 2021 you can try older firmware http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.2_0271.rar http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.2_0282.rar http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.6_0306.rar http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC021A04/firmware/IPC021A04_4.1.6_0309.zip Link to comment Share on other sites More sharing options...
ron Posted December 23, 2021 Share Posted December 23, 2021 @rezmusDo you have 2k pro recovery file? Link to comment Share on other sites More sharing options...
rezmus Posted December 23, 2021 Share Posted December 23, 2021 post above you have different versions of fw for 2k pro eu. Link to comment Share on other sites More sharing options...
ron Posted December 23, 2021 Share Posted December 23, 2021 Mine is Global Version MJSXJ06CM. Link to comment Share on other sites More sharing options...
k2ama2 Posted January 24, 2022 Share Posted January 24, 2022 Dzieńdobry A ja mam problem z kamerą, a raczej z aplikacją MiHome - kamera leży, bo nie mogę zainstalować apki na telefonie. Podczas uruchomienia aplikacji otwiera się Regulamin i otrzymuję komunikat, że mam zaakceptować Umowę użytkownika i Politykę prywatności. Klikam na punkt obok, pojawia się ptaszek w zielonym kółku i niestety, tu wszystko staje - nie ma przycisku akceptacji. Mogę sobie poczytać Umowe i Politykę i nic z tego nie wynika. Tel Motorola, Android 8.1.0 Co robię nie tak? Link to comment Share on other sites More sharing options...
ben1111 Posted February 8, 2022 Share Posted February 8, 2022 @rezmus can you help me? I woke up that my MJSXJ10CM security cam is showing yellow LED. I tried a various firmware and was able to see this http://cdn.cnbj2.fds.api.mi-img.com/chuangmi-cdn/product/IPC026C02/IPC026C02_4.1.6_0124.rar but it is still not working. What else can I do? I have been using MAC to format my 32gb sd card. Please help. Thank you Link to comment Share on other sites More sharing options...
ron Posted February 15, 2022 Share Posted February 15, 2022 On 12/23/2021 at 5:19 PM, rezmus said: post above you have different versions of fw for 2k pro eu. Do you have MJSXJ09CM Global Version firmware? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now