Universal Jit Update - Droid Eris Android Development

1) not for use with sense
2) jit is in beta
3) These are the same binaries as the original JIT.zip floating around, this just properly sets up your build.prop instead of flashing an outdated ones that does not work will all roms.
If people would like to see a jit on/off switch app just let me know. Binaries were from the original eris jit update ivan gave me.
Stop using JIT.zip
http://www.multiupload.com/PIFU7GNSR5
Make backup first, doesn't work don't grip. At your own risk, no support provided.
Step 1: download the zip put in sdcard
please
Step 2: Run these commands
adb remount
adb shell "busybox sed -i 's/#dalvik.vm.execution-mode=int:jit//g' /system/build.prop"
adb shell "busybox sed -i 's/dalvik.vm.execution-mode=int:jit//g' /system/build.prop"
adb shell "echo dalvik.vm.execution-mode=int:jit >> /system/build.prop"
Step 3: reboot to recovery, wipe dalvik cache, reflashe zip
To undo
Step 1:
adb shell "busybox grep -v int:jit /system/build.prop > /data/local/tmp/build.prop"
adb shell busybox cp /data/local/tmp/build.prop /system
Step 2: reboot to recovery wipe dalvik

totally awesome!! thanks jcase! I would love to see an app just to simplify the process

Has JIT been modified enough to "play nice" with SENSE based ROMS?

Riley1524 said:
Has JIT been modified enough to "play nice" with SENSE based ROMS?
Click to expand...
Click to collapse
Its JIT, bound to be unstable. No modifications to the binaries were made, just different way of applying it.

Cool!!! Be nice just to try it out. Thanks!

hmmm
Riley1524 said:
Has JIT been modified enough to "play nice" with SENSE based ROMS?
Click to expand...
Click to collapse
i thought these were for vanilla roms only

*votes for on and off switch app*
doing this now on my port, ill edit post saying how it went
thanks

DS36 said:
i thought these were for vanilla roms only
Click to expand...
Click to collapse
I knew that it was, just wasn't sure if anything was modified to work better with sense

so far, I have not been able to get JIT running stable on any of the roms that I've used

