mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-02 12:43:02 +02:00
Alternative Devices
This commit is contained in:
@@ -10,6 +10,7 @@ Xiaomi Dafang | 
|
||||
Xiaomi Xiaofang 1S | 
|
||||
Wyzecam Pan | 
|
||||
Wyzecam V2 | 
|
||||
Any other Device with Ingenic T10/T20 Device | 
|
||||
|
||||
If you have a classic XiaoFang with a ARM-Processor, consider using https://github.com/samtap/fang-hacks
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## What benefits does this open source bootloader have?
|
||||
|
||||
1. You can use H264 FullHD Streaming (1920x1080)
|
||||
1. You can use H264 FullHD Streaming (1920x1080)(128MB devices only)
|
||||
2. You can boot your own kernel/rootfs/whatever from MicroSD
|
||||
3. You can change your kernel boot-parameters (uEnv.txt)
|
||||
4. You can flash your NAND using this bootloader
|
||||
@@ -69,7 +69,7 @@ If it turns blue -> Custom Configuration from uEnv.txt is being taken.
|
||||
If its not turning blue despite that you have a uEnv.txt on your microsd - try to format it as FAT16 and try again
|
||||
|
||||
|
||||
## Turning on FULLHD:
|
||||
## Turning on FULLHD(128Mb Devices only):
|
||||
|
||||
Open up the uEnv.txt file and change the "boot-line" from
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
[Xioami Xiaofang T20](/hacks/cfw/xiaofang/cfw-1.0.bin) | 333053c3e98af24e0e90746d95e310a3c65b61f697288f974b702a5bcbba48a9
|
||||
[Wyzecam V2](/hacks/cfw/wyzecam_v2/cfw-1.1.bin) | ca8fd695fe1903bd12aca2752c86b62c9694430c9c41b2804b006c22e84f409d
|
||||
[Wyzecam Pan](/hacks/cfw/wyzecam_pan/cfw-1.0.bin) | f76990d187e763f160f5ad39331d6a3209d3025fe3719cb43c92dbad92cebba2
|
||||
|
||||
Other Ingenic T10/T20 Device | [Start here](/hacks/newdevices.md)
|
||||
|
||||
2. Format your microSD to FAT32. NTFS, EXFAT etc. won't work.
|
||||
3. Copy the CFW-Binary from step 1 to the formated microSD and rename it to "demo.bin". There should be no other files on the microSD! This is really important and it won't work if there are any other files on there.
|
||||
|
14
hacks/newdevices.md
Normal file
14
hacks/newdevices.md
Normal file
@@ -0,0 +1,14 @@
|
||||
### Installation on generic T10/T20 Devices
|
||||
|
||||
It should be possible to install this hack to any T10 or T20 based Devices. If you want to do so, begin with the porting tutorial:
|
||||
|
||||
### Porting Tutorial
|
||||
1. Disassemble the Device and make a lot of photos.
|
||||
2. Connect via TTL to the Camera. You can use the following blog article as a reference: https://nm-projects.de/2016/12/hacking-digoo-bb-m2-mini-wifi-part-1-identify-the-serial-interface/
|
||||
3. Get root access: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/hacks/getroot.md
|
||||
4. Dump the firmware:
|
||||
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/hacks/firmware-dump.md
|
||||
5. Dump a bootlog of your camera
|
||||
6. Collect all the information together in a github issue in this repository
|
||||
|
||||
As soon as we have all the informations together, we can hopefully provide a new bootloader for your device, which will boot this hack.
|
Reference in New Issue
Block a user