Hey again, so I gave up on trying to restore windows 10 and now I want to flash the tablet so that it gets back to normal.
So I downloaded some good stuff from techtablets website such as (thx a lot btw) :
“X10HD 3G Dual System (M6K6)-Android4.4.4-V1.06- Systeminstallation”
and
“X10HD 3G Playstore fix with root browser toolbox”
Then I launch my tablet on android it, put it in usb debug mode ON and launch 1_Toolbox.bat
I follow the instructions step by step :
a)download windows files, ok np, done
b)prepare windows boot usb drive, ok np, done
c)install “update.zip” did not go so well…
The tablet does reboot and go to recovery, then I select update with ADB and launch the adb update and there it goes :
Finding update package…
Opening update package…
Verifying update package…
Installing update…
file_getprop: failed to stat “/system/build.prop” No such file or directory
E:Error in /tmp/update.zip
(Status 7)
Installation aborted
I have tried this http://android.stackexchange.com/questions/69507/restore-deleted-system
but I just get another error message…
E:end of footer from /tmp/update.zip not 0xFFFF (File exists)
E:Signature verification failed
Installation aborted
When I open updater-script with notepad + I can see that the assert lines contains x983g informations
assert(file_getprop(“/system/build.prop”, “ro.build.fingerprint”) == “Teclast/Teclast/x983g_hkc1:4.2.2/JDQ39/eng.yankendi.20140429.184832:userdebug/dev-keys” ||
file_getprop(“/system/build.prop”, “ro.build.fingerprint”) == “Teclast/Teclast/x983g_hkc1:4.2.2/JDQ39/eng.yankendi.20140429.184832:userdebug/dev-keys”);
assert(getprop(“ro.product.device”) == “x983g_hkc1” ||
getprop(“ro.build.product”) == “x983g_hkc1”);
is it the problem there? Then maybe I just have to put good infos about x10hd3g but where can I find this?
If anyone can help please, I think I just need the right info about this updater-script and I should be good to go