Jake

Jake

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #58217
    Jake
    Participant
    • Posts: 11

    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.

     

    #58216
    Jake
    Participant
    • Posts: 11
    #50451
    Jake
    Participant
    • Posts: 11

    <!–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.

    #42876
    Jake
    Participant
    • Posts: 11

    awesome

    #42875
    Jake
    Participant
    • Posts: 11

    mine 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

    #36409
    Jake
    Participant
    • Posts: 11

    https://mega.co.nz/#!VUdHFR5Z!GYsJMyJlOoIZ0f7bOELXw1ZChkeYE-YT1P6HA91x5Yo
    vb script for window product key viewing and save

    or 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

    /////////////////////////////////////////////////

    #35869
    Jake
    Participant
    • Posts: 11

    Does 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)

    #35504
    Jake
    Participant
    • Posts: 11

    . . . .

    It works

    #31562
    Jake
    Participant
    • Posts: 11

    This is an official stylus advertized in china, it is 255 level passive  active stylus.

    Bad news, it’s out of stock in china also.

     

    Thanks dlink377 :))

     

    Attachments:
    You must be logged in to view attached files.
    #31561
    Jake
    Participant
    • Posts: 11

    dlink377:

    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

Viewing 10 posts - 1 through 10 (of 10 total)

Lost Password

Skip to toolbar