Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Kitkat Kernels for All (well most!)

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

    Originally posted by d33 View Post
    There is already a stock Kitkat kernel for the device. Is it possible to change it to 1080p?

    Comment


      Technically yes but only Finless has the disassembly skills required and he is unlikely to prioritise it
      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


        Re: Kitkat Kernels for All (well most!)

        Having been away from the scene for a while, what are the best roms for this kernel for a CX-919, with a non T 3188?

        Comment


          1080i mode

          Hi,
          I would like to make a request, can you add 1080i mode to this kernel please http://www.freak-tab.de/d33/kernel_KK_v4.2.5_MT5931.zip

          Im using a CS918 clone box and it seems that I get smoothest playback with 1080i. I get green pixels all over my tv screen with 1080p and playback is not as smooth.

          Can I add or change it manually in the terminal to 1080i with current kernel? Thanks

          Comment


            Hi d33!
            I'm currently trying to get 480i out of the RK1000 (composite tvout) but cant seem to get it, the reason is the screen is from a car navigation with video in and only supports 480i (not p).

            Here's my dmesg and gpio's with all combinations possible, also it's a RK3188T with:
            LAN: Realtek 8152B
            WIFI: Realtek MT5931SA
            Bluetooth: Realtek MT6622N
            Audio: Rockchip RK1000-S
            HDMI: ITE IT66121FN
            Power Management: Active 8864QM

            Thanks in advance
            cs918-GPIO-DMESG.zip

            Comment


              Originally posted by elnoodles69 View Post
              Hi d33!
              I'm currently trying to get 480i out of the RK1000 (composite tvout) but cant seem to get it, the reason is the screen is from a car navigation with video in and only supports 480i (not p).

              Here's my dmesg and gpio's with all combinations possible, also it's a RK3188T with:
              LAN: Realtek 8152B
              WIFI: Realtek MT5931SA
              Bluetooth: Realtek MT6622N
              Audio: Rockchip RK1000-S
              HDMI: ITE IT66121FN
              Power Management: Active 8864QM

              Thanks in advance
              [ATTACH]7612[/ATTACH]
              Hi, I have an HDMI to RGB converter for my car video interface and last time I checked it worked on mine. What interface are you using?

              Comment


                Originally posted by m4f1050 View Post
                Hi, I have an HDMI to RGB converter for my car video interface and last time I checked it worked on mine. What interface are you using?
                I'm currently using the integrated composite interface on the TV Box, it gets out with the RK1000-S chipset and for what i've read in the pdf for it, it can support progressive to interlaced change, if not i'll have to try with a hdmi to rgb

                Comment


                  Originally posted by elnoodles69 View Post
                  I'm currently using the integrated composite interface on the TV Box, it gets out with the RK1000-S chipset and for what i've read in the pdf for it, it can support progressive to interlaced change, if not i'll have to try with a hdmi to rgb
                  Oh ok. Do you know if your unit supports the resolution? You have 2 items in the mix that can be causing the problem. Either your TV box or your Car unit is the culprit. I would check with another device on your car first before spending the money.

                  Comment


                    Help please D33

                    gives kernel_KK_v4.2.5_TVSTICK_AP6210 to install the 4.4.2 ROM Finless 2.0 BETA?
                    PS: TVStick MK908II

                    Comment


                      New kernel very smooth.

                      Nice to see https://www.facebook.com/freakboxproject .

                      With the dishonesty going on with some of the sellers out there you can't be sure of getting a decent product or a working one.
                      Mk802IV Neomode 1.9a original rom 720p

                      Comment


                        Hello D33,
                        Thanks for your new kernel 4.2.5, I can install the new roms cr11s 20140710 on my T4288 with it.
                        Everything works fine but i haven't wifi, only ethernet.
                        Can you help me please?
                        Thanks a lot.

                        Comment


                          Sources public here
                          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


                            Re: Kitkat Kernels for All (well most!)

                            Originally posted by d33 View Post
                            Sources public here
                            Yay!

                            Comment


                              Originally posted by d33 View Post
                              Please provide the values you want me to use

                              Code:
                              [LIST][*]Kernel-3188-X7/drivers/hid/hid-ids.h[LIST][*]added '#define USB_DEVICE_ID_3M2735 0x053f' to USB_VENDOR_ID_3M section, adding new device-id[/LIST][*]Kernel-3188-X7/drivers/hid/hid-core.c[LIST][*]added ' { HID_USB_DEVICE(USB_VENDOR_ID_3M, USB_DEVICE_ID_3M2735) }, ' to USB_VENDOR_ID_3M section[/LIST][*]Kernel-3188-X7/drivers/hid/hid-multitouch.c[LIST][*]added the following entry in 'mt_devices', list of supported devices by the multitouch driver (in the 3M section)[/LIST][/LIST][COLOR=#333333]{ .driver_data = MT_CLS_3M, HID_USB_DEVICE(USB_VENDOR_ID_3M, USB_DEVICE_ID_3M2735) },[/COLOR][LIST][*]Kernel-3188-X7/drivers/input/touchscreen/usbtouchscreen.c[LIST][*]added ' {USB_DEVICE(0x0596, 0x053f), .driver_info = DEVTYPE_3M}, ' in CONFIG_TOUCHSCREEN_USB_3M section[/LIST][/LIST]
                              The multi-touch driver help says:
                              Sorry for the delay. I'm confused about what information you need (i'm not good with linux).

                              How can I get this information?

                              When I check this site HERE it shows that my devices is supported by the Generic Multitouch driver, but I don't know how to get the exact parameters you need.

                              I read through this entire website but don't see any extra information required besides device ID. http://lii-enac.fr/en/architecture/l...h-devices.html

                              Thanks and I hope we can get it working!!

                              BTW my devicei as MK802 IV, not sure if I mentioned that.
                              Last edited by zero_x12; 29 August 2014, 17:10.
                              RKM MK802 IV Stick (RK3188T 2G/8G)

                              Comment


                                EKB311B

                                Hello


                                d33 please could you compile a kernel for my hardware: EKB311B
                                WIFI - MT7601U
                                Bluetooth - Mediatek MT6622


                                Those who have compiled so far do not start me wifi and ethernet


                                below my dmesg


                                thanks in advance for your help


                                I greet
                                Attached Files

                                Comment

                                Working...
                                X