Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

MK902 KITKAT Testing files.

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

    #16
    Originally posted by leolas View Post
    No camera, no spdif, and I feel it slower than jb. Is not for mk902, but for a similar device. The best is that they (rockchip) will update this devices to kitkat, but for now, kitkat roms are all betas in tv box or sticks, for tablets are better, with not 100% working, the most stable and useful ones for me are the ones modded by Bob with d33 kernels, but they have some problems yet.

    Actually the kernels made by dd3 will help on those issues and work in progress so at least they released a update (unlike a lot of others) so we will see as with new roms being tweeked i expect faster results and better drivers ect.
    Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

    Comment


      #17
      Originally posted by leolas View Post
      No camera, no spdif, and I feel it slower than jb. Is not for mk902, but for a similar device. The best is that they (rockchip) will update this devices to kitkat, but for now, kitkat roms are all betas in tv box or sticks, for tablets are better, with not 100% working, the most stable and useful ones for me are the ones modded by Bob with d33 kernels, but they have some problems yet.
      what is model of camera? SPDIF included in latest TEST build.

      main problem seems to be variability of HDMI conversation with TV/AMP. Many tvs don't respond to HDMI EDID and so no audio 'switched on'
      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


        #18
        Ill follow up and ask mich D33 - no keyboard installed (simple fix downloaded google one voice only installed) mic ? camera ? wifi network both work and scored close to 20000 in antutu (march)

        going to play with xbmc and sound but lists 3 options for sound sound working but will see once i load movies?

        (not stock maufacture thats testing with neos build. )
        Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

        Comment


          #19
          screens
          Attached Files
          Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

          Comment


            #20
            Ok boot screen black but installed Tattmans animation so at least i know its working, the beyond running and running well havent pushed local files but been running all the streaming and havent had an issue seems kit kat handles video better, installed nova and my base programs and all work, (sent email to mich to see what camera and mic and where coding is for led power light. )
            Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

            Comment


              #21
              Ok been running it for over a week now and seems retty stable to me Neomode! If we can get the camea and mic as well as the led light to work then his build is good to go, ran xbmc beyond and gotham and both working tested almost all the files only funny thing i sometimes get a wierd artifacting in 4.2 when testing and its random but i can count on it happing at least once when testing never had it once on this build of 4.4?

              i switched my box over to this and set it up to run what i want and do on all mine and no issues works well (save for camera and mic? and led would like to know what code they use for that and why it doesnt light in this build?) But i dont need it or camera so happy to keep playing with it
              Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

              Comment


                #22

                below is the binary for getting the led light working in kitkat, was supplied from Ricomagic so dont know if this changes in 4.4 neomode,smic but maybe can be out in place for kitkat build.





                diff --git a/arch/arm/mach-rk3188/board-rk3188-box.c b/arch/arm/mach-rk3188/board-rk3188-box.c
                index f54df86..8ab2975 100755
                --- a/arch/arm/mach-rk3188/board-rk3188-box.c
                +++ b/arch/arm/mach-rk3188/board-rk3188-box.c
                @@ -2108,7 +2108,8 @@ static void __init machine_rk30_board_init(void)

                gpio_direction_output(POWER_ON_PIN, GPIO_HIGH);

                -
                + gpio_direction_output(RK30_PIN0_PB7, GPIO_LOW);
                + gpio_direction_output(RK30_PIN0_PB6, GPIO_HIGH);
                rk30_i2c_register_board_info();
                spi_register_board_info(board_spi_devices, ARRAY_SIZE(board_spi_devices));
                platform_add_devices(devices, ARRAY_SIZE(devices));
                diff --git a/kernel/power/earlysuspend.c b/kernel/power/earlysuspend.c
                old mode 100644
                new mode 100755
                index 11d4760..5d5b3f1
                --- a/kernel/power/earlysuspend.c
                +++ b/kernel/power/earlysuspend.c
                @@ -20,7 +20,7 @@
                #include <linux/syscalls.h> /* sys_sync */
                #include <linux/wakelock.h>
                #include <linux/workqueue.h>
                -
                +#include "asm/gpio.h"
                #include "power.h"

                enum {
                @@ -119,7 +119,7 @@ static void early_suspend(struct work_struct *work)
                abort:
                spin_lock_irqsave(&state_lock, irqflags);
                if (state == SUSPEND_REQUESTED_AND_SUSPENDED)
                - wake_unlock(&main_wake_lock);
                + ;//wake_unlock(&main_wake_lock);
                spin_unlock_irqrestore(&state_lock, irqflags);
                }

                @@ -188,6 +188,13 @@ void request_suspend_state(suspend_state_t new_state)
                tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
                tm.tm_hour, tm.tm_min, tm.tm_sec, ts.tv_nsec);
                }
                + if(new_state != PM_SUSPEND_ON){
                + gpio_direction_output(RK30_PIN0_PB6, GPIO_LOW);
                + gpio_direction_output(RK30_PIN0_PB7, GPIO_HIGH);
                + }else{
                + gpio_direction_output(RK30_PIN0_PB6, GPIO_HIGH);
                + gpio_direction_output(RK30_PIN0_PB7, GPIO_LOW);
                + }
                if (!old_sleep && new_state != PM_SUSPEND_ON) {
                state |= SUSPEND_REQUESTED;
                queue_work(suspend_work_queue, &early_suspend_work);
                Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

                Comment


                  #23
                  http://m.youtube.com/watch?v=hL3MxbSleg8. Seek peek at Neomode 4.4 on mk902!

                  Edit the camera for mk902 is OV5460 microphone standard (will send me the electical layout)
                  Last edited by scooter2014; 15 April 2014, 17:46.
                  Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

                  Comment


                    #24
                    https://www.copy.com/s?token=Zv41mWV...2%20KitKat.rar Kitkat for the mk902 stock file.

                    havent tested yet.
                    Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

                    Comment

                    Working...
                    X