But why are mine smaller? No matter if I generate them in Windows or in Linux (Mint) or in a Virtualbox Linux (Mint). And must they really have the size of 64kb to work? I hope you will receive a new sd-card asap.

I made the scripts for you. They should work, although I've just noticed they are 65kb. Please PM me your email address, I'll send them to you.But why are mine smaller? No matter if I generate them in Windows or in Linux (Mint) or in a Virtualbox Linux (Mint). And must they really have the size of 64kb to work? I hope you will receive a new sd-card asap.![]()
Good! Glad you were able to finish the work! Now all we need is to post a detailed procedure with the necessary attached files. And you are right, I didnt erase the data at the end of the scripts.Thats it! I'm now running Inspiration 0.4 with a 2GB data-partition. For an unknown reason the utscripts seem to have a minimum size to be executed (maybe a bug in the bootloader). After I included the fill-stuff the update worked.
ext4format mmc 0:3<br />
ext4format mmc 0:4
Well, I'm not an Android guru, but I would say:In utscript:
Can someone tell me what command formats the system and what formats the userdata?Code:ext4format mmc 0:3<br /> ext4format mmc 0:4
fatload mmc 1 0x48000000 system.img<br />
fastboot flash system 48000000<br />
<br />
sleep 50<br />
uttext 20 190 "Update userdata...Wait some minutes."<br />
fatload mmc 1 0x48000000 userdata.img<br />
fastboot flash userdata 48000000
source 0x41000000 <br />
utupdateenv <br />
utsetbacklight 1 <br />
uttext 20 30 "********************************************* *" <br />
uttext 20 40 "* Exynos5 upgrade JB2 V0.1[utscript]" <br />
uttext 20 50 "********************************************* *" <br />
uttext 20 60 " " <br />
<br />
uttext 20 70 "Update system...Wait some minutes." <br />
movi init 0 <br />
sleep 50 <br />
<br />
ext4format mmc 0:3 <br />
ext4format mmc 0:4 <br />
sleep 50 <br />
<br />
fatload mmc 1 0x48000000 system.img <br />
fastboot flash system 48000000 <br />
uttext 20 <img src='http://www.slatedroid.com/public/style_emoticons/<#EMO_DIR#>/mega_shok.gif' class='bbc_emoticon' alt='80' /> "OK, Update End !" <br />
<br />
sleep 500 <br />
uttext 20 90 "Reboot..." <br />
sleep 2000 <br />
<br />
utsetbacklight 0 <br />
shut 1 <br />
reset
First of all congratulations for receiving your new device. By the way, is it a new device or they repaired your old device? Mine is near to be delivered to them. It has already reached Hong Kong.Hi everybody !
I'm back and HAPPY !
I got my tablet back from Spemall and it worked like a charm then I decided to update to 004 ( "My name is Mars...Steve Mars !)
and YESSSSS ! Really nice, Steve. No more chinese cr.. ! The only "problem" I have is that the first shortcut of the home screen is "out"
of the screen and I can't delete it. I also have some incompatibility issues on the market. Do you think it could be due to the 200 DPI ?
I know that sometimes it can be solved by editing the build prop file but I'm not confident about that.
Anyway, I really like this tablet and you did a very great job ! Thanks a lot !
PS : I made the update with Gestor Voyo A15 and it's very easy.