Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Arnova 10b rooting thread

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

    #31
    Need a tester?

    Hello.
    I can replace prev tester. My ebook start with OS Adnroid 2.1 and rk28board.
    I'm already modded it with anything i can, even ext3 system.img (no luck), but i'm staying on CM7 with Android gyngerbread 2.3.7 with not working wifi. I am trying do wifi work again.

    Originally posted by Finless View Post
    Masheka, I am ready to work more on this. I think I found the issue. Let me know if your still willing to test more.

    Bob

    Comment


      #32
      My ROM work here is based of a stock Arnova ROM. Not CM7, etc.
      So what do you want to test?

      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


        #33
        Originally posted by Finless View Post
        My ROM work here is based of a stock Arnova ROM. Not CM7, etc.
        So what do you want to test?

        Bob
        What are the key moments in systems image porting to ext* filesystem?
        I tried it, but every time bricked my device (with and without signing).
        Your test stopped at that, I think.

        Comment


          #34
          COnverting the cramfs file system to ext3 is the easy part.
          I can tell you how if you need to. You also DO NOT sign system.img or do a rkcrc on system.img.

          However to make the ext3 file system work you need to take apart boot.img and edit the init.rc file in this area:


          # mount mtd partitions
          # Mount /system rw first to give the filesystem a chance to save a checkpoint
          #mount cramfs mtd@system /system
          mount ext3 mtd@system /system wait rw
          mount ext3 mtd@userdata /data nosuid nodev noatime nodiratime
          mount ext3 mtd@cache /cache nosuid nodev noatime nodiratime


          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


            #35
            Originally posted by Finless View Post
            COnverting the cramfs file system to ext3 is the easy part.
            I can tell you how if you need to. You also DO NOT sign system.img or do a rkcrc on system.img.

            However to make the ext3 file system work you need to take apart boot.img and edit the init.rc file in this area:


            # mount mtd partitions
            # Mount /system rw first to give the filesystem a chance to save a checkpoint
            #mount cramfs mtd@system /system
            mount ext3 mtd@system /system wait rw
            mount ext3 mtd@userdata /data nosuid nodev noatime nodiratime
            mount ext3 mtd@cache /cache nosuid nodev noatime nodiratime


            Bob
            I'll try it now. What is the maximum size of system.img in ext3fs?

            Comment


              #36
              There s really no size limit.

              However if you look at the parameter file, space is allocated for system.
              80000 hex block of 512 bytes
              So basically you have space for 268,435,456 bytes.

              If you want to go larger than that you have to recalculate the parameter file and it's offsets.

              Read my post here about how too's



              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


                #37
                hi have you got any further with this, i have a 10b g1 capacitive, and find the lack of either 3g or bluetooth a real shame?.

                Kind regards
                Nathan

                Comment


                  #38
                  did a rom for the arnova 10b ever get made?

                  I have an arnova 10b and is wondering if a rom got made for it. I see plenty for the G2 but not for the regular 10b. Thanks for your help

                  Comment


                    #39
                    Not really no. I made one that gives SU privs but not a writable /system as the kernel will not mount /system as anything other than CramFS.

                    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

                    Working...
                    X