
Still in gingerbread (stock rom). I want to share to you how to add a data toggle in statusbar pulldown for galaxy y duos GT-S6102 and maybe work in another device,,
I hope it is usefull for you
REQUIREMENT :
1. You must know how to decompiling/compiling apk
2. Knowledge about editing xml
3. Notepad++
4. You must have apktool/apkmanager
Let's start
GUIDE :
a. Pull SystemUI from system/app/ and decompile it with apktool. ( I do not explain how to compile, decompile )
b. Download the quickpanel_quick_settings_background.png from attachments.
c. Now open res/layout/quickpanel_quick_settings.xml and add these lines at where you want to show
Code:
e. compile systemui
f. push it back system/app
have fun