@saqib nazm
The difference between H3 and V2 is nothing ....except H3 has different default values .
As background , I would recommend reading this
excellent governor guide by
@droidphile ....It has lot of information about governors and more importantly their tunable parameters .
I have Block quoted(copied from droidphile's guide) parameters for Smartassv2 governors .
Stock tuning of smartass v2 ...
For smartassH3 it is
that sums up "actual" difference between V2 and H3 ...
Now to make a switch from V2 to "H3"
Change to smartassv2 governor
Execute these commands in terminal emulator/adb shell or make a bash script and use it with script manager ...
and smartassv2 will magically get converted to smartassH3....:victory:
You can dabble with the values as and when required and create your own profiles to suit the needs ...
Edit 1
init.d script wont work effectively ...
While the parameters will be tweaked to smartassH3 values on boot , the settings in ramdisk will override the governor to interactive ...
You will need to change to V2 on boot .It will retain H3's value if specified .No need for second overide .