Yi Z25L with 1.3 Firmware

Alkis

New Member
Joined
Aug 5, 2016
Messages
6
Reaction score
2
Country
Greece
Just purchased it, yesterday. Manufacturing date is 06-2016.

I could not find any info on the Z25L, except from a Polish website. Its an international version, not Chinese. The 1.3 firmware also no where to be seen! I was looking for a modded firmware (35Mbps for example) or some other tweaks and I am not sure if I am able to use them.

Any info?

Also, is there any way to dump the firmware so I can edit it to record @ 35Mbps?

Thanks.
 
Last edited:
Z25L are last produced models, its mix of all components from all previous models.
I suggest you to simply write the script to mod bitrates on all resolutions you want (you can mix them as well at the same time , so for example: 45Mb for 720p120, 40Mb for 1080p60, 35Mb for 2K30 etc)
No idea why people still bother to install moded firmware, it's so retarded and limited thing to do.

here is more info about bitrate scripts: https://github.com/PJanisio/Xiaomi_Yi_autoexec/tree/master/bitrate/1.2.13

Also there is no 1.13 Firmware, 1.12.13 is latest, so I think you missed these 2 dots and 2 numbers in the middle while looking at FW version or while typing.

Cheers!
 
Z25L are last produced models, its mix of all components from all previous models.
I suggest you to simply write the script to mod bitrates on all resolutions you want (you can mix them as well at the same time , so for example: 45Mb for 720p120, 40Mb for 1080p60, 35Mb for 2K30 etc)
No idea why people still bother to install moded firmware, it's so retarded and limited thing to do.

here is more info about bitrate scripts: https://github.com/PJanisio/Xiaomi_Yi_autoexec/tree/master/bitrate/1.2.13

Also there is no 1.13 Firmware, 1.12.13 is latest, so I think you missed these 2 dots and 2 numbers in the middle while looking at FW version or while typing.

Cheers!

Thanks for your answer, but the firmware is 1.3.0 Check out this screenshot.

https://www.dropbox.com/s/xxobd5536taegzh/2016-08-19 20.35.13.png?dl=0

And yeah, script does not work obviously cause its a different firmware!
 
Last edited:
Thanks for your answer, but the firmware is 1.3.0 Check out this screenshot.

https://www.dropbox.com/s/xxobd5536taegzh/2016-08-19 20.35.13.png?dl=0

And yeah, script does not work obviously cause its a different firmware!

Oh wow. Thats... new. I found very little information about FW 1.3.0. Its BETA firmware from late 2015 and I doubt we will see retail/final version since they stopped manufacturing this camera already.
anyway here is changelog for 1.3.0 I found:
1.3.0:

01. New time-lapse video [long], [delay] function video resolution;
02. Change log saving mechanism, while adjusting log maximum file size is 5M;
03. improve time-lapse photography function, auto stop, take the initiative to send the video duration notifications and to configure a separate process with a resolution;
04. Adjust the resolution configuration, no longer dependent IDLE mode;
05. Perfection and apps communication mechanism, to avoid blocking the abnormal message;
06. Fixed-lapse photography file frame rate is abnormal;
07. adjust the video camera operation timing, to avoid DSP and other abnormalities;
08. Find the next device state correction for video camera APPS operating system abnormalities cause problems;
09. Fixed APPS triggering of time-lapse photography unusual problem resolution parameter switching;
10. Adjust the default resolution time-lapse photography 1080P60;

If you want to you can install 1.2.13 and install bitrate scripts, there are no Z25L firmwares on xiaomi site, but if you google Z25L firmware in google you should find github with most firmwares for that model.

btw if you want to I can try to translate the information you found about Z25L model for you, just reply me with the link.
 
Hello how can we install a 1.2.13 firmware on n0 Z25L Yi camera?
 
Z23L 1.2.13

Enviado desde mi SM-G935F mediante Tapatalk
 
You have to use the firmware of the z23L

Enviado desde mi SM-G935F mediante Tapatalk
 
Hi, ok thank you. And how shall I do that? (To put the firmware in the camera)
 
I have the same issue. Z25l with 1.3 firm.
Hugo do you think that it is necessary to fix focus by changing the lense in our version?
My home videos ane not so good as i expected :(
 
Hello there. I'm using Yi International Edition Z26L with FW 1.4.8 and i can't find any mod for specific model that I have..

Am I miss any information ? Or there's really no mod for my specific model that I have ??

Anyway, I think that will be good if have something like flat color mod and superview mod.. Still hopping somebody will mod the FW :D
 
Here is your Superview for Z26

# 4GB Clipping
writew 0xC03A9C94 0x2004
# Sets Bitrate to 35Mbs.
writew 0xC05C8092 0x420C
# 1600x1200p recording
writeb 0xC06D4426 0x0C
#1920x1080p Resizing
writel 0xC05C8D7C 0x04380780


Credits to Nutsey
 
Last edited:
Here is your Superview for Z26

# 4GB Clipping
writew 0xC03A9C94 0x2004
# Sets Bitrate to 35Mbs.
writew 0xC05C8092 0x420C
# 1600x1200p recording
writeb 0xC06D4426 0x0C
#1920x1080p Resizing
writel 0xC05C8D7C 0x04380780


Credits to Nutsey
Where I need to put this script ?? I really wanna try this setting :D
 
Where I need to put this script ?? I really wanna try this setting :D

1. Get Notepad++ and make a new File
2. Paste the lines and make a blank line at the end

# 4GB Clipping
writew 0xC03A9C94 0x2004
# Sets Bitrate to 35Mbs.
writew 0xC05C8092 0x420C
# 1600x1200p recording
writeb 0xC06D4426 0x0C
#1920x1080p Resizing
writel 0xC05C8D7C 0x04380780

t pwm 1 enable
sleep 3
t pwm 1 disable



3. In Notepad++ --> Format "Convert to UNIX Format"
4. Save as "autoexec.ash" as file type use "Unix script file (*.sh;*.bsh)"
5. Put the autoxex.ash on the root of your SD
6. If everything was right your Yi should beep for 3 seconds when you switch it on

;-)
 
Last edited:
Back
Top