Xiaoyi

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Hacking)
(Hacking)
第29行: 第29行:
 
*Password: 1234qwer
 
*Password: 1234qwer
  
<br><br><br><br><br><br><br><br>
+
<br><br>
 +
 
 +
== Reference ==
 +
 
 +
* http://diy.2pmc.net/solved-xiaomi-xiao-yi-ant-home-camera-can-used-china/
 +
* https://github.com/fritz-smh/yi-hack
 +
 
 +
 
 +
<br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>
 
<br><br><br><br><br><br><br><br>

2017年1月24日 (二) 10:57的版本

1 Hacking

1. Connect the memory card to a computer via a card reader

2. Create a directory named “test” on the sdcard root

3. Edit file X:\test\equip_test.sh with notepad or your favorite text editor.

4. Add this content:

#!/bin/sh
# Telnet
if [ ! -f "/etc/init.d/S88telnet" ]; then
echo "#!/bin/sh" > /etc/init.d/S88telnet
echo "telnetd &" >> /etc/init.d/S88telnet
chmod 755 /etc/init.d/S88telnet
fi
dr=`dirname $0`
# fix bootcycle
mv $dr/equip_test.sh $dr/equip_test.sh.moved
reboot

5. Safetly detach sdcard, put it into your camera, it will reboot twice.

The login details are:

  • User: root
  • Password: 1234qwer



2 Reference








































个人工具
名字空间

变换
操作
导航
工具箱