Wednesday, February 26, 2014

Remove dock transition when tapping app drawer in TouchWiz30Launcher.apk

By Audrie Gatcho on Saturday, November 9, 2013 at 9:27am
Requirements:


- ApkTool

- Notepad++

- TouchWiz30Launcher.apk (/system/app)

- Commonsense

- Patience

==================

1. Decompile TouchWiz30Launcher.apk

2. Download the attached file

3. Copy and replace homescreen_menu_mainmenu_bg.png andhomescreen_menu_shortcut_bg.png from the downloaded zip toTouchWiz30Launcher.apk/res/drawable-ldpi

4. Go to TouchWiz30Launcher.apk/res/layout-ldpi then open launcher.xml with Notepad++

5. Find this line:

< com.sec.android.app.twlauncher.AppShortcutZone android:layout_gravity="bottom|center" android:id="@id/shortcut_zone" android:layout_width="fill_parent" android:layout_height="@dimen/menu_top_item_height" launcher:iconColumnCount="4"  / >

6. Add this line after launcher:iconColumnCount:

android:background="@drawable/dock_bg"

7. Save the xml

8. Add a dock background in TouchWiz30Launcher.apk/res/drawable-ldpi and name it asdock_bg.png

9. Recompile the apk then push or flash it

==================

Attached file(s):
https://www.facebook.com/groups/SGYoung.ph/605099669552411/==================Please give thanks to me if you want to share it on the other facebook group, site or forums. :)

No comments:

Post a Comment