[TWEAKS/SCRIPTS/DOWNLOADS]~ BEST TWEAKS EVER ~ ((26-Oct)) - Sony Xperia P, U, Sola, Go

Some great stuff from Amazing devs
-Androguide.fr Pimp My Rom {the best tweak :good:} ((October 2012))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1908269[/url]
- AC!D AUDIO ENGINE Developers ((amazing sound experince))
Code:
[url]http://chautemseric.wix.com/acidaudiotechnology#!devices-support/cdfs[/url]
-croniccorey CronMod-A2SD/D2EXT/INT2EXT {best A2SD tweaks} ((updated 09/19))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1909374[/url]
- CarlDeanCatabay Increase RAM using Swap File and Swap Partition and SD card partitioning ((great one try it))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1659231[/url]
-hyperbolic The Complete Guide For Maximum Battery Life {great battery life}
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1909996[/url]
-PIT Tech GameBooster ★ root {great games experience }
Code:
[url]https://play.google.com/store/apps/details?id=com.burakgon.gamebooster[/url]
-OOM groupings and priorities tweaks - SuperCharger ((add it with loopy))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=991276[/url]
-Loopy Smoothness tweak ((add it with SuperCharger))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1137554[/url]
[url]http://forum.xda-developers.com/showthread.php?t=1205744[/url]
-droidphile Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs ((15th September 2012))
Code:
[url]http://forum.xda-developers.com/showthread.php?t=1369817[/url]
Other tweaks or guidelines
-Patch your hosts file for blocking Ads
(please think before doing this; many developers are supported through this way)
You can use AdFree application for this or changing manually your hosts file.
Code:
[url]http://www.mvps.org/winhelp2002/hosts.txt
http://pgl.yoyo.org/adservers/serverlist.php?showintro=0;hostformat=hosts[/url]
-Use UOT kitchen for basic theming on your device.
Code:
[url]http://uot.dakra.lt/[/url]
-Disable sync feature in sqlite
(author: ownhere - needs a source for your device so you can compile the /system/lib/libsqlite.so)
Code:
[url]http://forum.xda-developers.com/showthread.php?t=903507[/url]
-Use CyanogenMOD's APN list file - one of the most complete located in
Code:
/system/etc/apns-conf.xml
-Do not use task killers.

