Wednesday, February 26, 2014

TouchWiz30Launcher auto-alphabetical arrangement

By Audrie Gatcho on Wednesday, December 18, 2013 at 12:08am
Requirements:

- any kind of apktool
- Notepad++
- Commonsense
- Patience

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Step 1: Decompile your TouchWiz30Launcher.apk

Step 2: Open TouchWiz30Launcher.apk/smali/com/sec/android/app/twlauncher/MenuManager.smali with Notepad++

Step 3: Find this:

.line 1787
iget-object v5, p0, Lcom/sec/android/app/twlauncher/MenuManager;->mOrderComparator:Lcom/sec/android/app/twlauncher/LauncherModel$ApplicationInfoComparator;

Step 4:

Replace

iget-object v5, p0, Lcom/sec/android/app/twlauncher/MenuManager;->mOrderComparator:Lcom/sec/android/app/twlauncher/LauncherModel$ApplicationInfoComparator;

with this

sget-object v5, Lcom/sec/android/app/twlauncher/LauncherModel;->APP_NAME_COMPARATOR:Ljava/util/Comparator;

Step 5: Save and recompile.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Credits: Sniper Killer@XDA

No comments:

Post a Comment