Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM] Superceleron 1.4B, MK808B Plus AP6210/6212 and Clone RT8723 and MXQ S85.

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

    Originally posted by superceleron View Post
    Well java is also not "my thing" but for someone that knows it is easy i think... the problem is the that you need the sdk.... and that almost impossible to get!
    You always need the sdk to make those changes...
    I don't know..but reading on android developers forum wake function is an api level1 usable from both kernel and user space. Anyway wake_lock is not readable with es explorer (only with battery stast or similar apps) while wake_unlock is readable(i didn't test if is writable,because i was looking to the code).
    In our case wake_unlock is blank (no way to resume from suspension) but in my other android devices:
    -mobile phone:
    ApmAudio KeyEvents PowerManagerService.Broadcasts PowerManagerService.ScreenOff ccci_fsd radio-interface
    -tablet KeyEvents

    I will take more time to understand if adding only KeyEvents is possible to resume (not compatible with volume buttons) via reset button

    -add volume power apk add a listener + in wake_unlock ApmCommand PowerManagerService.Broadcast..i think need to decompile listener to understand more
    Last edited by Kazar; 21 January 2016, 22:57.

    Comment


      yes you can do that, leave a app the captures the key event, i just cant remember if the suspend mode kills the usb ports... no usb ports no key event!

      Comment


        In other ROMs the otg stays active
        Here is a working broadcast receiver and listener. Pain in the ass to get working. For testing you could modify and test

        http://freaktab.com/forum/developmen...ota-update-app
        Last edited by prahjister; 22 January 2016, 01:05.
        Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

        Comment


          It should but this is another kernel, not like the other rom's so i cant remember if that stays on, and i don't want to unpack all the stuff(kernel source bla bla) again :/
          And staying on is 1 thing receiving data is another, sometimes it stays on(power) but not the data!
          Like i said i already move on from this one!
          But tomorrow i test it on my device, if the port stays on!
          I will check that prahjister look's nice

          Comment


            Originally posted by superceleron View Post
            It should but this is another kernel, not like the other rom's so i cant remember if that stays on, and i don't want to unpack all the stuff(kernel source bla bla) again :/
            And staying on is 1 thing receiving data is another, sometimes it stays on(power) but not the data!
            Like i said i already move on from this one!
            But tomorrow i test it on my device, if the port stays on!
            I will check that prahjister look's nice
            Of course don't rebuild the kerrnel..i'm only curious!
            Anyway, if the usb is turned off, there is also the only one phisical button (reset/recovery button).
            Thank you prahjister..i will take a look too but my knowledge is really limited

            Comment


              Method work! Usb are enabled. I can resume pc stick with my rii clone and volume unlock! Now just to understand other keys..so cool

              Comment


                Originally posted by Kazar View Post
                Method work! Usb are enabled. I can resume pc stick with my rii clone and volume unlock! Now just to understand other keys..so cool
                how did you do with volume unlock? What is volume power apk?
                Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

                Comment


                  Originally posted by prahjister View Post

                  how did you do with volume unlock? What is volume power apk?
                  Playmarket tested and working power button to volume button. And volume unlock power button fix

                  Comment


                    Comment


                      Originally posted by superceleron View Post
                      Just another question.
                      -Is possible to avoid ram autoclean for a program? (Sorry i'm italian). I'm using xposed module youtube background but for some reason skip videos (only one time worked) and i suppose that the problem is there. It's a real good tool.
                      -you have installed the latest mali450 driver?
                      -should viper4android audio driver brings more quality? Not still tested, too many things to do!

                      I'm modding your rom, that it is great but with old gui,and i found another tip: some application (enabing force landscape mode in mediabox settings) don't keep full screen aspect as gameloft minions so i have see that with some apps we can keep full landscape mode (no aspect ratio). The smallest,working and free-ads is Set Orientation

                      Comment


                        Originally posted by Kazar View Post
                        Just another question.
                        -Is possible to avoid ram autoclean for a program? (Sorry i'm italian). I'm using xposed module youtube background but for some reason skip videos (only one time worked) and i suppose that the problem is there. It's a real good tool.
                        -you have installed the latest mali450 driver?
                        -should viper4android audio driver brings more quality? Not still tested, too many things to do!

                        I'm modding your rom, that it is great but with old gui,and i found another tip: some application (enabing force landscape mode in mediabox settings) don't keep full screen aspect as gameloft minions so i have see that with some apps we can keep full landscape mode (no aspect ratio). The smallest,working and free-ads is Set Orientation

                        1º nop... you can play with lowmemorykiller.txt in /system/etc... but be careful...of else reflash
                        2º at the time it was... now i don't think so!
                        3º never tried so cant tell mate!

                        Have fun modding, but do 1 thing at the time... if you try to make a lot of thing at the same time... something always get forget-ed
                        And yes the best free app it that one!

                        Have fun!


                        Comment


                          Originally posted by superceleron View Post


                          1º nop... you can play with lowmemorykiller.txt in /system/etc... but be careful...of else reflash
                          2º at the time it was... now i don't think so!
                          3º never tried so cant tell mate!

                          Have fun modding, but do 1 thing at the time... if you try to make a lot of thing at the same time... something always get forget-ed
                          And yes the best free app it that one!

                          Have fun!

                          Thank you. Where i can see if there is a newer mali driver? Where is located into the firmware?
                          I'm taking a look at what can do without spending much time..So tabletUi porting and full framework-res to lollopop is totally out of my roadmap.
                          I will only:
                          -bring moderUI (metro ui) to mbox launcher with smaller icons,change folders name and view, and a second background image for app "folder" + italian translation
                          -mbox setting translation
                          -add trebuchet cm12.1 port (lollipop style) ...need to reflect if in the mbox launcher is better to leave mbox setting link or change with desktop shortcut(2# launcher) or android stock settings
                          -reduce navbar size
                          -eliminate amlogic mediaplayer, file explorer and replace stock android browser with chrome
                          -add kodi repo for italian/sport streaming
                          -change bootanimation (i will not touch boot.img because is a your work)
                          -add rotate and volume power button apk(i've read that icon in app bar is required to avoid random closure..not beauty)
                          -fix mxplayer home view problem (need also to disable store upgrades)
                          -try to reduce es explorer left menu size
                          -change music apk with stock android (seem to be an amlogic button personalization)
                          -insert into android setting menu link to: mbox settings, rotate and volume
                          --stop--
                          Very light fixes, without reduce device performance

                          Comment


                            That is the spirit

                            Comment


                              Originally posted by superceleron View Post
                              That is the spirit
                              There any other script for memory managing into your rom?
                              Edit: found this http://forum.xda-developers.com/show....php?t=2751559

                              Really nice! Did you use also zeppelinrox's jar patcher? Editing lowmemorykiller.txt with es explorer will be permanent?..i didn't understand something
                              Last edited by Kazar; 23 January 2016, 16:22.

                              Comment


                                nop i didn't use zeppelinrox's jar patcher! and yes editing lowmemorykiller.txt it permanent! i think is better you do a backup and leave it there, if something goes wrong you can always change to the old one by twrp recovery

                                Comment

                                Working...
                                X