is there a '00onetime' in your init.d folder? if so, run it directly from the terminal then 'watson'I don't know how to make it work. Typing watson gives "not found"
I warn you that you need to ensure init.d is working.
Enviado do meu GT-S5310B
is there a '00onetime' in your init.d folder? if so, run it directly from the terminal then 'watson'I don't know how to make it work. Typing watson gives "not found"
I don't know what you guys did but it worked on mine...Typing watson gives "not found" too... There isn't 00onetime in my init folder, and init works in my rom
Enviado desde mi SM-T320 mediante Tapatalk
ui_print "=====> CPU Architecture: $ARCH"
show_progress 0.2 1
ui_print "====> Preparing installation"
mkdir /system/etc/Watson
mkdir /system/etc/Watson/bin
cp /tmp/system/bin/$ARCH/* /system/etc/Watson/bin/
sleep 1
show_progress 0.9 2
ui_print "====> Installing core system"
if [ -e /system/etc/init.d/9900initWatson ]
then
ui_print "=====> Updating Watson"
[COLOR="Red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR]
cp -Rf /tmp/system/etc/Watson /system/etc/
mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime
else
ui_print "=====> Installing fresh"
[COLOR="red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR]
cp -Rf /tmp/system/etc/Watson /system/etc/
mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime
fi
[COLOR="red"]chmod 755 /system/bin/watson
chown 0.2000 /system/bin/watson[/COLOR]
set_perm_recursive 0 0 0755 0755 /system/etc/init.d
set_perm_recursive 0 0 0755 0755 /system/etc/Watson
sleep 2
ui_print "=====> Core system installed"
show_progress 1.0 1
ui_print "====> Finishing installation"
sleep 1
ui_print "====> Installation finished"
It must be the latest one, I'm currently using the first release...There is no "watson" file inside /bin, neither /xbin.Code:ui_print "=====> CPU Architecture: $ARCH" show_progress 0.2 1 ui_print "====> Preparing installation" mkdir /system/etc/Watson mkdir /system/etc/Watson/bin cp /tmp/system/bin/$ARCH/* /system/etc/Watson/bin/ sleep 1 show_progress 0.9 2 ui_print "====> Installing core system" if [ -e /system/etc/init.d/9900initWatson ] then ui_print "=====> Updating Watson" [COLOR="Red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR] cp -Rf /tmp/system/etc/Watson /system/etc/ mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime else ui_print "=====> Installing fresh" [COLOR="red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR] cp -Rf /tmp/system/etc/Watson /system/etc/ mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime fi [COLOR="red"]chmod 755 /system/bin/watson chown 0.2000 /system/bin/watson[/COLOR] set_perm_recursive 0 0 0755 0755 /system/etc/init.d set_perm_recursive 0 0 0755 0755 /system/etc/Watson sleep 2 ui_print "=====> Core system installed" show_progress 1.0 1 ui_print "====> Finishing installation" sleep 1 ui_print "====> Installation finished"
So update-binary needs some corrections
I don't know, this is the latest one which i found Beta1.1It must be the latest one, I'm currently using the first release...
About L Speed, I want to download from android file host...I don't know, this is the latest one which i found Beta1.1
Application is new, script version is near a half year old.About L Speed, I want to download from android file host...
The version of the file is v1.3.9 but in play store its v1.3.9.7
which is right...
Oh no, the watson in /bin is a symlink created by 00onetimeThere is no "watson" file inside /bin, neither /xbin.Code:ui_print "=====> CPU Architecture: $ARCH" show_progress 0.2 1 ui_print "====> Preparing installation" mkdir /system/etc/Watson mkdir /system/etc/Watson/bin cp /tmp/system/bin/$ARCH/* /system/etc/Watson/bin/ sleep 1 show_progress 0.9 2 ui_print "====> Installing core system" if [ -e /system/etc/init.d/9900initWatson ] then ui_print "=====> Updating Watson" [COLOR="Red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR] cp -Rf /tmp/system/etc/Watson /system/etc/ mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime else ui_print "=====> Installing fresh" [COLOR="red"]cp -rf /tmp/system/etc/Watson/watson /system/bin/watson[/COLOR] cp -Rf /tmp/system/etc/Watson /system/etc/ mv /system/etc/Watson/backup/00onetime /system/etc/init.d/00onetime fi [COLOR="red"]chmod 755 /system/bin/watson chown 0.2000 /system/bin/watson[/COLOR] set_perm_recursive 0 0 0755 0755 /system/etc/init.d set_perm_recursive 0 0 0755 0755 /system/etc/Watson sleep 2 ui_print "=====> Core system installed" show_progress 1.0 1 ui_print "====> Finishing installation" sleep 1 ui_print "====> Installation finished"
So update-binary needs some corrections
Which ROM and android version? It seems like your dumpsys doesn't have the "display" category...Something's wrong in 9903ux script in the latest beta...
![]()
Sent by a Cool Guy using XDA-Developers mobile app
Nokia X (RM-980) Stock Rom, but other than that, everything's responsive and fast, i totally can feel the difference after flashing. And by the way, your coding is superb.Which ROM and android version? It seems like your dumpsys doesn't have the "display" category...
Sent from my GT-S5310B
Wow thanks ^_^ that is great to hear. I developed a workaround for the issue, will upload it as soon as I get the time.Nokia X (RM-980) Stock Rom, but other than that, everything's responsive and fast, i totally can feel the difference after flashing. And by the way, your coding is superb.
Sent by a Cool Guy using XDA-Developers mobile app
Yes...Wow thanks ^_^ that is great to hear. I developed a workaround for the issue, will upload it as soon as I get the time.
Just to confirm if it will work, does your dumpsys have the "window" category?
Sent from my GT-S5310B
Try to flash it again then wipe cache and dalvik cache..typing watson in terminal emulator did not work. How to manually run 00Onetime present in the init d folder?
You did not mention the way to remove the 'mod', if someone desires to do so. Would you please explain?TO ALL DEVS: Feel free to look at my code, but DO NOT TAKE ANYTHING OF IT WITHOUT MY PERMISSION. Asking doesn't hurt and I don't bite.
Do you own an old device which didn't work out well with the other mods around?
Do you own a recent, powerful device that worked well with those aggressive mods, but their aggressivity scared you ?
Are you looking for something new?
Then, look no further!
Here I present you proudly...
Watson!
He wants to become your device's personal caretaker, keeping it in tip-top shape being you there or not! He's a new face around these places, but it seeks a great goal: Become a smart entity, and succeed where many failed. It's currently in alpha, and is open to LOTS of improvement. For that, I need your help!
Features of the mod:
>Smarter zRAM
>Dynamic LMK
>CPU Tweaks
>User Experience Tweaks
>Renicer Service
>VM Tweaks
>And MUCH MORE YET TO COME!
Downloads
>1.1 Release
=>Download!
>Older versions
=>Click here!
Changelogs
Changelogs in-app: type 'watson' then choose 'changelog'!
Instructions
>Make sure you have Root, Busybox and a custom Recovery.
>Download the zip on the upper section.
>Boot into recovery and flash the zip you downloaded, then reboot.
>You need to activate Watson's modules before enjoying it. Use your favorite terminal emulator and type 'su' then 'watson'. It should be comprehensive enough from there on.
Help Watson!
Want to help Watson? Drop by G+!
Test, suggest and help Watson improve!
Help Watson!
Donate!
I don't have a PayPal account nor a bank account yet so I can't really ask for donations.