I'm on EE 2.0 with zanfurs OC patch @ 768mhz. I ran the sense remover from zifnab's site. Installed the Open GL patch (don't know if that mattered). Rebooted the phone, but the phone would lock up and reboot whenever sliding the phone to unlock. So the i flashed the Nexus One Screen Lock and rebooted. But when i went to unlock the phone that time, it didn't reboot and i pressed the home button and set Nexus Launcher as default. It seems to work fine now with no reboots. The highest i got in Linpack was 5.24 MFLOPS. Just don't know if i like the way the Nexus Launcher looks

Sense-able 3.1 with zanfur's v3 OC patch; same results, go to unlock the phone and it reboots.
/restore

+1 for the on/off app!!
EDIT: does not work with Ivans eris offical 1.0

Strangely lowered my MFLOPS from 2.8-3 to 1.7. Seems fishy. I will give it another attempt in when i have more time to experiment with it.

edit: I apparently suck.

Spencer_Moore said:
Strangely lowered my MFLOPS from 2.8-3 to 1.7. Seems fishy. I will give it another attempt in when i have more time to experiment with it.
Click to expand...
Click to collapse
I'm chiming in to confirm this works
on tainted vanilla 1.3.1 I just got 5.61 using this update
Thanks for all your work jcase

I can confirm the reboot.
Sense-able 3.1 (based on v3 leak) locks-up then reboots as soon as as I go to unlock phone. I tried it a few times to be sure it wasn't a fluke.
No JIT for me.
EDIT: I forgot to mention that I appreciate all the work you do despite this time it not working out for me.

br125 said:
I'm chiming in to confirm this works
on tainted vanilla 1.3.1 I just got 5.61 using this update
Thanks for all your work jcase
Click to expand...
Click to collapse
wow... I had to try....
got 5.195 using same set up! Fast!
edit: 5.3!

Any one use this on the 2.1 v4 leak ROM with success?

Code:
Originally Posted by jcase
Um its the same damn files, minus the build.prop that is from LEAK VERSION ONE in jit.zip.
ie EXACTLY THE SAME THING.
*edit*
im a moron occasionally.
FYI for those comparing it, it is completely the same binaries.

jcase said:
Um its the same damn files, minus the build.prop that is from LEAK VERSION ONE in jit.zip.
ie EXACTLY THE SAME THING.
Click to expand...
Click to collapse
Wow. I'm not saying you did anything wrong with the update. Maybe my flash was bad. But it did work with grdlocks jit. geez man... smoke a cig or something. I never said u messed anything up.

Related

Best/Fastest ROM

I am currently using modacco's 2nd to latest rom.
Its not as fast as fresh 1.0. What rom do you guys think is the fastest?
Gumbo 1.5 with MoDaCo custom kernel 1.2
Gutted 1.5 with MCK 1.2
Any 1.6's or above?
Fastest: Any of the AOSP really
Best (IMO): AOSP 1.6 due to the speed & battery life
jvz555 said:
Any 1.6's or above?
Click to expand...
Click to collapse
I think Nexus themed 1.6 is insanely fast. That's what I'm using. Actually, I am in the process of cooking up a rom based on that. So once I release it, that will be my vote...Humbly of course
I was jsut about to get AOSP 1.6 but no headphone jack supprot and i listen to music alot
WEll i decided on Donut 1.6, but i have an issue.
I really like it, but does anyone know how to put the old keyboard on it.
I like the white one instead of the new black one without autocorrect and all that good stuff.
chuckhriczko said:
I think Nexus themed 1.6 is insanely fast. That's what I'm using. Actually, I am in the process of cooking up a rom based on that. So once I release it, that will be my vote...Humbly of course
Click to expand...
Click to collapse
i can test it if you like... cant wait......zoom zoom zoom.
jvz555 said:
WEll i decided on Donut 1.6, but i have an issue.
I really like it, but does anyone know how to put the old keyboard on it.
I like the white one instead of the new black one without autocorrect and all that good stuff.
Click to expand...
Click to collapse
Download the Clicker.apk & HTC_IME.apk from here.
Do the following commands:
Code:
adb remount
adb install -r Clicker.apk
adb install -r HTC_IME.apk
adb reboot
Go into Settings>Locale & Text, made sure "Touch Input" is checked
Long press a text box, selected Input Method & selected "Touch Input"
gu1dry said:
Download the Clicker.apk & HTC_IME.apk from here.
Do the following commands:
Code:
adb remount
adb install -r Clicker.apk
adb install -r HTC_IME.apk
adb reboot]
Go into Settings>Locale & Text, made sure "Touch Input" is checked
Long press a text box, selected Input Method & selected "Touch Input"
Click to expand...
Click to collapse
Awesome! Thanks! I was lamenting over the loss of my old keyboard but now I don't have to.
I mma newbie but i using fresh 1.1 and i think is running very fast i wish tray other but i dont know what is about with gumbo, modaco and kernels how to install?
afazel said:
Gumbo 1.5 with MoDaCo custom kernel 1.2
Click to expand...
Click to collapse
This, +1!! For sure.
gu1dry said:
Download the Clicker.apk & HTC_IME.apk from here.
Do the following commands:
Code:
adb remount
adb install -r Clicker.apk
adb install -r HTC_IME.apk
adb reboot]
Go into Settings>Locale & Text, made sure "Touch Input" is checked
Long press a text box, selected Input Method & selected "Touch Input"
Click to expand...
Click to collapse
Omfg, thank you very much, works perfect
I'm running TTG 0.1.6 with Modaco custom kernal and it seems pretty snappy, don't have others to compare it to though so I'm not much help. Question though. I read a few posts about enabling compcache (?) on the new MCK, is that advised to make it even speedier? If so, I'm there! Is there a cheat sheet for how to do this?
Just a quick note. Clicker.apk is not necessary for the HTC IME. It's the calibration feature so if you want that then you need Clicker.apk. I did notice in my experiences with the HTC IME that the libt9.so library is needed. I always got force closes without it. Anyone else notice this?
The one I linked, cyanogen removed the dependencies on framework & lib files.
Hey gu1dry, I tried flashing AOSP 1.6 but I'm stuck at the ANDROID boot cycle. I RUU my phone back to 1.56, Nandbackup, Flashed quiet's AOSP 1.6 ROM and I'm stuck on the ANDROID boot screen. I've given it around 15 minutes and it's stuck in a cycle. Thanks in advance.
gu1dry said:
The one I linked, cyanogen removed the dependencies on framework & lib files.
Click to expand...
Click to collapse
Yeah I am aware of which one you are talking about but I never got that to work without libt9.so. Oh well. Either way they work.
Ambiong said:
Hey gu1dry, I tried flashing AOSP 1.6 but I'm stuck at the ANDROID boot cycle. I RUU my phone back to 1.56, Nandbackup, Flashed quiet's AOSP 1.6 ROM and I'm stuck on the ANDROID boot screen. I've given it around 15 minutes and it's stuck in a cycle. Thanks in advance.
Click to expand...
Click to collapse
Only boot loops with 1.6 I ever got was when I forgot to wipe prior to flashing. Did you wipe first?

[ROM] Eris_Official 1.0 Alpha With Controllable Overclocking! [5/9/2010]

