Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

T428 Study and Research on Experimental Firmwares

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

    #16
    FINALLY THE COMPLETE SOURCE CODE FOR RK3188


    Linux Source - RK3188 - PicUntu. Contribute to aloksinha2001/Linux3188 development by creating an account on GitHub.

    Comment


      #17
      very good

      the kernel compile well and i can select also the Ap 6330 wifi module

      i compiled the rk3188_dongle_defconfig with the addition of the AP6330 wifi module

      Symbol: AP6330 [=y]
      │ Type : boolean
      │ Prompt: AP6330
      │ Defined at drivers/net/wireless/Kconfig:123
      │ Depends on: <choice> && RKWIFI [=y] && WLAN_80211 [=y]
      │ Location:
      │ -> Device Drivers
      │ -> Network device support (NETDEVICES [=y])
      │ -> Wireless LAN (WLAN [=y])
      │ -> Select the wifi module (<choice> [=y])


      Image Name: Linux-3.0.36+
      Created: Thu Jun 6 03:43:36 2013
      Image Type: ARM Linux Kernel Image (uncompressed)
      Data Size: 8577060 Bytes = 8376.04 kB = 8.18 MB
      Load Address: 60408000
      Entry Point: 60408000
      Image: arch/arm/boot/uImage is ready





      very good
      very good


      you saw that complaining is good .)
      Last edited by Guest; 06 June 2013, 12:04.

      Comment


        #18
        Originally posted by strauzo View Post
        FINALLY THE COMPLETE SOURCE CODE FOR RK3188


        https://github.com/aloksinha2001/Linux3188


        Wow just wow we got our hands on the source really fast ! I wasn't expecting it to be available so early ! Great news !

        Comment


          #19
          PicUntu

          Can we see PicUntu in near future?

          Comment


            #20
            Originally posted by envy270 View Post
            Can we see PicUntu in near future?
            PicUntu Super sure.


            But i hope in a good cyanogenmod also.

            Comment


              #21
              Originally posted by strauzo View Post
              very good

              the kernel compile well and i can select also the Ap 6330 wifi module

              i compiled the rk3188_dongle_defconfig with the addition of the AP6330 wifi module

              Symbol: AP6330 [=y]
              │ Type : boolean
              │ Prompt: AP6330
              │ Defined at drivers/net/wireless/Kconfig:123
              │ Depends on: <choice> && RKWIFI [=y] && WLAN_80211 [=y]
              │ Location:
              │ -> Device Drivers
              │ -> Network device support (NETDEVICES [=y])
              │ -> Wireless LAN (WLAN [=y])
              │ -> Select the wifi module (<choice> [=y])


              Image Name: Linux-3.0.36+
              Created: Thu Jun 6 03:43:36 2013
              Image Type: ARM Linux Kernel Image (uncompressed)
              Data Size: 8577060 Bytes = 8376.04 kB = 8.18 MB
              Load Address: 60408000
              Entry Point: 60408000
              Image: arch/arm/boot/uImage is ready





              very good
              very good


              you saw that complaining is good .)
              What exactly does this all mean? Better wifi, bt, storage and video player? Perfected Rom?

              Comment


                #22
                Originally posted by rfalcon103 View Post
                What exactly does this all mean? Better wifi, bt, storage and video player? Perfected Rom?
                With the kernel source code you can add support for other hardware, you can improve all hardware part of the device and you can suppose to build also a completly new Android build like AOSP and Cyanogenmod, and you can run also linux on this device.

                Comment


                  #23
                  Re: T428 Study and Research on Experimental Firmwares

                  Sweet!

                  Signature? Signature!

                  Comment


                    #24
                    The firt thing I tried copying was wpa_supplicant its located in etc/wifi the location changed in 4.2.2 I believe. Or maybe its just within this rom but thats where I found it. But I dont think this device is using any ap6330 wifi module, or perhaps it is, but the rk903 wifi/bluetooth drivers from the stock cube rom work which is weird. Either way, hope we can get it working soon as I cant test many apps without a network connection! Im excited for kernel source too, im not sure what I will be able to do with it at this point since im noob but im gonna screw with it and see what I can learn. What portion of the zip from github is the kernel source is it the whole master directory or the specific kernel directory, I found a nice tutorial
                    Last edited by alwaysbless; 06 June 2013, 15:33.

                    Comment


                      #25
                      Usually the driver is in the kernel now. Only modules usually used are rkwifi.ko and wlan.ko

                      Then you may also need
                      /etc/wifi/wpa_supplicant.conf
                      /bin/wpa_supplicant

                      Bluetooth is totally another thing! And sometimes can be very difficult to port as it is linked in with many things. There are many files from many places that "may" need to be ported. Some ROMs are totally different how it is implemented and thus what is needed varies.

                      Files may include at least these if they exist.
                      /app/bluetooth.apk
                      /etc/bluetooth/*
                      /etc/bluez/*
                      /lib/libblue*.so
                      /bin/blue*

                      Now there may be other files from /bin depeneding on how it was implemented in drivers! Sometimes you have to spend the time to figure out what they are. One ROM I ported I found I needed the /bin/hciattach binary for it to work!


                      Bob
                      "Pzebacz im, bo nie wiedzą, co czynią"
                      "Прости им, они не ведают, что творят"
                      "Perdona loro perché non sanno quello che fanno"
                      "Vergib ihnen, denn sie wissen nicht, was sie tun"
                      "Vergeef hen want ze weten niet wat ze doen"
                      "Pardonne-leur car ils ne savent pas ce qu'ils font"
                      "Perdónalos porque no saben que lo que hacen"
                      "Oprosti im, jer ne znaju što čine"
                      "Forgive them as they know not what they do"





                      Comment


                        #26
                        Woot woot! Built my first kernel with ap6330 support as well! Does this mean that we don't have to replace all those files now because support is built into kernel

                        Comment


                          #27
                          This makes me happy and excited.... I have my T428 in my desk at work with me right now along with a DVI to HDMI adapter.... I might have to play at work.
                          TV Stick: MK808 // Tronsmart T428
                          ROM: Finless 1.7c w/Pimp My Rom // Nexus SDK2 Multi-Window v1.2
                          CPU: @1.6GHz OnDemand Governor NOOP I/O Scheduler
                          Recovery: ClockworkMod
                          Kernel: Omegamoon // 1080p OC kernel 720ddr 1.9cpu
                          Phone: Samsung Galaxy Note II
                          ROM: Whompasaurus v4.2
                          Kernel: Persus

                          Comment


                            #28
                            Very good news!

                            Originally posted by alwaysbless View Post
                            Woot woot! Built my first kernel with ap6330 support as well! Does this mean that we don't have to replace all those files now because support is built into kernel
                            I do not have experience in compiling, but have a lot of time, and would be interest in this. I did use linux and unix a long time ago, do you have any good tutorial to point to me. I just received my ac1750 router and waiting to test it with my t428.
                            T428 ,Radxa Rock (RR), cs918s v1.0, waiting for my X7...

                            Comment


                              #29
                              Originally posted by Sarco View Post
                              I do not have experience in compiling, but have a lot of time, and would be interest in this. I did use linux and unix a long time ago, do you have any good tutorial to point to me. I just received my ac1750 router and waiting to test it with my t428.
                              I have the same router and the best I am getting in WiFi speeds is 65Mbps right now, and thats with 5GHz running on N only and 80MHz bandwidth only. Really excited to see if we cant get any faster speeds since it "supports" AC, but only having 1 internal antenna, Im not expecting much.

                              EDIT: I really dont understand why they built a stick with only 1 antenna (let alone internal) when they have 802.11ac support. The MK808 had 2 antennas, why didnt the T428.
                              TV Stick: MK808 // Tronsmart T428
                              ROM: Finless 1.7c w/Pimp My Rom // Nexus SDK2 Multi-Window v1.2
                              CPU: @1.6GHz OnDemand Governor NOOP I/O Scheduler
                              Recovery: ClockworkMod
                              Kernel: Omegamoon // 1080p OC kernel 720ddr 1.9cpu
                              Phone: Samsung Galaxy Note II
                              ROM: Whompasaurus v4.2
                              Kernel: Persus

                              Comment


                                #30
                                Hey bob or strauzo, after compiling kernel my img came out to be a little over 8mb - in the parameter file kernel img is set to 0x60408000 is that where I should make adjustment for increased size? Here is tutorial on how to compile kernel from source: http://www.armtvtech.com/armtvtechfo...php?f=66&t=835

                                Comment

                                Working...
                                X