Supercharging CM10? - Bravo General

I've been trying to figure out how to get zeppelinrox's v6supercharger to work with CM10 on Bravo. Defy users are having fun with the script results, so I figured I'd try to get some too...
Whenever I try to run the script in Smanager, I get an error. Anyone around know what's up?
{
"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"
}
Moto Bravo - Aleeyt's CM10 7/26

sdrawkcab3 said:
I've been trying to figure out how to get zeppelinrox's v6supercharger to work with CM10 on Bravo. Defy users are having fun with the script results, so I figured I'd try to get some too...
Whenever I try to run the script in Smanager, I get an error. Anyone around know what's up?
Moto Bravo - Aleeyt's CM10 7/26
Click to expand...
Click to collapse
Nope, tried Script Manager once and didn't like it. Try using the Terminal Emulator and see if that helps.
For you and anyone else who saved the script under /mnt/downloads/ -- just type the commands exactly as follows. The crap in (parentheses) is what the command actually does and shouldn't be typed.
su (uses superuser)
mount -o remount,rw -t ext3 /dev/block/mmcblk1p21 /system (mounts /system as rw)
cp /mnt/downloads/V6* /system/xbin/v6.sh (copies the file)
chmod 0777 /system/xbin/v6.sh (sets permissions)
v6.sh (executes script)
NOTES:
On the 2nd command, it may be ext4 since we have ext4 support via a kernel module now, but ext3 should work even if its mounted as ext4 already.
If there happen to be multiple files that start with V6 then the 3rd command will fail. If it does, then replace V6* with the full file name (or add a * at the point where the V6 file you want to copy has a unique name).

I'll report back as soon as I get a chance to test the terminal method!
Moto Bravo - Aleeyt's CM10 7/26

What is this app for?

josuearisty said:
What is this app for?
Click to expand...
Click to collapse
Memory Management and other tweaks.
Check out the full thread for all the info.
http://forum.xda-developers.com/showthread.php?t=991276
Its really useful and beneficial on CM7, use it if you're on CM7. I included it with my old CM7 customs. I didn't think it was as good on ICS (I used the online OOM tool and everything), but ICS has better memory management. I haven't even ran JB yet so I'm not gonna comment on its performance there.

RAM and cache management. It supposedly allows your launcher to STAY in RAM so it never redraws, keeps previous apps (ones you were just in) loaded in RAM with a priority so multitasking feels faster, and caches apps that don't need to be in RAM. I've only read glowing things about it and can't imagine that it could improve CM10 much...but any speed improvement is worth it!
I'm backing up right now, and about to play. I'll post back with anything I find. My hopes aren't very high at the moment, I don't have much skill with this stuff so problems take me a while to solve (almost always with the help of google + community here).
Skeevy posted a link (while I was posting one too!) to the supercharger thread so you can read all the glowing reviews.
EDIT:
Skeevy, you are an incredible asset to the Bravo community. Those directions are stellar...

sdrawkcab3 said:
RAM and cache management. It supposedly allows your launcher to STAY in RAM so it never redraws, keeps previous apps (ones you were just in) loaded in RAM with a priority so multitasking feels faster, and caches apps that don't need to be in RAM. I've only read glowing things about it and can't imagine that it could improve CM10 much...but any speed improvement is worth it!
I'm backing up right now, and about to play. I'll post back with anything I find. My hopes aren't very high at the moment, I don't have much skill with this stuff so problems take me a while to solve (almost always with the help of google + community here).
Skeevy posted a link (while I was posting one too!) to the supercharger thread so you can read all the glowing reviews.
EDIT:
Skeevy, you are an incredible asset to the Bravo community. Those directions are stellar...
Click to expand...
Click to collapse
Did it alredy work? How about that? Can you feel the rom faster?

josuearisty said:
Did it alredy work? How about that? Can you feel the rom faster?
Click to expand...
Click to collapse
Curious as well, not about the performance, just if it works.
/100+ degree days combined with 70%+ humidity and a stomach bug sucks....especially when you're working.
//Can't stand hearing people complain about their "hard work" when they work retail -- I have -- its f*cking easy.
///Labor in Arkansas in July & August then tell my how "hard" your work really is.
////Just glad I'm not in Texas with 110+ days
/////That's ~50 Celsius for you metric dudes.
////Zeus is teasing us right now....dark clouds, thunder. It's rained a combined 20 minutes in the past 2 months.
///Work tomorrow -- High of 104
//Don't want to go, but I like money...
/Another Slashie??? Out dumb crap to post.

No progress. I get the same error in terminal when I attempt to run the script in /xbin.
Looks like it could be a problem with the version of busybox (1.20.2-cm9) I have installed; the script seems to respond to older versions of busybox.
PROGRESS! I downgraded to busybox 1.18.2, still the same error. So I decided to cruise the V6 thread and...as dumb as this seems, it looks like the script I was trying to run managed to get corrupted. The newest version of the script loaded, and I'm working through it.

I'm running 50% supercharged after the automatically script. I'm going to try the manual edits to services.jar that should make me 100% supercharged.
If it works, I'll post the modified services.jar file here to save you some time if you'd like to test it.
Moto Bravo - Aleeyt's CM10 7/26

Modifying services.jar with the edits in the V6 Supercharger thread got me to 100% supercharged! Testing tonight and I'll post feedback
This version is based on 7/26 build. I do not know if it will cause issues if you use it with another build.

After I started using this the notification bar stays empty at boot until you pull the drawer down. It refreshes just fine after that
Moto Bravo - Aleeyt's CM10 7/26

New services.jar based on Aleeyt's 7/28 build. Make sure you read the V6 Supercharger page before you use this.
CM10 is already really responsive without this, but it's great to never have to wait for the launcher to redraw.

New services.jar based on aleeyt's 7/30 build.
These have all been edited with "Bulletproof" launcher settings.

sdrawkcab3 said:
New services.jar based on aleeyt's 7/30 build.
These have all been edited with "Bulletproof" launcher settings.
Click to expand...
Click to collapse
Lets try this, I changed to cm7 until I see flash player and netflix working.
Can you post the app and whatever its needed to make this work please?

Skeevy posted a link on the first Page.
Download the V6supercharger script from that thread, Smanager from the market, and this services.jar file onto your sd card.
Run the script in Smanager as superuser, and follow the directions as it prompts you.
Choose the manual services.jar patch instead of automatic, and the script will locate the services.jar file on your sd card.
EDIT: If you're on CM7, don't use this services.jar! Choose the automatic patch when you're prompted.
Moto Bravo - Aleeyt's CM10 7/30

sdrawkcab3 said:
Skeevy posted a link on the first Page.
Download the V6supercharger script from that thread, Smanager from the market, and this services.jar file onto your sd card.
Run the script in Smanager as superuser, and follow the directions as it prompts you.
Choose the manual services.jar patch instead of automatic, and the script will locate the services.jar file on your sd card.
EDIT: If you're on CM7, don't use this services.jar! Choose the automatic patch when you're prompted.
Moto Bravo - Aleeyt's CM10 7/30
Click to expand...
Click to collapse
Do you feel cm10 is really any faster/smoother with v6? What about app opening and operating? Is there more RAM usage?