Updated:
Changelog:
1.0
remove amazon apk
optimize all png's
optimize zips
based on new build
added su and superuser.apk
apps2SD enabled (requires FAT32 and EXT3 partitions on SD)
Wireless Tethering
Wired Tethering
added task killer tweak for speed
removed OTA
added systemro and systemrw - thanks jamezelle
Changed permissions for ADB to root
USB debugging on by default
Added Terminal
Added flash_image (for future ease when upgrading recovery images)
Added sqlite3
Added Market fix - thanks jcase
Added Overclocked kernel to 710mhz (767 didn't seem stable on everyone's phone)
Added SetCPU
Modified kernel to work with SetCPU's Autodetect
Warning: This is alpha. I don't have an eris to test this on.
Also, some phones won't be able to handle the speeds.
0.8T2
All changes from 0.7 but based on bugless 0.5.5 build (that was never released) without the De-odexing so no more FC's and other bugs.
Added systemro and systemrw - thanks jamezelle
Added wireless and wired tether apps
http://www.multiupload.com/4JGKZHXT40
0.7 Since 0.5.4:
Optimized all the pgn's in all the apk's
De-odex'd all apk's and frameworks
Zipaligned all apk's
Changed permissions for adb to root
Changed symlink to bin/ifconfig busybox
The png's and zipaligning will minimize the RAM usage of all preinstalled apps.
0.7 - http://www.multiupload.com/GN6IUOVU5G
Thank you Wes Garner for the tips on deodexing.
Based on the newest 2.1 leak - A lot of fixes by HTC
USB Debugging on by default in ramdisk
fixed su/superuser issues
Updated busybox and moved busybox symlinks to /system/xbin/bb
Removed su from xbin since it's already in bin
Added TERMINFO and libcurses to fix nano
Added flash_image for future ease when upgrading recovery images
Added sqlite3
Disable OTA (rm SystemUpdater.apk)
Changes to init.rc in ramdisk for busybox and TERMINFO
Build number now shows version number but not showing in Settings
Kill amazonmp3 app (it sucks up RAM like nobody's business)
Downloads
http://www.multiupload.com/VT874ICFFX
Don't have time to really give you a thorough intro at the moment, sorry.
Make sure to WIPE before you flash from another ROM.
Downlaoding now will flash to it tomarrow sometime thanks
Lol as soon as you put it someone put in on the irc.
Question:after this it shouldn't be full flashes and be just minor updates to the rom?
Or are they going to be full flashes? I think I asked you before but don't know if you answered.
will this unroot my phone
ivanmmj said:
Make sure to WIPE before you flash from another ROM.
Click to expand...
Click to collapse
what will happen if didn't WIPE?
Ivannmj will you allow your rom to be used as a base for other roms?
acually flashing now... so far so good ill edit the post when im done
ok, installed and working so good thanks
so ummm... ::squint:: how... do... u... wipe?
...
tonyfiasco said:
so ummm... ::squint:: how... do... u... wipe?
Click to expand...
Click to collapse
A) do you have root access on your eris?
and
B) have you put a recovery image on your eris?
tonyfiasco said:
so ummm... ::squint:: how... do... u... wipe?
Click to expand...
Click to collapse
no comment.
from recovery img, select wipe, choose factory reset, and wipe dalvik
jcase said:
no comment.
from recovery img, select wipe, choose factory reset, and wipe dalvik
Click to expand...
Click to collapse
I'll assume you have root and Recovery already.....
Does anyone have the md5 hash for this?
pkopalek said:
Does anyone have the md5 hash for this?
Click to expand...
Click to collapse
MD5: 182ACEC321A44D14F8734E249D0ED1D7
I have updated this rom, works great!
I am going to cry! I found this download yesterday
androidforums.com/htc-droid-eris/55898-you-dont-need-root-new-leak.html
This is the one you are speaking of here right? I wake up, get a call... wait for it... no sound
o
M
F
G
I could scream. Is anyone else still having this bug?
Morkai Almandragon said:
I am going to cry! I found this download yesterday
androidforums.com/htc-droid-eris/55898-you-dont-need-root-new-leak.html
This is the one you are speaking of here right? I wake up, get a call... wait for it... no sound
o
M
F
G
I could scream. Is anyone else still having this bug?
Click to expand...
Click to collapse
No this rom is for root users. and i dont know about that issue, i havent heard of that issue, im running the newest 2.1 leak and everything seems fine to me
Morkai Almandragon said:
I am going to cry! I found this download yesterday
androidforums.com/htc-droid-eris/55898-you-dont-need-root-new-leak.html
This is the one you are speaking of here right? I wake up, get a call... wait for it... no sound
o
M
F
G
I could scream. Is anyone else still having this bug?
Click to expand...
Click to collapse
Not at all. There is similar data in this one, to the one you're referring to.
The image of the one you're referring to is NOT a Root image.
it's a normal image. If you have a problem like that, try reflashing it, checking the md5 hash on that - making sure it matches someone else's that works AND/OR, just re-download the file.
Either way, you probably want to re-flash that PB00IMG.zip. But if you reflash it and the same problem happens, you will want to re-download it, or check to make sure the file is 100% intact.
<sigh> I am flashing more now than with my 6800, 6950, and Omnia combined
Can anyone verify which information is missing from Settings > About Phone > Software information?
Is it Kernel version? Build number? Software number?
pkopalek said:
Can anyone verify which information is missing from Settings > About Phone > Software information?
Is it Kernel version? Build number? Software number?
Click to expand...
Click to collapse
No information is missing in my phone, all fields are filled. Just flashed this ROM this morning and so far so good....
how does this compare to the 2.1 OTA root ROM?
I'm running evil eris right now, starting to get fed up with the bugs interfering with the necessary usage of my phone.
I am on the forums daily, but I'm getting confused with all the updates coming out and which one(s) are better than others.

[TUTORIAL] XFCE4 on Webtop -Straight, Simple Guide for Noobs like Me

