Read the OP CAREFULLYI flashed the 2 zips but ends up getting sio only
Sent from my ST15i using XDA Premium HD app
Sent from Sony Xperia Live with Walkman
Read the OP CAREFULLYI flashed the 2 zips but ends up getting sio only
Sent from my ST15i using XDA Premium HD app
Yes, I unpacked the zip and went to the init.d script and changed the 0xVALUE then saved the script as "all files" and went to /system/etc/init.d and inserted the script [which showed as text file?] and then gave the correct permissions as already shown in the thread. I repacked the zip and put it in my SD and then Recovery, install, etc. I do have init.d.the modules will be load by init.d script so u need to have working init.d, or if u want to load the script manually u can do it with smanager from market. either way the 0xVALUE for smartassv2 need to be explicitly change in the script to match yours, even if u got the same VALUE as example on first post.
Sure...here:could u post your edited script here?
valid for u is thisSure...here:
#!/system/bin/sh
if busybox [ -e /system/lib/modules/cpufreq_smartass2.ko ];
then
chown root.root /system/lib/modules/cpufreq_smartass2.ko
chmod 0755 /system/lib/modules/cpufreq_smartass2.ko
insmod /system/lib/modules/cpufreq_smartass2.ko lookup_address=0x80106aec return 0
fi;
Sorry about the mess tried to upload file but showed invalid.
#!/system/bin/sh
if busybox [ -e /system/lib/modules/cpufreq_smartass2.ko ];
then
chown root.root /system/lib/modules/cpufreq_smartass2.ko
chmod 0755 /system/lib/modules/cpufreq_smartass2.ko
insmod /system/lib/modules/cpufreq_smartass2.ko lookup_address=0x80106aec
else
return 0
fi;
#!/system/bin/sh
VALUE=`cat /proc/kallsyms | grep kallsyms_lookup_name | awk '{print $1}'`
if busybox [ -e /system/lib/modules/cpufreq_smartass2.ko ];
then
chown root.root /system/lib/modules/cpufreq_smartass2.ko
chmod 0755 /system/lib/modules/cpufreq_smartass2.ko
insmod /system/lib/modules/cpufreq_smartass2.ko lookup_address=0x$(echo $VALUE | awk '{print $2}')
else
return 0
fi;
#!/system/bin/sh
VALUE1=`cat /proc/kallsyms | grep kallsyms_lookup_name | awk '{print $1}'`
VALUE2=`echo $VALUE | awk '{print $2}'`
if busybox [ -e /system/lib/modules/cpufreq_smartass2.ko ];
then
chown root.root /system/lib/modules/cpufreq_smartass2.ko
chmod 0755 /system/lib/modules/cpufreq_smartass2.ko
insmod /system/lib/modules/cpufreq_smartass2.ko lookup_address=0x$VALUE2
else
return 0
fi;
Can anyone making flashable zip ? ;>
Sent from my GT-I9000 using xda premium
Well,Not at all. Just CPU governor written by other people, not a single code in it written by me
I just compile and share, not something revolutionary![]()
updated smartassv2, added fix for sysfs interface by M66B.
Hi an0nym0us_!do tell if any of code 1 or code 2 works. should be easier for everyone if it work.
u doesn't need to test anymore, i confirm myself its working. the smartassv2 update1 and sio zip is working just fine on stock .587 kernel. if it doesn't work for u then either u doesn't have working init.d or u doesn't have proper busybox installed, or both.Hi an0nym0us_!
Well,I'm just not getting the gov nor the io...could be the Viper V4 because it's all super tweaked I don't know OR I must be missing something and now I wanna get rid of those read only texts in my init.d so I'll just google it. Spent a few hours trying it though...gonna play some poker now to unwind!!!
Cheers anyway mate! Sorry couldn't be much help to ya.![]()