Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

A new 1.4 ROM coming

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

    #16
    Ok, I think now work:
    added in init_battery.sh
    ./system/sysinit.rc
    in /system created file sysinit.rc
    #!/system/bin/sh
    export PATH=/sbin:/data/local/bin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
    /system/bin/logwrapper /system/xbin/run-parts /system/etc/init.d
    In /system/etc/ mkdir init.d permision 777
    inside init.d create scripts - auto start when system boots.
    Now I'm testing this:

    Comment


      #17
      Originally posted by artural View Post
      Ok, I think now work:
      added in init_battery.sh

      in /system created file sysinit.rc

      In /system/etc/ mkdir init.d permision 777
      inside init.d create scripts - auto start when system boots.
      Now I'm testing this:
      http://forum.xda-developers.com/show....php?t=1353903

      Interesting tweaks there! Lets us know how it goes and works! Do you want to join our ROM developers group?

      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


        #18
        I don't had much time today, after few hours testing:
        - widget list loading faster
        - in ADW EX (I don't test another luncher): list of activites loading MUCH faster than before
        - probably better battery life but I can't confirm after few hours - tomorow I will test on full battery
        - system is more sensitivity/smoother
        - antutu benchmark - around 2000 similar to original rom
        - quadrant standard 2.0 - around 1300
        Tomorow I give you link to this tweaks (cleared because lot of them not work), now I must go sleep.


        I'm not good developer (noob in linux) but if you think I can help

        Comment


          #19
          Ok, after 24h testing this tweak scripts everything works fine.
          Tweaks_initd.zip

          Comment


            #20
            You should provide instructions for installing for people. I can figure it out but to go live, others will want to know how.

            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


              #21
              Originally posted by artural View Post
              Ok, after 24h testing this tweak scripts everything works fine.
              [ATTACH]159[/ATTACH]
              Installation:
              1. in terminal:
              ln -s /system/bin/busybox /system/xbin/run-parts
              chmod 777 /system/xbin/run-parts
              2. extract all files from Tweaks_initd.zip
              3. copy extracted folder "system" to tablet
              4. change permission all this files and catalogs 777
              5. need to repack boot.img - add:
              ./system/sysinit.rc
              at the end of file init_battery.sh
              6. flash new boot.img
              7. after reboot all scripts from /system/etc/init.d should be executed (to confirm execute last script 20test make folder /tmp1 - if after reboot folder /tmp1 exist init.d work fine)
              Last edited by artural; 21 February 2012, 22:06.

              Comment


                #22
                The stock ROM already has busybox in /system/bin.
                Does it need a newer version from the Market? If so what version?

                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


                  #23
                  Originally posted by Finless View Post
                  The stock ROM already has busybox in /system/bin.
                  Does it need a newer version from the Market? If so what version?

                  Bob
                  I tested tweaks with this busybox:

                  I didn't see busybox in stock rom.

                  Comment


                    #24
                    All the Arnova, Nextbook, and Ptab had a busybox binary in /system/bin.

                    I am about to start doing the 1.4 ROM for this tablet in about 30 minutes. When I get the ROM apart I will look but I would be suprised if it did not have it as it is needed for many things. However, it's possible that stock ROM did not use busybox but instead has all the usual linux command binaries in /xbin?

                    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


                      #25
                      Confirmed. Busybox is in the stock ROM and my 1.3 ROM in /system/bin.

                      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
                        Originally posted by Finless View Post
                        Confirmed. Busybox is in the stock ROM and my 1.3 ROM in /system/bin.

                        Bob
                        Ok, so probably tweaks should work without extra busybox.
                        When we can test new version ? I'm very excited

                        Comment


                          #27
                          I am cooking now. Should be about 30 minutes to an hour.

                          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


                            #28
                            ROM is uploading now... should be about 15 minutes.

                            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


                              #29
                              Originally posted by Finless View Post
                              ROM is uploading now... should be about 15 minutes.

                              Bob
                              Ok, I have max 1h time before go sleep.

                              Comment


                                #30
                                Ok when everithings ok can you give me the download link please .
                                i wanna see the difference
                                Thx in advange.
                                Anny change for cwm recovery in the future
                                if you love my work please buy a coffee

                                <form action="https://www.paypal.com/cgi-bin/webscr" method="post">https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
                                https://www.paypalobjects.com/en_US/..._donate_SM.gif


                                </form>

                                Comment

                                Working...
                                X