Jump to content

Xiaomi Security Camera 360 1080p, region i sygnał WiFi


trucha

Recommended Posts

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 by colder1989
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

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

  • 4 weeks later...
 

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 by davidsantos
Link to comment
Share on other sites

  • 4 weeks later...

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

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

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

  • 4 months later...

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

  • 3 weeks later...
  • 1 month later...

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

  • 3 weeks later...

@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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...