[TUTORIAL] [MOD] How to Disable Scrolling Cache for Smooth - Galaxy Y GT-S5360 General

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
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 4 :- Change 0x1 to 0x0
Step 5 :- Search for
Code:
.method public setScrollingCacheEnabled(Z)V
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

what

About That
MrPhamHpGYC said:
what
Click to expand...
Click to collapse
Its Make Very Very Smooth Scrolling Yes Its Work

Reserved

sample video sir

Sorry
christopher devz said:
Click to expand...
Click to collapse
Sorry I can"t

SUCH HYPERION 8 and LENOX EVO V3
those custom roms had scrolling cache !

Ya
dansoy92 said:
those custom roms had scrolling cache !
Click to expand...
Click to collapse
Ya Many Rom Like Hyperion 8 Lenox 3 etc

deleted

zigbye82 said:
deleted
Click to expand...
Click to collapse
What

tnx sir

christopher devz said:
tnx sir
Click to expand...
Click to collapse
No Need to Say Anything Just Press Thanks

hi @AndroidFire is this applicable for other android devices and what android version is it for

i cant open any app after using this mod -_-
and neither i cant view my installed apps in settings
help please !
 @AndroidFire

Mranggapo said:
i cant open any app after using this mod -_-
and neither i cant view my installed apps in settings
help please !
@AndroidFire
Click to expand...
Click to collapse
very strange... this how to greate work on nexus 5 (this mod have many costom roms) !!!
if no work,replace the framework.jar back to stock

Related

[APP][2.3+][PORT] Samsung Touchwiz MyFiles Ultimate Port v2 [Update][Multilang]

Main Thread
If this app isnt running smooth (for android 4+) Enable force gpu rendering 2d in developer settings
Changelog
v2-
Fixed menu oversized icon bug
Enhanced resolution for hd devices
New app icon
New menu icons
and a lot of changes i dont remember
User top comments​
-CALIBAN666- said:
have found this cool ported stockapp from samsung,since the day i have my phone i have look for this,because for me its not comfortable when i need files from external sd(i use it very often),so this is perfect.just click on myfiles and and im on externel sd,100% same like in samsung with gingerbread 2.3,tiny and easy.just move to system/app and set permission to rw-r-r- and reboot(my way).no prob on my L5-with flatzkis latest clean jb v4 rom.:good:
here is link to original thread,credits to the dev.greeeetz
[APP][2.3+]Ported Stock Samsung File Manager
Click to expand...
Click to collapse
jsarunotres said:
thank for sharing bro
its working great in my l3
Click to expand...
Click to collapse
sponmagnet said:
Thank You
Click to expand...
Click to collapse
am2012 said:
Great. Wanted this for a long time!
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
SFCMouco said:
Great work! it works fine in my room!
Click to expand...
Click to collapse
-CALIBAN666- said:
worx perfect on my lg-l5-e610 with jb 4.1.2.thanx for the idea and work,have long searched for this.:good:
Click to expand...
Click to collapse
​
Screenshots
Difference btw v1 and v2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tips
You can enable hidden folders via settings
v2- now you install w-o root
Download
v2- MOD EDIT - ADFLY links removed[you dont need root anymore]​

[Guide] How to add banner in "About Phone" | Noob friendly

Hello folks .... I’ve backed to xda after a looong time because exams
My new TUT for adding logo in "About Phone" .
Inspired by this THREAD
Credits :
@gravtec for inspiring big thanks for you bro .
What you need ? :
Latest APKTOOL package .
A brain .
PC .
Knowledge in decompiling and recompiling .
Lets start the GUIDE !
Resources
APKTOOL here .
Image Resolution : 700*215 .
Guide​
First Part​
Decompile Settings
Go to res/Layout folder
Download this file
paste it in Layout folder
Second Part​
Copy the image to res/drawable folder
Rename it to logo and it must be "PNG" !
EX: logo.png
Click to expand...
Click to collapse
Third Part​
Go to res/xml
open device_info_settings.xml
Add this
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
after this line
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Click to expand...
Click to collapse
EX :
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
SAMPLE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Reserved for future
More things will add for this feature
awesome
Good bro
Sent from my LT26ii using XDA Premium 4 mobile app
Nice guide thanks
sent from my lt26i running android 4.4 by RaymanFX
great tutorial mate! hoping to finish ur rom soon
guidance mod Setting White Balance + Staminamode is better.
trinhvanan12 said:
guidance mod Setting White Balance + Staminamode is better.
Click to expand...
Click to collapse
Those things are not as simple as adding a few lines in Settings.
They have to be ported, I.e. Some files have to be modified too.
Sent from my brain using my Xperia S1

