Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

my own custom rom - problem with add root

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

    my own custom rom - problem with add root

    hello this is my firs post! Hi!
    first sorry for my english!

    Ok so, I Build my first own custom rom and have a problem with add root
    I build this rom on RK3xxx_firmware_tools program
    when a click "add root" - superuser added
    but i flash my mk809III with this system.img and don't have root acces

    What I doing wrong?

    #2
    You also need to copy the su binary file into the xbin folder.

    Make sure you set 644 permissions to Superuser.apk and 6755 on the su binary.

    In Ubuntu, the commands are:


    From your working directory:
    mkdir mntsystem
    sudo mount -t ext4-o loop system.img mntsystem
    sudo cp Superuser.apk mntsystem/app
    sudo cp su mntsystem/xbin
    sudo chmod 644 mntsystem/app/Superuser.apk
    sudo chmod 6755 mntsystem/xbin/su

    [While you have the system.img mounted, you can snoop around a bit with sudo Nautilus]

    sudo umount mntsystem

    [This will save your changes and close system.img]

    Good Luck!!!!!
    Randy
    Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
    Read my BIO Here
    Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
    Donate here

    Comment


      #3
      Originally posted by rrileypm View Post

      In Ubuntu, the commands are: ....
      Ok but a have windows 7 x64 not Linux ubuntu,
      moby I share my system.img and You add root to my file?
      Last edited by t_gumienny; 29 September 2013, 19:08.

      Comment


        #4
        I would be happy to help. Just send me a dropbox (or similar) link to the file and I can root it for you.

        That being said, let me suggest that you create an Ubuntu virtual box using Oracles Virtualbox program. The distro I really like for developing is Ubuntu Studio...but just plain Ubuntu works just fine.
        Randy
        Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
        Read my BIO Here
        Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
        Donate here

        Comment


          #5
          BTW, what device are you working with? Tablet...TV Stick...? What brand/model do you have?
          Randy
          Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
          Read my BIO Here
          Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
          Donate here

          Comment


            #6
            My device is tv-stick Mk809III

            this is link for my custom system.img based on last MK802IV_AP6210_20130905_1080P firmware
            Pleas add root to this, i would be very grateful
            i Have 2nd problem with default luncher resolution.
            My rom is on 720p karnel but luncher work in 1080 I dont know why,but it doesn't prevent for me.

            Comment


              #7
              Sorry, I'm not a TV Stick guy...have you looked at the threads for the ROM's already available for the Mk809III? There may be a solution somewhere in there. Perhaps even a HD kernel.

              I'll root this system.img for you and post a link to it.
              Randy
              Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
              Read my BIO Here
              Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
              Donate here

              Comment


                #8
                It appears there is not enough space available within this system.img to add any apps.

                What I can do is increase the size of the file system to allow you some wiggle room, but if I do that, you will need to change the parameter file to accommodate the bigger system.img.

                Are you prepared to do that? Or do you need help with that, too?
                Randy
                Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                Read my BIO Here
                Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                Donate here

                Comment


                  #9
                  Pleas only add root,
                  I think can handle it.
                  Thank's

                  Comment


                    #10
                    OK, here is the link to your rooted...and expanded system.img

                    Randy
                    Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                    Read my BIO Here
                    Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                    Donate here

                    Comment


                      #11
                      yhmm superSU show: "there is no su binary intaled and supersu cannot install it this is a problem!"

                      Comment


                        #12
                        It appears that SuperSU just put out an update.

                        In Google Play Store, you can update the app...if you haven't already done so. The open the app and attempt to update the binary.

                        If that doesn't work, I'll add an alternate Superuser app.
                        Randy
                        Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                        Read my BIO Here
                        Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                        Donate here

                        Comment


                          #13
                          I've redone the file and I'm uploading it, now.

                          I'll post a link when it's done. It is the CWM Superuser app.
                          Randy
                          Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                          Read my BIO Here
                          Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                          Donate here

                          Comment


                            #14
                            Here is the link:



                            Hopefully this one will work for you.
                            Randy
                            Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
                            Read my BIO Here
                            Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
                            Donate here

                            Comment

                            Working...
                            X