[TUTORIAL] [MOD] How to Disable Scrolling Cache for Smooth

Search This thread

LittlEvil

Senior Member
Jul 3, 2014
254
369
Looking for it
Hello Today I have Bring Another Guide How to Disable Scrolling Cache for Smooth Scroll So Lets Start

  • Requirement
  • framework.jar from Your Phone

Instructions:
Step 1 :- Decompile Your Framework.jar
Step 2 :- Open smali/android/widget/AbsListView.smali
Step 3:- Search for
Code:
.method private createScrollingCache()V
Untitled.jpg

Step 4 :- Change 0x1 to 0x0
Step 5 :- Search for
Code:
.method public setScrollingCacheEnabled(Z)V
Untitled.jpg

Step 6 :- Change enabled to disabled
Step 7 :- Search for
Code:
invoke-virtual {p0, v1}, Landroid/widget/AbsListView;->setScrollingCacheEnabled(Z)V
Step 8 :- Replace with
Code:
invoke-virtual {p0, v2}, Landroid/widget/AbsListView;->setScrollingCacheEnabled(Z)V
Step 9 :- Now Compile
Step 10 :- Pus to ur Phone
 
Last edited:

Top Liked Posts