Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

TWRP for Amlogic devices.

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

    Originally posted by scooter2014 View Post
    Both stop not a debate. 👀
    From my end its over but i didnt use offensive,bad language you cant understand what vrwmiaris wrote to me but i asure you its not pretty things he got my response via pm.
    End of the debate.

    Comment


      i am looking for TWRP for my T8S PLUS box and a .IMG file for the same box

      Comment


        http://www.movilzona.es/foro/custom-...ic-t15339.html is this legit for mx2? ive never used twrp before and when i downloaded it was a zip file not image so I'm not sure if it will work

        Comment


          Originally posted by smilez View Post
          http://www.movilzona.es/foro/custom-...ic-t15339.html is this legit for mx2? ive never used twrp before and when i downloaded it was a zip file not image so I'm not sure if it will work
          just flashed it in recovery mode and i think i bricked my box. blue light comes on but nothing on the screen i can't even get back into recovery mode and it was running on librelec if that makes any difference. hope someone can help

          Comment


            Originally posted by abdul_pt View Post
            Super cool, as already stated, this build works awesome

            Only one minor issue found, when making a backup, the date in the file name is always 2015-01-01 and not the current date.
            A small research in the internet showed that this problem happens also to other users. But I couldn't find a working solution to fix this.
            Setting the correct timezone in TWRP didn't help
            Does anyone have an idea how to get this fixed?

            Comment


              Hello, thank u for the excellent job you do for us. Just to inform you that I tried the Twrp that you created for Beelink GT1, on a H96 Pro and it worked perfectly. Thank you again.

              Comment


                Originally posted by abdul_pt View Post
                Guys don't just ask for a TWRP for your device, you need to provide some things also.

                Code:
                From PC do :
                adb root ( if ADB isn't root)
                
                adb shell cat /proc/partitions > partitions.txt
                adb shell ls -l -R /dev/block > block.txt
                
                Now where you open the terminal window are two txt files sent them to me and stock recovery
                
                
                
                From Terminal Emulator do :
                
                su
                cat /proc/partitions > /sdcard/partitions.txt
                ls -l -R /dev/block > /sdcard/block.txt
                
                Now on your internal SDcard are two txt files send them to me and stock recovery
                Here is the data for the SunnyTV Q9S (Amlogic S912):

                Comment


                  Hello I was wondering if you might take some time to have a look at this S912 part, the YokaTV KB2.
                  I have managed to pack both the partition, and block texts, along with the recovery from the latest ota (20160929), as a zip File hosted on my GDrive Acct.

                  Thanks


                  Comment


                    Originally posted by abdul_pt View Post
                    Guys don't just ask for a TWRP for your device, you need to provide some things also.

                    Code:
                    From PC do :
                    adb root ( if ADB isn't root)
                    
                    adb shell cat /proc/partitions > partitions.txt
                    adb shell ls -l -R /dev/block > block.txt
                    
                    Now where you open the terminal window are two txt files sent them to me and stock recovery
                    
                    
                    
                    From Terminal Emulator do :
                    
                    su
                    cat /proc/partitions > /sdcard/partitions.txt
                    ls -l -R /dev/block > /sdcard/block.txt
                    
                    Now on your internal SDcard are two txt files send them to me and stock recovery
                    Is there a video on how to so I can provide u with the info that's needed for mx2?? Sorry newb here tho I would love to help and learn. I'm more of a visual learner.

                    Comment


                      Originally posted by smilez View Post

                      Is there a video on how to so I can provide u with the info that's needed for mx2?? Sorry newb here tho I would love to help and learn. I'm more of a visual learner.
                      Prior to using adb you need to do the following:

                      adb connect (ipaddr):5555

                      Then the prior adb commands should work.

                      Comment


                        Originally posted by smilez View Post

                        Is there a video on how to so I can provide u with the info that's needed for mx2?? Sorry newb here tho I would love to help and learn. I'm more of a visual learner.

                        Originally posted by calc View Post

                        Prior to using adb you need to do the following:

                        adb connect (ipaddr):5555

                        Then the prior adb commands should work.


                        It's much more simpler then that... Just go to the PlayStore, and download the "Terminal Emulator for Android", and run the commands (below) from there...

                        cat /proc/partitions > /sdcard/partitions.text

                        and...

                        ls -l -R /dev/block > /sdcard/block.txt

                        Then...

                        exit... (Simples!)

                        * /sdcard is basically like your Home Directory if you will... It's the root Directory which houses your /downloads Folder.

                        Then you'll need to zip those Two Files, along with the original recover.img, and post it somewhere, where abdul_pt can find it, then chill out till he gets to it, and posts it back here.

                        P.s.on a side note, and of my own interests... How would ADB over TCP/IP even work, when everything I've touched upon today indicates that you'll need to enable such a function over an USB Cable first? I ask since my shiny new Box has seems to have gpne, and lost its USB-OTG (Micro USB) port. And, although I've since orderd a Type A Male to Male USB Cable. But, to get to it can you even enable ADB over WiFi without a USB Cable? My guess is no... At least I was less successful with that trick this morning. Thankfully the Terminal Emulator was there for me that time.

                        Comment


                          Originally posted by Ichijoe View Post
                          Hello I was wondering if you might take some time to have a look at this S912 part, the YokaTV KB2.
                          I have managed to pack both the partition, and block texts, along with the recovery from the latest ota (20160929), as a zip File hosted on my GDrive Acct.

                          Thanks

                          https://drive.google.com/file/d/0B1C...w?usp=drivesdk
                          it's already done !
                          look here

                          Comment


                            Originally posted by Ichijoe View Post
                            P.s.on a side note, and of my own interests... How would ADB over TCP/IP even work, when everything I've touched upon today indicates that you'll need to enable such a function over an USB Cable first? I ask since my shiny new Box has seems to have gpne, and lost its USB-OTG (Micro USB) port. And, although I've since orderd a Type A Male to Male USB Cable. But, to get to it can you even enable ADB over WiFi without a USB Cable? My guess is no... At least I was less successful with that trick this morning. Thankfully the Terminal Emulator was there for me that time.
                            I thought that was the case as well, no usb-otg on mine either I got a male to male cable and wasn't able to get it to work at all with my S912 box. I then looked around and found out that you can just use adb in network mode instead. I think you just need to enable developer mode and turn on usb debugging via gui first maybe? At least I did that in any case.

                            Comment


                              Originally posted by gatos814 View Post

                              it's already done !
                              look here
                              Yep... That's what happens when you neglect to troll through 70+ Pages 😌

                              And, as to enabling Debug Mode... I had already thought of that, and enabled it. Still couldn't get ADB on Linux Mint to pick up on it though. But, if I'm honest I think the WiFi & Bluetooth Chip on my YokaTV is wonky. As neither work the 2.4GHz (b/g/n), is up, and down more often then a 2$ Hooker, and 5GHz not at all. The Bluetooth also seems to be dead. Though the Device does seem to find, both my 5GHz SSID, and my Bluetooth TV. Connecting these things is an entirely different matter. So that could have well been the main issue. And, TBH I wasn't terribly assed to figure out where the /lan0 (or whatever) was located so as to go through the wire. When I already knew how to use the TerminalEmulator.

                              *Quick update*
                              I went back to page 75, and found the link to the YokaTV KB2.... Sadly unlike some other S912 version I tried earlier this would also seem to be an incorrect version.
                              For startes that version, can NOT pickup on my MicroSD Card, where I keep these Firmwares (more or less safe). Secondly when I try to flash the BB2 (Mecool Firmware), in whatever hopes of recovering both the WiFi, and Bluetooh. I'm greated by an Error 17. This is a BB2 / KB2 Firmware, and this is a "p212" Device. So I fear that I'm not going to get very far with that Recovery

                              *Further update*
                              That other Recovery which was the one above the One ment for my Yoka Box... lol!
                              The Nexbox A1(IIRC), which unlike the former is able to see the MicroSD Card
                              However the same Error 17 incorrect Firmware type (as above), remains.

                              Thanks....
                              Last edited by Ichijoe; 14 October 2016, 13:38.

                              Comment


                                I'd like to ask something further more for the custom twrp.with this can i flash fw updates?img files only or the zip ones? Also with every fw update is necessary for a new update of twrp?f.e twrp for beelink gt1 is 103, now that 104 is up, there's need for a newer version of 104?tnx

                                Στάλθηκε από το Broken powered G2 D802 μου

                                Comment

                                Working...
                                X