as many of u know. touchwiz roms dont include spell checking
(the red line underneath miss spelled words like found on nokiia,blacknerry,iphone and cm based roms)
i think i came across a fix for this,
the files that has 2 be changed are the following 2.
Secsettings.apk & framework2.jar
--or you can backup your device and replace the 2 files with files attached in 2nd post
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device
as member iT iS Me states he did the following
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device)
(the red line underneath miss spelled words like found on nokiia,blacknerry,iphone and cm based roms)
i think i came across a fix for this,
the files that has 2 be changed are the following 2.
Secsettings.apk & framework2.jar
--or you can backup your device and replace the 2 files with files attached in 2nd post
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device
as member iT iS Me states he did the following
--or you can backup your device and replace the 2 files with files attached in 2nd postFor me Spell Checking option is very important and I like using it in CM roms. However, our NOTE is more productive with Stock roms. I searched a lot to find a way to enable the option. Unfortunately, there was no 100% clear guidance but I could manage to get it. Thanks to everyone helped.
You need to decompile Secsettings.apk & framework2.jar.
In SecSettings, open the file "res\xml\language_settings.xml" and look for:
add new line and paste the following:Code:<PreferenceScreen android:title="@string/phone_language" android:key="phone_language" android:fragment="com.android.settings.LocalePicker" />
In framework2.jar, open the file "smali\android\widget\TextView.smali" and look for:Code:<com.android.settings.inputmethod.SpellCheckersPreference android:title="@string/spellcheckers_settings_title" android:key="spellcheckers_settings" />
Change the highlighted to:Code:.method public isSuggestionsEnabled()Z .locals 1 .prologue .line 8464 [COLOR="Red"][B]const/4 v0, 0x0[/B][/COLOR] return v0 .end method
That is all and enjoy.Code:.method public isSuggestionsEnabled()Z .locals 1 .prologue .line 8464 [COLOR="Red"][B] const/4 v0, 0x1[/B][/COLOR] return v0 .end method
NOTE: It works with Google Keyboard or alternatives.
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device)
Last edited: