Forum Replies Created
-
AuthorPosts
-
December 8, 2016 at 8:25 am #58217
I guest it is an electronic board draining out problem. I put usb drive with led indicator which will stop blinking after 20 sec after window comletely shutdown.
Which means i cant re open the tablet before all electric charges were drain out completely.
December 8, 2016 at 8:15 am #58216outdated && low performance z3735
http://cpuboss.com/cpus/Intel-Atom-x5-x5-Z8300-vs-Intel-Atom-Z3735F
September 23, 2016 at 8:15 am #50451<!–more–>Mine is ten months old, work flawlessly. But the first thing you should keep it mind is that this tablet is of early stage of win10 on embbed system likes x5-z8300.
It means this flageship tablet didn’t optimized yet (win10 consume too much resources).
So, The things i’ve done when my device arrived the first day. I closeed
<hr />
<!–more–>several win 10 user friendly tasks, try to minimize ram consumption less than 40%.
I’ve no idea about android because my main tasks rely on window (coding in Dev C++).
In my opinion, this tablet is the most cost effective with the cost lower than 150 usd / 1,000 rmb. which i could find in the market.
Still use them everday. Will buy the better if some were launch.
July 8, 2016 at 2:04 am #42876awesome
July 8, 2016 at 2:01 am #42875mine is first batch single os win 10
after retune win10, it works flawlessly,
after 1 month i bought cdk-05 keybord
after 2 months i bought cep-02
active pen
now it work like a charm,
I used it in reviewing academic papers.
expected working life around 2 year ++. or until new version with the similar cost effective release.
two ploblem i faced in the 1 st month.
-fix bosh accelerometer alert
-fix touch screen dead after reset the system
which both can be done using information ib this bbs
May 8, 2016 at 7:45 am #36409https://mega.co.nz/#!VUdHFR5Z!GYsJMyJlOoIZ0f7bOELXw1ZChkeYE-YT1P6HA91x5Yo
vb script for window product key viewing and saveor put these code into notpad then save it as *.vbs
/////////////////////////////////////////////////
Option Explicit
Dim objshell,path,DigitalID, Result
Set objshell = CreateObject(“WScript.Shell”)
‘Set registry key path
Path = “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\”
‘Registry key value
DigitalID = objshell.RegRead(Path & “DigitalProductId”)
Dim ProductName,ProductID,ProductKey,ProductData
‘Get ProductName, ProductID, ProductKey
ProductName = “Product Name: ” & objshell.RegRead(Path & “ProductName”)
ProductID = “Product ID: ” & objshell.RegRead(Path & “ProductID”)
ProductKey = “Installed Key: ” & ConvertToKey(DigitalID)
ProductData = ProductName & vbNewLine & ProductID & vbNewLine & ProductKey
‘Show messbox if save to a file
If vbYes = MsgBox(ProductData & vblf & vblf & “Save to a file?”, vbYesNo + vbQuestion, “BackUp Windows Key Information”) then
Save ProductData
End If‘Convert binary to chars
Function ConvertToKey(Key)
Const KeyOffset = 52
Dim isWin8, Maps, i, j, Current, KeyOutput, Last, keypart1, insert
‘Check if OS is Windows 8
isWin8 = (Key(66) \ 6) And 1
Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
i = 24
Maps = “BCDFGHJKMPQRTVWXY2346789”
Do
Current= 0
j = 14
Do
Current = Current* 256
Current = Key(j + KeyOffset) + Current
Key(j + KeyOffset) = (Current \ 24)
Current=Current Mod 24
j = j -1
Loop While j >= 0
i = i -1
KeyOutput = Mid(Maps,Current+ 1, 1) & KeyOutput
Last = Current
Loop While i >= 0
keypart1 = Mid(KeyOutput, 2, Last)
insert = “N”
KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
If Last = 0 Then KeyOutput = insert & KeyOutput
ConvertToKey = Mid(KeyOutput, 1, 5) & “-” & Mid(KeyOutput, 6, 5) & “-” & Mid(KeyOutput, 11, 5) & “-” & Mid(KeyOutput, 16, 5) & “-” & Mid(KeyOutput, 21, 5)End Function
‘Save data to a file
Function Save(Data)
Dim fso, fName, txt,objshell,UserName
Set objshell = CreateObject(“wscript.shell”)
‘Get current user name
UserName = objshell.ExpandEnvironmentStrings(“%UserName%”)
‘Create a text file on desktop
fName = “C:\Users\” & UserName & “\Desktop\WindowsKeyInfo.txt”
Set fso = CreateObject(“Scripting.FileSystemObject”)
Set txt = fso.CreateTextFile(fName)
txt.Writeline Data
txt.Close
End Function/////////////////////////////////////////////////
May 3, 2016 at 2:42 am #35869Does anyone have full drivers in a single zip file.?
I thought we could think about how could we reinstalling fresh window
if its is in any case cube cancel their support line:
Edit: found it from MisterDeery comment
http://techtablets.com/forum/topic/touch-and-camera-after-clean-win10-install/#post-32552
Edit2: alternated source for download(i’ve problem with onedrive)
April 29, 2016 at 8:10 am #35504. . . .
It works
April 1, 2016 at 1:40 am #31562This is an official stylus advertized in china, it is 255 level
passiveactive stylus.Bad news, it’s out of stock in china also.
Thanks dlink377 :))
Attachments:
You must be logged in to view attached files.April 1, 2016 at 1:27 am #31561dlink377:
Doa nyone know how to disable the touchpad gestures on Windows 10? It is starting to get annoying, when I swip from top to bottom it will always show desktop, which is frequently occurred since the touchpad is so small. I’ve google it a bit, but I only see settings are available if the correct driver is installed, which it is not provided on this tablet. Do anyone know which driver I should install or way to disable few gestures such as Pinch to Zoom and Swipe from Top to Bottom to Show desktop? I can pinch to zoom directly on the screen rather on the touch pad.
shortkey to disable touchpad gestures on this keyboard : fn + f11
-
AuthorPosts

