Giter Club home page Giter Club logo

Comments (8)

sorccu avatar sorccu commented on September 7, 2024

Can you run adb shell getprop | grep ro.product and paste the output? There shouldn't be any private information there.

from stf.

channingbreeze avatar channingbreeze commented on September 7, 2024

Hi, there's the output
[root@localhost ]# adb shell getprop | grep ro.product
[ro.product.board]: [neken NX]

[ro.product.device]: [neken NX]

[ro.product.model]: [neken NX]
[ro.product.name]: [neken NX]
it is wired , why github only shows four line

from stf.

channingbreeze avatar channingbreeze commented on September 7, 2024

i got these message from logcat , does it help?
Error 10:45:46.209 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:45:46.209 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:45:46.209 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:45:46.209 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:45:46.209 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:45:46.209 158 298 IMGSRV :0: GLESMakeCurrentGC: Invalid drawable - what do we do?
Error 10:45:46.209 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:45:46.209 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:45:46.209 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:45:46.209 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:45:46.209 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.105 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.105 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.105 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.105 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.105 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.105 158 298 IMGSRV :0: GLESMakeCurrentGC: Invalid drawable - what do we do?
Error 10:46:00.106 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.106 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.106 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.106 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.106 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.244 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.244 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.244 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.244 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.244 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.244 158 298 IMGSRV :0: GLESMakeCurrentGC: Invalid drawable - what do we do?
Error 10:46:00.244 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.244 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.244 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.244 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.244 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.283 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.283 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.283 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.283 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable
Error 10:46:00.283 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.283 158 298 IMGSRV :0: GLESMakeCurrentGC: Invalid drawable - what do we do?
Error 10:46:00.283 158 298 IMGSRV :0: gralloc_module_map: Cannot map buffer ID=130 before register (0x0)
Error 10:46:00.283 158 298 IMGSRV :0: WSEGL_GetDrawableParameters: Failed to obtain buffer parameters
Error 10:46:00.283 158 298 IMGSRV :0: MapBufferObtainParams: Mapping buffer failed
Error 10:46:00.283 158 298 IMGSRV :0: KEGLRecreateDrawable: Couldn't create a drawable
Error 10:46:00.283 158 298 IMGSRV :0: KEGLGetDrawableParameters: Can't recreate drawable

from stf.

sorccu avatar sorccu commented on September 7, 2024

Unfortunately we don't have any Neken devices to test with (I actually learned that the maker exists from your post :bowtie:), so I might not be able to help right now.

from stf.

sorccu avatar sorccu commented on September 7, 2024

We have a Lenovo Yoga Tablet 8 that exhibits the same behavior, it's our only device that does that. I'll try to look at it at some point.

from stf.

channingbreeze avatar channingbreeze commented on September 7, 2024

ok , if it is the same behavior , maybe it is the same reason , and if you want me to do something , just mail me at [email protected] , i will try my best to help . thank you !

from stf.

rseek avatar rseek commented on September 7, 2024

Hello, @sorccu, @channingbreeze
I faced exactly the same issue with HUAWEI U8825-1, so I am very interested in solving this issue too, I will follow this thread, and I am ready to post some debug info if needed

from stf.

sorccu avatar sorccu commented on September 7, 2024

There's a good chance that this was fixed by STF 2.3.0. Please try and report back with your findings. @rseek I am not sure about HUAWEI U8825-1, please create a new issue for it if the problem still exists, and remember to post the log output there. Thanks!

from stf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.