syllogyking said:
Do you feel cm10 is really any faster/smoother with v6? What about app opening and operating? Is there more RAM usage?
Click to expand...
Click to collapse
It all depends on what settings are used...similar to the conservative governor, too much tweaking will introduce lag and too little won't matter. The middle setting worked great with ICS although it was hard to tell since the OS is getting better all the time as well. With V6, you really have to just try it and play with the settings until you find what works good for you and the apps you use*. Regardless of V6's performance, I highly recommend the 3g Turbocharger and its unknown 1 setting , also from Zeppelinrox, as it will greatly improve 3g and Wifi** speeds -- makes my 3g upload faster than my cable internet and wifi download a tiny bit faster (just go to the V6 page and you'll find it).
Everyone here should at least try Zepplinrox's V6 Supercharger, 3G Turbocharger, and Kick Ass Kernelizer since they all improve performance and do good things on the Bravo. All the info for all of them are linked from the V6 main thread.
*My setup for mp3 playing, lightweight games, minimal activity wouldn't be the same as someone playing games, using live wallpapaers, cpu intensive apps, etc...
**When using the Wifi Afterburner option

If you're interested in trying this, go for it. You can unsupercharge if you don't notice a difference, it's an option you can select as part of the script.
Here's a services.jar updated to go with Quarx's 8/2 build.

It seems as though the 8/4 build is snappier without supercharger than 8/2 was with it We've got some great devs...
Moto Bravo - Aleeyt's CM10 8/4

Related

[Tutorial - Updt. 07/07/2012] Installing V6 SuperCharger with BEST config. for GT540!

TUTORIAL EM PORTUGUÊS? BAIXE O DOCUMENTO NO FIM DESSE POST!
Well, the V6 Supercharger Script is an excellent tool created by zeppelinrox to fix memory management for any Custom ROM based on Android 2.3+ Type, that we install on our little phone! Android 2.2 or less don't needed, because they got LG's original support.
Original V6 Thread by zeppelinrox (Click here)
​
PAY ATTENTION TO DO THE TUTORIAL CORRECTLY!
​
Why I recommend that we users of the GT540, the use of this script?
Because we have only 156MB of RAM, and Android 2.3 is very aggressive on memory management, closing any application that is in the background, such as music player, streaming music, to let free RAM. But in practice this does not happen very well.
With this script running on the GT540, you will be able to browse the Internet using any browser with multiple tabs opened and listening to music (I use the MixZing) or play Angry Birds listening to your favorite music, without closing the applications and Widgets in the background.
This is also good for those with Widgets that need to be running in the background to be refreshed, such as Gmail Notifier, Digital Clock Widget and Extended Controls.
And another important thing, is that the Home Launcher is not closed (NO MORE LAUNCHER REDRAWS), even after you've played Angry Birds listening to MixZing or PowerAMP, if you need, you're back to Home Launcher without waiting to it being restarted or to load the items and Widgets again!! (IMPORTANT NOTE: UNCHECK THE "LOCK HOME IN MEMORY" on Settings> CyanogenMod settings> Performance)
You don't need to kill your process and apps anymore. Its NOT recommended to use Task Killers!
Here are some Screens. Note that applications are running since they were started without having closed, since Android was restarted.
{
"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"
}
INSTRUCTIONS
You must be root of course!
Using ANY custom ROM.
Root Explorer Installed (Come's with CyanogenMod!)
P.S. When Installing Programs, MAKE SURE Script Manager are installed on PHONE and NOT in the MicroSD Card!
Step 1: Download and Install Busybox Installer
Run the Installer Busybox
Select the version 1.18.2, the Version 1.18.3 or newer are VERY much a hassle with errors that should NOT be errors! (From Original Zeppelin Thread)
Step 2: Download and Install Script Manager
After installing, run the app, press the MENU button and go to MORE and then in ADVANCED OPTIONS and now in CONFIG and leave the options marked exactly as shown in the screen below:
Step 3: Download the Script V6 SuperCharger Update 8 HERE (Right Click, then Save as .txt or download it in the end of this post)
Put it in the root of MicroSD card.
Step 4: Run the Script Manager
Open the "V6-SuperCharger_for_Android-update8.sh.txt" and check the option "Run as root" ONLY
Now, run the script!
Firstly, choose the Scrolling text Speed, from 1 to 3
Touch the screen and tap the number 6, Balanced 3, the best choice for GT540, and hit ENTER .... The script will work .... after finished, touch the screen again and tap the number 16, to exit, and press the HOME button.
NO NEED TO DO STEP 5 AND STEP 6 ANYMORE.
ZEPPELIN FIXED, AND NOW THE SCRIPT RUN AUTOMATICALLY AFTER THE BOOT!!
Step 7: REBOOT YOUR PHONE!
Step 8: Now let's take the test, if it worked or not:
Run the Script Manager again;
Run the script "V6-SuperCharger_for_Android-update8.sh.txt". Do not forget, "Run as ROOT"
And see if it is exactly as picture below, if written "Launcher is .... HARD TO KILL!" and just above "NOTE: Current Minfrees = 6, 8, 26, 28, 30, 32 mb" its WORKING!
Now, just enjoy the new GT540! LOL!
Thanks to zeppelin, for creating this wonderful and excellent script!
Any questions post here I we will try to resolve it in the best way possible.
And Sorry for my bad English...
Looks like a sick tutorial. Will give it a go in a few hours.
About the script.......
Increase the battery life??
Its reversible??
When I upgrade to M7 (for example) I need repeat the entire process??
Good work, and thanks for sharing!!!!
BRONCHAS said:
About the script.......
Increase the battery life??
Its reversible??
When I upgrade to M7 (for example) I need repeat the entire process??
Good work, and thanks for sharing!!!!
Click to expand...
Click to collapse
This doesn't change the battery life.
Yes, it's reversible, in the Script have a option to "unSuperCharge"
When you upgrade to M7, YOU HAVE to repeat the entire process again, because are changed the minfree values.
Thanks!
I can't get the minfrees to 6,8,26,28,30,32. I repeated the tutorial 3 times, Launcher is set to hard to kill, but minfrees don't change to what they should after the reboot
Edit: Nevermind, i found the problem, it was Autokiller memory optimizer which was setting minfrees to old values
OMFG !!! This is awesome script. It's working like a charm. ;-)
****in A... I like it
Although steps 5 and 6 shouldn't be necessary.
If you have an init.d folder, 99SuperCharger *should* run automatically when you boot up without Script Manager doing it again.
If you reboot and run the install script and the setting don't stick, then do steps 5 and 6.
Most of the time it does stick automatically.
But it seems to be an issue with some roms with some versions of busybox.
I think older busybox versions like 1.16.2 might be more reliable.
And if you change the font using the font button, it actually looks better.
The formatting was perfect until the Script Manager dev changed all the font stuff they did add the font button with my SuperCharger script in mind, which I was really surprised to learn lol
However, V8 SuperCharger will be even better...
zeppelinrox said:
****in A... I like it
Although steps 5 and 6 shouldn't be necessary.
If you have an init.d folder, 99SuperCharger *should* run automatically when you boot up without Script Manager doing it again.
If you reboot and run the install script and the setting don't stick, then do steps 5 and 6.
Most of the time it does stick automatically.
But it seems to be an issue with some roms with some versions of busybox.
I think older busybox versions like 1.16.2 might be more reliable.
And if you change the font using the font button, it actually looks better.
The formatting was perfect until the Script Manager dev changed all the font stuff they did add the font button with my SuperCharger script in mind, which I was really surprised to learn lol
However, V8 SuperCharger will be even better...
Click to expand...
Click to collapse
LOL, thanks for you feedback! I am really happy you enjoyed the tutorial!
The steps 5 and 6 must have to be done on our case... I don't know why, because the Cyanogen modification or Busybox version... but works very well.
The font doesn't is a problem LOL, just put in landscape mode and it looks perfect!
V8 version? waiting for the news!
And thanks again for your feedback zeppelinrox, I really enjoyed it.
Sent from my GT540 using Tapatalk
Joestone's ROM
Seems to have worked nicely on Jostone's ROM too (Tested on version; 0613 Fastboot)
Big thanks to you both
Note; On Joestone's rom 99SuperCharger.sh is located in /data/ instead of /system/etc/init.d/
Tom
Big thanks to both of you, this is a great and simple tutorial! Can't wait for V8 :3
What is difference between this script method and Auto Memory Manager?
EDIT
Script works as crazy, much better than Auto Memory Manager.
angemon10 said:
What is difference between this script method and Auto Memory Manager?
Click to expand...
Click to collapse
If you wish, you can create your own settings with this script;
This script locks the Home Launcher perfectly, without error;
The script runs once on boot, while the AMM runs in the background;
The script has predefined settings, so is not needed to testing each settings.
Basically, my problem with the Memory Manager has been resolved with the Script, while AMM can't resolved.
Just did it there, And had a look at my ram usage , 86mb free Nice haah
Easy tutorial and Btw your english is perfect.
Just wondering tho, can i kill the script manager in my task killer?
ChriisM said:
Just did it there, And had a look at my ram usage , 86mb free Nice haah
Easy tutorial and Btw your english is perfect.
Just wondering tho, can i kill the script manager in my task killer?
Click to expand...
Click to collapse
Yes, but it closes automatically after some phone use.
Glad you enjoyed!
I will add this to my reference thread pinned in development section if you dont mind.
Veronica
Works great thanks alot
Sent from my GT540 using XDA App
lavero.burgos said:
I will add this to my reference thread pinned in development section if you dont mind.
Veronica
Click to expand...
Click to collapse
I don't mind, I an honored. thanks!
Sent from my GT540 using Tapatalk
I applied this mod and now the system kills my foreground apps.What's the problem?
Hard to use script. Use Auto Memory manager and in advanced settings , set this datas: 6/8/26/28/30/32. This is the balanced setting in this script. Easier? Yes. Faster? Yes. Safer? Yea.....
And first post is bad, we have 167MB total memory.
Hello
I'm french excuse me for the translation thanks to google translate.
I followed the tutorial and everything goes on the screen shot when I step 8 and reboots the phone when I load script manager is original values​​.
how can I do
thank you

Nook CM7-on-SD

I'm trying to load up the gapps ZIP, to get Market and my Google apps going.
1. The whole "press and hold for X seconds" on the power/n buttons ain't working too well for me. The thing keeps just loading normally or rebooting cuz I hold power too long or something).
2. When inside CM7, and I choose Reboot/REcovery, it actually skips the SD entirely and loads me into the original B&N on the machine itself. Derp.
I followed these instructions for installing CM7
http://forum.xda-developers.com/showthread.php?t=1000957
using the update-cm-7.0.0-encore-signed.zip as recommended by quinxy here:
http://quinxy.com/2011/04/01/comple...on-the-nook-color/comment-page-3/#comment-944
So, any tips or ideas on how to get into recovery (it's a CM7 install on SD) so I can put in Market and GAPPS?
I also noticed that when it boots, I'm in some black screen always and have to click power twice to actually get the CM7 desktop to show. Whassup with that?
edit: also, is there harm with installing CWM from ROM manager in this CM7 SD card install? Will it install it to the SD card, or to the Nook Color itself? Will it dork things up? I want to keep them separate (B&N on the machine, CM7/GB on the SD). Is this the reason I can't get into any kind of recovery mode, because I don't have CWM installed?
Which build of CM7 are you running? The more recent nightlies made the reboot into recovery process easier.
SonicClang said:
Which build of CM7 are you running? The more recent nightlies made the reboot into recovery process easier.
Click to expand...
Click to collapse
I'm really not sure -- I grabbed the one I was told to do in the post at:
http://quinxy.com/2011/04/01/comple...on-the-nook-color/comment-page-3/#comment-944
with a direct link to update-cm-7.0.0-encore-signed.zip, whatever that is. The file is here:
http://mirror.teamdouche.net/get/update-cm-7.0.0-encore-signed.zip
Since creating an install to SD is so brain-dead simple, I'm happy to switch over to something else if needed.
What about CWM? If I go to ROM manager, it tells me CWM isn't installed. If I install it - is it putting it to the SD or the machine itself? I'd really love to keep it internally clean, all on the SD.
You should be running at least the latest stable build, 7.0.3. If you're more daring, like me, you can install the latest nightly, which may in the 100's now (I haven't checked in a couple days).
I honestly haven't done anything in ROM manager yet so I can't offer any advice there. I've had problems with it and don't care eenough to troubleshoot. I use Win32imager to make img backups of my install.
SonicClang said:
You should be running at least the latest stable build, 7.0.3. If you're more daring, like me, you can install the latest nightly, which may in the 100's now (I haven't checked in a couple days).
I honestly haven't done anything in ROM manager yet so I can't offer any advice there. I've had problems with it and don't care eenough to troubleshoot. I use Win32imager to make img backups of my install.
Click to expand...
Click to collapse
I just went here:
http://download.cyanogenmod.com/?device=encore
and grabbed the top one, cm_encore_full-106.zip, and it is installing to the card now, we'll give it a shot and see how well it works. I'm *assuming* these are all CM7.
edit: I got a different boot splash screen than the previous one, so that's a bonus. Nicer boot animation. Crossing fingers that it doesn't start up in sleep mode like the other build package did (always had to toggle power button to get the desktop to show after a boot). Yar, desktop!
OK, now to see if this thing will reboot into recovery....
Yup, that should do it. Didn't realize we were up to 106 already!! CM7 is short for Cyanogen mod 7, so yes, they're all CM7 See how 106 works for you.
SonicClang said:
You should be running at least the latest stable build, 7.0.3. If you're more daring, like me, you can install the latest nightly, which may in the 100's now (I haven't checked in a couple days).
I honestly haven't done anything in ROM manager yet so I can't offer any advice there. I've had problems with it and don't care eenough to troubleshoot. I use Win32imager to make img backups of my install.
Click to expand...
Click to collapse
You're a genius - it was a crappy build of CM7 I must've flashed first. The latest did the trick. Nice boot anim, came right to desktop, rebooting into recovery picked up the gapps zip and installed it.
Thanks for the advice. I'll make a restore point with Win32Image thingy now. Thanks again for your help.
You're welcome. Make sure to "thank" me. I just started posting here and wouldnt mind a little color on my thank o meter
I'm not a genuis, that would be the guys who made cm7. I'm nowhere near that smart.
SonicClang said:
You're welcome. Make sure to "thank" me. I just started posting here and wouldnt mind a little color on my thank o meter
I'm not a genuis, that would be the guys who made cm7. I'm nowhere near that smart.
Click to expand...
Click to collapse
I was going to - but can't figure out where the Thank button went, it's not showing up on any posts I see in this thread. :-/
screenshot:
http://i.imgur.com/BNLb9.png
START SCREENSHOT:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
END SCREENSHOT:
Ha! I have no idea, like I said, I just started posting here so I have no idea how to do it either. Maybe someone smarter than I will post with the answer.
Well, GAPPS is installed -sort of- but now stuck at "SETUP WIZARD" at the top whenever I boot the nook. Softkeys are not responding, the only thing that does is the notifications pulldown. No desktop, just a big fat "SETUP WIZARD" at the top, and black screen.
Grrr.
edit: Rebooted it, and now have a nice normal set up screen. Yay.
Maybe an obvious question, but did you make sure to setup your WiFi connection before installing the gapps? One time I was in a hurry and installed gapps before setting up my WiFi and I had to start over
I did that twice already, but even with setting up wifi, i got that setup wizard glitch (which went away when I simply rebooted). It looked a lot like a set up screen for gapps that didn't render quite right. It's probably an artifact from being on the most bleeding edge nightly....
it's all up and running though, and looking very nice. love the fact it's all on the SD - so very, very nice.
I'm glad you got it working. I think I got that weird gapps glitch one time but yeah, it goes away after a reboot.
I too LOVE that it's all off the SD card. My daughter (3) likes a couple apps that I have on the Barnes and Noble interface, so about once a week I boot into that (its horrid by the way once you've been running CM7 for a while). I'm going to be helping a friend get CM7 on his viewsonic g tablet this weekend and thats a full flash to main memory install. Makes me a bit more neervous but it looks pretty straight forward.
By the way, I highly recommend Launcher Pro, with the unlocker (a couple bucks). it makes everything soooooo smooth.
I use LP on my EVO (running rooted w/a cleaned up Sense ROM w/o any sprint bloat). I love it. I find GO launcher, ADW and LP all have very similar features.
I have a few paid apps (Titanium Backup, Root Explorer, Beautiful Widgets) - that I bought with the Evo and are working here, was able to DL and install them from Market - so that's handy.
Although "Move to SD Card" seems sorta "huh, wha?" now.
I haven't overclocked my nook yet - think it's something I should do? I read about some kernel tweak to kick it up to 1.1GHz. The final thing I need to do is get Netflix working on here, then I'll be content.
I'm running LP on my HTC Desire and its awesome. not necessarily better than sense, but its fresh, like a new phone almost.
I have NO idea what "move to SD card" does if you're running on an SD card. I'd love an explanation from someone on that.
I can help you get Netflix going if you need help. That's my number one favorite app on my Nook Color. That alone made installing CM7 worth it. Nothing better than sitting in bed at night watching movies on it.
Oh yeah, under Cyanegon Mod settings, find tablet tweaks (careful, dragons ahead), and you can easily overclock the CPU to 925 MHz right there. I don't know a way of setting it higher while running off an SD card. If you figure it out, point me in the right direction please?
SonicClang said:
I'm running LP on my HTC Desire and its awesome. not necessarily better than sense, but its fresh, like a new phone almost.
I have NO idea what "move to SD card" does if you're running on an SD card. I'd love an explanation from someone on that.
I can help you get Netflix going if you need help. That's my number one favorite app on my Nook Color. That alone made installing CM7 worth it. Nothing better than sitting in bed at night watching movies on it.
Oh yeah, under Cyanegon Mod settings, find tablet tweaks (careful, dragons ahead), and you can easily overclock the CPU to 925 MHz right there. I don't know a way of setting it higher while running off an SD card. If you figure it out, point me in the right direction please?
Click to expand...
Click to collapse
I wouldn't mind some help getting Netflix going, if you would please. I noticed it's not even appearing in the Market (I think Market changed a bit to filter out unsupported apps now).
As far as moving to SD card - I did notice a few glitches. Things like moving Facebook caused Facebook's contact/feed syncing to break and vanish. I suppose anything that needs background processes are going to be flakey. There were other ones, like Word for Friends that also glitched on me. I just moved them back to "phone" and they worked again.
Not really pressed for space - but yeah, minor bugs there.
So....netflix?
Found an APK I was able to side-load, but Netflix is all chipmunk-y!
Someone has a download link to the apk file on these forums. Look around for that. Tell your Nook to install third party apps. Install the program after downloading that.
Install Root Explorer and allow it super user access. Open up the system folder and mount r/w. Open up build.prop in the text editor. Change the following lines to match this.
ro.product.model=HTC Vision
ro.product.manufacturer=HTC
The first one normally says NookColor and the seconds says bn.
save the file and restart the device. Netflix should work like a charm, and best of all, the Android Marketplace does not break. Although the market will think you have an HTC Vision
Modifying the build.prop file fixes the chimpmonk problem by the way.
SonicClang said:
Someone has a download link to the apk file on these forums. Look around for that. Tell your Nook to install third party apps. Install the program after downloading that.
Install Root Explorer and allow it super user access. Open up the system folder and mount r/w. Open up build.prop in the text editor. Change the following lines to match this.
ro.product.model=HTC Vision
ro.product.manufacturer=HTC
The first one normally says NookColor and the seconds says bn.
save the file and restart the device. Netflix should work like a charm, and best of all, the Android Marketplace does not break. Although the market will think you have an HTC Vision
Modifying the build.prop file fixes the chimpmonk problem by the way.
Click to expand...
Click to collapse
For some reason, Root Explorer (and SU) don't think it's rooted. I see SU installed and when I launch it, it tries to update itself, and says something like "failed to update, probably from not being rooted - zip put on sd card, flash it in recovery."
Root Explorer doesn't give me my usual option to flip to R/W mode and edit files. I tried installing Busybox, too - and that thing complained about not being rooted as well.
So, dunno why - but this doesn't seem to think it's rooted. Odd, considering it all exists on the SD card.
Any clues?

[TUTORIAL] How to instal V6 SuperCharger

Original Thread
http://forum.xda-developers.com/showthread.php?t=991276
{
"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"
}
=====================
What's it do?
It makes your phone FAST... super snappy with better multitasking!
It rearranges and fixes the OOM Groupings and Priorites and lowmemorykiller values.
So basically, it's a COMPLETE MEMORY MANAGEMENT FIX!
It's the ONLY one of it's kind
NO LAUNCHER REDRAWS, faster than ever, multitasking is better... why?
Because it works with the lowmemorykiller and letting it work the way it's meant to work.
Also, because of the rearrangement, it works the same on all roms!
The problem with using minfree tweakers like AMM or AKMO is that it doesn't work the same on all roms.
Secondary apps may be in slot 3 on some roms but in slot 5 in others!
That's why you hear people comment "I tried AKMO but it didn't do anything..."
Most likely it didn't do anything because the apps weren't sitting where they were expected to be.
So fasten your seat belts and enjoy the ride!
=======================
Requirements:
1. Rooted Phone. (ZergRush method or etc)
2. Script Manager or Terminal Emulator to run the script. Stock ROMs can also use SM to load up boot scripts! (find in market)
3. Busybox 1.18.2 OR LOWER - 1.18.3 or newer are VERY much a hassle with errors that should NOT be errors!
=======================
Installing/Using:
1. Download the attached V6_SuperCharger_for_Android*.txt script and save to your sdcard.
... Do NOT run the V6 SuperCharger install script at boot!
2. Load the script (V6_SuperCharger_for_Android*.txt) into Script Manager and select "Run as Root."
3. Touch the screen for the soft keyboard or slide out the keyboard and get SuperCharged! Just pick an option!
4. READ the script's output!
5. Afterwards, READ the html HELP FILE in the root of your SD Card!
6. Disable "Lock Home in Memory" if your ROM has this option.
7. Optional: For a quick status check, you can put a Script Manager widget for V6 SuperCharger on you desktop
=================================
STEP BY STEP WITH PICTURE
Step 1: Download and Install Busybox Installer
Select the version 1.18.2, the Version 1.18.3 or newer are VERY much a hassle with errors that should NOT be errors! (From Original Zeppelin Thread)
Step 2: Download and Install Script Manager
After installing, run the app, press the MENU button and go to MORE and then in ADVANCED OPTIONS and now in CONFIG and leave the options marked exactly as shown in the screen below:
Step 3: Download the Script V6 SuperCharger from link belove post
Put it in the root of MicroSD card.
Step 4: Run the Script Manager
Open the "V6-SuperCharger_for_Android-update3b.sh.txt" and check the option "Run as root" ONLY
Now, run the script!
Firstly, choose the Scrolling text Speed, from 1 to 3
Touch the screen and tap the number 6, Balanced 3, the best choice for Arc, and hit ENTER .... The script will work .... after finished, touch the screen again and tap the number 16, to exit, and press the HOME button.
NO NEED TO DO STEP 5 AND STEP 6 ANYMORE.
ZEPPELIN FIXED, AND NOW THE SCRIPT RUN AUTOMATICALLY AFTER THE BOOT!!
Step 7: REBOOT YOUR PHONE!
Step 8: Now let's take the test, if it worked or not:
Run the Script Manager again;
Run the script "V6-SuperCharger_for_Android-update3b.sh.txt". Do not forget, "Run as ROOT"
And see if it is exactly as picture below, if written "Launcher is .... HARD TO KILL!" and just above "NOTE: Current Minfrees = 6, 8, 26, 28, 30, 32 mb" its WORKING!
Big thanks to:
zeppelinrox - For wonderful script
MalarKeY007 - For making Tutorial with Picture
If you want to thanks to creator of script click this link
http://forum.xda-developers.com/showthread.php?t=991276
ant HIT thanks
DOWNLOAD LINK FOR V6 SUPERCHARGER
http://forum.xda-developers.com/attachment.php?attachmentid=661892&d=1311292674
after installing the script you have to set the /data/99SuperCharger.sh to run at boot.
open script manager, go to /data/ and select 99SuperCharger.sh set run as root and run at boot.
reboot and all should work.
Click to expand...
Click to collapse
P.S. Im just sharing tutorial, and little modified.
This V6 supercharger useful only for stock rom/kernels or also for Doomkernel powered roms or CM7.0?
Kind regards,
Vintiem
V6 supercharger is useful for any ROM / KERNEL
and it will work on any phone, with any android, with any rom, with any kernel
So FXP (and other cyanogenMod hero's) didn't ad this tweak to the CM7 rom?
Nice to know, that it can be faster then it is yet.
Thank you for your reply.
Vintiem
some tweaks are added, some not.
Dont know.
@ electrash
thx dude for ur thread
but i install and use it but i really i cant uderstand what are changes !??? i can't feel changes !?? can u tell me abt it
my device : Arc @ Blend-MiUi by Jason
thX
One more question - how do you uninstall the script if for some reason you don't like it? Simply by deleting the script and rebooting?
You wrote "ZEPPELIN FIXED, AND NOW THE SCRIPT RUN AUTOMATICALLY AFTER THE BOOT!!", does it mean that rebooting will relaunch the script?
Thanks!
After a reboot the script has reset itself. The launcher still says hard to kill but the memory management is back to stock.
First, thanks for the Tutorial.
Now I have a question, actually I have installed on my Arc FXP045 with DooMKernel, using V6 SuperCharger makes a really huge diference?.
Thanks for the tutorial I have a question mi arc is runing realy good but a think that is draining my battery do you know something about battery draining whit the v6 supercharger
Sent from my LT15a using xda premium
Installed without issues but it doesn't seem to do much except for getting rid of launcher reloads and less reloading of apps in general. The Xperia was pretty smooth to begin with, especially at 1.6GHz.
iAchilles said:
@ electrash
thx dude for ur thread
but i install and use it but i really i cant uderstand what are changes !??? i can't feel changes !?? can u tell me abt it
my device : Arc @ Blend-MiUi by Jason
thX
Click to expand...
Click to collapse
Hel0o0o0o0o0o0o ... is any body here !?
getting rid of launcher reloads and less reloading of apps in general.
this is one of the big mission of superchargher, no more waiting for icons (esspecialy after playing 20min some HD games, or Any other.
Supercharger should not drain and battery becauze this is script.
You can delete it and delete all programs what it need.
harlz said:
After a reboot the script has reset itself. The launcher still says hard to kill but the memory management is back to stock.
Click to expand...
Click to collapse
Same here.
Are you set run as root?
Sent from my LT15i using XDA App
electrash said:
Are you set run as root?
Sent from my LT15i using XDA App
Click to expand...
Click to collapse
Indeed I am. The values do get changed, I have checked, they just do not survive rebooting. The launcher stays hard to kill but that is it.
I saw it my self.
Did you try to run it again?
Sent from my LT15i using XDA App
electrash said:
I saw it my self.
Did you try to run it again?
Sent from my LT15i using XDA App
Click to expand...
Click to collapse
Have applied it and it says it is changed, but after reboot back to default.
Sent via subspace beacon from my Arc.
You have to set 99supercharger.sh in /data to run as root and run at boot with Script Manager and your settings will remain after reboots
Sent from my iPad 2 using Tapatalk
You try it?
Sent from my LT15i using XDA App

[ROM]We're Back! [01/17/12] 3.2.1 Honeylicious Flash Glass HC Stock Based Kernel

Honeylicious 3.2.1 Flash Glass​
Now that the Holidays are over, and worked has slowed down somewhat, I have more time to spend with the thread.
Honeylicious was created for myself, by myself so I wouldn't have to rely on someone else's work.
I got sick of the "stick figure UI" that Google continues to produce, so what you'll see here is something more aesthetically pleasing to the eye. "Beauty is in the eye of the beholder", so if it doesn't please you, you can download
The UI has had a "glass" filter applied through Photoshop to give it a "glassy" finish.
You won't see any custom kernels here, nor revision updates, as these are all tried, tested, and true final releases.
What you will find is one of the fastest, smoothest, most dependable, and stable stock kernel based ROMs out anywhere for the Acer Iconia A500.!
Please read the "Install Instructions" carefully, and/or watch the Video Tutorial on how to flash correctly.
The 3.2.1 Youtube Fix is included in this Rom thanks to Civato.
Special thanks to Civato @ XDA for all his help in getting the camera working properly with this ROM, for the original apks he had given me, which have been changed immensely since that time, although there are a few png files that still remain the same, and all the other help and inspiration he has provided.
When you purchase a new automobile, it doesn't come with free driving lessons, neither does Android, and this ROM doesn't either. There are a few things you'll need to know before flashing a ROM.
If you're unsure of what you need to do, or simply can't follow the explicit directions in the "Install Instructions" (video included), take this link first to get you started. Click Here for the wealth of information in the A500 Wiki.
If you've previously flashed another one of Thor's ROMs with his custom kernel that he refuses to release the source code for, you may have problems flashing other ROMs until you COMPLETELY WIPE AND FORMAT YOUR SDCard. My personal opinion on this matter is, "if you have nothing to hide, then why are you hiding it?"
DO NOT USE ANY MODS FROM ANY OTHER VERSION OF HONEYLICIOUS AS YOU WILL BE MODIFYING YOUR SYSTEMUI.APK, AND FRAMEWORK-RES.APK WITH AN INCORRECT VERSION AND YOU WILL HAVE PROBLEMS!
Now, onto the ROM:
It's built on Stock PB G100W 4.010.05_COM_GEN1 found HERE: Stock base (stock kernel), Honeylicious sweet, rooted, tweaked for speed and stability, superuser and Busybox installed, and Bootloader.blob removed, that you've come to know for it's rock solid dependability, stability, and the most speed you can eek out of a stock based ROM, with an Icey Glass Finish!
What Works:
EVERYTHING!
What Doesn't Work:
NOTHING!
This ROM has had all of the useless stock apps that are constantly in "Running Services" ripped out, to give extra battery life, as well as speed. You'll notice in the "Running Apps Settings" screen shot that only two other apps are running (besides "Settings", and "Screen Shot It" which were needed to take the screen shot).
Apps Ripped Out:
Game Loft
Link to Facebook
Music
Nemo Player
Social Jogger
Sound Hound
Zineo
Replace Ripped out Glass App Pack HERE:All apps in one zip file (unzip main file to find individual apps in their own CWM Flashable zip files). So you can add in whatever you like to slow your system down once again.
What Extra Apps are included:
System Apps Added
Polaris Office
Extra Data Apps Added: (you may uninstall through "Settings", "Applications", "Manage Applications").
Avast Android Mobile Security (you need to open it once in applications to setup your preferences for it to run)
SDRescan
AdFree
HD File Explorer
HD BackGammon
HD Solitaire
HD Spades
Bluetooth File Transfer
Dolphin HD Browser
Fancy Widgets (free version)
Shake Calculator
Adobe Flash 11.1
Google Voice
Fancy Widgets has a battery meter included in the Weather/Clock widget. Go into Fancy Widget settings, "clock settings", "extra information", and tick "show battery level" for 1% increment battery levels. Fancy Widgets is the Weather/Clock widget shown in the screen shots, both weather and clock are "MIUI Inspired" style selected in "appearance" settings.
What's Different:
Ice Blue Glass Themed Rom
Five Extra Ice Blue Themed Wallpapers located in the stock Google Wallpapers.
Five Extra Themed Wallpapers located in the stock Google Wallpapers.
ICS Fonts
ICS Clocks
GPS Tweaks have been added to ensure rapid GPS Lock!
Latest Version of Superuser, and binaries.
All the goodness that 3.2.1 brings with it including the Newest Market. As you can see from the running applications Screen Shot there are only two running apps (aside from "settings", and "ScreenShotIt" which needed to be running to take the screen shot.
If you choose not to follow the explicit Install Instructions, not only do you do so at your own risk, I don't want to hear any whining about ANYTHING not working correctly, and post your questions HERE!
This ROM has been tested EXTENSIVELY with absolutely no problems or glitches whatsoever (hence "final release").
Normal disclaimer about how flashing a rom can be dangerous for your Tablet, blah, blah, blah. Please always perform a backup before flashing this ROM. If you some how screw the pooch, consider it "Pilot Error", and I am not responsible.
If you want to flash another kernel with this ROM, you do so at your own risk. I have no idea who's kernel will work with this ROM. If you do choose to flash a custom kernel with this ROM, please direct all questions regarding problems you are experiencing in the thread that you got your kernel from, as they will not be answered here.
If you are having problems with certain apps, remember this is a Stock Based Rom, so please direct your questions regarding said app to the developer of the app.
I took much of my own time and effort building this ROM, typing up instructions, and creating the install video. If you ask a question in this thread that has OBVIOUSLY already been answered in this OP, the only reply you will receive from me is this:
"See Original Post ".
Home Screen:
{
"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"
}
Apps Screen:
Location Settings Screen:
Running Apps Settings Screen:
Wallpaper Settings Screen:
Dolphin HD Browser Screen:
INSTALL INSTRUCTIONS:
CWM
Wipe Menu:
Wipe cache
Wipe Data (Factory Reset)
Wipe Dalvik Cache
Wipe Battery Stats
Mounts and Storage Menu:
Format System
Format Data
Format Cache
Format Flexrom
Install From Zip File
Choose File From SD Card
Locate "name_of_rom_to_be_flashed_here.zip " on your SD Card and click power button
Highlight "Yes - Install name_of_rom_to_be_flashed_here.zip" and click power button.
YOU WILL GET A RANDOM OFFSET MESSAGE DURING INSTALL. THIS IS NORMAL!
When install is finished, it will tell you so. Return to main CWM menu, and choose "Reboot System" and click power button.
Allow your Tab to continue the setup while guiding you through the prompts that will require user input.
Superuser has latest apk and binaries already installed on Icy Faux 3.2.1.
Install Instruction Video: (video was created before I was made aware that the version of CWM used in this Video has Thor's GPL non-compliant kernel in it). I have since reflashed drellisdee's GPL compliant forked Amon Ra touch screen recovery version 3.14 found HERE: Also added to attachments in this post.
DO NOT INSTALL THIS NEW RECOVERY IF YOU ARE NOT FAMILIAR WITH THE PROCESSES INVOLVED WITH FLASHING A ROM! THIS RECOVERY IS NOT FOR BEGINNERS. STAY WITH CWM!
Install Instruction Video
For those of you experiencing what you believe is low quailty WIFI with HC 3.2.1, watch this video with no wifi signal bars whatsoever! (Honeylicious 3.2.1 Flash Glass with no WiFi Patch)
(please excuse the sound of me clomping down the hall in my untied winter boots lol)
Reserved #3
@kjy2010 - First class job of presentation. I refuse to believe that anybody can screw up flashing your ROM after your ultra clear directions. I'm currently running Kekinash's 3.2 near stock rom but I like the look of your effort and I will flash it to my A500 as soon as I've got a spare minute. Once more thank you.
metpolds said:
@kjy2010 - First class job of presentation. I refuse to believe that anybody can screw up flashing your ROM after your ultra clear directions. I'm currently running Kekinash's 3.2 near stock rom but I like the look of your effort and I will flash it to my A500 as soon as I've got a spare minute. Once more thank you.
Click to expand...
Click to collapse
Thank you.
Post back after install, and let us know what you think!
Edit: I've seen some of your boot animations. If you'd care to create a custom animation for this ROM, I'd be more than happy to give you credit for it.
kjy2010 said:
Thank you.
Post back after install, and let us know what you think!
Edit: I've seen some of your boot animations. If you'd care to create a custom animation for this ROM, I'd be more than happy to give you credit for it.
Click to expand...
Click to collapse
You're very kind I'll give it some thought. I did just complete a small ICS anim, more for fun than anything else but you might like to look at it. I won't bother you by attaching it here but my good friend JaeKar99 has just added a preview gif of my anim to my post which is on the last page of the thread "Publish your A500 Boot Anims......." in the Themes & Apps section.
OP - Thought I'd throw this one at you, it's only a re-hash of what I did before but more specific to your rom. I have to admit that I don't have a single ounce of artistic ability in my body so what you get from me is always pretty simple and uncomplicated. I fear that it might not be "high tech" enough for your needs but worse case it costs neither of us anything and may give you some ideas.
Latest thought.....Should it be of interest to you then the "speed" and "display period" could easily be adjusted to your requirements.
ah, nice work kjy.
No problem on taking it apart and giving it your own twist.
That is why it is there for.
Don't forget it is BigDX is the one that did start this Modding,I changed an modded the ICS stuff into it so it worked on the A500.
I also got settings icones but didn't use them because I think it makes the settings menu out of balance.
If you want some stuff let me know.
3g USB
Hi all, I'm newbie with Iconia A500, I have 16gb wi-fi model, and I want to know if this rom supports 3g USB modem?
I want to know too if can I backup the original ROM before personalize my tablet for don't lose warranty and to recover them if necessary?
Thanks
Remove apps before flash
hi, kjy2010,
As you know, I'm very proud of your previous ROM, which I've flashed before. As I have Quickoffice installed, could be a problem if I remove the Polaris Office apk within the zip file (without winzipping it), before flashing this ROM?
Thanks!
alexrb said:
hi, kjy2010,
As you know, I'm very proud of your previous ROM, which I've flashed before. As I have Quickoffice installed, could be a problem if I remove the Polaris Office apk within the zip file (without winzipping it), before flashing this ROM?
Thanks!
Click to expand...
Click to collapse
This ROM has Polaris Office in it already, but you're free to do with it what you like bro! It's your's to do with as you like once you download it!
civato said:
ah, nice work kjy.
No problem on taking it apart and giving it your own twist.
That is why it is there for.
Don't forget it is BigDX is the one that did start this Modding,I changed an modded the ICS stuff into it so it worked on the A500.
I also got settings icones but didn't use them because I think it makes the settings menu out of balance.
If you want some stuff let me know.
Click to expand...
Click to collapse
Sorry bro, I keep forgetting BigDX. I modified the OP to reflect correct credit! And thanks again for the use of the APKs!
crbdigo said:
Hi all, I'm newbie with Iconia A500, I have 16gb wi-fi model, and I want to know if this rom supports 3g USB modem?
I want to know too if can I backup the original ROM before personalize my tablet for don't lose warranty and to recover them if necessary?
Thanks
Click to expand...
Click to collapse
First, you have to have root access, and CWM installed to flash a ROM. There are plenty of threads in this forum on the subject, please use the search function. They will guide you through root, CWM, and backup.
Second, some people have reported success using Civato's 3gmodem patch located in his thread.
Please take these other questions to the appropriate threads, not here
metpolds said:
OP - Thought I'd throw this one at you, it's only a re-hash of what I did before but more specific to your rom. I have to admit that I don't have a single ounce of artistic ability in my body so what you get from me is always pretty simple and uncomplicated. I fear that it might not be "high tech" enough for your needs but worse case it costs neither of us anything and may give you some ideas.
Latest thought.....Should it be of interest to you then the "speed" and "display period" could easily be adjusted to your requirements.
Click to expand...
Click to collapse
Thanks bro, I appreciate your work!
It's now posted in second post under Mods!
Fresh install after following the instructions above. The only apps i have installed from the Market are Busybox and Busybox Pro.
When I try to install Busybox it tells me 'There seems to be a problem with some of the utilities needed to install busybox'. Any suggestions anyone?
Savok said:
Fresh install after following the instructions above. The only apps i have installed from the Market are Busybox and Busybox Pro.
When I try to install Busybox it tells me 'There seems to be a problem with some of the utilities needed to install busybox'. Any suggestions anyone?
Click to expand...
Click to collapse
There are a few different versions of busybox and pro in the market, which one did you install?
Yeah I now see that STEricson's version is still broken. Ran with JRummy16 and is working correctly now.
Savok said:
Yeah I now see that STEricson's version is still broken. Ran with JRummy16 and is working correctly now.
Click to expand...
Click to collapse
Great! Thanks for the update on which one works!
kjy2010 said:
Thanks bro, I appreciate your work!
It's now posted in second post under Mods!
Click to expand...
Click to collapse
Thanks for your kind words and for your posted credit. I'm glad you could use the animation. By the way I'm not publishing this anim on my Theme thread I would rather it stayed exclusively here. Receiving a credit on your rom thread is almost like having my name up in lights in Holywood...lol
alexrb said:
hi, kjy2010,
As you know, I'm very proud of your previous ROM, which I've flashed before. As I have Quickoffice installed, could be a problem if I remove the Polaris Office apk within the zip file (without winzipping it), before flashing this ROM?
Thanks!
Click to expand...
Click to collapse
Oops, I misread your post, and I apologize. No problem taking out Polaris before install.
metpolds said:
Thanks for your kind words and for your posted credit. I'm glad you could use the animation. By the way I'm not publishing this anim on my Theme thread I would rather it stayed exclusively here. Receiving a credit on your rom thread is almost like having my name up in lights in Holywood...lol
Click to expand...
Click to collapse
lol Hardly the same, but thanks again for your work, and the compliment!

(MOD)(BL1.2ROM-CM-10)SmOoTher_BeAn_4.1.2(G-tablet)(Updated 02/01/13)

Just when you thought it couldn't get any Better. Then I give you Greatness​
Disclaimer
I do not take responsibility for anything that happens to your stuff
If you load this it is your responsibility to fix it if things go wrong
While Running this ROM you think "WOW this is just Fantastic" then Your Welcome
If your device runs away and gets Married to a Rock Star
then all I got to say is sorry that it is soooo SmOoTh :cyclops:
If you want to repost this onto another site
Please ask Permission to do so
or just post the link back to here
THANK YOU
For starters I am not a Developer, I am just a normal Guy with a Linux Machine and a Dream.
Special thanks goes towards fosser2, the DRH team and redeyedjedi. Without them I wouldn't of been
able to do any of this.
The new SmoOth is using CM-10 4.1.2 base built from source by redeyedjedi with a nice
face lift and some extras. It is desighned to create for you a great gaming experience as well as everyday use.
Let me introduce you to the New SmoOther Creation.
ScreenShot​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshots on the Inverted Version​Because that is how I ROLL​
I will only Support my Installation Instructions
I have tested it with my own G-Tablet with these
exact instructions.
Installation Instruction.
You will need to be on BL 1.2 and have a 250m system partition (recomended).
(You can run this on a 350m system setup)
You must know how to back up your existing system. That is only being said once
Boot into Recovery and do a Nandroid Backup Wipe data/factory reset,
go into "mounts and storage" and "mount & format system"
Partition Internal SD to 4096/0 in Advance settings (if already skip this part)
Download Rom and Place onto internal storage
Install Rom
Reboot into system, Complete initial setup
AND HOLD ON TIGHT
DIRTY FLASHING WILL NOT BE ALLOWED. YOUR MOM SHOULD OF TAUGHT YOU HOW TO WIPE
This ROM is bare bone striped down the apps and replaced with lighter counter parts.
The only addition I included is minimum Gapps some choice addons and Rom ToolBox to OC, change I/O schedulars
and other adjustments you would like to make. (Recomended Memory Manager Preset setting= Strict)
Check apply on boot then apply settings. Perfomance settings still need to be worked out within the ROM for I/O settings.
Also for Task Killing without a app go to system settings/Developer options (Turn on first)
then select "Background process limit" to (No background processes or Limit to 1)
Whats included
1 % Battery Mod (Fixed and Works)
Latest Apex Launcher
Play Store (Inverted or Standard depends on ROM Choice)
AdAway app
Apollo (Inverted or Standard depends on ROM Choice)
Pandora (Inverted ver.4.1)
Google Now
Chrome Browser
CPU Sleeper
DSP Manager
Gmail (Unreleased ver.4.2, Inverted or Standard depends on ROM Choice)
ROM ToolBox
SuperSU
TIBU
XDA app
YouTube (ver. 4.2.16)
What Works
Audio, Audio, and did I mention Audio...... :victory:
What Doesn't Work
Camera (Work around use USB Camera)
Mic works but buggy
ROM download here.
SmoOth Bean 4.1.2 ver 1.5.2(Standard) 160 DPI
The Goods
SmoOth Bean 4.1.2 ver 1.5.2(Inverted) 160 DPI
The Goods
Changelog​
Fixed .apk HTML files for both battery mod and mouse pointer
Added some extra build.prop tweaks
Deleted unneeded tweaks that caused issues with ADB (Thanks rajeevvp for letting me know about it.)
Added Google Now for those who want to try to get it to work (Its a Data app so you can delete it if nessesary).​
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Link for NVFlash package to set System to 250m
Recomended NVFlash 250m system Mod
Older Updates
SmoOth Bean 4.1.2 ver 1.5(Standard PlayStore) 160 DPI
The Goods
SmoOth Bean 4.1.2 ver 1.5(Inverted PlayStore) 160 DPI
The Goods
I don't normally do this stuff, So I will try to keep it updated as much as I can. Switch to Dev Host and they seem to be holding Strong. People willing to Mirror me a link PM me with it and I will add it with who is providing it. Thanks.
If you like my work just press the Thanks button also
go find fosser2, redeyedjedi and any of the DRH Team and thank them as well
Please by all means if you have any private questions or cannot post in the Development treads PM me. Please don't Email someone that you just met. I am not that kind of person to respond to emails so Please Keep it in the Forum. Thanks in Advance.
REMEMBER that this is FREE! I have NOT and WILL NOT ask for donations for any of this! If you wish to I will add it to my Wifes Kiddle fund so I can keep working on this.!
Reserved
System App Addons. An Extra 7.6 MB on the System
SystemApps.zip
Installation instructions.
Download the Addon pack onto PC and unzip using 7zip. Choose which ones you want to have added and delete the ones you don't want in system/app folder. Compress back into a zip file and transfer onto internal storage through recovery. Wipe Cache and Dalvic Cache then install update and reboot. After device has rebooted go into Settings/Accounts and turn the Sync on on the ones you want to Sync.
Previous Build
SmOoTh BeAn ver.1.3.2
SmOoTh BeAn 1.3.2 (160dpi)
1.3.2 Updates
160 DPI Update
120 DPI Update
SmOoTh BeAn ver.1.2
Click Here
How do I check version of BL (assumed to be boot loader)?
Thanks
redhonker said:
How do I check version of BL (assumed to be boot loader)?
Thanks
Click to expand...
Click to collapse
Its not just the boot loader that is needed it is the expanded system partition that is also. Your best bet is to NVFlash the package in the OP. Not only will it set your device into the 1.2bl but it will expand your system partition so it can load the updated firmware.
So who's tried this out and how did it work?
z00mantwo said:
So who's tried this out and how did it work?
Click to expand...
Click to collapse
FYI If it doesn't run right I don't launch it. I am currently running it on my personal G-tablet and it is nothing but butta.
This is by far the smoothest this tabet has EVER BEEN. I I mean super fast. I wow.
On another note, things seam really big.. Can we resize this?
Sent from my Malata SMBA1002 using xda app-developers app
i get stuck in bootloop on the 3 birds screen.
anyone else facing the same problem?
I can't believe it's butter
junooni said:
i get stuck in bootloop on the 3 birds screen.
anyone else facing the same problem?
Click to expand...
Click to collapse
No issues here. It worked perfectly the first time. I had already nvflashed the linked file, so I re-formatted the internal sdcard per the instructions then flashed the ROM.
nobe1976, you are a magician. THANK YOU.
My tablet performs very well now, with an occasional hiccup. It sometimes becomes unresponsive temporarily when I'm doing a lot. For example, from the Play Store, I had about 5 apps queued up to download/install. While that was going, it would go unresponsive for sometimes 10-15 seconds.
JEZZEJAMEZ said:
This is by far the smoothest this tabet has EVER BEEN. I I mean super fast. I wow.
On another note, things seam really big.. Can we resize this?
Sent from my Malata SMBA1002 using xda app-developers app
Click to expand...
Click to collapse
Do you have one of those tablet that refuse to boot up ICS or JB on BL 1.2?
---------- Post added at 06:08 PM ---------- Previous post was at 06:06 PM ----------
JEZZEJAMEZ said:
This is by far the smoothest this tabet has EVER BEEN. I I mean super fast. I wow.
On another note, things seam really big.. Can we resize this?
Sent from my Malata SMBA1002 using xda app-developers app
Click to expand...
Click to collapse
Use root explorer or similar app and change the lcd density in /system/build.prop from 160 to 120 and reboot.
JEZZEJAMEZ said:
This is by far the smoothest this tabet has EVER BEEN. I I mean super fast. I wow.
On another note, things seam really big.. Can we resize this?
Sent from my Malata SMBA1002 using xda app-developers app
Click to expand...
Click to collapse
To resize just open ES Explorer and give it Root permmisions and change in the build.prop the ro.sf.lcd_density=160 to 120 then reboot. No need to add Root Explore when ES will do everything and more without adds.
Updated OP with a 120 density version.
junooni said:
i get stuck in bootloop on the 3 birds screen.
anyone else facing the same problem?
Click to expand...
Click to collapse
Are you absolutely certain that you are on BL 1.2 with a system partition of 250m. I would like to try to get everyone on board with this let me know and I will see what I can do to assist.
Randy Power said:
No issues here. It worked perfectly the first time. I had already nvflashed the linked file, so I re-formatted the internal sdcard per the instructions then flashed the ROM.
nobe1976, you are a magician. THANK YOU.
My tablet performs very well now, with an occasional hiccup. It sometimes becomes unresponsive temporarily when I'm doing a lot. For example, from the Play Store, I had about 5 apps queued up to download/install. While that was going, it would go unresponsive for sometimes 10-15 seconds.
Click to expand...
Click to collapse
Reboot it will only get better.
All I can say is WOW! Fantastic ROM. The only hiccup I had was that I got an "unable to reach server" error in Google Play. I did the old market fix from the froyo days and that did the trick. Thanks much.
tsukaza said:
Do you have one of those tablet that refuse to boot up ICS or JB on BL 1.2?
---------- Post added at 06:08 PM ---------- Previous post was at 06:06 PM ----------
Use root explorer or similar app and change the lcd density in /system/build.prop from 160 to 120 and reboot.
Click to expand...
Click to collapse
Thanks. Problem solved
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
I keep getting stuck on the 3 birds loop. the 3 birds appear, then the screen goes blank for a couple of seconds and then the birds reappear. this happens a couple of times then it gets stuck on the birds.
i had the same issue on all ICS roms as well. Flashback HC rom works flawless every time so i have to revert back to it.
Please suggest a solution. i'd love to try out JB on my tab.
junooni said:
I keep getting stuck on the 3 birds loop. the 3 birds appear, then the screen goes blank for a couple of seconds and then the birds reappear. this happens a couple of times then it gets stuck on the birds.
i had the same issue on all ICS roms as well. Flashback HC rom works flawless every time so i have to revert back to it.
Please suggest a solution. i'd love to try out JB on my tab.
Click to expand...
Click to collapse
Give me the day and I will pm you with something to try out that has gotten me out of a jam a time or two. Have work today and won't have any computer time till later this afternoon.
Possible Bug Report: On my tab, the sound will not switch to my BT headphones. They paired correctly, and I have performed multiple iterations of rebooting, switching BT on/off, etc...no success thus far.
Any help or suggestions are appreciated. Otherwise, this is a thing of beauty.
dsrhokie said:
Possible Bug Report: On my tab, the sound will not switch to my BT headphones. They paired correctly, and I have performed multiple iterations of rebooting, switching BT on/off, etc...no success thus far.
Any help or suggestions are appreciated. Otherwise, this is a thing of beauty.
Click to expand...
Click to collapse
If this is based on the Team DRH Dirty Bean - it doesn't work there either. Last time I saw this issue was when the "phone" apps were not installed as part of the selected apps on ICS - it pairs but no BT audio.
dsrhokie said:
Possible Bug Report: On my tab, the sound will not switch to my BT headphones. They paired correctly, and I have performed multiple iterations of rebooting, switching BT on/off, etc...no success thus far.
Any help or suggestions are appreciated. Otherwise, this is a thing of beauty.
Click to expand...
Click to collapse
Ill mess around with the bluethooth to see what I can get when I get home. Thanks for the heads up.

Categories

Resources