Hey Everyone, Good News- I finally figured out how to get XFCE on webtop, and take off Awn Dock. (Er, disable it.) I realize that its been done before and that there is a guide, but the guide I found ( http://forum.xda-developers.com/showthread.php?t=1054213 ) seems to be kind of outdated, and a little unclear. So this is an attempt to help people take their webtop to a whole new level.
To be clear, this is all the work of others, I take no credit, I urge you to hit the thanks button on all the threads I link to. These guys work their butts off. This is simply a guide making it dead simple to do something I know a lot of people want, but isnt exactly super clear. Lets begin.
Remember, guys, it helps if your Rom actually has Webtop. No CM7, no MIUI, No AOSP. Some of the Blur Roms also don't have webtop, but that can be solved by flashing it through these links:
For 2.3.4 Roms http://www.multiupload.com/H4UW3JTL22
For 2.3.5 Roms http://www.multiupload.com/R39VKRPJU5
For 2.3.6 Roms http://www.multiupload.com/3PD53CQRZA
(These are all Fruit Cakes, found here. Go give Sam some love, hit the Thanks button.)
Step 0
Do a Nandroid Backup. Please.
STEP 1
Ok, so first off, youre going to need to run webtop2sd, which can be found here. Run that, follow instructions, and try not to destroy your SD card. (Not that I did. Not that I destroyed 3 of them. No way.) That should take a bit, so be patient. Remember to say thanks to Sogarth, the Webtop Champion.
STEP 2
After that's over and done with, go ahead and start up Webtop, either through a Lapdock or Webtop Hack, it doesn't really matter. I will say that this is kinda pointless to do if you don't have a lapdock, but whatever!
After webtop is started, start the Webtop Configorator (Has the same icon as the Webtop2sd apk). Its going to pop up with some questions, click yes on both of them. Don't panic when it seems like the program freezes, its not frozen, it just takes an unsettlingly long time. Thatll finish up, then will present you with a menu, offering to install LXTerminal, and Synaptic Package Manager. Install both of them, by clicking install. When they finish, close the configorator. Now, this part is weird, open the configorator back up, and make sure that both programs are really installed, by clicking install again, just for good measure. For some reason, Synaptic would say it installed, then not really be installed. So yeah, up to you.
STEP 3
Alright, almost done, but then, not really. As of now, you have all the tools to get XFCE (Or whatever environment you choose, I recommend XFCE4). But right now, dependencies and packages are really really effed up, and its borderline impossible to install anything fun.
So to fix this, go to this thread here. This is a guide to for fixing apt-get dependencies. Show some love to Arvati, hit the thanks button, the guide is really simple, easy to do, and the installer is fully automatic. I recommend following his guide, then coming back here for the rest.
Helpful hint, to save you some thread searching, in the installer, type Yes on all the questions.
STEP 4
Home Stretch! At this point, you're ready to run Synaptic. In LXTerminal, type
Code:
gksu synaptic
We're going to install a couple things here. Well, actually a lot of things, but we're only going to click two things, and the rest will fetch themselves. In the search bar, type in xfce4 (or whatever desktop environment you like). It should be the top of the list, named "xfce4". Click the white box, and hit Mark for Installation. Click Yeah, you want to install the other stuff that comes with it.
After that, search for gedit. (For non linux familiar people, gedit is the linux equivalent of notepad. Its also got some color coding, so you could compare it to Notepad++.) Mark that for installation too, and you're set. Click apply at the top, and wait for that to install.
STEP 5
This final portion follows this guide. Go show your thanks to YellowGTO.
Once that finishes, go back into LXTerminal. Type in
Code:
cd /osh/usr/local/bin/
And after that, type
Code:
sudo gedit start-oshwt-2.sh
Gedit is going to open. Scroll down to where it has some lines that say
Code:
sfalv -i "awm-autostart"
sfalv -i "webtop-wallpaper"
These have to do with the current Window manager. We're not deleting them or removing them, just making them not start when Webtop does.
Put hashes (#) in front of them, so they now look like
Code:
#sfalv -i "awm-autostart"
#sfalv -i "webtop-wallpaper"
After that, add a line at the bottom of the chunk that says
Code:
sfalv -i "startxfce4"
Save and exit.
STEP 6
Go back into LXTerminal and type in
Code:
Startx
. This SHOULD finish it up by restarting webtop, but if it doesnt, pull the phone out and reboot it.
And you're done. This has essentially turned your phone and lapdock into an extremely handy netbook. You can install programs through Synaptic or apt-get. From here, you can play around. I recommend doing another Nandroid backup so that you don't accidentally restore to the one without your fancy new webtop.
Thanks a lot man.
Is it the same for lxde? I would like to try both on webtop.
Sent from my MB860 using Tapatalk
Jack'O said:
Thanks a lot man.
Is it the same for lxde? I would like to try both on webtop.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
Yes, im theory it should work, just type startlxde instead of startxfce. Post results on performance and usability, id like to know if theres anything that works better than xfce for this.
are your tzdata or samba-common packages broken by any chance?
I had both broken doing the standard wedtop2sd install method (stock ROM), was able to work around tzdata but not samba-common
teeth_03 said:
are your tzdata or samba-common packages broken by any chance?
I had both broken doing the standard wedtop2sd install method (stock ROM), was able to work around tzdata but not samba-common
Click to expand...
Click to collapse
Ahh I have no idea, it should've been fixed in the dependency fix script. When do you encounter this error?
http://forum.xda-developers.com/showthread.php?t=1397583
tzdata would give an error when trying to install most packages from synaptic (openoffice.org is one I'm pretty sure), and samba-common throws an error when trying to install it, if you are trying to install a package to access file shares for example. But you can just try to install samba-common itself and it still doesn't install correctly.
Gnome also works!
After many hours of trial and error while following many of the tutorials, I managed to make gnome work to my liking on my webtop. I can even change themes as you can see on the screen captures.
I followed this tutorial made by aaron.a
I renamed the default gtk-2.0 Webtop theme to gtk-2.0-bak which is located on /osh/usr/share/themes/webtop-theme
I then edited the start-oshwt-1.sh file as follows:
# start OSHWT 1 scripts
update-font.sh
sfalv -w "webdaemon -d -n"
gnome-settings-daemon
# sfalv -i "xscreensaver"
sfalv -i "aiw -d"
sfalv -i "docking_manager"
fcitx
I edited the start-oshwt-2.sh file as follows:
# start OSHWT 2 scripts
# sfalv -i "awn-autostart"
# sfalv -i "webtop-panel"
# sfalv -i "webtop-wallpaper"
sfalv -i "gnome-panel"
sfalv -i "evbridge"
sfalv -i "window_switcher"
sr-test avahi_start &
What's the difference between
sfalv -i "startxfce4"
and
sfalv -i "xfce4-session"
I've been using the latter, but the former makes more sense to me. Though I've not been into doing this for very long.
cpuchip said:
What's the difference between
sfalv -i "startxfce4"
and
sfalv -i "xfce4-session"
I've been using the latter, but the former makes more sense to me. Though I've not been into doing this for very long.
Click to expand...
Click to collapse
I have no idea, thats probably something with XFCE itself.
ripin150 said:
I have no idea, thats probably something with XFCE itself.
Click to expand...
Click to collapse
You're right! wrong thread for this kind of question, I just noticed differences. I'll let you know if I discover the difference.
STEP 6
Go back into LXTerminal and type in
Code:
Startx
. This SHOULD finish it up by restarting webtop, but if it doesnt, pull the phone out and reboot it.
Click to expand...
Click to collapse
This step didn't work until I typed in "startx" vs your line of "Startx".
Is it normal for webtop to be finicky? I experience sometimes that webtop loses the top panel or doesn't wake up properly or just become unstable. Does anyone else experience? I mean, it usually works but sometimes, like one in ten times, webtop is wonky and I have to restart my phone.
jamesc760 said:
Is it normal for webtop to be finicky? I experience sometimes that webtop loses the top panel or doesn't wake up properly or just become unstable. Does anyone else experience? I mean, it usually works but sometimes, like one in ten times, webtop is wonky and I have to restart my phone.
Click to expand...
Click to collapse
Yes, I it's normal.... Just like your desktop pc or laptop, sometimes we need to start fresh with a reboot.
wingmanjd said:
This step didn't work until I typed in "startx" vs your line of "Startx".
Click to expand...
Click to collapse
Hey thanks for saying, I wasnt aware it was case sensitive. I guess thats why it was being finicky for me. Webtop as a whole is pretty awkward, Ive just been plugging jokersax's ICS into the lapdock and that works fine. But whatever works, you know?
ripin150 said:
Hey thanks for saying, I wasnt aware it was case sensitive. I guess thats why it was being finicky for me. Webtop as a whole is pretty awkward, Ive just been plugging jokersax's ICS into the lapdock and that works fine. But whatever works, you know?
Click to expand...
Click to collapse
How do you like jokersax's build with the lapdock? I've been holding out on it since I've bought the MM dock and the Lapdock.
Help.... I'm running DarkSide and the 2.3.6 Webtop. I can't run Webtop2sd 2.0.1 - thea pp throws a "process net.toreishi.webtop2sd has stopped unexpectedly" when I try to open it. Any ideas? I haven't been able to find anything!
fjhuerta said:
Help.... I'm running DarkSide and the 2.3.6 Webtop. I can't run Webtop2sd 2.0.1 - thea pp throws a "process net.toreishi.webtop2sd has stopped unexpectedly" when I try to open it. Any ideas? I haven't been able to find anything!
Click to expand...
Click to collapse
Ive gotten that problem, but I dont remember how I fixed it...
I guess just try clearing your cache and dalvik, maybe fix permissions. I may have gone so far as to flash a fruitcake with webtop, but Im not certain. Id read all up on the webtop2sd thread.
fjhuerta said:
Help.... I'm running DarkSide and the 2.3.6 Webtop. I can't run Webtop2sd 2.0.1 - thea pp throws a "process net.toreishi.webtop2sd has stopped unexpectedly" when I try to open it. Any ideas? I haven't been able to find anything!
Click to expand...
Click to collapse
Install busybox by JRummy16 from 'Market' Google Play, install busybox, leave default settings and try again
It seemed to work for me, I'm running NottachTrix 1.29b
princeandy63 said:
Install busybox by JRummy16 from 'Market' Google Play, install busybox, leave default settings and try again
It seemed to work for me, I'm running NottachTrix 1.29b
Click to expand...
Click to collapse
Thanks, you rock. Problem solved!

[Scripts] The Legit Zip (Feb 8, 2012) & Nifty Coniptions Tweaks v1.01

Updated tweaks are at bottom of this post
Here is a flashable zip of 3 scripts that when put together speed up your phone and make it faster.
The niftyconiptionstweaks was meant only for the HTC Evo 4g but if your phone supports "init.d" then try it out if you want to and please report back. It may not even flash in recovery because the phones are different but its worth a shot. If it works, please post saying it does and what kind of phone you have. The Legit Zip should work for any phone.
To determine if your phone supports "init.d", download a file manager like Root Explorer or ES File Explorer, go to "system", then "etc". If you come across a folder named "init.d" then your phone may support it.
I did not write these scripts, I just edited them to work like Car-O-Dopes tweaks. It basically has the same values as Car-o-Dopes tweaks. It is best to use this on a Sense rom. I used the S97ramscript, KickAssKernel, and 02sictweaks but I changed the values of each script to match what Car-o-Dopes tweaks do, and I wanted to share this with you all because it makes installing these tweaks easier and faster. Thanks to zeppelinrox for the kickasskernelizer, Juwe11 for the S97ramscript, Smokinl1337 for the 02sicktweaks, coffehandle for giving me the idea when he made his own tweaks, and Car-o-Dope for coming up with the ultimate combination of out-of-memory settings and sysctl tweaks that make your phone smooth as butter.
I use this on my HTC Evo 4g running Shooter E3D, with AnthraX kernel and it works like a charm.
I am in no way responsible if your device messes up or anything unwanted happens to it. Use at your own risk.
http://dl.dropbox.com/u/40376256/niftyconiptionstweaks.zip
Instructions: Follow Exactly
1) Make a nandroid backup incase something goes wrong or you want to revert.
2) Download a file manager like Root Explorer or ES File Explorer (I use Root explorer).
3) Open up root explorer and go to "system", then "etc", then "init.d". Click on the "Mount R/W" button so it turns to "Mount R/O" (that way you can delete files).
4) Delete any or move to a folder on your sdcard (incase you want to revert) any ram scripts or ram tweaks you may have that is in the "init.d" folder (examples of ram scripts or tweaks are 01sysctl, 06sysctl, 02sicktweaks, S97ramscript, 99supercharge, and 98Kickasskernel).
5) Also if you are running v6 supercharger, you need to un-supercharge. If you are running Kickass Kernelizer, you need to un-kernelize and do not run those scripts while you have the niftyconiptionsscripts installed.
6) Uninstall any ram manager apps or task killers and do not use these.
7) After you uninstall all of that, reboot your phone and verify that none of the scripts you had before are still installed. (it will mess with the scripts you are about to install).
8) Boot into recovery (preferably Amon Ra).
9) Once in recovery, you need to mount /system, then mount /data.
10) Find the niftyconiptionstweaks.zip you downloaded and flash it.
11) After you flash the zip, go back and unmount /system. Don't mess with the /data because after you flashed the zip, it automatically unmounted the /data for you.
12) Reboot phone and enjoy. Let your phone set at the lock screen for about 2 minutes, unlock and let it set for another 2 minutes to let it settle in. Your phone will become dramatically smoother after about an hour.
UPDATE:
Nifty Coniptions Tweaks
Updated niftyconitpionstweaks. Install just as you would before and follow directions as posted above. I got rid of some unnecessary settings in the scripts. Also your sdcard read ahead speed will change to 512kb which is the optimal value for the evo.
Sense Version
http://dl.dropbox.com/u/40376256/Nifty-v1.01/niftyconiptionstweaks-Sense-v1.01.zip
AOSP Version
http://dl.dropbox.com/u/40376256/Nifty-v1.01/niftyconiptionstweaks-AOSP-v1.01.zip
The Legit Zip
http://dl.dropbox.com/u/40376256/Nifty-v1.01/TheLegitZip.zip
Here is The Legit Zip I just put together. This has the same settings as the V6 Supercharger on option 8 and the Kickasskernalizer. I did not change any values to these so its the same as installing those two scipts manually. Again, I did not write these scripts, I just put them into a tweak bundle to make it easier to install. Thanks to zepplinrox for making the V6 supercharger and the Kickasskernalizer. To install this, follow the same instructions in the first post.
To see if the settings stuck, download Rom Toolbox Pro and go to the performance tab, Kernel tweaks or Sysctl Tweaks (depending on what version of the application you have) and see if it reads as Min Free KBytes - 4096, Dirty Ratio - 95, Dirty Background Ratio - 60, VFS Cache Pressure - 10. Then go to the Auto Memory Manager and see if it reads as 6,12,150,165,180,200.
If you would like me to add another version of the V6 Supercharger just let me know.
Have fun and hit that thanks button if you like it.
Your script are compatible with android 2.X or 4.X ?
2.x
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
scottypeterson said:
2.x
Sent from my Nifty Shooters E3D 4g while sick with Anthrax. Hit that thanks button if I managed to help.
Click to expand...
Click to collapse
so that means I can use it on my GT-I9001 2.3.6 customROM ?
Work great, tks so much
Sent from my LT18i using xda premium
does this slow down internet or the phone usage?
and does it work on the lg optimus s?
amskhan1 said:
does this slow down internet or the phone usage?
and does it work on the lg optimus s?
Click to expand...
Click to collapse
This does not slow down your internet and this makes your phone run faster.
Sorry, as far as I know it won't work on the Optimus S but you can use The Legit Zip i just uploaded.
Just updated the tweaks and added a new one. The Legit Zip. Hope you all enjoy. Hit the thanks button if you do
scottypeterson said:
Just updated the tweaks and added a new one. The Legit Zip. Hope you all enjoy. Hit the thanks button if you do
Click to expand...
Click to collapse
I'm asking again if will work on sgs+ (GT-I9001) with a 2.3.6 custom rom?
Sent from my GT-I9001 using Tapatalk
chasemyass said:
I'm asking again if will work on sgs+ (GT-I9001) with a 2.3.6 custom rom?
Sent from my GT-I9001 using Tapatalk
Click to expand...
Click to collapse
Like I said in the OP. Idk if it will work or not for any other phone besides the evo, that's why I have it in this section to find out what phones it will work for. If it does, please report back, The Legit Zip should work with no problems though.
Sent from my Nifty MikG'd up EVO 4g while eatin some Chop Suey.
Hit that thanks button if I managed to help.
Hey am I suppose to flash this or use terminal bkuz terminal is not working
via rebel W/ a cauze rebel rom 2.1
dswaggz said:
Hey am I suppose to flash this or use terminal bkuz terminal is not working
via rebel W/ a cauze rebel rom 2.1
Click to expand...
Click to collapse
Flash it
Sent from a Nifty Tomatoe
Hit that thanks button if I managed to help
OK an should I kill any other ram type scripts or apps b4 doing so
via rebel W/ a cauze rebel rom 2.1
dswaggz said:
OK an should I kill any other ram type scripts or apps b4 doing so
via rebel W/ a cauze rebel rom 2.1
Click to expand...
Click to collapse
Yeah, read the op. All instructions are there. Just make sure you follow step by step except skip steps 9 & 11 on these updated tweaks.
Sent from a Nifty Tomatoe
Hit that thanks button if I managed to help

