View Single Post
Old 12-13-2009, 04:21 PM   #6
Kralik
Guru
Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.
 
Posts: 609
Karma: 1013897
Join Date: Jul 2009
Device: Rooted NST
I found the offending code that makes the Libre --> jetBook flash fail:

Code:
if [ -e $TMP_SD/data/JL09 ] ; then
	echo "Is JL09"
else
	echo "Is not JL09"
	killall -9 flashing.sh
	Error_Firmware
fi
All one needs to do is create a file called "JL09" in the jetBook firmware to allow a flashback. I may experiment with it later, but for now the Libre firmware is fine. If I do flash back later, I'll post modified firmware for both directions.
Kralik is offline   Reply With Quote