Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[Pipo-Project] Kernel building header

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Pipo-Project] Kernel building header

    THIS IS FOR THE KERNEL ONLY

    My intention is to try to build for as many of the 'old' Pipo tablets as I can't work out how to. I'll add drivers and configuration as people request.

    I'll link each individual build project in here as I progress

    1. M8HD - here (working)
    2. M7pro - here (booting, unlocks but then problems?)
    3. M9Pro - here (building ....)
    4. M6Pro - full ROM created by Maakie here

    U8 - test kernel fails to boot
    Last edited by JDfense; 11-04-2014, 15:43. Reason: set on sticky
    Measy U4B (=Tronsmart T428) used by my kids!
    Onda v975m - M802 - Bought from Banggood.com
    Pipo M8HD 3G - RK3188 - don't buy from pipo-store
    Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
    CX921b -RK3188T (sponsored by AndroidTV)
    Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
    RKM MK902 - RK3188 (sponsored by RKM)



    Donate to Finless

    #2
    I seem to only have been supplied with specific config for the M8HD.

    If anyone wants to work with me on other models then (a) you need to know what you are doing (b) you need to be willing to put you tablet at risk and (c) you need to provide a full hardware breakdown of your tablet

    1. Model Name
    2. Screen model name
    3. Voltage regulator
    4. Wifi chipset
    5. HDMI chip
    6. LCD / MIPI chipset
    7. accelerometer / GPS / etc chips
    Measy U4B (=Tronsmart T428) used by my kids!
    Onda v975m - M802 - Bought from Banggood.com
    Pipo M8HD 3G - RK3188 - don't buy from pipo-store
    Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
    CX921b -RK3188T (sponsored by AndroidTV)
    Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
    RKM MK902 - RK3188 (sponsored by RKM)



    Donate to Finless

    Comment


      #3
      Originally posted by d33 View Post
      I seem to only have been supplied with specific config for the M8HD.

      If anyone wants to work with me on other models then (a) you need to know what you are doing (b) you need to be willing to put you tablet at risk and (c) you need to provide a full hardware breakdown of your tablet

      1. Model Name
      2. Screen model name
      3. Voltage regulator
      4. Wifi chipset
      5. HDMI chip
      6. LCD / MIPI chipset
      7. accelerometer / GPS / etc chips
      Hi
      Is there a kind of script to run or file to read to automatically build the needed full hardware breakdown ?
      Other option is open the case and have a look on the chips.. But more painfull

      In the meantime , here is what I know about my m7pro

      Here are chips I've identified either visually or from DMESG output :- AMPAK AP6476 : WiFi + BT4.0 + FM RX + GPS


      i2c light sensor http://www.upi-semi.com/product/Prod...?ProductID=202
      <4>[ 3.401897] lightsensor us5151 driver created !


      i2c sound codec :
      <4>[ 3.462868] enter rt5616_i2c_probe


      touchscreen Goodix T928 https://www.google.com.sg/url?sa=t&r...58187178,d.bmk
      <6>[ 4.047393] input: Goodix Capacitive TouchScreen as /devices/virtual/input/input3


      accelerometer, 3axis http://www.st.com/web/catalog/sense_...SC444/PF250725
      <6>[ 4.048074] i2c i2c-0: sensor_probe: gs_lis3dh,0xcc9b8c00
      <4>[ 4.048345] sensor_chip_init:gs_lis3dh:devid=0x33,ops=0xc0d2be 70


      compass http://www.akm.com/akm/en/product/da...?partno=AK8963
      <6>[ 4.051192] i2c i2c-0: sensor_probe: ak8963,0xcc9b8e00
      <4>[ 4.051459] sensor_chip_init:ak8963:devid=0x48,ops=0xc0d2becc


      gyroscope, 3axis http://www.st.com/web/catalog/sense_...C1288/PF250373
      <6>[ 4.052584] i2c i2c-0: sensor_probe: l3g4200d_gryo,0xcc9b9000
      <4>[ 4.052850] sensor_chip_init:l3g4200d_gryo:devid=0xd3,ops=0xc0 d2bfb4


      real time clock and calendar : https://www.google.fr/url?sa=t&rct=j...59568121,d.d2k
      <6>[ 4.056272] rtc_hym8563 1-0051: setting system clock to 2013-12-30 21:37:00 UTC (1388439420)

      Comment


        #4
        Originally posted by raxy View Post
        Hi
        Is there a kind of script to run or file to read to automatically build the needed full hardware breakdown ?
        Other option is open the case and have a look on the chips.. But more painfull

        In the meantime , here is what I know about my m7pro

        Here are chips I've identified either visually or from DMESG output :- AMPAK AP6476 : WiFi + BT4.0 + FM RX + GPS


        i2c light sensor http://www.upi-semi.com/product/Prod...?ProductID=202
        <4>[ 3.401897] lightsensor us5151 driver created !


        i2c sound codec :
        <4>[ 3.462868] enter rt5616_i2c_probe


        touchscreen Goodix T928 https://www.google.com.sg/url?sa=t&r...58187178,d.bmk
        <6>[ 4.047393] input: Goodix Capacitive TouchScreen as /devices/virtual/input/input3


        accelerometer, 3axis http://www.st.com/web/catalog/sense_...SC444/PF250725
        <6>[ 4.048074] i2c i2c-0: sensor_probe: gs_lis3dh,0xcc9b8c00
        <4>[ 4.048345] sensor_chip_init:gs_lis3dh:devid=0x33,ops=0xc0d2be 70


        compass http://www.akm.com/akm/en/product/da...?partno=AK8963
        <6>[ 4.051192] i2c i2c-0: sensor_probe: ak8963,0xcc9b8e00
        <4>[ 4.051459] sensor_chip_init:ak8963:devid=0x48,ops=0xc0d2becc


        gyroscope, 3axis http://www.st.com/web/catalog/sense_...C1288/PF250373
        <6>[ 4.052584] i2c i2c-0: sensor_probe: l3g4200d_gryo,0xcc9b9000
        <4>[ 4.052850] sensor_chip_init:l3g4200d_gryo:devid=0xd3,ops=0xc0 d2bfb4


        real time clock and calendar : https://www.google.fr/url?sa=t&rct=j...59568121,d.d2k
        <6>[ 4.056272] rtc_hym8563 1-0051: setting system clock to 2013-12-30 21:37:00 UTC (1388439420)
        I found the DMESG you posted and am now trying to build a test kernel
        Measy U4B (=Tronsmart T428) used by my kids!
        Onda v975m - M802 - Bought from Banggood.com
        Pipo M8HD 3G - RK3188 - don't buy from pipo-store
        Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
        CX921b -RK3188T (sponsored by AndroidTV)
        Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
        RKM MK902 - RK3188 (sponsored by RKM)



        Donate to Finless

        Comment


          #5
          Added Maakie's Test ROM for the M6Pro
          Measy U4B (=Tronsmart T428) used by my kids!
          Onda v975m - M802 - Bought from Banggood.com
          Pipo M8HD 3G - RK3188 - don't buy from pipo-store
          Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
          CX921b -RK3188T (sponsored by AndroidTV)
          Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
          RKM MK902 - RK3188 (sponsored by RKM)



          Donate to Finless

          Comment


            #6
            Re: [Pipo-Project] Kernel building header

            Originally posted by d33 View Post
            Added Maakie's Test ROM for the M6Pro
            I don't know where you want feedback for this ROM. It flashes fine, installs ok, I found a couple of issues.

            The first is that the default keyboard has some Chinese characters even though it is supposed to be English. I was able to change to the AOSP keyboard and that works OK. Wifi works, I was able to get my Google account set up. The Chinese characters are for things like the shift keys,etc.

            The second problem is that some of the apps that I used on the previous ROM ( Riley kk ROM ) are showing as not compatible. One example is Talon which is a Twitter client but there are several more.

            I'm guessing this is just the first cut and it is very good for a first cut seems to be running very fast I will test more it has been stable so far.

            Sent from my SM-T520 using Tapatalk

            Comment


              #7
              The point is to make sure it boots and runs most things. I can add my features as soon as we have a stable working ROM. All of the things you mention are easy fixes.

              Thanks for testing.

              Sent from my P1 using Tapatalk
              Randy
              Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
              Read my BIO Here
              Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
              Donate here

              Comment


                #8
                Well,it does boot and it is stable so far. Antutu 5.2 score was 22594.

                Good first step!

                Sent from my M6Pro using Tapatalk

                Comment


                  #9
                  Originally posted by d33 View Post
                  Added Maakie's Test ROM for the M6Pro
                  Currently i have the Riley Rom 1.8.1 which is Kit Kat.
                  Can i go on and install Maakie's Rom or i have to do the going back to Jelly Bean procedure?

                  Comment


                    #10
                    Re: [Pipo-Project] Kernel building header

                    Originally posted by fagotistas View Post
                    Currently i have the Riley Rom 1.8.1 which is Kit Kat.
                    Can i go on and install Maakie's Rom or i have to do the going back to Jelly Bean procedure?
                    I flashed it from 1.8.2. Note that this is just a plain vanilla version of 4.4.2, it isn't polished and ready like the rom you are on now. I'm sure they plan to beat it a good bit more before they call it final.

                    Sent from my M6Pro using Tapatalk

                    Comment


                      #11
                      @dee,
                      Thanks a lot for all you are doing.
                      Would you prefer to keep on analyzing dmesg/gpio, configuring, building , uploading on your own or
                      Share your knowhow to empower many other devs each devoted to a model so that the whole team amplifies the movement towards totally satisfying kernel for all 3188 pipo tablets ?

                      Comment


                        #12
                        [Pipo-Project] Kernel building header

                        Originally posted by raxy View Post
                        @dee,
                        Thanks a lot for all you are doing.
                        Would you prefer to keep on analyzing dmesg/gpio, configuring, building , uploading on your own or
                        Share your knowhow to empower many other devs each devoted to a model so that the whole team amplifies the movement towards totally satisfying kernel for all 3188 pipo tablets ?
                        Stevejc has built a better M8HD kernel, Maakie has built a M6pro kernel and both Maakie and Abdul have built the whole ROM so it isn't just me developing.

                        Feel free to pick up one for yourself or work with another Dev to start tuning.

                        What are you best at? kernel code or OS?


                        Using my ipad so apols for any stupid ios spelling 'corrections'
                        Measy U4B (=Tronsmart T428) used by my kids!
                        Onda v975m - M802 - Bought from Banggood.com
                        Pipo M8HD 3G - RK3188 - don't buy from pipo-store
                        Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
                        CX921b -RK3188T (sponsored by AndroidTV)
                        Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
                        RKM MK902 - RK3188 (sponsored by RKM)



                        Donate to Finless

                        Comment


                          #13
                          I've moved this thread to the new Development Projects sub forum.
                          Randy
                          Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                          Read my BIO Here
                          Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                          Donate here

                          Comment


                            #14
                            Pipo M6 Max

                            ROCKCHIP M6

                            SYSTEM (Android 4.2.2)
                            Model: M6
                            Manufacturer: rockchip
                            Device: rk30sdk
                            Product: rk30sdk
                            Brand: rk30sdk
                            Android Version: 4.2.2 (Jelly Bean)
                            API Level: 17
                            Build ID: JDQ39
                            Fingerprint: rk30sdk/rk30sdk/rk30sdk:4.2.2/JDQ39/eng.root.20131227.121238:eng/test-keys

                            DISPLAY (2048x1536)
                            Size: 2048x1536
                            Refresh Rate: 56,14 Hz
                            Default Orientation: Portrait
                            Physical Size: 9,53" (24,22 cm)
                            Logical Size: Extra Large
                            Density: 320 dpi (Extra High)
                            Pixels Per Inch: X: 289; Y: 240,83


                            PROCESSOR (ARMv7)
                            Processor: ARMv7 Processor rev 0 (v7l)
                            Cores: 4
                            Max Frequency: 1704 Mhz
                            Instruction Sets: armeabi-v7a, armeabi
                            SIMD Instructions: NEON


                            MEMORY (2048 MB)
                            System RAM: 2048 MB
                            JVM Max Memory: 192 MB
                            Internal Storage: 4031 MB
                            External Storage: 10705 MB (Removable)


                            BACK CAMERA (5 megapixel)


                            SUMMARY
                            Max Picture Size: 2592x1944 (4:3)
                            Zoom: 3x
                            Autofocus: Supported
                            Orientation: 90°


                            PICTURE
                            Picture Format: Jpeg
                            Picture Format Values: Jpeg
                            Picture Size: 2592x1944
                            Picture Size Values: 176x144, 240x160, 320x240, 352x288, 640x480, 720x480, 800x600, 1280x720, 2592x1944, 2048x1536, 1600x1200, 1024x768


                            PREVIEW
                            Preview Format: Yuv420sp
                            Preview Format Values: Yuv420sp, Yuv420p
                            Preview Fps Range: 3000, 30000
                            Preview Fps Range Values: (3000, 30000)
                            Preview Frame Rate: 15
                            Preview Frame Rate Values: 15, 30
                            Preview Size: 800x600
                            Preview Size Values: 176x144, 240x160, 320x240, 352x288, 640x480, 720x480, 800x600, 1280x720


                            VIDEO
                            Video Frame Format: Yuv420sp
                            Video Snapshot Supported: True
                            Video Stabilization Supported: False


                            FLASH
                            Flash Mode: Off
                            Flash Mode Values: Off, On, Torch


                            FOCUS
                            Focus Distances: 0.3, 50, Infinity
                            Focus Mode: Auto
                            Focus Mode Values: Fixed, Auto
                            Max Num Focus Areas: 1


                            ZOOM
                            Max Zoom: 40
                            Zoom: 0
                            Zoom Ratios: 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290, 295, 300,
                            Zoom Supported: True


                            WHITEBALANCE
                            Whitebalance: Auto
                            Whitebalance Values: Auto, Incandescent, Fluorescent, Daylight, Cloudy Daylight


                            EXPOSURE COMPENSATION
                            Exposure Compensation: 0
                            Exposure Compensation Step: 1
                            Max Exposure Compensation: 3
                            Min Exposure Compensation: 3


                            SCENE
                            Scene Mode: Auto
                            Scene Mode Values: Auto, Night


                            MISC
                            Effect: None
                            Effect Values: None, Mono, Negative, Sepia, Posterize, Aqua
                            Focal Length: 35
                            Horizontal View Angle: 100
                            Jpeg Quality: 70
                            Jpeg Thumbnail Height: 128
                            Jpeg Thumbnail Quality: 50
                            Jpeg Thumbnail Size Values: 0x0, 160x128
                            Jpeg Thumbnail Width: 160
                            Max Num Detected Faces Hw: 0
                            Max Num Detected Faces Sw: 0
                            Max Num Metering Areas: 0
                            Recording Hint: False
                            Rotation: 0
                            Vertical View Angle: 100


                            FRONT CAMERA (1,9 megapixel)


                            SUMMARY
                            Max Picture Size: 1600x1200 (4:3)
                            Zoom: 3x
                            Autofocus: Not supported
                            Orientation: 270°


                            PICTURE
                            Picture Format: Jpeg
                            Picture Format Values: Jpeg
                            Picture Size: 1600x1200
                            Picture Size Values: 176x144, 240x160, 320x240, 352x288, 640x480, 720x480, 800x600, 1280x720, 1600x1200, 1024x768, 640x480


                            PREVIEW
                            Preview Format: Yuv420sp
                            Preview Format Values: Yuv420sp, Yuv420p
                            Preview Fps Range: 3000, 30000
                            Preview Fps Range Values: (3000, 30000)
                            Preview Frame Rate: 15
                            Preview Frame Rate Values: 15, 30
                            Preview Size: 800x600
                            Preview Size Values: 176x144, 240x160, 320x240, 352x288, 640x480, 720x480, 800x600, 1280x720


                            VIDEO
                            Video Frame Format: Yuv420sp
                            Video Snapshot Supported: True
                            Video Stabilization Supported: False


                            FOCUS
                            Focus Distances: 0.3, 50, Infinity
                            Focus Mode: Fixed
                            Focus Mode Values: Fixed
                            Max Num Focus Areas: 0


                            ZOOM
                            Max Zoom: 40
                            Zoom: 0
                            Zoom Ratios: 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290, 295, 300,
                            Zoom Supported: True


                            WHITEBALANCE
                            Whitebalance: Auto
                            Whitebalance Values: Auto, Incandescent, Fluorescent, Daylight, Cloudy Daylight


                            EXPOSURE COMPENSATION
                            Exposure Compensation: 0
                            Exposure Compensation Step: 0.000001f
                            Max Exposure Compensation: 0
                            Min Exposure Compensation: 0


                            SCENE
                            Scene Mode: Auto
                            Scene Mode Values: Auto, Night


                            MISC
                            Effect: None
                            Effect Values: None, Mono, Negative, Sepia, Posterize, Aqua
                            Focal Length: 35
                            Horizontal View Angle: 100
                            Jpeg Quality: 70
                            Jpeg Thumbnail Height: 128
                            Jpeg Thumbnail Quality: 50
                            Jpeg Thumbnail Size Values: 0x0, 160x128
                            Jpeg Thumbnail Width: 160
                            Max Num Detected Faces Hw: 0
                            Max Num Detected Faces Sw: 0
                            Max Num Metering Areas: 0
                            Recording Hint: False
                            Rotation: 0
                            Vertical View Angle: 100


                            OPENGL 1.1 (Mali-400 MP)


                            GENERAL
                            Renderer: Mali-400 MP
                            Version: OpenGL ES-CM 1.1
                            Vendor: ARM


                            LIMITS
                            Texture Size: 4096x4096
                            Texture Units: 8
                            Viewport Size: 4096x4096
                            Modelview Stack Depth: 32
                            Projection Stack Depth: 32
                            Texture Stack Depth: 32
                            Lights: 8


                            COMPRESSED TEXTURE FORMATS
                            ETC1, Paletted


                            EXTENSIONS
                            GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer GL_EXT_robustness GL_OES_depth_texture_cube_map


                            OPENGL 2.0 (Mali-400 MP)


                            GENERAL
                            Renderer: Mali-400 MP
                            Version: OpenGL ES 2.0
                            Vendor: ARM
                            GLSL Version: OpenGL ES GLSL ES 1.00


                            LIMITS
                            Texture Size: 4096x4096
                            Texture Units: 8
                            Vertex Textures: 0
                            Combined Textures: 8
                            Viewport Size: 4096x4096
                            Renderbuffer Size: 4096x4096
                            Cubemap Size: 4096x4096
                            Vertex Attributes: 16
                            Vertex Uniforms: 256
                            Varying Vectors: 12
                            Fragment Uniforms: 256


                            VERTEX NUMERIC PRECISION
                            Int: [-2^24, 2^24]
                            Float: [-2^127, 2^127], 2^-23


                            FRAGMENT NUMERIC PRECISION
                            Low Int: [-2^11, 2^11]
                            Medium Int: [-2^11, 2^11]
                            High Int: Not available
                            Low Float: [-2^15, 2^15], 2^-10
                            Medium Float: [-2^15, 2^15], 2^-10
                            High Float: Not available


                            COMPRESSED TEXTURE FORMATS
                            ETC1


                            EXTENSIONS
                            GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map


                            GRAPHIC MODES (RGBA 32bit)
                            RGB 16bit (565)
                            RGB 16bit (565), Depth 24bit, Stencil 8bit
                            RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x4
                            RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
                            RGBA 16bit (5551), Depth 24bit, Stencil 8bit
                            RGBA 16bit (5551), Depth 24bit, Stencil 8bit, Samples x4
                            RGBA 16bit (5551), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
                            RGBA 16bit (4444), Depth 24bit, Stencil 8bit
                            RGBA 16bit (4444), Depth 24bit, Stencil 8bit, Samples x4
                            RGBA 16bit (4444), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
                            RGB 32bit (888)
                            RGB 32bit (888), Depth 24bit
                            RGB 32bit (888), Depth 24bit, Stencil 8bit
                            RGBA 32bit (8888)
                            RGBA 32bit (8888), Depth 24bit, Stencil 8bit
                            RGBA 32bit (8888), Depth 24bit, Stencil 8bit
                            RGBA 32bit (8888), Depth 24bit, Stencil 8bit
                            RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x4
                            RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant


                            SENSORS (13)


                            GRAVITY SENSOR
                            Vendor: Freescale Semiconductor
                            Range: 39.24 m/s²
                            Resolution: 0.15328126 m/s²
                            Power: 0.2 mA
                            Delay: On Trigger


                            COMPASS MAGNETIC FIELD SENSOR
                            Vendor: Asahi Kasei
                            Range: 2000.0 μT
                            Resolution: 0.0625 μT
                            Power: 6.8 mA
                            Delay: On Trigger


                            COMPASS ORIENTATION SENSOR
                            Vendor: Asahi Kasei
                            Range: 360.0°
                            Resolution: 1.0°
                            Power: 7.0 mA
                            Delay: On Trigger


                            GYROSCOPE SENSOR
                            Vendor: STMicroelectronics
                            Range: 34.906586 rad/s
                            Resolution: 0.0012217305 rad/s
                            Power: 6.1 mA
                            Delay: 1190 μs


                            PROXIMITY SENSOR
                            Vendor: Dyna Image Corporation
                            Range: 9.0 cm
                            Resolution: 9.0 cm
                            Power: 0.5 mA
                            Delay: On Trigger


                            LIGHT SENSOR
                            Vendor: Dyna Image Corporation
                            Range: 10240.0 lx
                            Resolution: 1.0 lx
                            Power: 0.5 mA
                            Delay: On Trigger


                            PRESSURE SENSOR
                            Vendor: ms5607
                            Range: 110000.0 hPa
                            Resolution: 1.0 hPa
                            Power: 1.0 mA
                            Delay: 30000 μs


                            TEMPERATURE SENSOR
                            Vendor: ms5607
                            Range: 110000.0°C
                            Resolution: 1.0°C
                            Power: 1.0 mA
                            Delay: 30000 μs


                            ROTATION VECTOR SENSOR
                            Vendor: Google Inc.
                            Range: 1.0
                            Resolution: 5.9604645E-8
                            Power: 13.1 mA
                            Delay: On Trigger


                            GRAVITY SENSOR
                            Vendor: Google Inc.
                            Range: 19.6133 m/s²
                            Resolution: 0.15328126 m/s²
                            Power: 13.1 mA
                            Delay: On Trigger


                            LINEAR ACCELERATION SENSOR
                            Vendor: Google Inc.
                            Range: 19.6133 m/s²
                            Resolution: 0.15328126 m/s²
                            Power: 13.1 mA
                            Delay: On Trigger


                            ORIENTATION SENSOR
                            Vendor: Google Inc.
                            Range: 360.0°
                            Resolution: 0.00390625°
                            Power: 13.1 mA
                            Delay: On Trigger


                            CORRECTED GYROSCOPE SENSOR
                            Vendor: Google Inc.
                            Range: 34.906586 rad/s
                            Resolution: 0.0012217305 rad/s
                            Power: 13.1 mA
                            Delay: 1190 μs


                            CODECS (42)

                            OMX.RK.VIDEO_DECODER.AVC
                            MEDIA TYPE: VIDEO/AVC
                            Profiles: : Baseline(0x7fffffff, 1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) Main(0x7fffffff, 1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) Extended(0x7fffffff, 1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) High(0x7fffffff, 1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51)

                            OMX.RK.VIDEO_DECODER.VPX

                            MEDIA TYPE: VIDEO/X-VND.ON2.VP8 OMX.RK.VIDEO_DECODER.H263
                            MEDIA TYPE: VIDEO/3GPP
                            Profiles: : Baseline(10, 20, 30, 45) ISWV2(10, 20, 30, 45) OMX.RK.VIDEO_DECODER.M4V

                            MEDIA TYPE: VIDEO/MP4V-ES
                            Profiles: : Simple(0, 0b, 1, 2, 3)
                            OMX.GOOGLE.AMRNB.DECODER


                            MEDIA TYPE: AUDIO/3GPP OMX.GOOGLE.AMRWB.DECODER
                            MEDIA TYPE: AUDIO/AMR-WB OMX.GOOGLE.AAC.DECODER
                            MEDIA TYPE: AUDIO/MP4A-LATM OMX.GOOGLE.G711.ALAW.DECODER
                            MEDIA TYPE: AUDIO/G711-ALAW OMX.GOOGLE.G711.MLAW.DECODER
                            MEDIA TYPE: AUDIO/G711-MLAW OMX.GOOGLE.VORBIS.DECODER
                            MEDIA TYPE: AUDIO/VORBIS OMX.RK.VIDEO_ENCODER.VPX
                            MEDIA TYPE: VIDEO/X-VND.ON2.VP8
                            Color Formats: : YUV420Planar YUV420SemiPlanar
                            Profiles: : Main(0x10, 0x100, 0x1000, 0x20, 0x200, 0x2000, 0x40, 0x400, 0x4000, 0x80, 0x800, 0x8000, Version0, Version1, Version2, Version3)
                            OMX.GOOGLE.H263.ENCODER

                            MEDIA TYPE: VIDEO/3GPP
                            Color Formats: : YUV420Planar YUV420SemiPlanar
                            Profiles: : Baseline(45)

                            OMX.GOOGLE.MPEG4.ENCODER
                            MEDIA TYPE: VIDEO/MP4V-ES
                            Color Formats: : YUV420Planar YUV420SemiPlanar
                            Profiles: : Core(2)
                            OMX.GOOGLE.AMRNB.ENCODER

                            MEDIA TYPE: AUDIO/3GPP OMX.GOOGLE.AMRWB.ENCODER
                            MEDIA TYPE: AUDIO/AMR-WB OMX.GOOGLE.AAC.ENCODER
                            MEDIA TYPE: AUDIO/MP4A-LATM OMX.GOOGLE.FLAC.ENCODER
                            MEDIA TYPE: AUDIO/FLAC AACENCODER
                            MEDIA TYPE: AUDIO/MP4A-LATM AVCENCODER
                            MEDIA TYPE: VIDEO/AVC OMX.RK.VIDEO_ENCODER.AVC
                            MEDIA TYPE: VIDEO/AVC
                            Color Formats: : YUV420Planar YUV420SemiPlanar
                            Profiles: : Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51)
                            OMX.GOOGLE.RAW.DECODER

                            MEDIA TYPE: AUDIO/RAW OMX.GOOGLE.MP3.DECODER
                            MEDIA TYPE: AUDIO/MPEG DTSDECODER
                            MEDIA TYPE: AUDIO/VND.DTS.HD WMADECODER
                            MEDIA TYPE: AUDIO/X-MS-WMA WMAPRODECODER
                            MEDIA TYPE: AUDIO/X-MS-WMAPRO AC3DECODER
                            MEDIA TYPE: AUDIO/X-MS-AC3 RADECODER
                            MEDIA TYPE: AUDIO/VND.RN-REALAUDIO FLACDECODER
                            MEDIA TYPE: AUDIO/FLAC WAVDECODER
                            MEDIA TYPE: AUDIO/WAV AVCDECODER
                            MEDIA TYPE: VIDEO/AVC AVCDECODER_FLASH
                            MEDIA TYPE: VIDEO/AVC AACDECODER
                            MEDIA TYPE: AUDIO/MP4A-LATM AACDECODER_MIRRORING
                            MEDIA TYPE: AUDIO/MP4A-LATM RVDECODER
                            MEDIA TYPE: VIDEO/VND.RN-REALVIDEO FLVDECODER
                            MEDIA TYPE: VIDEO/FLV M2VDECODER
                            MEDIA TYPE: VIDEO/MPEG2 VC1DECODER
                            MEDIA TYPE: VIDEO/VC1 M4VH263DECODER
                            MEDIA TYPE: VIDEO/3GPP M4VH263DECODER
                            MEDIA TYPE: VIDEO/MP4V-ES M4VH263DECODER
                            MEDIA TYPE: VIDEO/MJPEG VPXDECODER
                            MEDIA TYPE: VIDEO/X-VND.ON2.VP8 VPXDECODER
                            MEDIA TYPE: VIDEO/VP6 FEATURES (27)

                            GRAPHICS
                            OpenGL 2.0


                            ANDROID HARDWARE
                            android.hardware.bluetooth
                            android.hardware.camera
                            android.hardware.camera.any
                            android.hardware.camera.autofocus
                            android.hardware.camera.front
                            android.hardware.faketouch
                            android.hardware.location
                            android.hardware.location.gps
                            android.hardware.location.network
                            android.hardware.location.provider
                            android.hardware.microphone
                            android.hardware.screen.landscape
                            android.hardware.screen.portrait
                            android.hardware.sensor.accelerometer
                            android.hardware.sensor.compass
                            android.hardware.sensor.light
                            android.hardware.touchscreen
                            android.hardware.touchscreen.multitouch
                            android.hardware.touchscreen.multitouch.distinct
                            android.hardware.touchscreen.multitouch.jazzhand
                            android.hardware.usb.accessory
                            android.hardware.usb.host
                            android.hardware.wifi
                            android.hardware.wifi.direct


                            ANDROID SOFTWARE
                            android.software.live_wallpaper


                            GOOGLE
                            com.google.android.feature.GOOGLE_BUILD


                            Created with Hardware Info 4.2.2

                            https://drive.google.com/open?id=0B0DxmmaqTm_LM2haNS0yWmNFbG90SjRvbTF5RzlVa0tuS kVZ&authuser=0

                            ¿I can help in any way?
                            Last edited by mnunyez; 11-11-2014, 11:44.

                            Comment


                              #15
                              Re: [Pipo-Project] Kernel building header

                              Any chance for a M6 Max (3g) version.
                              Galaxy Note 3 : stock (4.4.2) ROM
                              Cubot GT99 : stock ROM with crossbreeder
                              Pipo M6 3g : FreaktabROM v1.0.0

                              Comment

                              Working...
                              X