Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[KERNEL][CWM ONLY][Mar14] Omegamoon's Kernel Compilations for MK808 only

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Craxx
    replied
    AW: [KERNEL][CWM ONLY][Mar14] Omegamoon's Kernel Compilations for MK808 only

    Great tipp bugmenot :-D
    Thx a lot ;-)

    best regards
    Craxx :-)

    Send from my Nexus 4 with Tapatalk 2 :-D

    Leave a comment:


  • Localhorst86
    replied
    Originally posted by PoisonWolf View Post
    It is free to make an account. I suggest you do so.
    or you can use bugmenot. That's what worked for me.

    Leave a comment:


  • PoisonWolf
    replied
    Originally posted by Craxx View Post
    For download i must have a account :-(
    Perhaps you can make a mirror ;-)

    best regards
    Craxx :-)

    Send from my Nexus 4 with Tapatalk 2 :-D
    It is free to make an account. I suggest you do so.

    Leave a comment:


  • Craxx
    replied
    AW: [KERNEL][CWM ONLY][Mar14] Omegamoon's Kernel Compilations for MK808 only

    For download i must have a account :-(
    Perhaps you can make a mirror ;-)

    best regards
    Craxx :-)

    Send from my Nexus 4 with Tapatalk 2 :-D

    Leave a comment:


  • PoisonWolf
    replied
    Originally posted by Craxx View Post
    Link doesn't work for me :-(

    best regards
    Craxx :-)

    Send from my Nexus 4 with Tapatalk 2 :-D
    What error are you getting?

    Originally posted by Gaurav277 View Post
    Finless is correct, Sound commands dont work in init.d but they work through Script Manger quite smoothly.

    Overall this kernel with Fineless ROM is AMAZING ( the only word suited for this combination) . I am using 720P with ROM 1.7b . Finless, I can confirm all wifi issues have gone also with this ROM..

    Thanks !!! you guys are great in pushing MK808 to its limits and beyond hats off !!!
    Yeap. The ROM really flies when using this kernel!!
    Last edited by PoisonWolf; 16 March 2013, 16:19.

    Leave a comment:


  • Localhorst86
    replied
    looking good, I am using the 1080p kernel with screen density set to 240 in build.prop (to be readable).

    Leave a comment:


  • Gaurav277
    replied
    Sound finally working

    Finless is correct, Sound commands dont work in init.d but they work through Script Manger quite smoothly.

    Overall this kernel with Fineless ROM is AMAZING ( the only word suited for this combination) . I am using 720P with ROM 1.7b . Finless, I can confirm all wifi issues have gone also with this ROM..

    Thanks !!! you guys are great in pushing MK808 to its limits and beyond hats off !!!


    Originally posted by Finless View Post
    init.d scripts run as root. That is the way I implemented it in init.rc
    So you do not need the su command.

    However, init.d scripts run very early in the boot process and I am pretty sure wirting to /sys/ will not hold. It will write but later during boot, get over written by kernel and other init processes.

    For instance. In this thread I explained to a user how to change audio device on boot.



    As you see I had to recommend using script manager APP as this script would not work in init.d. It would change the audio device OK but then when the OS came up fully it would get overwritten.

    Since script manager is an APP, it runs scripts on boot AFTER the OS fully boots which works well.

    So try the script using script manager APP.

    Bob

    Leave a comment:


  • Craxx
    replied
    AW: [KERNEL][CWM ONLY][Mar14] Omegamoon's Kernel Compilations for MK808 only

    Link doesn't work for me :-(

    best regards
    Craxx :-)

    Send from my Nexus 4 with Tapatalk 2 :-D

    Leave a comment:


  • Finless
    replied
    init.d scripts run as root. That is the way I implemented it in init.rc
    So you do not need the su command.

    However, init.d scripts run very early in the boot process and I am pretty sure wirting to /sys/ will not hold. It will write but later during boot, get over written by kernel and other init processes.

    For instance. In this thread I explained to a user how to change audio device on boot.



    As you see I had to recommend using script manager APP as this script would not work in init.d. It would change the audio device OK but then when the OS came up fully it would get overwritten.

    Since script manager is an APP, it runs scripts on boot AFTER the OS fully boots which works well.

    So try the script using script manager APP.

    Bob

    Leave a comment:


  • PoisonWolf
    replied
    Originally posted by Gaurav277 View Post
    HI,

    Installed this kernel (720P) on Finless Rom1.6 but somehow script that i stored in init.d folder for sound is not working everytime i have to manually issue these commands.

    ================================================== =
    • . Your sound should work until the next time you reboot. If you're savvy, paste the commands into an init.d script as Finless's ROMs support them.

    su
    echo "1">/sys/devices/virtual/display/display0.HDMI/autoconfig
    echo "0">/sys/devices/virtual/display/display0.HDMI/autoconfig




    ==================================================
    I set the permission on the script file rwx-rwx-rwx. Still sound does not come up after startup. Please help me and suggest if I am missing anything ?
    Hmm, I'm not sure as to why it doesn't work. I've never used init.d scripts personally myself. Try the script without the SU command and see if it makes a difference.

    Does anyone with any experience with this know what's wrong?

    Leave a comment:


  • PoisonWolf
    replied
    Just realized I was compiling based on a less updated configuration. I've recompiled three variants now using the right configurations. You can use any of them at various internal device resolutions. Naturally, the 480p will rule the roost due to the reduced pixels it has to push. Using Taiji Benchmark, the internal 720p scored a 33.53 FPS whereas the internal 480p scored a 57.71. I'd imagine that the 1080p variant to be 10~20 FPS.

    The kernel now defaults to SmartassV2 for the governor and has the updated i/o schedulers mentioned in Omegamoon's blogs, etc. OnDemand and Interactive Governors, can no longer be fine-tuned however. But based on my testing, this shouldn't be necessary as SmartassV2 is better and can be left at defaults.

    All three updated zip files have been tested and working on my MK808 when flashed through Clockwork.

    Enjoy guys.

    @Finless: Is there a way that Android can be forced into "tablet mode" with a status bar at an internal resolution of 480p?

    Leave a comment:


  • Gaurav277
    replied
    sound script not working with init.d

    HI,

    Installed this kernel (720P) on Finless Rom1.6 but somehow script that i stored in init.d folder for sound is not working everytime i have to manually issue these commands.

    ================================================== =
    • . Your sound should work until the next time you reboot. If you're savvy, paste the commands into an init.d script as Finless's ROMs support them.

    su
    echo "1">/sys/devices/virtual/display/display0.HDMI/autoconfig
    echo "0">/sys/devices/virtual/display/display0.HDMI/autoconfig




    ==================================================
    I set the permission on the script file rwx-rwx-rwx. Still sound does not come up after startup. Please help me and suggest if I am missing anything ?

    Leave a comment:


  • PoisonWolf
    replied
    Originally posted by Finless View Post
    I think the problem he will run into with MK808B is no sources for the wifi drivers are available!
    At least none I have found.

    I also happen to know the vendor STRICTLY forbids distribution of sources. I have seen the agreement terms when a devloper got the sources. Personally this is BS and a violation of GPL.

    Bob
    Which is why if Lewy can get BT working....then the MK808 will truly remain the monster of the hill in terms of development.

    To anyone else, if you're experiencing any screen artifacts when running GPU-intensive tasks, please let me know. I personally saw artifacts when starting up apps like Taiji Benchmark and GL Bench 2.5.1 (during the license agreement screen).

    Leave a comment:


  • leolas
    replied
    Originally posted by Finless View Post
    I think the problem he will run into with MK808B is no sources for the wifi drivers are available!
    At least none I have found.

    I also happen to know the vendor STRICTLY forbids distribution of sources. I have seen the agreement terms when a devloper got the sources. Personally this is BS and a violation of GPL.

    Bob
    Dont know why, but when kernel tries to read mmc1(wifi) it fails while mmc0(external sd) is initialized without problems

    And yes, GPL violations is a €%*]~¥€% for us, and I really don't know why they are doing that. Development of users is a cheap way to improve their devices, and get more potential clients.
    Last edited by leolas; 14 March 2013, 22:16.

    Leave a comment:


  • Finless
    replied
    I think the problem he will run into with MK808B is no sources for the wifi drivers are available!
    At least none I have found.

    I also happen to know the vendor STRICTLY forbids distribution of sources. I have seen the agreement terms when a devloper got the sources. Personally this is BS and a violation of GPL.

    Bob

    Leave a comment:

Working...
X