Thursday, December 25, 2014

2.2 froyo - Change the number of home screen panels in Android


A phone user manual (HTC Wildfire S. Android 2.2) says



'Home screen has seven panels that you can customise'.




The system settings do not contain an option to modify the number of panels.


I was searching for this on the web and was not able to find any solution that does not involve third-party applications.


If this requires programming, please, move the question to StackOverflow and respond with detail.



Answer



If you don't want use 3rd party apps:


This requires decent computer skills and a rooted phone, but here are the steps for android 2.3 Gingerbread.



  1. Copy /system/home.apk from your phone to pc.

  2. Decompile home.apk using apktool.

  3. Goto [decompiled folder]/res/values/integer.xml


  4. Change 5, to 7 or whatever you want.

  5. Save it,and compile the apk using apktool.

  6. Copy it back to phone i.e to /system,change its permissions to -rw-r-r.


No comments:

Post a Comment

samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade

I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...