[APK] [4.1+] Semcvideo7.1.A.0.4 [update v3]

Recompile and edit by try71023
DOWNLOAD:
View attachment v3.zip
V3:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Other...
V2:
Remove the virtual keys
Other...
Changelog
Quote:
Improve stability
Easier to identify different folders
try71023 said:
by try71023
Download:
https://www.dropbox.com/s/k82yilorey3ncrc/SemcVideo.rar
Changelog
Quote:
Improve stability
Easier to identify different folders
Click to expand...
Click to collapse
Awesome work mate . . .working perfectly. :good:
This is port or clean app?
Lt26i tapatalk Poland
try71023 said:
by try71023
Download:
https://www.dropbox.com/s/k82yilorey3ncrc/SemcVideo.rar
Changelog
Quote:
Improve stability
Easier to identify different folders
Click to expand...
Click to collapse
thanks bro....
The app opens properly but when i try to play a video..It fc's..
Works!!
@try71023 Work fine for me thanks.
AND want to share one bug if you want to Fix.
Working bro.... :thumbup::beer: Thanks.
How to download v3 ?
Sent from my LT26i using XDA Premium 4 mobile app
yonAn.-DaiMe said:
How to download v3 ?
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
here is the direct link:
https://www.dropbox.com/s/hu85raiogv2sg03/SemcVideoV3.rar
Doesn't work on Jb based on.96 z2 style rom. It force closes when playing a video. Already clear data amd pushed it on system/app
Yeah...i had that same problem..
BTW...It works great on cm11...
Thanks...
Thanks for your work
But can i get the link or apk of ver.2?
In ver.3, there is a virtual key problem like ver.1.
So i want to go back to ver.2 but the link of ver.2 has disappeared.
Please help me:crying:
yonAn.-DaiMe said:
Working bro.... :thumbup::beer: Thanks.
Click to expand...
Click to collapse
Do you have ver 2? Can i get it? Please leave any answer i really want to get ver 2 :crying:
Please update new version Movies 7.2.A.0.4. Thanks for good work
@try71023,
Hi friend,
if you have more times, i update new version from here: http://forum.xda-developers.com/showthread.php?t=2423361 NEW Latest Sony MEDIA Apps: Movies 7.2.A.0.4[19 Aug 2014] BY @kongaz2.
Thank you very much :fingers-crossed::fingers-crossed::fingers-crossed:

[SystemUI][BOD7] TOOLBOX / NO SF-QC / 6 TOGGLES - SystemUI MOD -> TEKHDway,...!*!

