Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Measy U4K and B4K upgrade to 4.2.2 with CS918S firmware

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

    Ok, waiting for the news.

    Comment


      A31 SDK 3.2 Kernel source (Jelly Bean)

      U-boot source (sun6i included)

      I've built a kernel with RTL8723as support but buggered if I know what to do to test it! Also no idea what else I need to include.
      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


        Maybe elektrik can give us a clue?

        Comment


          Hmmm ... there is this entry in build.prop:

          ro.product.rtl8723au=use
          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


            Originally posted by darrellr View Post
            Hmmm ... there is this entry in build.prop:

            ro.product.rtl8723au=use
            This is amazing. I ran several times through build.prop and never catched this line. Will look at it again this evening. In your sun6i file I could not find any insmod command for 8730au wifi module, only bt. Why is this?

            Comment


              Originally posted by ADD View Post
              This is amazing. I ran several times through build.prop and never catched this line. Will look at it again this evening. In your sun6i file I could not find any insmod command for 8730au wifi module, only bt. Why is this?
              Because it is compiled into the kernel

              Code:
              # begin build properties# autogenerated by buildinfo.sh
              ro.build.id=JDQ39
              ro.build.display.id=mars_ov5640-eng 4.2.2 JDQ39 20131202 test-keys
              ro.build.version.incremental=20131202
              ro.build.version.sdk=17
              ro.build.version.codename=REL
              ro.build.version.release=4.2.2
              ro.build.date=2013年 12月 02日 星期一 11:04:07 CST
              ro.build.date.utc=1385953447
              ro.build.type=eng
              ro.build.user=ck
              ro.build.host=ck-desktop
              ro.build.tags=test-keys
              ro.product.model=CS918S
              ro.product.brand=softwinners
              ro.product.name=mars_ov5640
              ro.product.device=mars-ov5640
              ro.product.board=exdroid
              ro.product.cpu.abi=armeabi-v7a
              ro.product.cpu.abi2=armeabi
              ro.product.manufacturer=unknown
              ro.product.locale.language=en
              ro.product.locale.region=US
              ro.wifi.channels=
              ro.board.platform=fiber
              # ro.build.product is obsolete; use ro.product.device
              ro.build.product=mars-ov5640
              # Do not try to parse ro.build.description or .fingerprint
              ro.build.description=mars_ov5640-eng 4.2.2 JDQ39 20131202 test-keys
              ro.build.fingerprint=softwinners/mars_ov5640/mars-ov5640:4.2.2/JDQ39/20131202:eng/test-keys
              ro.build.characteristics=tablet
              # end build properties
              
              
              #
              # ADDITIONAL_BUILD_PROPERTIES
              #
              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
              persist.sys.strictmode.visual=0
              persist.sys.strictmode.disable=1
              ro.opengles.version=131072
              ro.kernel.android.checkjni=0
              ro.reversion.aw_sdk_tag=exdroid4.2.2_r1-a31-v3.2
              ro.sys.cputype=QuadCore-A31Series
              wifi.interface=wlan0
              wifi.supplicant_scan_interval=15
              keyguard.no_require_sim=true
              persist.demo.hdmirotationlock=0
              media.stagefright.maxsubfont=72
              dalvik.vm.heapstartsize=8m
              dalvik.vm.heapgrowthlimit=64m
              dalvik.vm.heapsize=384m
              dalvik.vm.heaptargetutilization=0.75
              dalvik.vm.heapminfree=512k
              dalvik.vm.heapmaxfree=8m
              persist.sys.timezone=Asia/Shanghai
              persist.sys.language=en
              persist.sys.country=US
              ro.product.rtl8723au=use
              ro.sf.lcd_density=160
              ro.product.firmware=v1.0rc3
              persist.sys.usb.config=mtp,adb
              ro.udisk.lable=mars
              audio.output.active=AUDIO_CODEC
              audio.input.active=AUDIO_CODEC
              ro.audio.multi.output=true
              ro.softmouse.left.code=93
              ro.softmouse.right.code=92
              ro.softmouse.top.code=6
              ro.softmouse.bottom.code=31
              ro.softmouse.leftbtn.code=30
              ro.softmouse.midbtn.code=-1
              ro.softmouse.rightbtn.code=-1
              ro.sw.defaultlauncherpackage=com.softwinner.launcher
              ro.sw.defaultlauncherclass=com.softwinner.launcher.Launcher
              ro.sw.videotrimming=1
              persist.sys.device_name=MiniMax
              ro.sw.supportcvbs=true
              ro.sw.directlypoweroff=false
              ro.setupwizard.mode=OPTIONAL
              ro.com.google.gmsversion=4.2.2
              dalvik.vm.dexopt-flags=m=y
              net.bt.name=Android
              dalvik.vm.stack-trace-file=/data/anr/traces.txt
              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


                Changed ro.product.rtl8723au=use to ro.product.rtl8723as=use and rebooted. No love

                Comment


                  I got some help from another ROM developer, Guessyet, who has provided me with an env.fex that he thinks will at least do the 1080 desktop. I don't know how to flash just the env so I've rebuilt the full image and am uploading now. Should be up in about an hour. I'll edit this when it's done.

                  1080 Cs918S firmware
                  Last edited by d33; 24 January 2014, 11:41.
                  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


                    Good, thanks. Frankly speaking, my first priority is to get wifi to work.

                    Comment


                      Originally posted by ADD View Post
                      Good, thanks. Frankly speaking, my first priority is to get wifi to work.
                      yepp, I agree but this is all part of the learning. I'm now looking at bootargs in config.fex as the possible source of the 'overide' to script.bin.

                      I'll keep chipping away until we get there
                      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


                        Originally posted by darrellr View Post
                        A31 SDK 3.2 Kernel source (Jelly Bean)

                        U-boot source (sun6i included)

                        I've built a kernel with RTL8723as support but buggered if I know what to do to test it! Also no idea what else I need to include.
                        The "A31 SDK" only seems to have build targets for the sun7i (A20) rather than the sun6i (A31) cpu. So I'm guessing these are pointless as A20 is Mali400 SOC
                        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


                          Holy crap, I just learnt that CS918S has the same bloody 8723AS chip!!! So, I cannot figure out why it would not work on U4K that has exactly the same wifi configurations

                          Comment


                            Measy U4K and B4K upgrade to 4.2.2 with CS918S firmware

                            Different gpio then. Have you seen anything on GPIO?


                            Sent from my iPhone using Tapatalk
                            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


                              Where can I find it?

                              Comment


                                Measy U4K and B4K upgrade to 4.2.2 with CS918S firmware

                                Don't know that's why I was asking if you had seen it anywhere


                                Sent from my iPhone using Tapatalk
                                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

                                Working...
                                X