for GOD sake ... don't use them all... SELECT/MODIFY according to your ROM and what you want.
WARNING
Note: if you don't know what you are doing please don't try. read first and make sure you understand what you are doing and make a backup before doing any mods. i am not responsible for messing up your device but the ARC community and i may assist.
TO WHO CARE TO KNOW
What is build.prop:
- The build.prop file is your android handset’s ‘ID card’.
- It tells applications the specifications of your device, so that apps can change their interface or function for your specific device.
- Editing the build.prop file is most commonly used for changing LCD density, build number and your device’s model or manufacturer.
- Changing your ‘fingerprint’, model or manufacturer can trick some apps in the market to become compatible with your device.
- The build.prop file is a powerful tool for root users to modify the behavior of various aspects of the Android experience. However, there are no secret values here that are going to instantly make your phone run faster, better, smarter, or more efficiently. In fact, if you don't know what you are doing, you can actually decrease the performance of your device. Over time I will investigate more build.prop properties to determine which ones can actually enhance your Android experience and which ones only create a placebo effect
XperienceD said:
...it helps to know what works and what doesn't, causes conflicts, do you need to use one tweak if you're using another etc and all those classed as "busted" I'll never use again. So while it's great to have it all collected in one place lets also sift through what works and what doesn't.
Click to expand...
Click to collapse
WAIT
REQUIREMENT BEFORE YOU START :-
- Make a NANDROID BACKUP
- If you have any V6 Supercharger tweaks installed, un-supercharge before doing these tweaks. Once finished, you may re-supercharge and
- Root (Superuser/Busybox/Terminal Emulator/ES File Explorer),
- kernel that supports "init.d" scripts (script files that are stored in /system/etc/init.d/)This requires edits in build.prop and the use of terminal emulator
- If your build.prop has an additional build properties section the line of code needs to go in there
(If lines starting with dalvik.vm.checkjni=false or windowsmgr.max_events_per_sec=300 exist already in build.prop, please modify them as shown below. Obviously if it isn't already in build.prop, just add it in.)
How to
Replace OR tweaks Build.prop :-
1. Download Es File Explorer ((OR ANY APP LIKE IT))
2.CLick menu, settings, check Root Explorer and Mount File System
3.Copy the Build.prop file into the sd card and copy with file manager
4.Click Favorites tab, Click Phone icon /
5.Navigate to system/
6.Rename build.prop to build.bak
7.Paste build.prop you copied earlier Reboot! Done! :good:
Build.prop tweaks((UPDATED 26-Oct))
Add these at the end of your build.prop
Code:
IN THE ATTACHMENT
~ Free Up More RAM, Make Apps Load Faster ~
1) Open Terminal Emulator on phone or adb shell from PC and type the following.
Code:
su
setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=a,u=y,m=y
As shown:((here written v=n,o=v so the new one is v=n,o=a,u=y,m=y))
{
"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"
}
2) Add these lines to the bottom of build.prop using Root Explorer -- or any other app of your favorite
.
(If lines starting with dalvik.vm.verify-bytecode or dalvik.vm.dexopt-flags exist already in build.prop, please modify them as shown below. Obviously if it isn't already in build.prop, just add it in.)
Code:
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=a,u=y,m=y
As shown:((here written v=n,o=v so the new one is v=n,o=a,u=y,m=y))
After this, run these two commands in adb shell or terminal emulator
Code:
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
3) Okay, this step is only for those who experience errors from typing the following lines from Step 2:
Code:
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
**If you got the error, make sure to undo the tweak since now you are probably experiencing FC's right now and start all over. The undo process**
How to UNDO this tweak
Type the following in adb shell or terminal emulator
((also u can users, skip the 3rd and 4th lines. That starts with "rm" and instead, reboot in recovery and clear cache partition and dalvik-cache but better to do it all))
Code:
su
setprop dalvik.vm.verify-bytecode true
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
So just make sure you have done Step 1 and the edits of build.prop from Step 2 correctly. After that, reboot into recovery and clear cache partition and clear dalvik-cache. Thats all.
Init.d tweaks ((UPDATED 26-Oct))
(needs ROM with init.d access and busybox, open empty file, insert header #!/system/bin/sh and put these there, save in /system/etc/init.d and name it something like 77tweaks)
Note:
1- If you have init.d problem or if not have init.d folder try add this line at hw_config.sh
2- some (needs zipalign bin) #!/system/xbin/bash,so it needs the bash file in the /system/xbin folder in order to work
Code:
I COLLECT A LOT OF THEM
IT TOOK ME ALLOT OF TIME AND EFFORT
I PUT THEM IN TEXT
IN THE ATTACHMENT
DELETED WHICH IS DUPLICATED
& MODIFIED SOME
I COULDN'T WRITE THEM ALL HERE
CAUSE ITS SO BIG TO WRITE IT HERE
THEY JUST ALLOW AMOUNT OF LINE FOR ME
SO I PUT THEM ALL IN TEXT DOCUMENT IN THE ATTACHMENT
EVERY DEVS NAME NEAR HIS SCRIPTS
ANYONE COULD DO THEM IN FLASH ABLE ZIP IT WILL BE GREAT
GOOD LUCK TO ALL
THE RAR IS JUST THE TWEAK NOT FLASH ABLE ONE
sysctl tweaks ((UPDATED 26-Oct))
To make them work:
1. make a new file in /system/etc/init.d, name it sysctl tweaks
2. make a new file in /system/etc, name it sysctl.conf
3. Paste the right code in the right file
-To activate sysctl tweaks
Code:
#!/system/bin/sh
# grep sysctl /etc/init.d/*
/etc/init.d/02vm:# Load /sys/etc/sysctl.conf
/etc/init.d/02vm:sysctl -p
-sysctl.conf
Code:
IN THE ATTACHMENT

Tweaks wich didnt wrok "busted" we will never use again and been test by users ((thanx to XperienceD for this great idea))
I COLLECT MOST OF THEM AND WE WILL POINT WHAT IS FAKE AND WHAT IS NOT
Build.prop tweaks
some was big placebo
and i was saying way my phone gone bad and my gf and my friends
cause alllllllllll was fake
some are not but its already been put to the tweaks up
prove of what i said
first one thanx to the amazing XperienceD
- first one by XperienceD thanx
second
3g tweak its just a big lie
http://forum.xda-developers.com/showthread.php?t=1610444
http://forum.smartphonegeeks.in/index.php?topic=2414.0
i will keep digging to clean the net from placebo tweaks so my plan is not to **** any phone any more and make universal tweaks works with every one
and point out what is never worked and was just a placebo effect. and which have compatibility issues with ICS
so we can Unleash our device Hidden Powers thats my goal​

dr said:
Tweaks wich didnt wrok "busted" we will never use again and been test by users ((thanx to XperienceD for this great idea))
I COLLECT MOST OF THEM AND WE WILL POINT WHAT IS FAKE AND WHAT IS NOT
Build.prop tweaks
some was big placebo
and i was saying way my phone gone bad and my gf and my friends
cause alllllllllll was fake
some are not but its already been put to the tweaks up
prove of what i said
first one thanx to the amazing XperienceD
- first one by XperienceD thanx
second
3g tweak its just a big lie
http://forum.xda-developers.com/showthread.php?t=1610444
http://forum.smartphonegeeks.in/index.php?topic=2414.0
i will keep digging to clean the net from placebo tweaks so my plan is not to **** any phone any more and make universal tweaks works with every one
and point out what is never worked and was just a placebo effect. and which have compatibility issues with ICS
so we can Unleash our device Hidden Powers thats my goal​
Click to expand...
Click to collapse
Great great post. That's what we like to see. Keep searching for perfection. More will follow.
Sent from my LG-P500 using xda app-developers app

troullis2004 said:
Great great post. That's what we like to see. Keep searching for perfection. More will follow.
Sent from my LG-P500 using xda app-developers app
Click to expand...
Click to collapse
thank u sooooo much
yeb more will but every day new tweaks its kind of tooooooooooo much

thank u sooooo much

That Gemini app manager doesn't show i have any auto apps?
Sent from my U30GT-H using Tapatalk 2

RajaSetan said:
thank u sooooo much
Click to expand...
Click to collapse
u r welcooooooooooooome
Ben36 said:
That Gemini app manager doesn't show i have any auto apps?
Sent from my U30GT-H using Tapatalk 2
Click to expand...
Click to collapse
sorry dude but can u tells me
1- do u use task killer
2- ur phone is rooted or not

stumbled upon a weird problem
Hello dr,abd, 1st of all thanks for this wonderful thread, today while i was plying with my xperia P i stumbled upon a very weird problem,
In stock rom i tried following mods-
~ Free Up More RAM, Make Apps Load Faster ~
1) Open Terminal Emulator on phone or adb shell from PC and type the following.
Code:
su
setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=a,u=y,m=y
As shown(here written v=n,o=v so the new one is v=n,o=a,u=y,m=y))
2) Add these lines to the bottom of build.prop using Root Explorer -- or any other app of your favorite
.
(If lines starting with dalvik.vm.verify-bytecode or dalvik.vm.dexopt-flags exist already in build.prop, please modify them as shown below. Obviously if it isn't already in build.prop, just add it in.)
Code:
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=a,u=y,m=y
As shown(here written v=n,o=v so the new one is v=n,o=a,u=y,m=y))
After this, run these two commands in adb shell or terminal emulator
Code:
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
3) Okay, this step is only for those who experience errors from typing the following lines from Step 2:
Code:
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
**If you got the error, make sure to undo the tweak since now you are probably experiencing FC's right now and start all over. The undo process**
How to UNDO this tweak
Type the following in adb shell or terminal emulator
((also u can users, skip the 3rd and 4th lines. That starts with "rm" and instead, reboot in recovery and clear cache partition and dalvik-cache but better to do it all))
Code:
su
setprop dalvik.vm.verify-bytecode true
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
So just make sure you have done Step 1 and the edits of build.prop from Step 2 correctly. After that, reboot into recovery and clear cache partition and clear dalvik-cache. Thats all.
Click to expand...
Click to collapse
and this initd tweak(modified in accordance to my device.
with these mods my system became very smooth and responsive but the problem is poweramp player(which i purchased) seem not working at all, cant restore previous data from titanium backup, it not even installing from play store and nothing at all, i listen music a lott and i configured eq, playlist bla bla bla in accordance to my taste, now after looong try i give up, would u or anyone with proper knowledge help me out regarding this matter, maybe i made some mistake tweaking the initd script.......:crying:

dr said:
u r welcooooooooooooome
sorry dude but can u tells me
1- do u use task killer
2- ur phone is rooted or not
Click to expand...
Click to collapse
1- hell no. Never!
2- yup!
Sent from my LT26i using Tapatalk 2

musvi said:
Hello dr,abd, 1st of all thanks for this wonderful thread, today while i was plying with my xperia P i stumbled upon a very weird problem,
In stock rom i tried following mods-
and this initd tweak(modified in accordance to my device.
with these mods my system became very smooth and responsive but the problem is poweramp player(which i purchased) seem not working at all, cant restore previous data from titanium backup, it not even installing from play store and nothing at all, i listen music a lott and i configured eq, playlist bla bla bla in accordance to my taste, now after looong try i give up, would u or anyone with proper knowledge help me out regarding this matter, maybe i made some mistake tweaking the initd script.......:crying:
Click to expand...
Click to collapse
hi sorry to replay late
first try this one
loopy new tweaks first ver was buggy somehow
second please after tweaking wipe
((cash and dalvik cash))
Ben36 said:
1- hell no. Never!
2- yup!
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
try to wipe
((cash and dalvik cash))
Any problem, please contact [email protected]
cause it works like charm to me i don't know really

Updated new amazing tweaks and deleted & modified

dr said:
Updated new amazing tweaks and deleted & modified
Click to expand...
Click to collapse
nice update and great collection
i pm u some that i have

Nice, we need speed.
Sent from my LT26i using xda premium

solid7 said:
nice update and great collection
i pm u some that i have
Click to expand...
Click to collapse
thaaaaaaaaaaaaaaaaaaaaaaaaanx
i will add it next release
bl4dy_pt said:
Nice, we need speed.
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
that's what i want to give all of u
speed battery saving and amazing multitasking and smoothness

Sent from my MT27i using xda premium

people please dont use alllll the tweaks use according to your use

xperia arcs said:
people please dont use alllll the tweaks use according to your use
Click to expand...
Click to collapse
+1. Dont go mad using every tweak you can find. Very often too many tweaks can cause conflicts.
Sent from my ST25i using xda app-developers app

Related

[ROM] CyanogenMOD BakedGoods 1.1 full of features 03/13/10 3:52pm

For the time being I am unable to continue development as I no longer have a computer to develop on.
If you would like to help me get going again please Donate
This ROM started off as a MOD of cyanogens 5.0.4.1 but I believe there has been enough additions/subtractions to call it a ROM
Optimized 2 is an unthemed unoptimized/faster cyanogen build. After that read the Changelog to see whats inside
CHANGELOG:
OPTIMIZED 2:
-same optimization/compression other than some choice .apks
-reverted to cyans 5.0.3.1 kernel (.32) (.33 is not as fast and I dont like cfq) (please cyan switch to deadline istead of cfq)
-removed backuptool.sh so now ur gapps should have no conflicts
-added tools to update script to delete certain apps from system
-kept original compression on certain Google .apks to stop incompatibility
-optimized .pngs on those apps that were not compressed
-slight possibility of launcher2 fc/wait (recommended a reboot after signing in to google)
-no capacitive button "area expansion" (never noticed a difference anyways)
-Cranktone added to ringtones list (best ringer ever)
-decompressed and reoptimized fixed voice search
OPTIMIZED 2.5:
-Themed by brandenk (KSpec)
-all png edits optimized
-all themed apks compressed
-added a slew of ringtones/notifications/alarms/wallpapers from kspec
-added rwsystem and rosystem toos to bin
OPTIMIZED 3:
-implemented a2sd using kings script (to enable go to terminal and type: $su (enter) #kingmadethis.sh (enter) #reboot (enter) )
-edited the boot.img (ramdisk)
-changed color of time to red. Because time is important
-cleaned up alot in bin to allow faster start/shutdown
-some framework edits
-also tossed in ctso's "sexy nexus" live wallpaper setting
-more im forgetting to mention
-lots more theming to the mix (thanks samuaz for letting me steal some .pngs)
-Super Mario Mushroom notification (great tone)
-EXT4 partition required if you want a2sd
BakedGoods 1.0:
-merged some updated stuff from epe54b
-libaudio, libril and libhtc_ril from epe54b (should be better connection)
-my new kernel based on cyanogens source (thanks a ton king! you dah man) (thanks cy! you dah man)
-more theming (thanks brandenk! We've made AOSP sexy fast)
-more optimization
-white clock
-so fast you might want to tell it to slow down
-capacitive button fix
-now using .33 kernel (made on my moms distro lol)
-more i am forgetting
-thank you king for walking me through on how to compile a kernel
{
"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"
}
king
BakedGoods 1.0.1 (no-wipe)
-blue color on power widget
-new launcher2 mod (view http://forum.xda-developers.com/showthread.php?t=641216 for details) fixed his wallpaper problem
-went back to stock dialer (too many issues with sixing for some people) i like nubdial or dialerone anyways
-new normal kernel number 3 by me (.33)
-some new images for google voice and settings
BakedGoods 1.1:
-added trackball succession (never miss a notification again)
-created script to replace modded launcher 2 with stock (type su in terminal and then type idontlikeit.sh) (ignore error and press home)
-added some apns (if you want your apn in there send me a pm request)
-click trackball to unlock phone (thanks metalhead) (go to settings>sound&display to enable
-click trackball to skip song (metalhead)
-battery meter now shows estimated percentage w/o draining battery
-removed some wallpapers and tones for space
-added updated spareparts
-added wireless tether for root users
-went back to stock browser icon
-rotate on stock launcher
-stock launcher will fc when missing wallpaper is chosen (fix will be in next release)
-more i must be forgetting
MOST PROPER WAY TO GET A2SD SETUP AND ALL FEATURES WORKING:
If you cannot get a2sd to work try following these 3 videos:
part 1: http://www.youtube.com/watch?v=_P3T2mf5Pu8
part 2: http://www.youtube.com/watch?v=FdKBmWU-ALg
part 3: http://www.youtube.com/watch?v=UCuJmKhxGOM
setup partitions through amon ra 1.6.2 as so:
swap partiton=0
EXT4=512mb
fat32=remainder
wipe data
wipe dalvik-cache
wipe ext
wipe battery settings (just for good measure)
wipe rotate settings (also for good measure)
flash ROM
boot phone and log in to google (not required just recommended)
go to terminal and type:
$su (press enter)
#kingmadethis.sh (press enter)
#reboot (press enter)
I recommend wiping. but who am i to say ive been wiping since ive been off the pullups
You should see performance enhancements on majority off system applications
This is now an optimized 5.0.4.1. the old link has been removed due to inferiority.
Baked_Goods_v1.1: http://www.4shared.com/file/240643327/e1212527/Baked_Goods_v11.html
temporary wifi fix for those with problems: http://www.4shared.com/file/241483398/bc25a6c3/_2__temp_wifi_fix.html
Baked_Goods_v1.0.1_nowipe: http://alldroid.org/threads/15957-Hero_Over-AOSP-w-gapps-themed-a2sd-more-goodies!
without theme: coming soon
Baked_Goods_v1.0: http://alldroid.org/threads/15957-Hero_Over-AOSP-w-gapps-themed-a2sd-more-goodies!
without theme: http://www.4shared.com/file/239408947/4af8cb77/Baked_Goods_v10unthemed.html
OPTIMIZED 3: http://alldroid.org/threads/15957-Hero_Over-AOSP-w-gapps-themed-a2sd-more-goodies!
OPTIMIZED 2.5: http://www.4shared.com/file/233857684/372992ef/CyanogenMOD_5041_Opti25-KSPEC.html
OPTIMIZED 2: http://www.4shared.com/file/233672339/dbb33750/CyanogenMod_5041_Modded_Opti21.html
SCREENSHOTS:
Thanks Cyanogen for the brilliant work and I hope you don't mind me posting this.
Nice, how much space did you save?
I'm going to try.
64mb free before
DocRambone said:
Nice, how much space did you save?
Click to expand...
Click to collapse
its about 1mb thats saved on initial look. but if you look at the .apks in the /system/app folder theres about 10mb saved in apks
edit: after killing all programs in advanced task killer I am left with 115mb free!! and the lowest ive seen with all my apps on memory was 15mb
Hero_Over said:
its about 1mb thats saved on initial look. but if you look at the .apks in the /system/app folder theres about 10mb saved in apks
Click to expand...
Click to collapse
Did you zipalign all the apk's? (lot of work ...)
DocRambone said:
Did you zipalign all the apk's? (lot of work ...)
Click to expand...
Click to collapse
yes sir. there are scripts for that! lol
Hero_Over said:
yes sir. there are scripts for that! lol
Click to expand...
Click to collapse
Well done.
Anyway, your work seem to pay, my nexus feel a bit snappier than before
DocRambone said:
Well done.
Anyway, your work seem to pay, my nexus feel a bit snappier than before
Click to expand...
Click to collapse
Thats what I felt and thats why I posted . Thanks for the positive feedback.
I may be missing something, I understand optimizing the .pngs, etc. but Cyan does have zip-align on install of apks, except I guess the system apps because of the Google C&D he can't do that. But in taskiller with I have 33 apps shown as active and I have 180mb free memory on Cyan 5.0.4. Just wondering if there's a difference besides system apps being zip-aligned.
JoshHart said:
I may be missing something, I understand optimizing the .pngs, etc. but Cyan does have zip-align on install of apks, except I guess the system apps because of the Google C&D he can't do that. But in taskiller with I have 33 apps shown as active and I have 180mb free memory on Cyan 5.0.4. Just wondering if there's a difference besides system apps being zip-aligned.
Click to expand...
Click to collapse
I think that cyanogen optimizes already all of the apps and everything that needs to be optimized (apart from the google apps for known reasons)
JoshHart said:
I may be missing something, I understand optimizing the .pngs, etc. but Cyan does have zip-align on install of apks, except I guess the system apps because of the Google C&D he can't do that. But in taskiller with I have 33 apps shown as active and I have 180mb free memory on Cyan 5.0.4. Just wondering if there's a difference besides system apps being zip-aligned.
Click to expand...
Click to collapse
.pngs are optimized, all apps are zipaligned, .apk's are compressed.
-.png optimization makes images faster to display and use because it is less load on images
-apks are a type of compressed files (kinda like .zip) when these files are compressed more the apps take up less memory, leaving more mem free for other apps
-zipalign takes uncompressed data with in .apks (raw files and images) and aligns it into a 4byte code structure (this usually happens on first boot)
Thanks . Downloading right now, will post my impressions!
just wanted to include a pic comparing app folders between stock cmMOD and this edit. His is on the left mine is on the right.
http://i25.photobucket.com/albums/c84/LegalizeLegalize/2010-02-27160629.jpg
Hero_Over said:
just wanted to include a pic comparing app folders between stock cmMOD and this edit. His is on the left mine is on the right.
http://i25.photobucket.com/albums/c84/LegalizeLegalize/2010-02-27160629.jpg
Click to expand...
Click to collapse
Any chance you could possibly make a version with stock Messaging app? I really hate the one he included in his new build . The new vibrate pattens and blinking blow IMO .
afive720 said:
Any chance you could possibly make a version with stock Messaging app? I really hate the one he included in his new build . The new vibrate pattens and blinking blow IMO .
Click to expand...
Click to collapse
dont have the time to ul a new build but ill tell you what to do
place mms.apk from the older cyanogen mod or stock build on the root of your sdcard and follow these steps in terminal:
$su
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#rm /system/app/Mms.apk
#cp /sdcard/Mms.apk /system/app/Mms.apk
#exit
$exit
Hero_Over said:
dont have the time to ul a new build but ill tell you what to do
place mms.apk from the older cyanogen mod or stock build on the root of your sdcard and follow these steps in terminal:
$su
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
#rm /system/app/Mms.apk
#cp /sdcard/Mms.apk /system/app/Mms.apk
#exit
$exit
Click to expand...
Click to collapse
Thank you Will try
i just flashed, my messaging app is stock...?
Initial impressions = tiny bit snappier (maybe a placebo effect though!!)
edit: after playing with it for a bit....definately not placebo
Hero_Over said:
.pngs are optimized, all apps are zipaligned, .apk's are compressed.
-.png optimization makes images faster to display and use because it is less load on images
-apks are a type of compressed files (kinda like .zip) when these files are compressed more the apps take up less memory, leaving more mem free for other apps
-zipalign takes uncompressed data with in .apks (raw files and images) and aligns it into a 4byte code structure (this usually happens on first boot)
Click to expand...
Click to collapse
Just want to say thanks for this. I just flashed it and it works a bit better than Cyan's 5.0.4. Everything is running a bit faster. Definitely recommend people give this a shot.
adam18488 said:
i just flashed, my messaging app is stock...?
Initial impressions = tiny bit snappier (maybe a placebo effect though!!)
edit: after playing with it for a bit....definately not placebo
Click to expand...
Click to collapse
So its a bit more noticeable?
Do I need to wipe before flashing this? Coming from cm. 5.04

[ROM][3.31.2011]NAMELESS v3 (updated 4.2.2011 - Name Change - SMS/MMS Fixed)

{
"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"
}
Prologue:
(OLD) Hi all, I didn't feel like waiting for a full EC10 ROM, so I made one. I have been doing testing today (3/29-3/30) to work out bugs that I encounter, and I think I have it to where there are none... or very few. This ROM is a Mesmerize EC10 port, and as some know the phone is pretty much identical to ours minus a few things USCC. This is a sole project created by myself with indirect help from the Fascinate forum users.
/////////////////////////////////////////
Thanks goes to: adrynalyne (mods), GizmoDroid (mods), gtg465x (launcher), L3ttuc3 (SMS/MMS ideas), dfgas (SMS/MMS tips), and everyone else!
/////////////////////////////////////////
A few notes:
Flash this at your own discretion. I am providing this ROM for testing to the community. You may encounter bugs, though I hope there are not many, if any.
This ROM requires CWM recovery.
This ROM DOES NOT include a kernel, you must have one in place or have one installed already, or install one after flashing in recovery.
Wipe cache/dalvik-cache before flashing this ROM for best results.
I would also recommend re-provisioning your phone with *228 option 1 (activation) and option 2 (PRL update) after loading the ROM.
Fix permissions just in case, after ROM flash, you can do this by using either ADB or a terminal emulator: 1) type "rw", 2) type "fxpms", 3) Reboot
/////////////////////////////////////////
ROM Features:
Full and complete EC10 Mesmerize base
Extreme ROM clean
Latest Gapps including Chrome to Phone
2.3.4 Market
removed Swype and Samsung Keypad (due to incompatibilities)
EB01 debinged browser
MMS app fix by GizmoDroid
Music Player modified by CrushD
Car Cradle modified by adrynalyne
GTG TouchWiz 1.1.1 Launcher
AppWidgetPicker and DownloadCrutchLite
init.d scripts (only used if using an init.d supported kernel, like imnuts' kernel - sdreadahead for sd card read/write speed improvements & access to sysctl - feel free to drop your own tweak scripts in /system/etc/init.d (with proper permissions), or if you find a script you think is a good tweak... suggest it
ad blocking hosts file
OPTIONAL proper AOSP android logo boot animation in portrait mode (can be found in /system/bin, remember to backup, then remove, bootsamsung.qmg, and bootsamsungloop.qmg in /system/media before applying this)
Stock de-Verizoned Galaxy S boot animation
ringtone/notification flip-flop to VZW type
latest su binary and Superuser application with proper symlink
latest BusyBox 1.19 from adrynalyne's git with proper symlinks
GPS tweaks by adrynalyne
scripts by adrynalyne - ro/rw (mount system read-only, or read-write), fxpms (fix permissions), bstats (battery stats wipe), fast_media (kill media scanner), default_media (enable media scanner)
zipalign binary
sqlite3 binary
sh shell
modified build.prop
anti-malware profile
/////////////////////////////////////////
Known ROM Issues:
Default ringtone/notification bug - DO NOT select "Default ringtone" OR "Default notification sound" from Sound Settings
Missing voicemail settings in Call Features
Upon clearing settings storage data your settings may not save thereafter, see this post to restore functionality http://forum.xda-developers.com/showpost.php?p=12621037&postcount=172
No audio in camcorder recordings, or voice recorder recordings - this is not a ROM bug, it is related to Voodoo Sound enabled kernels, please see this post for a fix http://forum.xda-developers.com/showpost.php?p=12620125&postcount=166
/////////////////////////////////////////
Version 3: http://www.multiupload.com/W0ALGLGYB5 105.83MB
Changes:
SMS/MMS Fixed
Permissions Errors Fixed
Browser Bug Fixed
DRM Removed
"Digital Roaming" Message Fixed
/////////////////////////////////////////
Version 2: http://www.multiupload.com/SSLXWLRQ2T 107.03MB
Changes:
Stock Galaxy S boot animation
Home Button issue fixed
Lockscreen issue fixed
Removed minfree boot script (didn't function correctly)
Added sysctl configuration file and boot script
Corrected permissions on init.d related things, now all boot scripts will work
Added zipalign binary (in the next version, I'm hoping to include auto zipaligning on non-zipaligned APK's at boot)
/////////////////////////////////////////
Version 1: http://www.multiupload.com/JJ8VXOXDPG 102.32MB
reserved. thx~
Thank you for the hard work! BTW why did you remove Swype and Samsung keyboard? They are awesome imo.
deaffob said:
Thank you for the hard work! BTW why did you remove Swype and Samsung keyboard? They are awesome imo.
Click to expand...
Click to collapse
I agree, but I couldn't find a compatible version of Swype that would work. Samsung Keypad works fine, but I removed all custom keyboards. In other versions, I may add them back.
In the mean time, sign up for Swype beta: http://beta.swype.com/ This will net you the latest version of Swype.
What is the difference between this and SuperClean? Is it just this is fully EB10 based and SuperClean is somewhat of a frankenstein?
CGriffiths86 said:
What is the difference between this and SuperClean? Is it just this is fully EB10 based and SuperClean is somewhat of a frankenstein?
Click to expand...
Click to collapse
Yep. This is pure EC10 while Superclean is like a bit of all the Froyo releases merged together.
Sent from my SCH-I500 using XDA Premium App
TheSonicEmerald said:
Yep. This is pure EC10 while Superclean is like a bit of all the Froyo releases merged together.
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
So do you think this would work better since it is all based off of a single release?
CGriffiths86 said:
So do you think this would work better since it is all based off of a single release?
Click to expand...
Click to collapse
Test it and report back any problems that you encounter. This ROM goes beyond the cleaning of SuperClean and also provides you with most of the best ROM tweaks up front (though everything is of opinion).
Like others said this is pure EC10 (which is the latest). As far as I know EC10 is the official version release for the Mesmerize, which means (though does not prove) that it is likely this version is also for the Fascinate. The most likely reason that Verizon has not released something yet is because they are VERY picky about the BLOATWARE that comes with your device. Verizon will delay software releases to the moon and back until they have every little penny pinching bloat possible.
thanks for this -- I will certainly give it a try
so far its pretty smoothe. the home button doesnt work. no other issues so far.
second issue, theres no lock screen.
gunnermike said:
second issue, theres no lock screen.
Click to expand...
Click to collapse
To fix the home button and lock screen, follow this exactly. Load command prompt, and:
Code:
$ adb shell
$ cd /data/data/com.android.providers.settings/databases
$ sqlite3 settings.db
sqlite> .tables
sqlite> select * from secure;
sqlite> INSERT INTO secure (name, value) VALUES (‘device_provisioned’, 1);
sqlite> .exit
Reboot, that should fix both.
I'm also releasing a second version within a few hours. I found a problem with the init.d scripts not loading as they should, which will be fixed in this new version.
gunnermike said:
so far its pretty smoothe. the home button doesnt work. no other issues so far.
Click to expand...
Click to collapse
What kernel are you using by chance? There was a problem with a recent kernel that made the home button function as a back button. Try flashing a newer kernel.
khanable said:
What kernel are you using by chance? There was a problem with a recent kernel that made the home button function as a back button. Try flashing a newer kernel.
Click to expand...
Click to collapse
Unfortunately this isn't the issue. The home button and lockscreen are not working because the device thinks it is not provisioned. The device has to be provisioned in order for these two functions to work. The database has to be updated to provisioned so that they start to work.
navenedrob said:
To fix the home button and lock screen, follow this exactly. Load command prompt, and:
Code:
$ adb shell
$ cd /data/data/com.android.providers.settings/databases
$ sqlite3 settings.db
sqlite> .tables
sqlite> select * from secure;
sqlite> INSERT INTO secure (name, value) VALUES (‘device_provisioned’, 1);
sqlite> .exit
Reboot, that should fix both.
I'm also releasing a second version within a few hours. I found a problem with the init.d scripts not loading as they should, which will be fixed in this new version.
Click to expand...
Click to collapse
neato, this looks fun! ill let you know how it goes.
gunnermike said:
neato, this looks fun! ill let you know how it goes.
Click to expand...
Click to collapse
nice!! that worked and was super fun. thanks!!
question, i used adb on my laptop, could i have done that with terminal emulator on the phone?
gunnermike said:
question, i used adb on my laptop, could i have done that with terminal emulator on the phone?
Click to expand...
Click to collapse
Yes you can, it is just much smaller
I aim to build that provisioning into the ROM, I'm just not sure how yet.
navenedrob said:
Yes you can, it is just much smaller
I aim to build that provisioning into the ROM, I'm just not sure how yet.
Click to expand...
Click to collapse
if not, more fun for me.
oo oo, do you know how to get the 5 lock mod on this?
oh yeah, if you need a beta tester let me know.
great job on the rom, thanks man.
No one has built anything for this framework yet, only EB01. You could probably load the EB01 5 lock mod on this, but I can't promise you compatibility. Also, the custom Settings.apk used in that package would have menu links to things that do not exist at all in this ROM, like the Sync Service.

[MOD] Enable init.d scripts support on stock kernel

Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip.
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
{
"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"
}
Good, nice to see this posted here too.
Sent from my MT15i using XDA App
great work!
Could this be used in other android devices?
kcthomlau said:
Could this be used in other android devices?
Click to expand...
Click to collapse
Yes, it should be works well on other devices, just try it and let us know.
Sent from my MT15i using XDA App
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
sgj1 said:
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
Click to expand...
Click to collapse
no. I have now locked bootloader and it is working
sgj1 said:
it´s necessary to have unlocked bootloader?
I have followed this tutorial and have not created the file "init.d_log_test.txt"
when i go to /data/local/tmp i only have init.rc file
Click to expand...
Click to collapse
This is working great on mine mate, just try it again maybe you left something, i tested it with init.d scripts from SE Tweaked and it works.
Sent from my MT15i using XDA App
hello guys!
what kind of script is the neo?
Confirmed, working
I tried this mod and it seems to be working. Before its application, Supercharger tells me that he cannot reach init.d or something like that. But with this mod it can use init.d without any problems, no more warning. So it is working. Thank you
iridaki said:
Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip.
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
Click to expand...
Click to collapse
this is working for neo v?
It should on stock yes
Sent from my MT15i using Tapatalk
onlavu said:
Before its application, Supercharger tells me that he cannot reach init.d or something like that.
Click to expand...
Click to collapse
Have you checked original thread from zeppelinrox: http://forum.xda-developers.com/showthread.php?t=991276
where he shared his way(AutoStart Script) of enabling init.d for stock ROM/kernel: http://forum.xda-developers.com/showthread.php?t=1017291
kormatoes said:
It should on stock yes
Sent from my MT15i using Tapatalk
Click to expand...
Click to collapse
ok but i have a noob question,
how to change vm heapsize to 48?
Pandemic said:
ok but i have a noob question,
how to change vm heapsize to 48?
Click to expand...
Click to collapse
You need to edit build.prop in system folder.
Taptalked
Tenacius D said:
You need to edit build.prop in system folder.
Taptalked
Click to expand...
Click to collapse
hm ok and how will i do that with rootxplorer, what must i do and tick/untick?
Edit: Anyone know??
With rootxplorer go to system mount read/write (see screenshot)
long press build.prop open in text editor find vm heapsize change it to 48 save the change and reboot. Make buckup of build.prop just in case.
Taptalked
Pandemic said:
hm ok and how will i do that with rootxplorer, what must i do and tick/untick?
Click to expand...
Click to collapse
Have you tried long press on file, and select "Open in Text Editor"?
EDIT: was to slow
Tenacius D said:
With rootxplorer go to system mount read/write (see screenshot)
long press build.prop open in text editor find vm heapsize change it to 48 save the change and reboot. Make buckup of build.prop just in case.
Taptalked
Click to expand...
Click to collapse
i cant edit it when i open as text:S
Pandemic said:
i cant edit it when i open as text:S
Click to expand...
Click to collapse
Not open as text, scroll down and open in text editor.
Taptalked

Increase ram and performace on ics /GB! no lag!

CHECK SECOND POST ALSO
Huys here is how i maintain my rom ..with this mod it will help you reduce lag on ur phone and increase performace..no more fc while playing hd games! tested on my xperia play
here is what u need to do
first step is to get ur phone SUPERCHARGED
THEN USE SWAPPER
Click to expand...
Click to collapse
originally from
http://forum.xda-developers.com/showthread.php?t=991276
FOR GB GO TO THE ABOVE LINK
CHECK SECOND POST ALSO FOR SWAP
zeppelinrox said:
This Post is ONLY for ICS AND JELLY BEAN!
Earlier Android ROMS need ONLY The V6 SuperCharger Script !​.
Note: The webapp is NOT working on some newer roms! The strings to be edited are slightly different and the webapp needs updating!
===================================================================
IMPORTANT UPDATES!
===================================================================
August 25, 2012
Many thanks to pepcisko! He made a windows exe version of my Jelly Scream script which does EVERYTHING!
Get the Jelly Scream Patcher for Windows!
===================================================================
August 15, 2012
Instead of manually editing (Step 5 in the Tutorial below) or using the not yet updated webapp... you can use my new Jelly Scream Smali Patcher script!
Includes ALL the new edits below PLUS TONS MORE!
Just run it like my other scripts and be sure to have both ProcessList.smali AND ActivityManagerService.smali in the same folder as the script!
===================================================================
July 10, 2012
I found more edits to make the launcher even stronger!
I wasn't able to find a way to prevent other apps from getting ADJ 1 - UNTIL NOW!
When other apps have ADJ 1, along with the launcher, this makes the launcher weaker than it would be on non-ICS/JB ROMS!
Google Account Manager or Location Service, for example, would never have ADJ 1 on GingerBread.
On non-ICS/JB ROMS, the launcher and ONLY the launcher, could have ADJ 1.
===================================================================
And now.... the same can be said for Ice Cream & Jelly Bean!!
​ ===================================================================
Obviously, the webapp has not been updated as of yet so stay tuned for that.
For now, the new edits can only be done manually, old school.
I marked the new edits in the tutorial with a -=NEW=- notification!
===================================================================
ICS/Jelly Bean Installation Steps - Easy as 1, 2, 3!
1. Run the NEWEST V6 SuperCharger script as always.
Note: You may get Segmentation Fault errors running the V6 SuperCharger script on ICS due to a flakey su (superuser) binary.
To resolve the issue, you can:
A) Go HERE for a fixed su binary. No more fugly segfaults! - Thanks to wraithdu
OR...
B) Go HERE and get the SuperCharger Starter Kit!
2. Patch and install services.jar by whichever method you like best. Your options are:
A) Automagically - Use the latest Update 9 RC* and select ICS Service Centre's Automatic Transmission! (seemless webapp integration and installation to automatically make your launcher Die-Hard!) Actually, when you run V6 Update 9 RC* for the first time, this option will be selected by default... so you really don't have to do ANYTHING...
B) Semi-automatically - Make your launcher Die-Hard with the ICS OOM Priority Charger webapp (latest Update 9 RC* can install and apply permissions via ICS Service Centre's manual mode)
C) Manually - Follow the complete tutorial below or/and use Jelly Scream Smali Patcher script to automate the actual editing!
3.SuperClean & ReStart! (ie. Wipe Dalvik Cache & Reboot)
Notes: For decent launcher detection use at least V6U9 RC6.9 or newer and check the bOOM Stick to see if the launcher the desired ADJ value!
.......... - Boot will take a LONG time as it "optimizes all your apps"
.......... - If it doesn't boot (unlikely if you did the edits yourself), try wiping caches (not data)
.......... - If it still doesn't boot, you can always just re-flash your current untouched rom but do have a backup nevertheless.
.......... - If you get FCs, fixing permissions will solve that. (Use the "Fix Emissions" Option in the latest V6 SuperCharger Script! )
That's It!
========================================================
WebApp Info - Mod your services.jar instantly with the ICS OOM Priority Charger!
Just go to http://android.mimic.ca with your devices browser and follow instructions!
In case of upload problems: If your Android browser closes while selecting file to upload, use Opera Mini web browser because it lets you select a file from within the app. Just copy services.jar to the sdcard first
CWM zip option is available!
But if you don't get the CWM zip, and instead download the modded services.jar, you can:
A) Do Steps 8 to 10 below! But first In Terminal Emulator, just type su and enter, busybox mount -o remount,rw /system and enter (Mount system as read/write).
OR...
B) Use the ICS Service Centre's manual mode in V6U9RC*
Help for webapp: Go to http://webchat.freenode.net , channel #v6_supercharger and talk to blk_jack (or me if I'm there)
Important: The webapp WON'T WORK for ODEX roms! ALL Stock ROMS are ODEX (I think... ) So if you have a services.odex file, you have to do it manually as described below
ODEX UPDATE! - You can now have the process somewhat automated on Windows with a batch script courtesy of rexstor .
..................................... - See [Guide][Batch][Odex Rom only!] To get another 50% v6 Supercharged script for ICS!
Deodex and ODEX Note: You can now use the ICS Service Centre's manual mode in V6U9RC9 for Steps 8 and 9 below!
========================================================
OK I got ICS SuperCharged!!
The problem with SuperCharging ICS is that ICS doesn't read ADJ values from build.prop or local.prop - they are hardcoded into services.jar!
So the script alone can only give you a 50% SuperCharge Level with only the V6 SuperCharger script.
Patching services.jar gives you the other 50% along with a SuperCharged Launcher!
ICS users still have to run the V6 SuperCharger script just like before! Use V6U9 RC6.9 or newer for decent launcher status detection!
Note: Of course, the V6 SuperCharger script is ALL YOU NEED on all previous Android ROMS!
So the mod below is for getting the Launcher at a SuperCharged Priority on ICS!
This is akin to the ADJ entries in build.prop or local.prop on earlier Android ROMS which don't work on ICS.
What gets changed?
I rearranged Priorties on ICS like so:
Code:
System -16 (stock)
Persistent Process -12 (stock)
ForeGround app 0 (stock)
Home Launcher 1 (Die-Hard Launcher) (stock=6)
Perceptible app 2 (stock)
Visible app 3 (stock=1)
Heavyweight app 4 (stock=3)
Previous app 5 (stock=7)
Service 6 (stock=5)
Backup app 7 (stock=4)
Service_b 8 (stock)
Hidden app min 9 (stock)
Hidden app max 15 (stock)
As you can see, there are ALOT more app categories now lol
I also decided to give a new app category a higher priority - Previous Apps.
Users with low ram devices will definitely be pleased with that
I was actually able to load Angry Birds, ran a different app, and went back to Angry Birds and it didn't have to restart.
It's practically unheard of for that game to stay in memory like that on my device
I really don't understand the logic of making Previous apps more killable than some app that you were using awhile ago (ie Service) so I fixed it
========================================================
DONT THANK ME..CREDITS TO zeppelinrox
Click to expand...
Click to collapse
Step 2 after supercharging
AFTER SUPER CHARGING UR DEVICE
use this METHOD
Patambiz said:
So what is Swap?
A swap file allows an operating system to use hard disk space to simulate extra memory. When the system runs low on memory, it swaps a section of RAM that an idle program is using onto the hard disk to free up memory for other programs. Then when you go back to the swapped out program, it changes places with another program in RAM. This causes a large amount of hard disk reading and writing that slows down your computer considerably.
I can say Swap file is like Virtual Memory on your PC.
The Swapper can Work on Many Devices. I tested it on Neo V, Arc S and Samsung Galaxy SII
Just to make sure it supports this kind of Feature. Free to try it, its harmless.
Requirements:
-Any Rom- (Tested on Acronium 4 and I-Scream)
-Custom Kernel- (Tested on KGT and Xarc Kernel)
-300+ sdcard space-
-Terminal Emulator-
Source: Google Play
or Attached File
Start:
Download the Swapper2 and install.
Click Here
2. Go to terminal emulator type "Free" without the Quotation.
Make sure you see "0" on the Swap
{
"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"
}
3. open swapper2 go to Setting, Swap size=32 MB, Swappiness=60. (You can Play on the numbers you want I just displayed a Default Swap Settings.)
Go Advanced preferences check "Recreate swap file" and "Reformat swap" then exit...
4. Open Swapper2 click ON it will show some Fail.
Just wait for few secs or mins and it will continue. If not, Click the ON again.
5. Go to terminal emulator type free and you will see that the "0" has been replaced.
Hit thanks if you think I helped.
Note:
This just give Everyone Idea that Swapfile is working without Partitioning your SD cards.
Click to expand...
Click to collapse
now u can play hd games without lagg!
why not enable "swap partition" in advance settings? that's what i usually do. also the phone runs a lot smoother with swap running all the time on ics but i'm just terrified that my beautiful 32gb class 10 sd card would be damaged. how do you use swap exactly?
edit: scratch that
Edit: also its reccommened to disable zram while using swap as the 2 conflict. Imo that is a bit of work if you dont have have swap running all the time because everytime before and after games you gotta enable and disable two scripts.
I tried this out, and still booting. Lol.
---------- Post added at 12:50 AM ---------- Previous post was at 12:39 AM ----------
It's been 25-30 minutes now. I ended up taking up battery out twice. How much longer?
It's been booting for an hour and a half.
DubleJayJ said:
It's been booting for an hour and a half.
Click to expand...
Click to collapse
Did u flash the patched up services. Jar from the Web application for supercharger?
Sent from my Xperia Play using xda premium
Yup. I'm gonna try and flash my nandroid.
DubleJayJ said:
Yup. I'm gonna try and flash my nandroid.
Click to expand...
Click to collapse
There is something wrong with it on jellybean.. If I am not wrong, ur on jb. So just adb push ur original services.jar and set permissions.. that's what I did..
Sent from my Xperia Play using xda premium
Fat_boy555 said:
There is something wrong with it on jellybean.. If I am not wrong, ur on jb. So just adb push ur original services.jar and set permissions.. that's what I did..
Sent from my Xperia Play using xda premium
Click to expand...
Click to collapse
On AokPlay Milestone 6. So, 4.0.4
DubleJayJ said:
On AokPlay Milestone 6. So, 4.0.4
Click to expand...
Click to collapse
Then I am not so sure.. But yea just used back the original services.jar
Sent from my Xperia Play using xda premium
will it damage my SD card.? and what is the side effect of using swap.?
also, what's the difference if i use swap partition.?
thx :highfive:

