Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[08/03/2019] AMlogic Tools [6.0.0][A new milestone][Donate Version Available]

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

    Yeah I tried 6.0, don't work for me, keeps just shutting down with no error, seems level 1 unpacks and then shuts down. Version 4.0 works with no problems, but also have to use a 64 bit computer.
    Last edited by raruba; 04-05-2019, 21:27.

    Comment


      Originally posted by ricky divjakovski View Post
      Anyone looking to get the donate version simply donate HERE
      and email [email protected] and supply your email address you donated from!
      Is it possible make your software compatible with LibreElec/Armbian etc..

      I'm sure lot of people don't mind if aforementioned feature is only possible in donated version.
      Last edited by dsh; 04-16-2019, 11:12. Reason: fixed typo

      Comment


        Originally posted by dsh View Post

        Is it possible make your software compatible with LibreElec/Armbian etc..

        I'm sure lot of people don't mind if aforementioned feature is only possible in donated version.
        I could look into it i guess

        Comment


          ricky divjakovski

          Is it possible to patch or modify the T95Z-3GB-912C-2018-4-16-v1076 aml_upgrade_package.img to fixbug in Sunwell T95Z Plus navigation bar with your Amlogic customization tool v6.
          I have only done basic things with the customization tool like external keyboard fix and removing and adding apps to preinstall folder. Just wish there was a fix for the navigation bar bug to make it make it come back when it is closed. I know I could use poison rom but would prefer stock image.

          Thank you

          Comment


          • ricky divjakovski
            ricky divjakovski commented
            Editing a comment
            Yes, you can add the content of my immersive init.d script to the preinstall.sh file

          Ricky where exactly do I find your immersive init.d script and the preinstall.sh file sorry for being naive.

          Comment


            Ok Ricky I have found the preinstall.sh file in the T95Z-3GB-912C-2018-4-16-v1076 unpacked aml_upgrade_package.img,

            and the init.d folder in the poison 4.3 rom it contains file, called 01ImmersiveMode
            is there any place exactly I should add it to in the preinstall.sh file .

            01ImmersiveMode
            Code:
            #!/system/bin/sh
            
            while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
            
            settings put global policy_control immersive.full=*
            preinstall.sh
            Code:
            #!/system/bin/sh
            
            mount -o remount,rw /system  
            
            echo "===============123=================" > /dev/kmsg
            SELF_PATH="/system/bin/self_cal.sh"
            if [ -e $SELF_PATH ];
            then
               echo "===============self_cal.sh=================" > /dev/kmsg
               rmmod wlan
               sleep 1
            
               insmod /system/lib/compat_9377.ko
               insmod /system/lib/cfg80211_9377.ko
               insmod /system/lib/wlan_9377.ko con_mode=5
            
               sleep 3
            
               rmmod wlan
            
               rm -rf $SELF_PATH
            else
              echo "===============no=================" > /dev/kmsg
            fi
            
            MARK=/data/local/symbol_thirdpart_apks_installed
            PKGS=/system/preinstall/
            FLAG=/data/local/apks_installed_tcnt
            TCNT=`find $PKGS -name "*.apk"| xargs ls  -lR|grep "^-"|wc -l`
            echo "#########################################################"
            echo $TCNT
            echo "#########################################################"
            if [ ! -e $MARK ]; then
            echo "booting the first time, so pre-install some APKs."
            
            busybox find $PKGS -name "*\.apk" -exec sh /system/bin/pm install {} \;
            
            # NO NEED to delete these APKs since we keep a mark under data partition.
            # And the mark will be wiped out after doing factory reset, so you can install
            # these APKs again if files are still there.
            # busybox rm -rf $PKGS
            
            touch $MARK
            echo $TCNT >> $FLAG
            echo "OK, installation complete."
            fi;
            
            if [ -e $FLAG ]; then
            
                TCNT_O=`cat $FLAG`
            
                if [ $TCNT_O -ne $TCNT  ] ; then
            
            
                echo "booting the second time, so pre-install some APKs."
            
                busybox find $PKGS -name "*\.apk" -exec sh /system/bin/pm install {} \;
            
                echo "##########################OK, installation complete.#############################"
            
                fi;
            fi;

            Thanks again
            George

            Comment


              add this line
              settings put global policy_control immersive.full=* above
              MARK=/data/local/symbol_thirdpart_apks_installed be sure to make this change with notepad++ to preserve EOL characters, save and repack

              Comment


                what is the suggested donation?
                Thanks

                Comment


                  Has anyone any idea what the apk is if any for the clean memory application on T95Z or is it part of the launcher.
                  Thanks

                  Comment


                    Hello Ricky

                    Great tool. I've been checking out some of the functions, although i'm a noob in these areas, i see lots of stuff to customize. Thanks for your hard work.

                    I was wondering... is it possible to change the maximum cpu frequency with this tool?

                    Thanks in advance

                    Comment


                      Still don't work for me, just turns itself off while unpacking...4.0 works but won't repack.

                      Comment


                        Originally posted by raruba View Post
                        Still don't work for me, just turns itself off while unpacking...4.0 works but won't repack.
                        Can you use a 32bit computer??

                        Comment


                        • ricky divjakovski
                          ricky divjakovski commented
                          Editing a comment
                          I dont think so, i use 64 bit windows 10 and all seems to be working for me

                        well don't work for me!!!!! only works on version 4..and no 32 bit computer don't work on v4 or v6
                        Last edited by raruba; 06-02-2019, 06:29.

                        Comment


                          Is it possible to modify android firmware to run certain app on startup and lock to it?

                          Comment


                            Hi Ricky,

                            No sooner did get your tool working great on 8 now everyone whats PIE ... any indications when your custom tool may be able to do android 9?

                            Comment

                            Working...
                            X