LOLLIPOP BOD7 (STOCK T-Mobile ODEX) SystemUI -> Toolbox / No S Finder & Quick Connect / Toggles in Rows of 6 / White Toggles / Toggles Expansion - Flashable ZIP
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Toolbox Enabled
Download here:
https://www.androidfilehost.com/?fid=23991606952597389
Hey TEKHD, Thank you! but... Are you crazy? Those are too many toggles!!!...
No Problem...
1. Download SQLite Editor from the PlayStore or any other SQL Editor for Android...
2. Go to the FILES TAB on top, and Navigate to:
/data/data/com.android.providers.settings/databases/settings.db/system/
and look for:
notification_panel_active_app_list
Press and hold notification_panel_active_app_list and select EDIT RECORD... (notification_panel_active_app_list is like 3/4 to the bottom on my phone)
Remove the Toggles that you don't want... Exit APP, Reboot... Done.
> > > I just ask for a simple . . .
Will this work on note edge n915F please confirm
rockykv2 said:
Will this work on note edge n915F please confirm
Click to expand...
Click to collapse
No, just T-Mobile N915T...
Thanks for tinkering and sharing!!!:thumbup:
Sent from my SM-N915T
So, i flashed on sprint... however the toggles appears to be cropped when there are no notifications in the drop down... lol.. thanks for the work brother.. wish it worked for us too.. XD
Has anyone tried on Deodexed?
sshafranko said:
Has anyone tried on Deodexed?
Click to expand...
Click to collapse
Yup. Ran it on Loco's stock ROM yesterday. Works perfect.
I have it install on My n915f it work great.
Awsome work.
Can you make it with 3mint mod Please.
Thank you and sorry for My bad English
rockykv2 said:
Will this work on note edge n915F please confirm
Click to expand...
Click to collapse
woks perfect on my SM-N915FY. JUST FOLLOW THE STEPS IN THE TUTORIAL!
THANKS MAN!!!!! KUDOS
cristian_codrin said:
woks perfect on my SM-N915FY. JUST FOLLOW THE STEPS IN THE TUTORIAL!
THANKS MAN!!!!! KUDOS
Click to expand...
Click to collapse
Hi Cristian,
I want to test [Multi CSC]Micky387_LolliFamous_V2.3_BOD5 rom and this add-on seems to be compatible.
Can you explain what is needed and how you did it (main steps)?
What about language in the buttons?
PD: I own a SM-N915FY too (PHE spanish)
Thanks in advance for your(s) answer(s)

[Theme][BAFFMODI TEAM][4.2.2][I9082] AuroraUI for Grand Duos

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hallo guys
Introduction
I want to share my theme here. This is the first my thread in xda
I make this theme for Grand Duos GT-I9082 (NOT TESTED IN ANOTHER MODEL). Its just SystemUI. Oh yeah, page 3 -
5 is empty, fill yourself ok!
Click to expand...
Click to collapse
Features
- 5 Tab ViewPager (You can change the page transition in RvP Settings)
- Cover anim with changeable profile picture & text (Use UI editor to change it)
- RAM Usage
- Greeting Text (currently using Indonesian Language. I'll tell how to change it at the end of the thread)
Requirements
- Stock DEODEX 4.2.2 (Dont flash this theme on another roms !)
- Disabled Signatures
Click to expand...
Click to collapse
Note:
If you are on stock ODEX. please delete SystemUI.odex in system/app/here before flashing. But, make sure you have been disable signature your device first !!
Install:
Just flashing this theme using CWM/TWRP
Downloads:
https://www.dropbox.com/s/4q5zn6cmewhr1rz/AuroraUI_i9082_4.2.2[BAFFMODI TEAM].zip?dl=0
How to change Greeting Text:
- Decompile SystemUI
- Go to smali/com/petrux/ui and open PetrUXGreetingText.smali
Search:
selamat
Click to expand...
Click to collapse
then you will find this:
Code:
const-string v6, "Selamat malam"
- Change the text Selamat blabla to whatever you wants.
Selamat malam = Good night
Selamat pagi = Good morning
Selamat sore = Good afternoon
Selamat siang = Good afternoon (daylight)
Click to expand...
Click to collapse
- Save and recompile
Thanks to:
- Uncle Budi Elhami
- My Girlfriends
Credit:
- Uncle Sang Iciper
- Uncle Ariv
- Uncle Petrux
- Uncle Kevin
- Uncle thats make L running Proses guides
- Mediatek Android Art and Dev facebook groups
- Samsung Galaxy Grand Duos Indonesia facebook groups
PLEASE DO NOT RE-EDIT OR MIRROR LINKS WITHOUT MY PERMISSIONS !!!
Hit thanks if you love my theme :fingers-crossed: :laugh:
Reserved
Thanks!!!
can u plz make an OreoGo rom for our Galaxy Grand
Saadatrm said:
Thanks!!!
can u plz make an OreoGo rom for our Galaxy Grand
Click to expand...
Click to collapse
sorry, unfortunately i can't

Categories

Resources