Difference between revisions of "Small Devices - firmware hacking"

From Radio Amteur Station OH5BZR - WIKI
Jump to: navigation, search
(Sony Ericson SGPT12)
(Sony Ericson SGPT12)
 
Line 8: Line 8:
 
http://forum.xda-developers.com/showthread.php?t=2642436<br>
 
http://forum.xda-developers.com/showthread.php?t=2642436<br>
 
http://forum.xda-developers.com/showthread.php?t=2610791&page=11<br>
 
http://forum.xda-developers.com/showthread.php?t=2610791&page=11<br>
 +
 +
wget --no-check-certificate -O UNBRICK_DATA\update.zip http://info.update.sony.net/ST003/txs03_300/contents/0009/signed-txs03_300-ota-131023003.zip
 +
 +
wine cmd
 +
files\desklunvr.exe UNBRICK_DATAupdate.zip 
 +
files\7za.exe x UNBRICK_DATAupdate_desklunvr.zip system.img -oUNBRICK_DATA\
 +
files\7za.exe x UNBRICK_DATAupdate_desklunvr.zip hidden.img -oUNBRICK_DATA\
 +
 +
exit
 +
 +
adb kill-server
 +
  adb wait-for-device
 +
adb shell "/system/xbin/pwn"
 +
adb shell "/system/xbin/busyboxbin/mount -o rw,remount /"
 +
adb shell "/system/xbin/busyboxbin/mkdir /imgdata"
 +
adb shell "/system/xbin/busyboxbin/mount -t vfat /dev/block/mmcblk1p3 /imgdata"
 +
adb push UNBRICK_DATA/system.img /imgdata
 +
adb push UNBRICK_DATA/hidden.img /imgdata
 +
adb push UNBRICK_DATA/datapp.zip /imgdata
 +
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/system.img of=/dev/block/mmcblk0p3"
 +
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/system.img of=/dev/block/mmcblk0p4"
 +
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/hidden.img of=/dev/block/mmcblk0p7"
 +
 +
Take SD OUT
 +
 +
adb shell "/system/xbin/busyboxbin/reboot"
  
 
===RESET===
 
===RESET===

Latest revision as of 18:57, 4 March 2016

EasyCast OTA

http://www.iezvu.com/download_tool.php?&l=en

Sony Ericson SGPT12

xdelelopers / http://forum.xda-developers.com/showthread.php?t=2642436
http://forum.xda-developers.com/showthread.php?t=2610791&page=11

wget --no-check-certificate -O UNBRICK_DATA\update.zip http://info.update.sony.net/ST003/txs03_300/contents/0009/signed-txs03_300-ota-131023003.zip

wine cmd
files\desklunvr.exe UNBRICK_DATAupdate.zip  
files\7za.exe x UNBRICK_DATAupdate_desklunvr.zip system.img -oUNBRICK_DATA\
files\7za.exe x UNBRICK_DATAupdate_desklunvr.zip hidden.img -oUNBRICK_DATA\

exit

adb kill-server
 adb wait-for-device
adb shell "/system/xbin/pwn"
adb shell "/system/xbin/busyboxbin/mount -o rw,remount /"
adb shell "/system/xbin/busyboxbin/mkdir /imgdata"
adb shell "/system/xbin/busyboxbin/mount -t vfat /dev/block/mmcblk1p3 /imgdata"
adb push UNBRICK_DATA/system.img /imgdata
adb push UNBRICK_DATA/hidden.img /imgdata
adb push UNBRICK_DATA/datapp.zip /imgdata
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/system.img of=/dev/block/mmcblk0p3"
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/system.img of=/dev/block/mmcblk0p4"
adb shell "/system/xbin/busyboxbin/dd if=/imgdata/hidden.img of=/dev/block/mmcblk0p7"

Take SD OUT

adb shell "/system/xbin/busyboxbin/reboot"

RESET

hi man

i do but its very VERY specific

press power

when te white led upper power flash on quiqkly relase power and press vol up..........

when the display make a very litle flash relase the vol buton

ENJOY AND GIVE THANKS

Soft

https://github.com/repetier/Repetier-Firmware

https://github.com/ambrop72/aprinter