[Audio Engine] ACID Audio Engine™ [1/26/13 - Sideload Nooz latest build]

{
"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"
}
I just installed it using the Aroma installer. I chose Universal>Universal>Skip>Noozxoid. I'm using it in conjunction with Beats rather than in lieu of it. My Klipsch Image ONE Premiums have never sounded better. I HIGHLY recommend this installation for anyone. The work these folks have done is incredible.
*Note* the final window says you should not have any other DSP or equalizer installed. I had DSP Manager v2 installed and I let it install anyway. There were some conflicts and AC!D actually FC'd. I had to turn off all DSP Manager's options and disable it. I then rebooted and no issues afterwards.
****NOTE**** I take no credit for the original work. This is simply a port to the DNA. The original thread is here:
http://forum.xda-developers.com/showthread.php?t=2002367
Folks, install this now. Seriously.
12/27/12 UPDATE: Tonight I mistakenly found out why the installer says not to have any other DSP's installed and why when you go into Settings\Sound\Music effects it FC's. If you did the Aroma installer and followed my installation and look in your applications, you have a new icon called Noozxoide EIZO-rewire. This is their Jelly Bean DSP manager suggested in the installer. If you click Build-In Audio Monitor (supposed to be built, but they're German, so give them a break), you can FULLY manipulate your sound to your liking. I'm enjoying my headphones even more with these tweaks and I'm sure you will too!!! See new screenshots below.
12/28/12 Disregard. See instructions below.
12/29/12 UPDATE: Looking at the original AC!D post, I noticed that my installation was incomplete. Steps 9 and 10 involve a build.prop edit. I've successfully done it and I want you all to hear what I am.
******WARNING***** Follow these steps EXACTLY. If you do not, you could make your phone unbootable. I'm not responsible for any damage to your phone. With that said, let's get to it:
1) First, you need to be on any version of TWRP recovery and have adb installed.
2) We're going to make a backup of your original build.prop first. Put your phone in recovery and plug it into your PC. In TWRP select Mount and mount System. Go into a DOS prompt and type:
Code:
adb pull /system/build.prop C:\
3) Right click on build.prop and select copy. Paste right there in the root You should now have two files on your root like the fourth screenshot. Right click on build.prop and open with Notepad. Scroll to the bottom of the file and hit enter. On the new line, paste the following code:
Code:
###AC!D Sound Tweaks by R-ikfoot###
#Sony Xloud & Clearbass +
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.semc.enhance.supported=true
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.somc.dmnorm.supported=true
persist.service.dmnorm.enable=1
ro.sony.walkman.logger=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
#Resampling
af.resampler.quality=255
persist.af.resampler.quality=255
#Beats Engine
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
(See the fifth screenshot.) Close Notepad saving your changes.
4) Now send the edited build.prop back to your phone. Go back into your DOS prompt and type:
Code:
adb push C:\build.prop /system/build.prop
4) ***If you don't this, your phone is unbootable*** Go back into TWRP and use the File Manager to navigate to the system folder and find build.prop (scroll all the way to the bottom.) Click it and press the Chmod 755 button. Swipe to confirm. Make sure you get a "Successful!" at the top. Go back to main menu of TWRP and reboot system.
5) Profit! (If you have an app like Root Explorer, you should see the build.prop looking like the sixth screenshot.)
12/29/12 SECOND UPDATE: If you use either one of DSB's kernels that enable system write, you can use several apps that allow you edit the build.prop while booted into Android. The confirmed list, so far, is
ES File Explorer: https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en
Build Prop Editor: https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor&hl=en
Root Explorer: https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
Directions for the Explorer apps:
1) Navigate to the system folder and mount it as Read/Write capable.
2) Make a backup copy of the build,prop
3) Navigate to this thread with your phone's browser and copy and paste the code from step 3 above at the end of the file. Save your changes and exit the app.
4) Do a full reboot and profit.
Directions for Build Prop Editor:
1) Fire up the app and hit the menu button. Select Backups and create a backup.
2) Go back into the menu and select edit...
2) Navigate to this thread with your phone's browser and copy and paste the code from step 3 above at the end of the file. Save your changes and exit the app.
3) Do a full reboot and profit.
1/3/13- There's a new build of Noozxoide DSP, but the Play Store says it's not compatible with our device. I've found it best to sideload it in recovery. Instructions:
1) Download the .apk from: http://forum.xda-developers.com/showthread.php?p=36168124#post36168124
2) Put the .apk in the same folder as adb.exe.
2) Boot into recovery and mount system.
3) Type in:
Code:
adb install com.noozxoidelabs.eizo.rewirepro.apk
The install will complete with an error code, but it did install fine. Look in Settings\Apps\All and you should see new build number (see screenie #7)
*NOTE*-- For those of you that want to install the Walkman player, it specifically says in the OP of the Engine and the Aroma installer that you can NOT use the player with a DSP. Your installation in Aroma should be Universal, Universal, Walkman, Skip.
1/26/13- After some extensive testing (a LOT of flashing and restoring), I've come to the conclusion that the AC!D Engine either just doesn't work on our device or it doesn't work on any device. What I heard as a significant change in sound actually came from the Noozoxoide DSP and not from the Engine. A properly running Nooz sounds amazing combined with Beats on this phone. First, my test results (all v5 tests with proper build.prop edit. v7 supposedly doesn't need an edit):
AC!D v5 only: No change to sound
v5 with Walkman 5: No change
v5 with DSP Manager v2: Only DSP changes
v5 with Noozxoide DSP: Only Nooz changes
AC!D v7: phone boots, no changes to sound
AC!D v7 and Walkman v6: Phone won't boot into Android
v7 and DSP: DSP changes only
v7 and Nooz: Nooz changes only
The choice then becomes which DSP sounds better to you (DSP Manager v2 or Nooz.) I just sideloaded the latest version of Nooz (2.0.1.13) and I adjusted its settings to run with Beats. I don't think I could be happier with audio coming from this phone. Links:
flash v2.0.1.12 .zip installer with supporting files: http://dl.dropbox.com/u/68066384/HDSoundEngine_CWM_24Jan2013.zip
then sideload v2.0.1.13 with Root Explorer (etc): http://dl.dropbox.com/u/68066384/Noozxoide_EIZO-rewire__PRO_-_v2.0.1.13.apk
Tried to install it but after I changed the build.prop, saved, and rebooted, I couldn't find audio effects in sound settings. Checked build.prop again and the stuff I added wasn't there. Is yours still there?
slvrdrgn123 said:
Tried to install it but after I changed the build.prop, saved, and rebooted, I couldn't find audio effects in sound settings. Checked build.prop again and the stuff I added wasn't there. Is yours still there?
Click to expand...
Click to collapse
I never changed my build.prop. My music effects is still there, but it FC's when I click it. I don't think they need to be modified anyway. Their default settings are amazing.
Sent from my HTC6435LVW using xda premium
Just installed on my rooted stock ROM. Looks like it is working; have to go get my nice earphones in a bit to test it out.
Are you keeping beats and acid enabled at the same time, or turning beats off?
I'm getting fcs too when I click on music effects now. I don't think it's working properly because I don't hear a difference with it installed.
Sent from my HTC6435LVW using Tapatalk 2
tbns said:
Just installed on my rooted stock ROM. Looks like it is working; have to go get my nice earphones in a bit to test it out.
Are you keeping beats and acid enabled at the same time, or turning beats off?
Click to expand...
Click to collapse
As you can see from my screenshot in the OP, I use them together. Beats ends up being a bass and volume boot and AC!D cleans everything up.
slvrdrgn123 said:
I'm getting fcs too when I click on music effects now. I don't think it's working properly because I don't hear a difference with it installed.
Click to expand...
Click to collapse
No idea how you can't hear the difference...
Maybe because it's not working for me. Lol. I'll have to play with it later to get settings to not force close, then maybe it'll work right.
Plug in your headphones and you should see this in your notification bar...
This is the best mod I've had the privilege to install thus far. Thanks for the tip and Bravo AC!D team. This rocks big time. 100% improvement. I was using Volume+ app and this free mod completely dusted it. Wow!!!
The link to the thread doesn't work
RLKirk said:
The link to the thread doesn't work
Click to expand...
Click to collapse
i can confirm the link does not work. Can you post the download link you used from the thread or fix the link?
That's very strange. Obviously a glitch on the xda side because that thread was 50+ pages. I uploaded the installers to my Dropbox. I used the Aroma installer and it works just fine (they said it was for 720p+ phones; which our phone is). They say the Universal driver works on any phone if you're not comfortable using Aroma. I take no credit for their creation:
Aroma installer: http://dl.dropbox.com/u/68066384/[AROMA]AC!DAudioEngine[v5.0]_signed.zip (57.9MB)
Universal driver: http://dl.dropbox.com/u/68066384/[Universal]AC!DAudioEngine[v5.0]_signed.zip (2.15MB)
Working fine for me.
Sent from my HTC6435LVW using Tapatalk 2
Subscribing to this thread.
I'd love to see a rom builder add this baked into his/her rom.
Danzoman316 said:
Working fine for me
Click to expand...
Click to collapse
Seems to be intermittent today. They must be working on or having problems with their database.
thanks, good job
http://forum.xda-developers.com/showthread.php?t=2002367
looks like the link in the OP was concatenated.
rynfrnk said:
looks like the link in the OP was concatenated.
Click to expand...
Click to collapse
Fixed. Thank you.
slvrdrgn123 said:
I'm getting fcs too when I click on music effects now. I don't think it's working properly because I don't hear a difference with it installed.
Click to expand...
Click to collapse
slvrdrgn123 said:
Maybe because it's not working for me. Lol. I'll have to play with it later to get settings to not force close, then maybe it'll work right.
Click to expand...
Click to collapse
Tonight I mistakenly found out why the installer says not to have any other DSP's installed and why when you go into Settings\Sound\Music effects it FC's. If you used the Aroma installer and followed my installation instructions in the OP, you'll have a new icon in your applications called Noozxoide EIZO-rewire. This is their Jelly Bean DSP manager suggested in the Aroma installer.
If you click Build-In Audio Monitor (supposed to be built, but they're German, so give them a break), you can FULLY manipulate your sound to your liking. Look at my new screenshot below. I'm enjoying my headphones even more with these tweaks and I'm sure you will too!!! See new screenshots below.
Instructions modified to prevent possible conflicts.
Or you could (as the original AC!D forum instructions suggest) add the lines in a text editor using a file explorer app after making a backup of your original build.prop file. I renamed my build.prop to build.prop.bak, copied it to a clipboard, added the lines from the AC!D forum in a text editor, renamed the modified file to build.prop and put it in /system folder then rebooted. The whole process took less than 5 minutes and worked entirely on device. I caution those of you who don't know what you are doing to use the OP's advice as that method is safer and you are connected to your PC if anything goes south. I'm just providing a simplified on device alternative. Thanks docnok63 for keeping this thread updated with advice and improvements as the sound enhancements are remarkable to say the least. I also used this on my HP TouchPad running CM9 and the difference is stunning. Highly recommend doing this, you won't regret it.
---------- Post added at 01:51 AM ---------- Previous post was at 01:45 AM ----------
Docnok63, will using your build.prop file in place of whatever build.prop file is currently in use on one's device wipe out certain mods and ROM features or would you recommend using only the portion at the bottom provided by the AC!D team in their forum to add the enhancements? Just want to be sure people don't mess up their customizations after using your build.prop.working file in place of their own.

Categories

Resources