1GBRAM By saurabh0291 - Micromax A110

http://forum.xda-developers.com/showthread.php?t=2531124
How Do i know that my RAM has Increased as @saurabh0291 Said..
Even After I applied the Script with My BB kernel i can't see any difference in ram management.It has 470MB which is the Same

nivednk14 said:
http://forum.xda-developers.com/showthread.php?t=2531124
How Do i know that my RAM has Increased as @saurabh0291 Said..
Even After I applied the Script with My BB kernel i can't see any difference in ram management.It has 470MB which is the Same
Click to expand...
Click to collapse
install terminal emulator
than type
su
free -m
or you can check using memory and swap info app from playstore

Related

(TWEAK'S) Deodex/odex tweak build.prop tweaks etc

More tweaks being added see below!!!!!!!!!
Here's a little tip/tweak!!!!!!
All credit goes to my friend Nibras Reeza this is hes work all credit to him im just the messenger. I tested this tweak for him awhile back in the GT540 thread tried it on the TF101 and had great results so thought I should share
This wasnt supposed to be a tweak for devices with 1Gb of RAM etc. However I think if I had to choose odexed or deodexed I would choose deodexed plus this tweak no matter what device no matter how much RAM.
AS WITH ANY MODDING PROCEDURE FOR YOUR PHONE, THIS GUIDE ALSO COMES WITH NO WARRANTY. AUTHOR HOLDS NO RESPONSIBILITY FOR ANY DIRECT AND INDIRECT CONSEQUENCES OF FOLLOWING THIS GUIDE. MAKE SURE YOU HAVE MADE A NAND BACKUP BEFORE PROCEEDING.
This will give a performance boost in deodexed ROMs as much as odexing system & data apps. This is an alternative for odexing. It's not that you can't apply this tweak on an odexed ROM but rather, it's useless to do so.
1) Open Terminal Emulator on phone or adb shell from PC and type the following.
su
setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=v
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
2) Add these to the /data/local.prop or build.prop.
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=v
(Copy local.prop or build.prop to SD and edit them. Copy back afterwards. If lines starting with dalvik.vm.verify-bytecode or dalvik.vm.dexopt-flags exist already, please modify them as above. Also type following in adb shell or terminal emulator.
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
Advantages:
More free RAM.
Faster launch for system & user apps during the second launch.
Gives as much as of a performance boost as ODEX without odexing. Themer friendly.
Smoother app switching.
Disadvantages:
Might break some apps. ( I have not had any break you probably wont either but you have been warned!!!! )
Reversing the change/undo tweak.
Type the following in shell.
su
setprop dalvik.vm.verify-bytecode true
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
WARNING!!! (Have had a few people have this problem) If you have V6Supercharger installed and you are trying to edit the build.prop through root explorer or similar and its just not working its not the tweaks fault nor my fault you must Un-Supercharge edit the build.prop then Re-Supercharge afterwards!
MORE TWEAKS!!!!!!!!!!!!!!!!
I will add to this section when I can mostly just build.prop tweaks or change's to settings that might help some people get there device a little smoother
##########################
**Improve Touch Performance**
1. Open up your favorite Root explorer
2. Open build.prop in a text editor
3. Add this line of code ( windowsmgr.max_events_per_sec=500 )
4. Save and exit and delete build.prop.bak if you trust the tweak
5. Reboot Enjoy
Quick note if your build.prop has an additional build properties section the line of code needs to go in there !!!!!
###########################
**Dalvik Tweak**
1. Open up your favorite Root explorer
2. Open build.prop in a text editor
3. The line of code stating the vm growth will usually be set around 32-48 on some TF101 roms they now use 54-64 Thanks for the support devs
4. Save and exit and delete build.prop.bak if you trust the tweak
5. Reboot to Recovery
6. Wipe Cache and Dalvik-Cache
7. Reboot Enjoy
############################
To be continued......
ADDING MORE SOON BUT WANT THEM TO BE 4.0.3 SPECIFIC SO LOTS OF TRIAL AND ERROR HAPPENING
The problem with this is that it just turns off the dalvik controlls, so it may break some apks. Nice tweak, however
Will give this a go later.
Is there any reason why it wouldn't work in ics?
Sent from my HTC Desire Z using xda premium
Tried it on my phone with CM7.1 and everything is fine... I'm not sure if it improoved but I'm not getting any errors from apps...
i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium
gnufabio said:
The problem with this is that it just turns off the dalvik controlls, so it may break some apks. Nice tweak, however
Click to expand...
Click to collapse
Cheers im looking into a few other tweaks and tricks at the moment will post if theres any good ones
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )
pashinator said:
i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Haha goog to see another gt owner and yes im pretty sure it is now
Ive had people at univerrsity and a couple of mates ask if it was one of the first androids ever lol
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )
pashinator said:
i remember trying this on my gt540 (why is it now legacy device section?) and it worked great but we would have 100mb free ram at a time whereas ow i got a gig in this badboy. confirmed works.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
UNIX-like systems cache eveything and as memory is needed, lesser used cached items are purged. If you have a UNIX-like system that has a lot of free RAM, your system is not running at optimal performance. Empty RAM is wasted RAM.
Cheers!
-M
Xda member since 2007
every time i run rm /cache/dalvik-cache/* it fails but wiping the dalvik cache in CWM will do the same thing correct?
mrevankyle said:
every time i run rm /cache/dalvik-cache/* it fails but wiping the dalvik cache in CWM will do the same thing correct?
Click to expand...
Click to collapse
Correct
With mine i cleaned cache also aswell as cleared out staging but thats just me
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )
dragon_76 said:
UNIX-like systems cache eveything and as memory is needed, lesser used cached items are purged. If you have a UNIX-like system that has a lot of free RAM, your system is not running at optimal performance. Empty RAM is wasted RAM.
Cheers!
-M
Xda member since 2007
Click to expand...
Click to collapse
This is true but theres alot to be said for the way the system uses that ram its not about using all of it its about using it wisely a nicely tweaked efficient unix system can run on 100mb of ram even less hell i had ubuntu running alright on my gt540 before i got the transformer.
My point free ram is not always wasted ram
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test ( still a little crashy at this speed )
This is interesting. I might try to implement this on G1. But not a TF rom, doesn't make sense to me atm.
Btw, free ram in android means faster app launch times, especially on devices low on ram.
jcarrz1 said:
This is interesting. I might try to implement this on G1. But not a TF rom, doesn't make sense to me atm.
Btw, free ram in android means faster app launch times, especially on devices low on ram.
Click to expand...
Click to collapse
+1 thankyou sir!!
By all means have a jam im probably going to post more tweaks soon just testing them and screwing round with bits
Sent from my tf Enigmatic V2 beta 1.65Ghz Panda.test cust kernel settings
Thanks. Confirmed working.
you're welcome should have more soon
Sent from my tf running krakd warped an twisted 1544mhz Blades kernel
On my TF I have no /data/local.prop or build.prop... suggestions? I have a build.prop under the system folder.
nappent said:
On my TF I have no /data/local.prop or build.prop... suggestions? I have a build.prop under the system folder.
Click to expand...
Click to collapse
default.prop should be in root folder
build.prop is in /system
mrevankyle said:
default.prop should be in root folder
build.prop is in /system
Click to expand...
Click to collapse
What? This mod has nothing to do with the default.prop. I don't understand how that can help me as it was not mentioned in the OP.
Hello, just dropping by to let you know that your thread has been featured on the XDA Portal
http://www.xda-developers.com/andro...-best-of-both-worlds-for-eee-pad-transformer/
Hi!
Just tried this on a sk17i with 2.3.4 (Xperia Mini Pro) Feeling good so far!

[GUIDE]Supercharging your Rom: for those who want more...[UPDATED : 28/04/2013]

Hi Guys,
Here i present a Work in progress Guide(cause i'm constantly learning and evolving this guide as a result) on the best settings for the supercharger v6 script to achieve the most out of your rom.
Prerequisites:
>Android device with 280mb user accessible ram(sorry but currently these are the devices targeted).
>Root acess, script manager and init.d support(tested on cm7 will work on both stock and cm roms).
>A usable brain.
>Common Sense
>a will to experiment
>not being an Ass and helping here if you can.
>Crossbreeder
>Supercharger script
Thread Map :
Post #2 : Supercharging and crossbreeder co usage.
Post #3 : Some more supercharging.(experimental)
Post #4 : Sysctl.conf tweaks for a better battery life(experimental)
Post #5 : Credits.
NOTE : attached to this post is a zipalign binary if your rom doesnt have it(look in /system/bin and /system/xbin) then extract binary from rar file and move it to /system/bin and give permission 0755(rwx,r-x,r-x)
how to do via adb
Code:
adb push zipalign /system/bin/
adb shell
chmod 0755 /system/bin/zipalign
Supercharger and Cross-breeder co-usage.
Supercharger CrossBreeder Combo:-- Yes This will help provide a boost.(this is an alternate to Activo Speeder,Adrenaline engine+boost)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Q.Now you guys ask me why to use crossbreeder along with supercharger ?
Ans.Crossbreeder is an entropy generator(faster refreshing & movements generation in apps) along with dnsmasq cached dns requests(speeds the net)It does nothing where the ram is concerned(and ram is a scarce resource).Here's where Supercharger comes in the combination of min-frees , and fast engine flush(its like an automated adrenaline boost!)allows for much better user experience.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to patch service.jar Guide below
your service.jar is not patched(otherwise oom groupings would be fixed and launcher patched only for ics and above).
you are using windows download this zip(yes its a zip) extract its contents to a folder.
now connect your device to the computer(enable usb debugging and allow root permission for adb and apps).
now from the folder you extracted the Ultimate jar power tools to click on ultimate_jar_patcher_adb.bat
while running since you have connected your phone and enabled all settings as mentioned choose live mode.
If you face any problems upload your service.jar here and I'll patch it.
Note : - the service.jar doesn't need to be patched for 2.3 or 2.2 as the values are written & read from build.prop or local.prop(preference to build.prop).
now lets begin.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Install CrossBreeder in recovery its a flash-able zip.
now for the interesting part cross-breeder has certain parts of supercharger in it.Mainly Kernel Mods(KAK)
so in supercharger I'm sure you know how to use it if no here's a small guide.
Guide
install an app called script manager(available in the play-store).
inside the app your first prompt will have an option of browse as root choose it(gets highlighted as blue)and click OK
now navigate to where the downloaded script is located and click on it.
on the top corner there should be an icon of superuser (skull with cross bones) click it and the n click run
now you are running the script....
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
now I wont help you with each and every aspect here(Its actually very simple if confused ask).
main point is to accept nearly everything when asked
a few exceptions are.
if you have zip align is any other script like int2ext then choose to disable boot align and zip align and only enable fix emissions.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
launcher strength = die-hard
Note :don't lock home in memory.
min-frees Settings this is your ram manager :
The setting are not available for 384mb devices(like us) so after a lot of trial and error I found the best working categorization they are as follows :-
Old Settings:
for people who like to have a smooth lag-free experience in their current app BUT no multitasking choose balanced(512hp) categorized by me as aggressive.(option 6)
for people who like limited multitasking along with a fairly lag-free experience choose Quick v6 cust-OOMizer. Categorized by me as balanced. (option 10).
for people who like a large amount of apps open simultaneously and don't mid as many apps open choose 256hp balanced categorized by me as Multitasking (option 3).
a good guide to understand min-free settings and OOM is this
Note : disable zram(comp-cache).
Note : disable lock launcher in memory.
now when prompted for kernel strength choose default(thus no conflict with crossbreeder).
Detailing (helps use it).
for detailing choose every 4th boot.
Some Moarh Supercharging(Experimental).
New Settings: (only for people who know what they are doing).
These are custom minfree values that can be entered from option 10(custOOMize) and not enabling minfree calculator values.
they are still experimental.
Code:
8,12,30,36,41,47----Balanced(same as minfree calculator).
8,12,33,39,44,50----Aggressive
8,12,24,30,35,41----Multitasking
Fast-Engine Flush
for fast engine flush(its kind of like adrenaline boost hell its the same). choose every 6hrs(its automatic wont even know its there) recommended for gb or froyo roms....still lagging choose every 3hrs or recommended is 6 hrs.
NOTE FOR GAMERS
enable fast engine flush every . hrs this will remove cached apps every 6mins allowing for free ram i.e a fast and generally lagfree experience though i recommend to change back to 6hrs once game finishes.
this should allow for a fast and smooth performance with no loss of life.
Thanks and Happy Flashing.
Sysctl.conf tweaks for a better battery life(Highly Experimental)
Attached is a sysctl.conf file that should be placed in /system/etc/<here>(first unzip it) with permission rw-,r--,r-- or 0644
also if you are on a rom other than cm7 then also place in /system/etc/init.d/<here> file 01sysctl(first unzip it) and permission 0755 or rwx,r-x,r-x
these are certain tweaks for the kernel that are executed at boot time and supose to help improve the battery life as stated experimental.
Risk:
Lower battery life ,lag.
for those who want to see the sysctl tweaks here they are.
HTML:
vm.drop_caches=3
vm.oom_kill_allocating_task=0
vm.panic_on_oom=0
vm.dirty_background_ratio=70
vm.dirty_ratio=90
vm.vfs_cache_pressure=10
vm.overcommit_memory=1
vm.min_free_order_shift=4
vm.laptop_mode=0
vm.block_dump=0
vm.oom_dump_tasks=1
vm.swappiness=60
vm.dirty_writeback_centisecs=500
vm.dirty_expire_centisecs=250
vm.min_free_kbytes=4096
fs.file-max=524288
fs.inotify.max_queued_events=32000
fs.inotify.max_user_instances=256
fs.inotify.max_user_watches=10240
fs.lease-break-time=10
kernel.msgmax=65536
kernel.msgmni=2048
kernel.panic=10
kernel.random.read_wakeup_threshold=128
kernel.random.write_wakeup_threshold=256
kernel.sem='500 512000 64 2048'
kernel.shmmax=268435456
kernel.threads-max=524288
net.core.rmem_max=524288
net.core.wmem_max=524288
net.ipv4.tcp_rmem='6144 87380 524288'
net.ipv4.tcp_wmem='6144 87380 524288'
net.ipv4.tcp_timestamps=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_congestion_control=cubic
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_tw_reuse=1
Credits
Zepelinrox(Supercharger creater)
Hero(sysctl.conf guy)
idcrisis(crossbreeder developer)
Dark Passenger(Guide maker)
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
ZmisiS said:
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
Click to expand...
Click to collapse
Install V6, install crossbreeder done
ZmisiS said:
@ Dark Passenger
I don't understand nothing. What need install? If all, I think it is much. It is too tangled for me.
Click to expand...
Click to collapse
Its a guide to know which settings to configure in Supercharger v6 script so as to get the best performance.
So to install you need the supercharger script.
swat4samp said:
Install V6, install crossbreeder done
Click to expand...
Click to collapse
actually i found supercharger entropy enlarger is better than crossbreeder(doesnt get killed easily and better scaling).
Dark Passenger said:
Its a guide to know which settings to configure in Supercharger v6 script so as to get the best performance.
So to install you need the supercharger script.
actually i found supercharger entropy enlarger is better than crossbreeder(doesnt get killed easily and better scaling).
Click to expand...
Click to collapse
But i observed battey drain with supercharger's entropy generator..thats the reason i am using crossbreeder (well honestly i dunno whether its getting killed or not)..so ur suggestion is to use supercharger's entropy??I will have a go once again..
swat4samp said:
But i observed battey drain with supercharger's entropy generator..thats the reason i am using crossbreeder (well honestly i dunno whether its getting killed or not)..so ur suggestion is to use supercharger's entropy??I will have a go once again..
Click to expand...
Click to collapse
most likely the drain is because the entropy enlarger runs through out rather than only when device is awake.Dunno about now but the battery is okay for me works a day and a half with generally medium usage.
if crossbreeder works for you go for it.
also about battery try the sysctl.conf tweaks they cause a battery drain of 1% in 6 hrs.Litterally seems as if the percentage meter was faulty. though this was during device sleeping with mobile data and sync on.
Bro is it good for cm7 too? Means is it beneficial to cm7 too? I think yes but what about services.jar patching of mini cm7 or official cm7?
Where to find zipalign binary for cm10...?
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Raj joshi said:
Bro is it good for cm7 too? Means is it beneficial to cm7 too? I think yes but what about services.jar patching of mini cm7 or official cm7?
Click to expand...
Click to collapse
Yes am using it currently in official cm7.(the main benefit is if you use an app2sd script and with a gazillion apps).
JatinSoni said:
Where to find zipalign binary for cm10...?
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
attaching to first post please wait.
EDIT attached along with how to give permission and copy via adb.
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
JatinSoni said:
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
download this :
http://forum.xda-developers.com/attachment.php?attachmentid=1241890&d=1344115573
unzip it and open sqlite3+zipalign_installer_v6.sh with script manager. it will automatically install zipalagn binary .
JatinSoni said:
I download zipalign & paste it to system/ bin & x bin....give it proper permission but still problem as it is.
Sent from my GT-S5670 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
only in bin not both bin and xbin.
ehsan-black said:
download this :
http://forum.xda-developers.com/attachment.php?attachmentid=1241890&d=1344115573
unzip it and open sqlite3+zipalign_installer_v6.sh with script manager. it will automatically install zipalagn binary .
Click to expand...
Click to collapse
Is this complete program? Need more something install?
ZmisiS said:
Is this complete program? Need more something install?
Click to expand...
Click to collapse
yes. it's complete. just Extract the zip to the root of the sdcard and it will all be in /sdcard/SuperCharger_Starter_Kit.and open zipalign script with script manager
ehsan-black said:
yes. it's complete. just Extract the zip to the root of the sdcard and it will all be in /sdcard/SuperCharger_Starter_Kit.and open zipalign script with script manager
Click to expand...
Click to collapse
I tried with Script Manager and I got notification that I run it with root and that I tray again. I opened Script Manager and click Allow for root, but problem is same. Font size in Script Manager is so smal.
ZmisiS said:
I tried with Script Manager and I got notification that I run it with root and that I tray again. I opened Script Manager and click Allow for root, but problem is same. Font size in Script Manager is so smal.
Click to expand...
Click to collapse
did you hit Skull and Bones icon?!!

I need help about "free command"

sh : free: not found. i want to swap ram, but i can`t , who can help me, thank, i use viettel i9(tooky t83)
busybox
clfdhq said:
sh : free: not found. i want to swap ram, but i can`t , who can help me, thank, i use viettel i9(tooky t83)
Click to expand...
Click to collapse
is your phone rooted? do you have busybox installed on your phone?
kostoulhs said:
is your phone rooted? do you have busybox installed on your phone?
Click to expand...
Click to collapse
yes, it rooted and busybox 1.20
clfdhq said:
yes, it rooted and busybox 1.20
Click to expand...
Click to collapse
Your kernel needs to support swap feature. Which android version / rom is actually installed?
LS.xD said:
Your kernel needs to support swap feature. Which android version / rom is actually installed?
Click to expand...
Click to collapse
Version info:
BB chip : MT6575
MS Board.: k75_ics
Kernel Ver.: 3,0,13([email protected]) (gcc version 4.4.3 GCC) #1 PREEMPT
Android Ver. : 4.0.3
Custom Build Verno: A11Plus.V1.2.1
clfdhq said:
Version info:
BB chip : MT6575
MS Board.: k75_ics
Kernel Ver.: 3,0,13([email protected]) (gcc version 4.4.3 GCC) #1 PREEMPT
Android Ver. : 4.0.3
Custom Build Verno: A11Plus.V1.2.1
Click to expand...
Click to collapse
Install Performance Control to check / edit your virtual ram settings
LS.xD said:
Install Performance Control to check / edit your virtual ram settings
Click to expand...
Click to collapse
how to use it, thanks
clfdhq said:
how to use it, thanks
Click to expand...
Click to collapse
Install it (Copy the.apk file to your sd card -> use a file manager -> click on it to install the apk)
Open Performance Control -> grant root access -> Got to "Memory settings" -> the last options is called "ZRAM" as far as your kernel supports this feature. The stock value is 18% of physical ram, but you can change it as you like. Kee pin mind that setting a large amount of virtual ram (e.g. 100% of physical ram) will really slow down your device instead of speeding it up.
LS.xD said:
Install it (Copy the.apk file to your sd card -> use a file manager -> click on it to install the apk)
Open Performance Control -> grant root access -> Got to "Memory settings" -> the last options is called "ZRAM" as far as your kernel supports this feature. The stock value is 18% of physical ram, but you can change it as you like. Kee pin mind that setting a large amount of virtual ram (e.g. 100% of physical ram) will really slow down your device instead of speeding it up.
Click to expand...
Click to collapse
oh, no i not see "ZRAM", i think kernel my not support it, can i rebuild kernel to support it, how to rebuild?, thank
clfdhq said:
oh, no i not see "ZRAM", i think kernel my not support it, can i rebuild kernel to support it, how to rebuild?, thank
Click to expand...
Click to collapse
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
LS.xD said:
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
Click to expand...
Click to collapse
yes, my phone not have CWM, can`t up ROM, or anything like, i can only use <250 mb, Phone it name Viettel I9(name at my country) , can you help me ask bro know build kernel, thank
LS.xD said:
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
Click to expand...
Click to collapse
Have U Rom for my phone?, Can u give it to me, thanks

[port] l speed for nokia x2

This L SPEED IS MADE By. #PAGET96
#MALTONATOR
For more details and downloads go to http://forum.xda-developers.com/showthread.php?p=58598266
L Speed is a mod that combines some scripts and little tweaks in one package which is aimed to improve performance, reduce lags and expand battery life.
Originally developed for the LG L Series and Nokia X2, now this mod is expanded and modified accordingly to run on any device!
This mod will work on any device.
All you need to ensure is that your phone is running Android!
It will work from Android 2.3 (Gingerbread) to Android 6.0 (Marshmallow)
DO NOT USE THIS MOD WITH OTHER MOD, CLEAN UP YOUR init.d FOLDER BEFORE FLASHING!
If you're updating from previous versions, you don't need to do anything, the script will do everything automatically
User friendly (clear menu in Terminal Emulator)
Less RAM usage through zipalign
Better Performance
Less lags with LMK Tweak and various VM Tweaks
Faster SDCARD Read/Write speed
Cleaner script for cleaning system
Better battery life
CPU tuner
Battery calibration
Seeder
Kernel tweaks
FS Trim
No more ads, host file updated
How to clean up init.d
Use a root explorer as File Explorer)
* go to root directory ( / )
* navigate to /system/etc/init.d
* Open init.d folder
* Delete all files from other mods (e.g. zipalign, sqlite, setpermissions, System tweaks, etc.)
* Done! Optionally, do a reboot for safety measure
Requirements
* Root Access
* init.d support (Users without init.d just flash the mod, but SuperSU is needed)
* Custom Recovery (such as CWM or TWRP)
- Mod will not be properly flashed on some device with TWRP because the recovery doesn't have /tmp folder
* Minimal ~10MB free space on system partition
How to install:
Before flashing please take a backup to avoid any incompatibility issues. (Just in case)
1. Change SElinux to permissive*IMPORTANT* (but no need for Nokia x2 because we already have it)
3. Reboot into recovery mode
4. Flash zip file
5. Reboot
6. Profit!
L Speed menu: (check script, L Speed Wizard, changelogs, uninstall)
Download Terminal Emulator from Play Store
Open it and type:
su
LS
You can BOOST your device directly from teriminal emulator
Thanks to
*@Paget32
XDAevDB Information
L SPEED, Tool/Utility for the Android General
Contributors
Yasat nokiax2,Paget96, skyinfo, F4uzan, aidasaidas75
Source Code: https://github.com/Paget96/L_SPEED.git
Version Information
Status: Stable
Stable Release Date: 2015-09-18
Created 2015-02-11
Last Updated 2015-09-18
What's this? There is already a thread for l speed.
Yes, but not in Nokia x2.☺
Sent from my ara
There is no thread for l speed for a certain device because it's made for all devices.
Totally time pass mod....i tried in cm11 no speed improvement i think i makes my phn more laggy now
Same problem.....
please use wisely guys. it works fine for me
yasat nokiax2 said:
please use wisely guys. it works fine for me
Click to expand...
Click to collapse
It performs good but not too good.....in cm11 before install l speed scroll lags and also after install this prblm occurs.....no chng
@yasat nokiax2 what exacktly to download from the zips because there is a lot?
https://www.androidfilehost.com/?fid=24269982086995056
Try that @Ahmed X
its laggy.. **** -_-
sonic.exp said:
its laggy.. **** -_-
Click to expand...
Click to collapse
Hey bro, can you please let me know which settings you used. Sol that we can solve that lag. Thank you!
@yasat nokiax2 bro......after flash play store sometime my phn gets leggy but after lock the screen and on its runs smooth how to solve......?
Pawan987 said:
@yasat nokiax2 bro......after flash play store sometime my phn gets leggy but after lock the screen and on its runs smooth how to solve......?
Click to expand...
Click to collapse
Hmm. Do you have good storage bro. I mean like >600mb internal storage?
yasat nokiax2 said:
Hmm. Do you have good storage bro. I mean like >600mb internal storage?
Click to expand...
Click to collapse
Yes i have
And what about mem card?
If you have more that 1gb in your mem. Card then download a app called ram expander from browser since its paid app. Open it and swap your wish in your mem. Card. Don't forget to keep 100% swappiness and autorun on. After completed reboot your device.
yasat nokiax2 said:
And what about mem card?
Click to expand...
Click to collapse
Yes mem crd also has 2-3gb free space
---------- Post added at 05:58 PM ---------- Previous post was at 05:55 PM ----------
yasat nokiax2 said:
If you have more that 1gb in your mem. Card then download a app called ram expander from browser since its paid app. Open it and swap your wish in your mem. Card. Don't forget to keep 100% swappiness and autorun on. After completed reboot your device.
Click to expand...
Click to collapse
I will try....thanks bro for help
Why y bee deleted all things...what happened??yasat
Pawan987 said:
Yes mem crd also has 2-3gb free space
Click to expand...
Click to collapse
Yeah try that . it may work. Let's me know the result bro

make your samsung core fast,hangfree,lag free; by increasing RAM !!!

1.you need rooted phone and custom recovery install like CWM or TWRP
2.you need kernel supporting swap ram feature..download and flash filth kernel for Samsung core
3.download ram expander .select partition as your ex SD card..them select ram by slider or just click optimal value..it automatically select best ram value..tick auto run notify icon ..now create swap file..don't forget to activate swap
4.enjoy..u can boost ram upto 4gb
ayaj007 said:
1.you need rooted phone and custom recovery install like CWM or TWRP
2.you need kernel supporting swap ram feature..download and flash filth kernel for Samsung core
3.download ram expander .select partition as your ex SD card..them select ram by slider or just click optimal value..it automatically select best ram value..tick auto run notify icon ..now create swap file..don't forget to activate swap
4.enjoy..u can boost ram upto 4gb
Click to expand...
Click to collapse
Hey bro it's not working... Can u give soma screen shotof the process???
Srinjay said:
Hey bro it's not working... Can u give soma screen shotof the process???
Click to expand...
Click to collapse
1.to test your kernel support swapping of ram,download and install MEMORY INFO AND SWAP FILE CHECK from play store....for our core..filth kernel support this feature if
u already flashed it then no need to check for support
2.proceed as mention..see screenshot
ayaj007 said:
1.to test your kernel support swapping of ram,download and install MEMORY INFO AND SWAP FILE CHECK from play store....for our core..filth kernel support this feature if
u already flashed it then no need to check for support
2.proceed as mention..see screenshot
Click to expand...
Click to collapse
refer link
https://www.androidpit.com/increase-phone-ram
can i use this karnel in samsung core 2? bcoz, ramexpander doesn't work in my phone!
i am nit sure
kchat said:
can i use this karnel in samsung core 2? bcoz, ramexpander doesn't work in my phone!
Click to expand...
Click to collapse
i am not sure about it because i dont have core 2 to test it...you should backup your rom and test it with your own risk
ayaj007 said:
i am not sure about it because i dont have core 2 to test it...you should backup your rom and test it with your own risk
Click to expand...
Click to collapse
ok. i see i've to take the risk!!!:crying:
:/
hey guys i have checked my device(core 2) with memory info app and have created a working swap with ram expander (3gb) ... now my issue is that when i use some resource intensive app the phone memory fills up first and not the swap hence crashing the app ... any help or suggestions.....

Categories

Resources