[8 Mar][6dq/6sx] AOSPMod MM-R.07

Discussion in 'Android' started by secuflag, Jul 30, 2016.

Tags:
  1. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    Hello all,
    I would like to share my ROM with you all, It's based on AOSP code, here the specs:
    • AOSP Marshmallow 6.0.1 build MOB31T (android-6.0.1_r79)
    • Android security patch level: March 2017
    • Kernel 3.14.79
    • NPX BSP android_M6.0.1_2.1.0
    • Compiled with Linaro GCC 6.3.1
    • Battery styles and battery percentage
    • Clock styles
    • Clear all button
    • Multiwindow
    • Extra QS Tiles (AOSPMod Extras -> SystemUI Tuner -> Quick Settings)
    • Google prebuilt WebView (it's more updated than the AOSP version, better for security and compatibility reasons)
    • AudioFX and Eleven from CyanogenMod
    • AD Block (hosts file)

    Changelog:

    Code:
    8 March 2017:
    * Updated Android 6.0.1 build MOB31T (android-6.0.1_r79)
    * Minor fixes and improvements
    
    14 February 2017:
    * Updated Android 6.0.1 build MOB31S (android-6.0.1_r78)
    * Recompiled with GCC Linaro 6.3.1
    * Updated TWRP Recovery with latest patches
    * Updated webview 56.0.2924.87
    * Updated AD block hosts file
    * Minor fixes and improvements
    
    12 December 2016:
    * ROM now available for UDOO NEO!
    * Allow custom display density setting
    * Added back Camera2 package (now support autofocus)
    * Add Ethernet settings in dashboard
    
    8 November 2016:
    * Updated Android 6.0.1 build MOB31K (android-6.0.1_r74)
    * Updated Kernel 3.14.79
    * Fixed "Dirty COW" privilege escalation (https://dirtycow.ninja)
    * Added BFQ-v7r8-3.14 as default scheduler
    * Updated webview 54.0.2840.68
    * /data and /cache are now on E2FS
    * imx-gpu-viv: Updated to 5.0.11.p8.6
    * Updated TWRP Recovery with latest patches
    
    8 September 2016:
    * Updated Android 6.0.1 build MTC20L (android-6.0.1_r68)
    * Updated Kernel 3.14.78
    * New QS Tile: Expanded Desktop
    * Network monitor
    * App Ops
    * Clock styles
    * Updated TWRP Recovery
    
    4 August 2016:
    * Updated Android 6.0.1 build MTC20F (android-6.0.1_r62)
    * Merged patches from NPX BSP android_M6.0.1_2.1.0
    * Added Clear all button
    * Added a QS Tile with reboot options
    * Minor cleanup & fixes
    

    Download:

    How to install:

    1. Download the *.img.xz file
    2. Extract it:
      Code:
      xz -d file_name.img.xz
    3. write image on the MicroSD with:
      Code:
      dd if=file_name.img of=/dev/sdX
      Note 1: replace X with the appropriate device letter
      Note 2: for better performances uses at least a class 10 MicroSD card.
      Windows users can use Win32 Disk Imager to write the image, remember to extract the image file before to write it on the MicroSD!

    Not working:

    • onboard Bluetooth

    Please try and report back feedbacks, new features will be available with future releases!
     
    Last edited: Mar 8, 2017
    nmishra and Andrea Rovai like this.
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Hi thank you! But as an Android noob, what is different from the Udoo image? And on what Udoo device is this ROM running Quad, Dual, Neo?
     
    Andrea Rovai likes this.
  3. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    [6dq] = Dual and Quad, not for Neo at the moment ;)

    UDOO image is more oriented for development and debugging, mine is for final users to be used like a media player, tv box and so on.
     
    waltervl likes this.
  4. nmishra

    nmishra New Member

    Joined:
    Aug 2, 2016
    Messages:
    5
    Likes Received:
    1
    Many thanks for this @secuflag. This port is very good, looking forward to future development on this.
    One request is if you can put the option of Reboot in TWRP recovery as part of the Udoo settings- Getting to recovery via adb from an external pc is a bit tedious.
     
  5. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    I just updated the first post with the new release.
    @nmishra: You can find a QS with reboot options ;)
     
    Andrea Rovai and waltervl like this.
  6. nmishra

    nmishra New Member

    Joined:
    Aug 2, 2016
    Messages:
    5
    Likes Received:
    1
    Thanks @secuflag. I am using this as my daily driver now, somehow it appears to run faster than the beta4 offical build :). Keep up the development.
     
    secuflag likes this.
  7. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    Please change driver usb touchscreen with this (/kernel_imx/driver/input/touchscreen/. I need to make my AR1100 work, but whe i build from source by my self, i was getting error. Thank you..
     

    Attached Files:

  8. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    @herionoindo: The kernel supports 7" and 15" LVDS display, if you have a different model you must compile kernel driver provided from vendor by yourself.
     
    Andrea Rovai likes this.
  9. ybroker

    ybroker New Member

    Joined:
    Dec 1, 2013
    Messages:
    1
    Likes Received:
    0
    Thank you for the great work. Can you please show me how to Reboot in TWRP recovery?
     
  10. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    @ybroker: In Quick Settings panel there is a tile called reboot, click on it and select Recovery then long click on it (don't worry about "data factory reset" while rebooting, I'll fix that string.)
     
  11. iddqd

    iddqd Member

    Joined:
    Mar 24, 2014
    Messages:
    56
    Likes Received:
    11
    Wonderfull! Can't wait to test it!
    Is HDMI output is supported and how can I change resolution for hdmi output?
     
  12. iddqd

    iddqd Member

    Joined:
    Mar 24, 2014
    Messages:
    56
    Likes Received:
    11
    And how to flash it to sd card from windows?
     
  13. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    kjngwjtch, Andrea Rovai and iddqd like this.
  14. iddqd

    iddqd Member

    Joined:
    Mar 24, 2014
    Messages:
    56
    Likes Received:
    11
    Thank you, I'll try it.
     
    kjngwjtch likes this.
  15. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    secuflag, I was tried your rom. Until now, my opinion the rom is fast and clean, very nice.
    I want to learn compiling from source like you, what about tutorial?
    I make android apps and my android apps need to access like system apps, so i need sign key (pem file) from your rom, can i take that?
     
    kjngwjtch likes this.
  16. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    I already sent you the link on how compile android from source in this thread.
    You can find pem files in device/fsl/common/security of source tree.
     
  17. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    First post updated, new version available. ;)
     
  18. shaun

    shaun New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    3
    Awesome stuff secuflag.

    What issues are you facing with Bluetooth, or is that resolved now?
     
    Andrea Rovai likes this.
  19. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
  20. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    Hallo, I was set output audio to onboard But i can not hear anything while play music or in choose notification?
     

Share This Page