Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

amlogic s905 64bit build.prop

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

    amlogic s905 64bit build.prop

    here is sample of s905 64bit build prop bit of a teaser :-)

    HTML Code:
    # begin build properties
    # autogenerated by buildinfo.sh
    ro.build.id=LMY47V
    ro.build.display.id=p201-userdebug 5.1.1 LMY47V 20151010 test-keys
    ro.build.version.incremental=20151010
    ro.build.version.sdk=22
    ro.build.version.codename=REL
    ro.build.version.all_codenames=REL
    ro.build.version.release=5.1.1
    ro.build.date=2015年 10月 10日 星期六 11:58:25 CST
    ro.build.date.utc=1444449505
    ro.build.type=userdebug
    ro.build.user=ider
    ro.build.host=unbuntu
    ro.build.tags=test-keys
    ro.build.flavor=p201-userdebug
    ro.product.model=AOSP on p201
    ro.product.brand=Android
    ro.product.name=p201
    ro.product.device=p201
    ro.product.board=p201
    # ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
    # use ro.product.cpu.abilist instead.
    ro.product.cpu.abi=armeabi-v7a
    ro.product.cpu.abi2=armeabi
    ro.product.cpu.abilist=armeabi-v7a,armeabi
    ro.product.cpu.abilist32=armeabi-v7a,armeabi
    ro.product.cpu.abilist64=
    ro.product.manufacturer=MBX
    ro.product.locale.language=en
    ro.product.locale.region=AU
    ro.wifi.channels=11
    ro.board.platform=gxbaby
    # ro.build.product is obsolete; use ro.product.device
    ro.build.product=p201
    # Do not try to parse description, fingerprint, or thumbprint
    ro.build.description=p201-userdebug 5.1.1 LMY47V 20151010 test-keys
    ro.build.fingerprint=Android/p201/p201:5.1.1/LMY47V/20151010:userdebug/test-keys
    ro.build.characteristics=mbx,nosdcard
    # end build properties
    #
    # from device/amlogic/p201/system.prop
    #
    # Set display related config
    ro.platform.has.mbxuimode=true
    ro.platform.has.realoutputmode=true
    
    #camera max to 720p
    ro.camera.preview.MaxSize=1280x720
    ro.camera.preview.LimitedRate=1280x720x30,640x480x30,320x240x28
    ro.camera.preview.UseMJPEG=1
    
    #if wifi Only
    ro.radio.noril=false
    
    #if need pppoe
    ro.net.pppoe=true
    
    # Enable player buildin
    media.amsuperplayer.enable=true
    media.amplayer.enable-acodecs=ac3,eac3,rm,dts
    media.amplayer.enable=true
    media.amsuperplayer.m4aplayer=STAGEFRIGHT_PLAYER
    media.amsuperplayer.defplayer=PV_PLAYER
    media.amplayer.thumbnail=true
    media.amplayer.widevineenable=false
    media.amplayer.dsource4local=1
    media.amplayer.startmode=true
    media.arm.audio.decoder=ape,flac,dts,ac3,eac3,wma,wmapro,mp3,aac,vorbis,raac,cook,amr,pcm,adpcm,aac_latm,rm
    media.wfd.use-pcm-audio=false
    media.wfd.videoresolution-type=1
    media.wfd.videoresolution-group=0
    media.wfd.videoframerate=24
    media.wfd.video-bitrate=2000000
    media.html5videowin.enable=1
    media.decoder.vfm.defmap=decoder ppmgr deinterlace amvideo
    
    #add for video boot, 1 means use video boot, others not .
    service.bootvideo=0
    
    # Define drm for this device
    drm.service.enabled=1
    
    #used forward seek for libplayer
    media.libplayer.seek.fwdsearch=1
    
    #fix hls sync
    libplayer.livets.softdemux=1
    libplayer.netts.recalcpts=1
    
    #map volume
    ro.audio.mapvalue=0,0,0,0
    
    #add livhls,libcurl as default hls
    media.libplayer.curlenable=true
    media.libplayer.modules=vhls_mod,dash_mod,curl_mod,prhls_mod,vm_mod
    
    
    #Hdmi In
    ro.sys.hdmiin.enable=true
    mbx.hdmiin.switchfull=false
    mbx.hdmiin.videolayer=false
    
    #adb
    service.adb.tcp.port=5555
    
    ######## UBOOTENV VARIBLES - r/w as system properties ##########
    #
    #  Now we can load ubootenv varibles to system properties.
    #  We use a special prefix ("ubootenv.var" as default) to indicate that the 'property'
    #  actually is an ubootenv varible.
    #
    #  A ubootenv 'property' will be initialized during system booting. And when user set
    #  a different value, it will be written back to ubootenv device immediately.
    #
    
    ## prefix of ubootenv varibles - should less than 16 chars.
    #UBOOTENV MTD NAME
    #ubootenv.var.bootcmd=
    #ubootenv.var.cpuclock=
    #ubootenv.var.gpuclock=
    #ubootenv.var.memsize=
    #ubootenv.var.ethaddr=
    #ubootenv.var.ipaddr=
    #ubootenv.var.gatewayip=
    ubootenv.var.outputmode=
    #ubootenv.var.screenratio=
    #ubootenv.var.oobeflag=
    ubootenv.var.480p_x=
    ubootenv.var.480p_y=
    ubootenv.var.480p_w=
    ubootenv.var.480p_h=
    ubootenv.var.480i_x=
    ubootenv.var.480i_y=
    ubootenv.var.480i_w=
    ubootenv.var.480i_h=
    ubootenv.var.576p_x=
    ubootenv.var.576p_y=
    ubootenv.var.576p_w=
    ubootenv.var.576p_h=
    ubootenv.var.576i_x=
    ubootenv.var.576i_y=
    ubootenv.var.576i_w=
    ubootenv.var.576i_h=
    ubootenv.var.720p_x=
    ubootenv.var.720p_y=
    ubootenv.var.720p_w=
    ubootenv.var.720p_h=
    ubootenv.var.1080p_x=
    ubootenv.var.1080p_y=
    ubootenv.var.1080p_w=
    ubootenv.var.1080p_h=
    ubootenv.var.1080i_x=
    ubootenv.var.1080i_y=
    ubootenv.var.1080i_w=
    ubootenv.var.1080i_h=
    ubootenv.var.4k2k24hz_x=
    ubootenv.var.4k2k24hz_y=
    ubootenv.var.4k2k24hz_w=
    ubootenv.var.4k2k24hz_h=
    ubootenv.var.4k2k25hz_x=
    ubootenv.var.4k2k25hz_y=
    ubootenv.var.4k2k25hz_w=
    ubootenv.var.4k2k25hz_h=
    ubootenv.var.4k2k30hz_x=
    ubootenv.var.4k2k30hz_y=
    ubootenv.var.4k2k30hz_w=
    ubootenv.var.4k2k30hz_h=
    ubootenv.var.4k2ksmpte_x=
    ubootenv.var.4k2ksmpte_y=
    ubootenv.var.4k2ksmpte_w=
    ubootenv.var.4k2ksmpte_h=
    ubootenv.var.digitaudiooutput=
    ubootenv.var.defaulttvfrequency=
    ubootenv.var.has.accelerometer=
    ubootenv.var.cecconfig=
    ubootenv.var.cvbsmode=
    ubootenv.var.hdmimode=
    ubootenv.var.is.bestmode=
    ubootenv.var.disp.fromleft=
    
    #
    # ADDITIONAL_BUILD_PROPERTIES
    #
    ro.config.wallpaper=/system/etc/default_wallpaper.png
    ro.com.android.dateformat=MM-dd-yyyy
    ro.config.ringtone=Ring_Synth_04.ogg
    ro.config.notification_sound=pixiedust.ogg
    ro.carrier=unknown
    ro.config.alarm_alert=Alarm_Classic.ogg
    ro.opengles.version=131072
    camera.disable_zsl_mode=1
    ro.app.optimization=true
    ro.product.firmware=00502001
    ro.product.otaupdateurl=http://sorry taken out by me
    ro.hdmi.device_type=4
    dalvik.vm.heapstartsize=16m
    dalvik.vm.heapgrowthlimit=192m
    dalvik.vm.heapsize=512m
    dalvik.vm.heaptargetutilization=0.75
    dalvik.vm.heapminfree=512k
    dalvik.vm.heapmaxfree=8m
    sys.fb.bits=32
    wifi.interface=wlan0
    drm.service.enable=true
    ro.platform.has.pppoe=true
    persist.sys.dalvik.vm.lib.2=libart.so
    dalvik.vm.isa.arm.features=default
    dalvik.vm.lockprof.threshold=500
    dalvik.vm.dexopt-flags=m=y
    net.bt.name=Android
    dalvik.vm.stack-trace-file=/data/anr/traces.txt
    Bugs are Sons of Glitches!

    If you like my work and it's helped you, you can always shout me a beer or two Click - Here

    Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

    JustMe

    #2
    Possible fw to look at

    Comment


      #3
      s905 boot logo

      Bugs are Sons of Glitches!

      If you like my work and it's helped you, you can always shout me a beer or two Click - Here

      Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

      JustMe

      Comment


        #4
        Quad-core Android5.1.1 STB Hybrid
        Hardware
        CPU Amlogic S905 Quad core Cortex A53
        GUP Quad-core ARM Mali-450 GPU up to 600MHz
        3D Hardward 3D graphics acceleration
        Memory DDRIII 1GB
        Flash Nand Flash 8GB ( 4~32GB Optional )
        WiFi Built in 2.4G WiFi
        Blutooth Optional
        IR Infra Remote control
        LED Indicator Power ON :blue; Standby :Red
        Mould Private Tooling
        3G Support most external 3G USB dongle
        HDMI 2.0 HDMI(1.4 and 2.0 ) to support maximum 4K@60fps
        output(HDCP2.2)
        4*USB HOST 4 High speed USB 2.0,support U DISK and USB HDD
        1*TF CARD Support 1~32GB
        1*AV AV output
        1*SPDIF Audio output
        1*RJ45 10/100 BaseT
        Power DC Adapter ( 12V/1A)
        Accessories Adapter
        Gift Box
        IR remote control
        HDMI Cable
        User Manual
        Software
        OS Android 5.1.1
        Decoder HD MPEG1/2/4,H.265/HEVC , HD AVC/VC-1,RM/RMVB,Xvid/DivX3/4/5/6 ,RealVideo8/9/10
        Video AVI/RM/RMVB/TS/VOB/MKV/MOV/ISO/WMV/ASF/FLV/DAT/MPG/MPEG
        Music MP3/WMA/AAC/WAV/OGG/AC3/DDP/TrueHD/DTS/DTS/HD/FLAC/APE
        Photo HD JPEG/BMP/GIF/PNG/TIFF
        Adobe Flash Adobe Flash 10.1 support or above
        Support Language Chinese , English ,Germany ,Japanese, Korea etc. 24 languages
        WiFi Hotpoint Support
        Mouse/ Keyboard Support mouse and keyboard via USB
        Support 2.4G wireless mouse and keyboard via 2.4G USB dongle
        KODI Support local high-definition play, support plug-in installation and play
        DRM Optional :Microsoft Playready,Verimatrix ,Google Widevine
        Others support DLNA \AirPlay \Google TV Remote \LAN \Miracast \3D moive
        Bugs are Sons of Glitches!

        If you like my work and it's helped you, you can always shout me a beer or two Click - Here

        Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

        JustMe

        Comment


          #5
          What box is this for though?
          M8N Quad Core Android 4.4
          JustMe v1.5 ported v2

          Comment


            #6
            USB BurnTool needed for AML s905

            USB BurnTool S905

            Bugs are Sons of Glitches!

            If you like my work and it's helped you, you can always shout me a beer or two Click - Here

            Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

            JustMe

            Comment


              #7
              Recovery image s905 ap6181_1GB

              s905 ap6181 1GB Recovery Image
              Bugs are Sons of Glitches!

              If you like my work and it's helped you, you can always shout me a beer or two Click - Here

              Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

              JustMe

              Comment


                #8
                Quick overview box s905 - p201 8gb/1gb
                • cpu - Amlogic S905 Quad core Cortex A53
                • gpu - Quad-core ARM Mali-450 GPU up to 600MHz
                • wireless is 2.4ghz using realtek 8188etv
                • eMMC is 8gb Samsung klm8g1wemb
                • hynix ddr chipsets
                • OS is 5.1.1 Lollipop
                The unit seemed so light and tiny matte finish case has no sharp corners and does not leave any finger prints , the realtek 8188etv wifi chipset had better reception than my s802 broadcom and s812 units by far, it did max out my net speed connections in wifi and ethernet. the cortex A53 s905 did not have heatsink attached to it.

                Not much has changed in terms of ddr and eMMC chipsets they still using samsung and hynix as they did with the s802 and s812. The OS was android 5.1.1 built 26.10,2015 and was vanilla with no bloatware or any google stuff added which makes me think it might be 1st gen prototype unit. the unit does have micro sd card slot and also reset switch with 2 usb ports, AV, HDMI 2.0, 5volt input socket.

                the unit was not rooted either.

                I loaded few apps like youtube, google play services, google play store for tv antutu bench mark kodi 15.2 from kodi site and mx player etc

                observation while installing and downloading the unit did manage to get to 50deg when tested with infrared laser temp gun while streaming from the net in sd it idled at 37 to 40degs with room temp being 26deg.
                it seemed to play big buck bunny without any issues h264 and again temp stayed relative low around the 40 - 42deg, although I did have issue with h265 via kodi this may very well be aml codec that needs switching off.

                I will have to try other version of kodi or even spmc kodi did also boot me out once. I did notice also that while doing second time antutu test it crashed and gave me reading of around 22000 compared to 27500 first time
                but then again I don't really believe those figures from that app. also the kernel version is now bumped to 3.14.29 and api level 22..

                Youtube still only plays at 720p as a out of the box packaged with vanilla os. I will have to test netflix tomorrow.

                overall the unit is cheap and is great if you want to stream only from nas or iptv don't expect to be playing intensive games, units is great for travellers and kind of feels little cheaply made. but still performs well for early firmware release with bugs in it.

                pro's
                • cheap unit to buy for under 40 dollars
                • wifi/ethernet perform well
                • low temp operating temps due to new cortex A53
                • small and light weight great for travellers
                • does not have bright led light like the s802 or s812 did great news for light sensitive people
                Con's
                • still early days in firmware development
                • no heat sink on cortex a53
                • 2 usb ports only
                • no bluetooth
                • not intended for games with the 1gb unit
                • same boring mbox animation and tv launcher no dual launchers
                • poor ventitaltion
                Last edited by JustMe; 10-31-2015, 22:44.
                Bugs are Sons of Glitches!

                If you like my work and it's helped you, you can always shout me a beer or two Click - Here

                Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

                JustMe

                Comment


                  #9
                  MXQ Plus tear apart tomorrow
                  Bugs are Sons of Glitches!

                  If you like my work and it's helped you, you can always shout me a beer or two Click - Here

                  Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

                  JustMe

                  Comment


                    #10
                    cool.. you already have a unit?
                    What's the antutu video tester score..I'm wondering.. and how is video quality (GPU pentacore)
                    Last edited by mitchell4you; 10-31-2015, 16:49.

                    Comment


                      #11
                      Thanks JM,
                      Cheers
                      treboR
                      Please consider
                      Donating to Freaktab

                      Comment


                        #12
                        Originally posted by JustMe View Post
                        Quick overview box s905 - p201 8gb/1gb
                        • cpu - Amlogic S905 Quad core Cortex A53
                        • gpu - Quad-core ARM Mali-450 GPU up to 600MHz
                        • wireless is 2.4ghz using realtek 8188etv
                        • eMMC is 8gb Samsung klm8g1wemb
                        • hynix ddr chipsets
                        • OS is 5.1.1 Lollipop
                        The unit seemed so light and tiny matte finish case has no sharp corners and does not leave any finger prints , the realtek 8188etv wifi chipset had better reception than my s802 broadcom and s812 units by far, it did max out my net speed connections in wifi and ethernet. the cortex A53 s905 did not have heatsink attached to it.

                        Not much has changed in terms of ddr and eMMC chipsets they still using samsung and hynix as they did with the s802 and s812. The OS was android 5.1.1 built 26.10,2015 and was vanilla with no bloatware or any google stuff added which makes me think it might be 1st gen prototype unit. the unit does have micro sd card slot and also reset switch with 2 usb ports, AV, HDMI 2.0, 5volt input socket.

                        the unit was not rooted either.

                        I loaded few apps like youtube, google play services, google play store for tv antutu bench mark kodi 15.2 from kodi site and mx player etc

                        observation while installing and downloading the unit did manage to get to 50deg when tested with infrared laser temp gun while streaming from the net in sd it idled at 37 to 40degs with room temp being 26deg.
                        it seemed to play big buck bunny without any issues h264 and again temp stayed relative low around the 40 - 42deg, although I did have issue with h265 via kodi this may very well be aml codec that needs switching off.

                        I will have to try other version of kodi or even spmc kodi did also boot me out once. I did notice also that while doing second time antutu test it crashed and gave me reading of around 22000 compared to 27500 first time
                        but then again I don't really believe those figures from that app. also the kernel version is now bumped to 3.14.29 and api level 22..

                        Youtube still only plays at 720p as a out of the box packaged with vanilla os. I will have to test netflix tomorrow.

                        overall the unit is cheap and is great if you want to stream only from nas or iptv don't expect to be playing intensive games, units is great for travellers and kind of feels little cheaply made. but still performs well for early firmware release with bugs in it.

                        pro's
                        • cheap unit to buy for under 40 dollars
                        • wifi/ethernet perform well
                        • low temp operating temps due to new cortex A53
                        • small and light weight great for travellers
                        • does not have bright led light like the s802 or s812 did great news for light sensitive people
                        Con's
                        • still early days in firmware development
                        • no heat sink on cortex a53
                        • 2 usb ports only
                        • no bluetooth
                        • not intended for games with the 1gb unit
                        • same boring mbox animation and tv launcher no dual launchers
                        can u try Ogyoutube

                        Comment


                          #13
                          @ Mitchel4you --- I will try it some time today I'll actually try it on both boxes

                          @ Bajjann I - I will also try it some time today what do you want tested what feature on the app

                          want to try and do the mxq plus review too seems like 2 different versions one is p200 other is p201, also got hold of 29th October firmware which is newer than the one i have 26th October so they are starting to roll out, I believe their will be a mass roll out of these units.shortly.

                          Also some else has kindly told me they will be sending me.another variant of the s905 with led clock, assuming its similar to a T8
                          Bugs are Sons of Glitches!

                          If you like my work and it's helped you, you can always shout me a beer or two Click - Here

                          Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

                          JustMe

                          Comment


                            #14
                            MXQ Plus:

                            PCB -> https://goo.gl/photos/QiigMDzfrWV4TByp8
                            build.prop -> http://paste.ubuntu.com/13046892/
                            dmesg ->http://paste.ubuntu.com/13046691/ + http://paste.ubuntu.com/13047017/
                            defconfig -> http://paste.ubuntu.com/13049302/
                            dtb -> http://paste.ubuntu.com/13049348/

                            System is still 32 bit, running on a 64 bit kernel just like the RK3368
                            Last edited by abdul_pt; 11-01-2015, 00:45.
                            if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
                            then mv $user.contact.up.post /.trash; set response($response.type = ignore);
                            $user.up.post.ignore_in_future = true; fi;

                            Comment


                              #15
                              abdul_pt far from perfect reminds me of the early s802 days there has been 3 or 4 firmware going of your build prop latest being 29.10.2015

                              my mxq plus is also same revision board.
                              Bugs are Sons of Glitches!

                              If you like my work and it's helped you, you can always shout me a beer or two Click - Here

                              Links : Visit JustMe ROMs - EM8 Square Roms - EM8 OpenELEC Rom - ADB GUI

                              JustMe

                              Comment

                              Working...
                              X