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
-
Originally posted by ricky divjakovski View PostAnyone looking to get the donate version simply donate HERE
and email [email protected] and supply your email address you donated from!
I'm sure lot of people don't mind if aforementioned feature is only possible in donated version.
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
-
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=*
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
-
Originally posted by raruba View PostStill don't work for me, just turns itself off while unpacking...4.0 works but won't repack.
Comment
What's Going On
Collapse
There are currently 5063 users online. 1 members and 5062 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment