[MOD][JB] Project Butter Enhancer - Samsung Galaxy SL i9003

{
"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"
}
Project Butter Enhancer​
Using this MOD you can set different priority for different processes which can make a phone a lot faster and smoother when opening and applications, multitasking. It uses Renice commands for changing priority of processes. This does not mean that your applications will be super responsive right after your phone boots. You still have to wait for the application for redrawing the first time. After that, the application will be cached so that you wont need to wait for redrawing again.
In short:
- Makes Your Phone 5x Smoother & Faster
- Totally Customizable For Setting Priority
- Doesn't Affect Your Battery Life Much
Remember: For This Script To Work, You Need A Kernel That Supports "init.d"
How To Customize The Script?
In order to make the most of this script, you will have to customize it in order to set desired priority to different processes. For this you will have to edit certain parts of the script.
Part A: Locking The Launcher
Let's start by finding "USER_LAUNCHER=". Should be in starting only. By default, the launcher is set to CyanogenMod Trebuchet Launcher. If you use a different launcher, you will have to edit the part "com.cyanogenmod.trebuchet" and put the name of the data folder of your launcher.
To find the data folder, navigate to data/data. Scroll through the folders and find the one for your launcher.
Part B: Changing Priority Of Different Processes
For better understanding,
Higher Priority = More Smoother The Process
The highest priority you can set is "20". For editing them as per your requirement, find "Resident System Apps". Under this their will be many processes. To change priority, you will need to edit "NICELEVEL=-20" for the desired process.
Part C: Adding More Applications
To add more application, find "Other Apps". Under this find "PNAME=""". It will be in every line. Put the data folder name of the app you want to lock.
​

1. Download The Latest Script
2. Navigate To system/etc/init.d/
3. Paste The Script Here
4. Set Permissions To -rwxr-xr-x
5. Reboot
​
Download​

Is it enough just to copy paste that
.txt file as it is and changing permissions as you have mentioned above?
Sent from my GT-I9003 using cm10 alpha4 Tapatalk 2

Yes but I recommend you to edit it to match your needs. For details, see the First Post.

Hi what app do u recommend for navigating path ?
Sent from my Galaxy Nexus using xda premium

pdkenji said:
Hi what app do u recommend for navigating path ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Solid explorer

Is it possible to have a flashable zip ?
Sent from my Galaxy Nexus using xda premium

pdkenji said:
Is it possible to have a flashable zip ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I have a flashable zip but it doesn't set right permissions. So I don't wanna post it here.

@Top Droid..
Awesome work buddy....
i had decided to do this project butter thing..but was not able due to my exams..
nayways..awesome work !!!

I have Nova launcher. Can you please let me know what should I put as USER_LAUNCHER

Great job dude...
It's work flawlessly
Current ROM is cm10 alpha 4...
Sent from my GT-I9003 using xda premium

Code:
rwx r-x r-x
it is right ?
other files in init.d folder has this permissions

is there any problem if we have another scripts in init.d?

gabebcn said:
is there any problem if we have another scripts in init.d?
Click to expand...
Click to collapse
Not a problem!

Can this be used with supercharger v6 script .??

Can I edit all process to NICELEVEL=-20? I'm not understanding partC what other app have to add & add for what?

Based on my understanding on the script, the "Resident system apps" part, "Other system apps" part and "Other apps" part is just the same.
There is no different whether you put the apps in which part, just used to categorize it so that it looks nice and neat.
If you only put in 10 process to check, then at PROCESSES_TOTAL just put 10.
Code:
PROCESSES_TOTAL=10
If you have more process to check, simply edit the value to meet your case.
P.S. the script seems to have support number of processes up to 24.
And, in my case, I only check 10 process, if you put the process in different "part" or category, please do edit the $PROCESS_XX in front of each line so that it is in sequence and will be check.
XX is the number of process. If you check 13 processes, then use $PROCESS_1 until $PROCESS_13.
Eg:
Code:
if [ [B][COLOR="Red"]$PROCESS_10[/COLOR][/B] -eq "0" ]; then PNAME="com.speedsoftware.rootexplorer"; NICELEVEL=-15; if [ `pidof $PNAME` ]; then renice $NICELEVEL `pidof $PNAME`; PROCESS_14=1; P_CHECK=`expr $P_CHECK + 1`; fi; fi;
PS. note the text in BOLD RED and please edit the NICELEVEL= to suit ur requirement.
And for unused line, just put a "#" in front of the line so that it won't run that line.
And it is the same for LST Debug part, put a "#" in front of the line if you didn't use it.
By default, line for $PROCESS_15 until $PROCESS_18 has a "#" in front of it, means it is not in use and told the system to ignore this line.
I'm not sure but this may speed up the execution of the script.

ivAnash said:
Can this be used with supercharger v6 script .??
Click to expand...
Click to collapse
Yeah it can be used with it.
Im using this with v6 and it really works
Sent from my GT-I9003 using xda premium

Question from me, is this work for JellyBam A3? I'm not very sure about trying this on my phone, but this tweak just too interesting not to try it on my phone.

Rich'Dawg' said:
Question from me, is this work for JellyBam A3? I'm not very sure about trying this on my phone, but this tweak just too interesting not to try it on my phone.
Click to expand...
Click to collapse
It'll work for any ROM as long as it supports init.d scripts!

Related

[MultiDPI] Galaxy S Pack from Xan! UPDATED FOR GINGERBREAD!

Just in case someone missed the thread.
Since we don't have CWM, follow the instructions below
Download the GalaxySPack...
Unzip files in /system/app.
Backup your phone's file.apk that you are about to copy from GalaxySPack and also the odex file. (You can rename the files xxx.apk.bak, xxx.odex.bak)
Copy the files in your phone's /system/app/, reboot and there you go.
Done.
Don't forget to hit the "Thanks" Button for me is all I ask.
*** There is also the MultiDPI Video Player and Camera, but it doesn't seem to affect our phone. Should work on any DPI.
FOR Gingerbread Install.... (Other APK's are coming)
1. Download unsignedDialerTabActivity.apk
2. Rename to DialerTabActivity.apk
3. Backup your Original DialerTabActivity in \system\app
4. Copy new DialerTabActivity.apk
5. Hit the Thanks Button for me please (I actually did this one on my own)
Enjoy!
P.S. Music Player is the same for GB.
GB Screenshot
{
"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"
}
Sorry I am a noob but just trying to figure out what this is supposed to do?
Is it just an app that runs on any dpi?
S2K_MoZo said:
Sorry I am a noob but just trying to figure out what this is supposed to do?
Is it just an app that runs on any dpi?
Click to expand...
Click to collapse
The zip contains apks. Basically you replace the apks from this zip into your /system/app
Like the DialerTabActivity.apk or MusicPlayer.apk. These apk's are modded to support most DPI changes. So you just replace away, but a good idea is to back your old apk hahaha....
Hope that helps.
Whats the benifit to replacing the stock apk files?
baypah said:
Whats the benifit to replacing the stock apk files?
Click to expand...
Click to collapse
Read the other thread about MultiDPI apks.
When you change DPI's certain things like the phone dialer doesn't scale correctly. These APKs does...
If you don't change DPI's on your infuse, don't worry about it.
slider2828 said:
Just in case someone missed the thread.
Click to expand...
Click to collapse
Thanks for this , man ! , going back to 190
Phone app force closing now
Sent from my SAMSUNG-SGH-I997 using XDA App
flipwalter76 said:
Phone app force closing now
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
Did you rename DialerTabActivity.odex to Something like DialerTabActivity.odex.bak
?
Of course not! That would have been the smart thing to do! Can anyone post the original for me?
Sent from my SAMSUNG-SGH-I997 using XDA App
I have the black galaxy pack applied, would that have caused an issue?
Sent from my SAMSUNG-SGH-I997 using XDA App
flipwalter76 said:
Of course not! That would have been the smart thing to do! Can anyone post the original for me?
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
Wait there are two files that you had to modify in your phone.
You replaced DialerTabActivity.apk from the .zip THEN you have to remove or rename DialerTabActivity.odex
THEN REBOOT!
Did you do this?
No, I re read the instructions you clearly posted, kicked myself, and it works splendidly now. THANKS!
Sent from my SAMSUNG-SGH-I997 using XDA App
flipwalter76 said:
No, I re read the instructions you clearly posted, kicked myself, and it works splendidly now. THANKS!
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
HAHHAA its all about reading.....
Try it for the music.apk, its nice especially when you turn on visualize for a song. Its so nice on a horizontal screen on a 4.5" screen!
Awesomeness dood! I am going to try this right now
Okay, so I made the change and my thoughts:
Dialer works perfect, music player works too but my biggest concern is that my grid where I can place icons and the apps drawer is still in the top left corner.
It's almost like phone doesn't know I can put icons in the bottom right.
What do I need to change in order to fix that?
Basically the layout of the phone does not recognize all the extra space I have now?
How can I take a screenshot to show you guys?
It kinda looks like this. Any ideas?
S2K_MoZo said:
It kinda looks like this. Any ideas?
Click to expand...
Click to collapse
Get rid of that ****ty launcher....
Just using LauncherPro..... and call it a day. If you want to get fancy then get this launcher
http://forum.xda-developers.com/showthread.php?t=1095874
assuming you copied files to /sdcard/settings/apps/ and run as su
mount -o rw,remount /dev/block/stl9 /system
sed -i 's/ro.sf.lcd_density=240/ro.sf.lcd_density=190/g' /system/build.prop
cp -rf /system/app/DialerTabActivity.apk /sdcard/settings/backup
cp -rf /system/app/DialerTabActivity.odex /sdcard/settings/backup
cp -rf /system/app/TouchWizCalculator.apk /sdcard/settings/backup
cp -rf /system/app/TouchWizCalculator.odex /sdcard/settings/backup
rm /system/app/DialerTabActivity.apk
cp /sdcard/settings/apps/DialerTabActivity.apk /system/app/
rm /system/app/TouchWizCalculator.odex
cp /sdcard/settings/apps/TouchWizCalculator.apk /system/app/
reboot
i use AWD Launcher to fix launcher problem
I used root explorer to copy the files over and set permissions.
It was launcher issue...I changed the launcher to launcher pro and it works like a charm now at 200 density for now. I might change it to 190 but I think 200 is a decent enough density
Thanks everyone
S2K_MoZo said:
I used root explorer to copy the files over and set permissions.
It was launcher issue...I changed the launcher to launcher pro and it works like a charm now at 200 density for now. I might change it to 190 but I think 200 is a decent enough density
Thanks everyone
Click to expand...
Click to collapse
Dude 190 is WAYYY better.... at 200 there is a little oversharpness by samsung's filters. 190 really creates more of a rounded letter... Doesn't make that big of a difference.
Also in LauncherPro you can change the number of rows or columns on the home screens + have it automatically size widgets and placement of icons to get that even look.

[ROM] Valhalla Black FB Edition (Build 4, May 29)

{
"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"
}
RaverX3X's
Valhalla Black
FB Edition​
PURPOSE
This is the version of RaverX3X's Valhalla Black Edition that I use and customized to my liking, which I'm sharing with you.
NOTES
This ROM is provided as is
I am not going to change the theme for you
I am not going to diagnose your random reboots
Don't come complaining when you flashed init.d tweaks that make your phone unstable
Don't come complaining when you use undervolt/overclock settings that make your phone unstable
I will only change things around in the rom if it's reasonable
No screenshots for you. This is exactly the same theme as Valhalla Black
I decided to use git to track my changes so you know exactly what got changed and when
I included a compress.sh script to create your own zip file in *nix or cygwin after you make changes. It even does and adb push for you for easy flash testing
FEATURES
AROMA installer
Uses a known good modem (KG4 modem, no long sms/gps bugs)
antonx's/bhundven's Basic with a Twist SGS4G KJ6 kernel
MIUI File Explorer
FB's bootanimation.zip
Latest version of Google Play
Heavily debloated
Apps installed by default
-- Titanium Backup
-- GO Launcher EX
-- SwiftKey (Keyboard)
-- BLN Control Free (Allows you to enable BLN support)
-- Tape-a-Talk Voice Recorder (Allows you to record wav files at much higher quality)
-- QuickPic (Gallery Replacement)
-- Go SMS Pro (Text Messaging)
-- MX Player (Video Player)
-- Android Terminal Emulator
-- Boat Browser (Web Browser)
-- Voodoo Sound
CLI Programs! (For all you people who like working in the shell)
-- 7zip (all the archive types that 7zip supports: rar, bzip2, zip, tar, gzip, iso, udf, etc)
-- curl (busybox's wget doesn't work. Curl does.)
-- /etc/profile support (you have to run ash -l to load all the aliases included)
Custom /etc/profile file for aliases
-- alias l='ls -lh --color=auto' (lists directory contents in long format and with human-readable filesizes)
-- alias zip9='7z -mx9 -tzip a' (creates a zip file with maximum compression)
-- alias zip='7z -tzip a' (creates a zip file with default compression)
Custom init.d scripts (runs on boot)
-- zipalign once a week (so your phone's boot will only be slowed down once a week )
-- permissions
Using SuperSU instead of Superuser (for a better interface and usability)
Custom /etc/hosts file for ad blocking out of the box
INSTRUCTIONS
Download the ROM zip file to your SD card
Reboot to CWM
Flash the ROM using CWM (no need to set mounts or wipe anything!)
Reboot to the ROM
On the homescreen, press the Menu Button > Themes, scroll to the right and select Ice Cream Sandwich
Enjoy the rom
Thank RaverX3X for his work
CHANGELOG
Commit History
GIT REPOSITORY
Valhalla Black FB Edition on GitHub
DOWNLOAD LINKS
vb-fb-build-4.zip
CREDITS
raverx3x
bhundven
whitehawkx
Team Acid
in like a ninja gj!
first that isnt in Team ACID
RaverX3X said:
in like a ninja gj!
Click to expand...
Click to collapse
!
you really have me torn between flashing this cuz i loved VB, or cm7
Oh wow, I'm excited to try your "personal build". Its great that you're sharing that with us.
Sent from my SGH-T959V using Tapatalk
Nice man cant wait to try it out!
Sent from my MZ617 using XDA (yeah guys, rocking a xyboard to try it out lol)
I'll have to try this once I get tired of missed calls on cm7 lol
Sent from my SGH-T959V using xda premium
Looks very nice! Keep up!
Sent from my SGH-T959V using XDA
Very nice fb. Thanks so much. I'm getting random reboots though..... No jk.
Sent from my SGH-T959V using xda premium
nice
Huge thanks FB for letting us in on your build. Can't wait to flash this, as VB is my favorite rom so far.
Sent from my SGH-T959V using xda premium
awesome thank fb
FB
Thanks for this. Instruction number 6 just made my day. I've been using TB forever and have never used market doctor. Learn something new every day as they say.
hechoen said:
FB
Thanks for this. Instruction number 6 just made my day. I've been using TB forever and have never used market doctor. Learn something new every day as they say.
Click to expand...
Click to collapse
Yeah market doctor is super handy. It's one of the awesome hidden features. I found out about it from restoring a backup and not having my apps update. I read online that one of my apps had updated and I went to the market to check and sure enough there was an update available but my phone didn't warn me. I looked into it and found out that TB can fix the market links for you so that your apps will be recognized again and voila, I had updates for 15 apps.
Now that you can do scheduling in the newest version of TB, you can also run the market doctor on schedule, once a week for example
hmmm
just when i flash unnamed you put this up!?! now ill have to check it out
vopezy said:
just when i flash unnamed you put this up!?! now ill have to check it out
Click to expand...
Click to collapse
It's been posted since last night
I'd like to start using your build. Any plans to add zsh? If not would you accept a pull request with it added?
Sent from my SGH-T959V using XDA
xaocon said:
I'd like to start using your build. Any plans to add zsh? If not would you accept a pull request with it added?
Sent from my SGH-T959V using XDA
Click to expand...
Click to collapse
zsh would be awesome, pull request would be greatly appreciated. I wanna make this a really technical build so I'll keep throwing in CLI binaries compiled for Android. We have PLENTY of room on the /system partition, there's no reason why we shouldn't use it
I would like to say thanks to FB, awesome build, and really dig it. Although I am experiencing unstable wifi connectivity.
Sent from my SGH-T959V using xda premium

[GUIDE][MOD]ICS Pattern locksreen(Change path thickness)

Guide to changing path thickness of Pattern Lockscreen to ICS style​
I wandered places searching this off. I found some traces in direction of my destiny but none of them worked fully correctly
So, as stated, I searched a lot for this mod and came face to face with failures and smali errors. So, I had to figure it out myself some modification to do in it to make it work.
Note: IT is not COMPLETELY my mod but I have done modifications in it to make it work. This is based on a guide for Froyo outside of XDA.
Pre-Requisites:
1. PC with Java JDK or JRE
2. Deodexed ROM
3. 7-Zip
4. classes.dex decompiling tool
5. Notepad++
6. Patience
7. Carefulness for editing smali files
Let's Start
1. First we would have to decompile classes.dex inside framework.jar
For that, you can use my Tool ROM Tool v3
First using 7zip, Right click on your framework.jar and open it as archive and drag and drop classes.dex in input folder of the tool
(Note: If you don't have classes.dex in framework.jar [only META-INF and preloaded-classes.dex], then your framework isn't deodexed)
Now, open Script.bat and choose 1 (Decompile classes.dex)
2. Now, we will make the changes. Go to decompiled folder and go to \classout\com\android\internal\widget and open LockPatternView.smali in Notepad++
Search for mDiameterFactor:F [Ctrl+F]​
See the code above it.
It should be like this:-
Code:
const[COLOR="Red"]/high16[/COLOR] v2, 0x3f00
If it is, then you will have to remove red part /high16
Because it will not allow the change of code we will be doing which will have a different hexadecimal value which will not be supported till this code is in effect
Now, it will look like this:-
Code:
const v2, 0x[COLOR="Red"]3f00[/COLOR]
Now, we will change the thickness value 3f00 to 3dcccccd
Final code will look like this
Code:
const v2, 0x3dcccccd
Save it
I am attaching final and before smali for comparison below.
View attachment 1936707
(Note: If you don't have /high16, it's good , then just change the value and save)
3. Go to Script.bat again and choose 2 (Recompile classes.dex) and after it's done, you will get classes.dex
Drop it in framework.jar
4. Push framewotk.jar in /system/framework
Eg:
Copy it in platform-tools folder of android SDK and type following with pressing Enter after each command
Code:
adb remount
adb push framework.jar /system/framework/
adb shell chmod 644 /system/framework/framework.jar
adb shell killall system_server
Last command will Hot Reboot your phone to apply changes. It is fast and better than rebooting phone.
5. Enjoy
Screenshots
{
"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"
}
Before
After
Credits​
A member from other forum to answer a question to other member of that forum
Google for letting me search somethings
Samsung Galaxy Ace s5830i members for supporting me so much
reserved!!!! :good::good:
zenxus31 said:
reserved!!!! :good::good:
Click to expand...
Click to collapse
For?
Don't post things like this in guide threads atleast. Reporting
A Hero Can Be Anyone.
Bruce Wayne said:
For?
Don't post things like this in guide threads atleast. Reporting
A Hero Can Be Anyone.
Click to expand...
Click to collapse
for question
zenxus31 said:
for question
Click to expand...
Click to collapse
Better go through this post. You need to I say. http://forum.xda-developers.com/showthread.php?p=40990860
A Hero Can Be Anyone.
U arE aWeSOME !!
I hav searched so many threads and forums for this ..!!
Thanks man!!
Sent from my GT-S5360 using xda app-developers app
question:
in the shell command,afaik chmod 777 is rw-r--r--
what is 644 stand for?
because adb and shell command new to me (i never use that,and still know little about that),so i want to apply the framework.jar manually via rootex
Sent by a Schoolar Boy ​Question? Better go to [Help Thread] by Deadly
Droid_beginner_student said:
question:
in the shell command,afaik chmod 777 is rw-r--r--
what is 644 stand for?
because adb and shell command new to me (i never use that,and still know little about that),so i want to apply the framework.jar manually via rootex
Sent by a Schoolar Boy ​Question? Better go to [Help Thread] by Deadly
Click to expand...
Click to collapse
alternate version.
4 - read (r)
2 - write (w)
1 - execute (x)
so 777 implies rwx rwx rwx
and 644 rw r r
Working good!
AaaaaaweSoooooomE
Sent from my GT-S5360 using xda app-developers app
Thank you all
Looking forward to learn more
Updated OP with some correction and link to RTv3
Can you pls make a flashable zip
Can't use my PC
Really want this badly
sent from my muffin phone
darkshadow246 said:
Can you pls make a flashable zip
Can't use my PC
Really want this badly
sent from my muffin phone
Click to expand...
Click to collapse
This isn't a universal mod as different ROMs have different framework.jar.
So, it can't be made into Flashable Zip
Sorry
Violaa..
That was my first modification by my self..!!
Thanks OP
sir areeb could help me how to add the pattern lock. in op edit only the thickness. my problems is in sgs3 rom dont have this pattern
ProGTXjay said:
sir areeb could help me how to add the pattern lock. in op edit only the thickness. my problems is in sgs3 rom dont have this pattern
Click to expand...
Click to collapse
It isn't possible(why would someone do that) for a ROM to remove Pattern lock!
It would be there is Settings/Security/Lockscreen
Hey I have changed the path thickness...
But how to change the thickness of those dots? Are they pngs or we have to edit some xmls for that too?
TheStrix said:
Hey I have changed the path thickness...
But how to change the thickness of those dots? Are they pngs or we have to edit some xmls for that too?
Click to expand...
Click to collapse
PNG
But if you edit them heavily and they appear out of place , then xml will come into play
iamareebjamal said:
PNG
But if you edit them heavily and they appear out of place , then xml will come into play
Click to expand...
Click to collapse
Where are those pngs located?? Or which xml to edit?

[GUIDE]how to fix lag completely on htc explorer

hey guys today im jus gonna show u how i fixed lags and improved gaming performance on my htc explorer.It should work for mostly all roms but not sure as im using sense 4 bulid8,u may try and tell me on which rom u have tried
1st of all i would like to thank hpsgill and lenarox for their tutorials
So lets get started
FILES to be downloaded
SCRIPT MANAGER
BUSYBOX
RTMIXMAN
SEEDER
ENTROPY
LAG TUNER
LAZER DROID
I)SO lets get started assuming u have all the files
1st install the apps
script manager
busybox
seeder
entropy
seeder-open the app. click on. tick all,set to agressive
entropy-slide to the end and set on boot
busybox-follow the instructions in it.skip if u already have it
script manager-open the app and a pop-up will come click browse as root and allow superuser permissions
II)
RTMIXMAN-.Run this script via script manager with root permissions
2.follow script instructions
3.While installing script,it will ask u to select way u wanna install(easy and hard)
4.Select hard
5.Then select xbin as installation path
6.Then it will ask u to install apboost
7.Select no
8.Follow script instruction,install every thing except apboost
then reboot ur phone
LAG TUNER-Run this script via script manager VMLagTuner_1_9.MP4.pdf As Script/Executable.
A window like below will popup, Tap on Su (Super User) and Boot (Only for this script) and click on run.It doesn't execute any script, just hit back button
{
"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"
}
LAZER DROID-open LaserDroid_2_5.pdf as script/Executable and Tap on "Su". Run this script by tapping "Run" button.
You Will get Some Access Denied in Script ,Dont Panic. It is due to new updated Smanager app
DONE HOPE IT HELPS YOU
IF IT HELPED YOU PLEASE PRESS THE THANKS BUTTON WONT TAKE A SEC:good::good::good::good:
HERE IS ONE BENCHMARK SCORE DONE ON CM10.1 with 878oc and these tweaks
1st time i did got 5100
2nd time did got 5033
like dis scores kept on changing up and down and to be honest scores went down to 4700
^^^^right click on the icon and open image in new tab
did antutu benchmark tests got 3255 with seeder and entropy but when did all the tweaks got score of 4000 so i guess there is a difference
klamper said:
did antutu benchmark tests got 3255 with seeder and entropy but when did all the tweaks got score of 4000 so i guess there is a difference
Click to expand...
Click to collapse
Bro benchmarks are placebo
The thing matters is how u feel
How much smoothness n performance increased
I am using cb and xc and xb
My antutu score is 3123 on cm9 build 9
But i feel better ram,smoothness and performance
Sent from my HTC Explorer A310e using xda premium
:good:
Hpsgill said:
Bro benchmarks are placebo
The thing matters is how u feel
How much smoothness n performance increased
I am using cb and xc and xb
My antutu score is 3123 on cm9 build 9
But i feel better ram,smoothness and performance
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
I totally agree with you..My only objective is to help pico users help fix their lags.experimenting on my device i was using cm10.1 with 900mhz the performance was just awesome.but then i switched to sense4 to see if i can do something to fix lags (although im just a NooB)just trying to help.I myself felt the performance improvements gaming wise or smoothness though not fixed completely fixed on sense but fixed in cm based roms
Really nice TUT. Thanks a lot.
UR weLcomE
could also say it by a thnx

[TOOL] Nightly Updater | 1.5 | Make Your Nexus Perfect | Backup | AROMA | Grouper/Tilapia

[TOOL] Nightly Updater | 1.5 | Make Your Nexus Perfect | Backup | AROMA | Grouper/Tilapia
I only have the NEW Nexus 7 and Nexus 4, so I am relying on you all to test...
Although it should work swimmingly!
{
"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"
}
Make Your Nexus Perfect
WHAT'S NEW?
> VER 1.5 | SEPT 10 2013
-> Quick Install quickened to 4 clicks as opposed to 6
-> Backup/Restore Menu Added
-> Backup/Restore User Apps and be able to remove backups
-> Backup/Restore Anything using keep.txt and be able to remove backups
-> How To section updated with info on Backup/Restore Menu
-> junk.txt Updated with Media and Face Unlock files
-> On the horizon: App deletion in AROMA installer
PREREQS
Nexus Device that has a system app you do not want
Grade school diploma (i.e. ability to read)
THE SKINNY
WHAT IS NIGHTLY UPDATER
Nightly Updater is an AROMA installer for those that
yearn to have the cleanest device. Since I first
owned an HTC Droid Eris, I have been wiping bloatware
off of my device. Flash foward to my latest devices -
LG Nexus 4 and the 2013 Asus Nexus 7 and there ain't
much bloatware... But, all AOSP ROMs tend to come with
at least one or two apps that I can do without (and
sometimes a lot more). Nightly Updater is a simple
tool that allows users to remove unwanted system
applications in an easy manner. NU also allows users
to customize which apps are removed.
HOW DOES IT WORK
Nightly Updater works by relying on scripts that
read txt files. When customizing your script, the
installer looks for junk.txt in the "NU" folder of
your virtual (i.e. internal) SD card. Each line that
has not been "commented out" (i.e. does not have a
"#" at the front of it) or any terms (i.e. app
descriptions) that follow a "#" are removed from the
script. This leaves Nightly Updater with a clean text
file that only has the applications you want to remove.
Review:
Custom Script is called: junk.txt
Custom Script goes here: /sdcard/NU/junk.txt
#Chrome.apk -- NOT DELETED FROM DEVICE
Chrome.apk -- DELETED FROM DEVICE
Chrome.apk #Google Browser -- AFTER "#" IGNORED
HOW DO I ADD MY OWN APPS
You can add your own apps in three ways: [1] name (without
apk), [2] name (with apk), or [3] file path.
[1] Name (without ".apk")... Just type:
Code:
Chrome
The installer will automatically know it is looking for an apk and
delete Chrome.apk.
[2] Name (with ".apk")... Just type:
Code:
Chrome.apk
I think you know what it does.
[3] Full File Path... Now, you can get a little funkier and do the entire
file path like:
Code:
/data/app/Chrome.apk
This comes in
handy for files like pre-loaded wallpapers and
ringtones you may want to remove. Be cognizant of
where the files you are removing are located! This
will become very important when telling Nightly
Updater where to scan.
By the way, Nightly Updater also recognizes wildcards.
This is great for those user apps that end up having
unpredictable file names. For example:
Code:
/data/app/com.google.android.youtub*.apk
com.google.android.youtube*
These are both ways of erasing YouTube regardless of
the "-X" at the end of the file name.
WHAT'S UP WITH SCANNING
When using a Custom Script, Nightly Updater asks
where you would like to scan for apps. By default,
Nightly Updater recommends you only scan in the
System/App folder - which is where (shocker) system
apps are located. Remember, most junk apps are located
in System/App. However, Nightly Updater has also given
the option to scan Data/App. Some developers will put
apps in the Data/App folder, so it may be useful to
remove apps from there. But NORMALLY, these are only
the apps you chose to install. The final option is
to scan EVERYWHERE. Be very cautious with this command!
Remember that it is matching what you write in
junk.txt with the scan parameter. If you accidentally
wrote "system" as an app you wanted to remove instead
of SystemTuner.apk (with full scan on)... you would
erase your system folder... that's REALLY BAD!!!
Now, if you only check this option when you are using
full path and double check your junk.txt file so that
you did not make any mistakes... YOU ARE GOOD!!!
When in doubt, post your junk.txt here and I will
check it over for you
WHAT'S THE DEFAULT SCRIPT
If you download junk.txt from the OP at XDA, then
you have seen the Default Script. The Default
Script is meant to remove apps that MOST people
would consider expendable. If you are nervous to
tinker with your own Custom Script, try running
the Default Script first. If the script deleted
an app you need or did not delete at app you want
to destroy - hit me up and I will walk you
through the steps.
MORE DIRECTIONS ARE IN THE INSTALLER
DOWNLOADS
Check the "Downloads" Tab
NU-1.5.zip - Nightly Updater Installer
junk.txt - Customizable Removal Script
keep.txt - Customizable Backup Script
BUGS
Installer will occasionally hang when you press "< Back" - Reboot Device to fix temporarily
You tell me
HOW YOU CAN HELP
Give me feature ideas
Come up with more pre-loaded apps to be added to junk.txt
SPECIAL THANKS
Patrics83 and the whole ROM Cleaner team for the inspiration of this amazing tool!!! :good:​
XDA:DevDB Information
Nightly Updater, a Tool/Utility for the Nexus 7
Contributors
swagstr
Version Information
Status: Stable
Current Stable Version: 1.5
Stable Release Date: 2013-09-10
Created 2013-09-10
Last Updated 2013-09-10
You are awesome! Thank you so much for bringing this AROMA tool to grouper! I've always been looking for a tool like this so finally seeing it is quite a relief! Thanks a ton!
Shmi117 said:
You are awesome! Thank you so much for bringing this AROMA tool to grouper! I've always been looking for a tool like this so finally seeing it is quite a relief! Thanks a ton!
Click to expand...
Click to collapse
Glad to hear it! Please do post your results when you use it. You see I only have the new Nexus 7vand not the old one so I would like to see how it works on your device. However, it should work just great!
Sent from my Nexus 4 using Tapatalk 4
swagstr said:
Glad to hear it! Please do post your results when you use it. You see I only have the new Nexus 7vand not the old one so I would like to see how it works on your device. However, it should work just great!
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
Whenever I get the chance to test it I will definitely report with results.
Cool. I used it with the provided junk.txt and keep.txt. I put them in a /sdcard/NU folder. I exported a log file after the flashing. It didnt have anything in it, but it looks like it did the job. Thanks!
The log files are still kind of in beta. They are mostly thugs I wanted to check while devving. I hope to make them more useful in the future But glad to hear!
Sent from my Nexus 4 using Tapatalk 4
Seems to be working very good. But using the default junk.txt I lost the stock e-mail client which I need for my work. Hope I got a backup. And otherwise it's time to make a new backup and reflash stock.
I know it's my own fault so no hard feelings and I'll experiment some more
Sent from my Nexus 7 using xda app-developers app
Found a flashable zip with email and exchange apk, so I'm fine atm
Sent from my Nexus 7 using xda app-developers app
oltp said:
Found a flashable zip with email and exchange apk, so I'm fine atm
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
If you ever delete an app you need with Nightly Updater. Just reflash your ROM. Then fix junk.txt to NOT delete that app. In your case, add a "#" in front of "Email" aka the AOSP Email app. Then rerun Nightly Updater. Good to go
Sent from my Nexus 4 using Tapatalk 4
Hey y'all! Working on a sizable update that is trying include several things requested from different devices. Looking for a little help on the testing side. First few that hit me up will get it.
Sent from my Nexus 4 using Tapatalk 4
BIG WARNING! DO NOT use the Data Wipe in version 1.5 and below. The script does not exclude the "media" folder... As some of you know... That's the SD CARD! I just did it and it SUCKED lol It will be fixed in the next version along with many new updates
Sent from my Nexus 4 using Tapatalk 4
Yo. Working diligently on the backup/restore feature. Next update will be sick. Standby
Sent from my Nexus 4 using Tapatalk 4

Categories

Resources