Страница 1 из 1

hint: use with 900 soft ))

Добавлено: Сб янв 09, 2016 3:46 pm
sergeynik
button
value per 1 0x0005003A ""
label "force an emergency update"
button
value per 1 0x00050034 ""
label "component protection No"

Добавлено: Сб янв 09, 2016 11:36 pm
VitaminA
Сергей, а че за намёк )))?
В 900й можно вернуть emergency update? ))

Добавлено: Сб янв 09, 2016 11:41 pm
sergeynik
да, вставте эти строки в меню system например

Добавлено: Вс янв 10, 2016 12:11 am
zerbino
Обычно те, кому нужен emergency update уже в зелёнку войти не в состоянии)

Добавлено: Вс янв 10, 2016 11:03 am
Artyom0101
sergeynik писал(а):да, вставте эти строки в меню system например
О !, Сергей спасибо большое ! Очень прикольно, может пригодиться :)

Добавлено: Вс янв 10, 2016 11:50 am
audijiJQ
About " component is disabled ",It's just temporary, once the restart will fail

Добавлено: Вт мар 08, 2016 10:05 pm
bedrock
can place in any esd file or just one?

Добавлено: Ср мар 16, 2016 9:27 pm
congo
@sergeynik
and what about the following.
take EmergencyUpdate.esd, EmergencyUpdateAYes.esd and EmergencyUpdateBNo.esd from 767 firmware and copy them into /mnt/efs-system/engdefs/.
I have prepared a script but i don't have 3GP in hand to test it :(
Basically here it is :)

#!/bin/ksh
sdcard=`ls /mnt|grep sdcard.*t`
dstPath=/mnt/$sdcard


mount -uw $dstPath
cd $dstPath


echo -ne "Begin emergency update menu install.\r\n" >> $dstPath/install.log


/bin/mount -uw /mnt/efs-system


cp $dstPath/EmergencyUpdate.esd /mnt/efs-system/engdefs/EmergencyUpdate.esd
cp $dstPath/EmergencyUpdateAYes.esd /mnt/efs-system/engdefs/EmergencyUpdateAYes.esd
cp $dstPath/EmergencyUpdateBNo.esd /mnt/efs-system/engdefs/EmergencyUpdateBNo.esd


echo -ne "Emergency update menu installation successful\r\n" >> $dstPath/install.log
/bin/rm -f /tmp/copie_scr.sh
echo > /tmp/copie_scr.sh