[How To] (video) Supercharge Ice Cream Sandwich!!!

EDIT: This doesn't work on ODEX ROMs! That would be stock ROMs, as most custom ROMs are deodexed. If it is an odex ROM, you can do the mod, but you have to do it manually (the web app doesn't work). Check out the second post in the supercharger thread for a how-to. But if you are on a custom ROM the method in the video will work!
Alright, so I have been reading about how to supercharge ICS for awhile, but the process looked daunting. However I figured it out, and it works great! This will work on ANY ROM, so try it out!
I have been using this for awhile, and it's just super smooth. I've been using it a lot lately, and it hasn't given me a bit of lag yet! It's just gone!
What is V6?
V6 supercharger is a script that manages the RAM memory. This makes multi-tasking much faster, and it knows when to kill off apps that are taking a lot of RAM. This makes your phone a lot faster and more efficient!
Here is the person who made the script: V6 Supercharger
Here is a dl link to the script: DOWNLOAD LINK
I'm in! So... How Do I Do this?
Well I made a video for you:
Here are instructions:
1. Download the supercharger script from the link above and put it on the root of your SD card.
2. Get an app called script manager from the market. It's free. Open it up and click on the supercharge script from the list of what's on your SD card. Click the SU button, then hit run.
3. Go through the setup. Set scrolling speed to 1. When they ask if you want to integrate it into the system, say yes. You will get to a list of about 30 options after a little bit.
4. Select number 6 (I know I said 7 in the video, but 6 has better multitasking) for this phone, and hit enter. It will go through a whole bunch of stuff.
5. It will ask you to superclean and restart. SAY NO. You'll do that inn a minute. Just hit the home button.
6. Open the browser on your phone and go to : android.mimic.ca and hit the upload button. There will be a popup, select root explorer (Install it if you don't have it already). Go into system/framework/ and select the services.jar file. It will take you back to the website. Hit upload. The page will reload. Now select the CMW flashable zip option and download it. Go to root explorer and move that to the root of your SD card.
7. Reboot into recovery, wipe cache and dalvic, then flash the zip. Reboot. Done! Enjoy the speedieness!
Click to expand...
Click to collapse
Let me know what ya think!
Alright, so enough questions have been asked that I should start giving answers to them here.
Q. Do I need to re-flash the file in recovery if I want to make changes?
A. Not if you make changes to the the supercharger script (ie. change options). The only time you have to flash it is if you upgrade/change ROMs. Just remember to make a new one, and don't flash the old file!
Q. Isn't option "X" better/faster/easier on battery?
A. Play around with them and see what works for you. I like option 6. Not too aggressive, but it still keeps control. Just use the options that are for your phone (ie 512HP for this phone because it has that much RAM. So option 5, 6, or 7). I also use the nitro-lagnullifier. It makes things even faster!
Q. Does it affect battery life?
A. Yes, in a good way! I get better battery life.
Q. How do I know if it worked??
A. Open up script manager, and go to the supercharger file. let it run, and once you get to the menu with all the options, it will tell you if you are supercharged or not right below that.
Those were the most commonly asked questions. If they don't answer your questions then post 'em!
battery life
so this looks promising but how does it the effect on battery life with ICS.
works great... noticeable difference
cloud7a said:
so this looks promising but how does it the effect on battery life with ICS.
Click to expand...
Click to collapse
This shouldn't hurt the battery. I used to use it on my Epic fairly often especially once the Gingerbread leaks started coming out. There are several different routes to go with the script too. It can also be used to improve multitasking such as when you have multiple apps open at once.
Sent from my SPH-D710 using xda premium
cloud7a said:
so this looks promising but how does it the effect on battery life with ICS.
Click to expand...
Click to collapse
If anything it makes the battery life better. It's really a win-win!
thanks for the quick tut. I was gonna try using it on aokp as well, then i saw ics you had to do something extra and i just stopped looking into it lol - It's much easier than i expected.
Btw rocket, you should try the touch cwm recovery personally I think it's easier to navigate and use
Sent from my Nexus S 4G using Tapatalk
Thanks for the .zip. I was going to do this earlier but the instructions on the page here in XDA was kinda hard to understand >__>
EDIT - Anyone have a edited odex file for stock rom?
kyouko said:
thanks for the quick tut. I was gonna try using it on aokp as well, then i saw ics you had to do something extra and i just stopped looking into it lol - It's much easier than i expected.
Btw rocket, you should try the touch cwm recovery personally I think it's easier to navigate and use
Click to expand...
Click to collapse
I looked into it awhile ago, and it was even more complicated. The web app made it really easy.
I'll try the touch recovery out. I'll flash it through fastboot in a bit. I'm just used to this one from my EVO.
jokkir said:
Thanks for the .zip. I was going to do this earlier but the instructions on the page here in XDA was kinda hard to understand >__>
EDIT - Anyone have a edited odex file for stock rom?
Click to expand...
Click to collapse
Sorry I don't. I just use custom ROMs!
just installed along with the KAK
haven't had it for long, but first impression's that there's quite a lot more ram available on boot, and pretty smooth
thanks for your instructions! they were helpful
Thanks for the writeup and video. I tried this on my Evo a while back, but the thread was huge and difficult to navigate.
Just ran the script, so we'll see how it goes.
Awesome. Thanks!
Sent from my Nexus S using Tapatalk
Phone still needs to redraw launcher..
Sent from my Nexus S using XDA App
Thank you so much man. The original thread is a mess but you made it easy!
phone went into infinite boot loop.. =[
had stock ics w/ root. tried to do the ics mod. I think odex file but when i tried running the one click script, i think something went wrong when i rebooted
can someone please explain to me why in the instructions it says for me to upload my services.jar file to this guy's website???? That just seems very fishy!!
Why can't we patch the file locally??? Why does your server have to do it for me when an app could easily be written to do it without me uploading my services.jar to some random website I don't trust!
kwantran said:
phone went into infinite boot loop.. =[
had stock ics w/ root. tried to do the ics mod. I think odex file but when i tried running the one click script, i think something went wrong when i rebooted
Click to expand...
Click to collapse
you can't use the web app for odexed roms http://forum.xda-developers.com/showpost.php?p=16635544&postcount=2
hp420 said:
can someone please explain to me why in the instructions it says for me to upload my services.jar file to this guy's website???? That just seems very fishy!!
Why can't we patch the file locally??? Why does your server have to do it for me when an app could easily be written to do it without me uploading my services.jar to some random website I don't trust!
Click to expand...
Click to collapse
You can patch it manually. Check out the link in the OP. However, it requires unziping the file, opening it in notepad++, editing the code, zipping it back up, putting it back in the phone, and editing some stuff with terminal emulator. It's a bit over most people's heads, and the website makes it easy by making the patched services.jar a flashable zip.
If you want to do it, be my guest. It's all in the second post of the supercharger thread.
phone went into infinite boot loop.. =[
had stock ics w/ root. tried to do the ics mod. I think odex file but when i tried running the one click script, i think something went wrong when i rebooted
Click to expand...
Click to collapse
I have only used it on custom ROMs. The web app doesn't work for odex ROMs (stock), but it will work on custom ROMs. Try one of them out, it should work then. just titanium backup, flash new ROM, and restore backup. Won't loose your apps!
I can confirm this is working on the cyberg rom...my min ram is 144mb now under performance setting...my phones seems snappier now!
Imppy said:
I can confirm this is working on the cyberg rom...my min ram is 144mb now under performance setting...my phones seems snappier now!
Click to expand...
Click to collapse
Sweet! I have 125 MB min free. What setting did you use on the supercharger?

Categories

Resources