Many of us are disappointed about the reading speed of the SD Cards on our HD2. It doesn't matter if you have fast 10 Class SD Card, it performs very poorly on HD2 comparing how it performs on the PC.
The clue is the Cache size for reading from SD Card. It's set to 128 KB, on some ROM's it's even set to 4 KB!
You can check for yourself your Cache size by looking into this file:
/sys/devices/virtual/bdi/179:0/read_ahead_kb
You can change it manually but it will be reverted to default on the reboot. The changes need to be done permanently by loading the script on the startup through the init.d.
Or you can flash the CWM zip files that I made for you.
For RA 1.7 Recovery zip look into this post. Many thanx to user laie1472 for making them.
You must find which Cache size fits best for your SD Card. In my case its the 3072 KB Cache size. At best, use the Root Explorer to change the value, then run SD Tools Benchmark - finally flash the CWM zip file that fits your SD Card.
Here are two screenshots - the first one shows the reading speeds with the default Cache 128 KB and the second one is with the 3072 KB Cache with my Class 4 SD Card on CM7 RC2 by Charnsingh.
The Benchmark is made with the SD Tools program.
If you want to convince yourself of the speed improvement after applying the fix, just open your Gallery and see how fast it loads the photos!
Suggestion: 2048 KB Cache size performs at best for most of the SD Cards!
If you don't have CWM then you can do following:
Make a file with this content:
Version 1:
#!/system/bin/sh
if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]
then
/system/xbin/echo "128" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
fi;
Click to expand...
Click to collapse
Version 2 (If the Version 1 is not working for your ROM - credit goes to rafpigna!):
# Tweak mmc read-ahead - rafpigna -
mmcfolder="/sys/devices/platform/msm_sdcc.2/mmc_host/mmc1"
cd $mmcfolder
folderlist=`ls -1`
mmcresult=`echo $folderlist | grep -o '\bmmc1:\w*' | sed 's/mmc1://'`
echo 128 > /sys/devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:$mmcresult/block/mmcblk0/queue/read_ahead_kb
cd /
Click to expand...
Click to collapse
Change the red marked number from 128 to what you need (example 2048) and save it as "99sdcardreadfix", copy it with the Root explorer or push it with ADB into /system/etc/init.d and set permissions to 777. Reboot.
Some of the ROM chiefs have hardcoded this values in the init, that can't be changed - only by the chief himself.
Some of the ROM's already contain this tweak in another script that is saved in the init.d folder. Probably it's tagged with the number 99 in the filename to be sure that it's executed at last. You have to change it there.
Rafpigna - the HD2 Android chief - pointed that out over here.
For ROM Cookers - add this line into init.rc file:
# sd card read speed fix
write /sys/block/mmcblk0/bdi/read_ahead_kb 2048
Click to expand...
Click to collapse
How to install the CWM zip files:
In the MAGLdr menu or in CWM menu you navigate with the Volume rocker buttons "Up" and "Down", Call button is for "O.K." or "Confirm", the EndCall button is for "Back".
If you have a CWM zip file (open the zip file, if it contains the METAInf folder then its a CWM zip file), copy it to your SD Card (I use a folder called Android Files on my SD Card).
Then power-off your Phone and start the MAGLdr menu by Holding the Power button until the MAGLdr menu comes.
Go down to AD Recovery and press the Call button to start the CWM.
In the CWM menu go to "Install zip from sdcard", then "choose zip from sdcard". Navigate to the folder where you copied your zip file and choose the zip file.
After the zip file is installed, restart your Phone.
Click to expand...
Click to collapse
UPDATE: There is now free app on the market that do this for you.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Very interesting. I'm going to test this out on HyperDroid GBX.. Any downside to just using the 4mb cache?
D4rk50ul said:
Very interesting. I'm going to test this out on HyperDroid GBX.. Any downside to just using the 4mb cache?
Click to expand...
Click to collapse
No, by default is 128 KB. So I think that it is better to have anything beyond that.
Instant results on HyperDroidGBX V11 confirmed
ram rom
Can it be used on RAM ROM ?
Imilka S vivo for example ?
thanks in advance
matmar said:
Can it be used on RAM ROM ?
Imilka S vivo for example ?
thanks in advance
Click to expand...
Click to collapse
Try to change the values manually and see if there is any diference. If that ROM uses the CWM then you can flash the file, if not then you have to find another way of adding the values to the file.
phuKKah said:
Instant results on HyperDroidGBX V11 confirmed
Click to expand...
Click to collapse
Which cache size did you use?
I'm running the stock 16gb class 2.
It's true, this is awesome. Reading speed was vastly improved! I'm using a c2 sandisk 32gb with hyperdroid gbx.
Sent from my HTC HD2 using XDA Premium App
nice job m8
I can confirm improved speed
Running HyperDroid V11
Write speed went from 5.5 - 5.6
Read speed went from 18.7 - 51.2 !!!!
is the reading the only thing that improves drastically?
How do you know which Cache size to use? I am running a stock 16G card.
beston94 said:
is the reading the only thing that improves drastically?
Click to expand...
Click to collapse
Yes, the writing speeds are not reduced or influenced by the Cache size.
10507 said:
How do you know which Cache size to use? I am running a stock 16G card.
Click to expand...
Click to collapse
Just read the first post - it's trial and error for every SD Card.
brainmaster said:
Yes, the writing speeds are not reduced or influenced by the Cache size.
Click to expand...
Click to collapse
ACtaully my writing was reduced from 5.5 to 4.0.
Im running GBX v11 and have and htc hd2 eu and my sd card is 2 gb
beston94 said:
ACtaully my writing was reduced from 5.5 to 4.0.
Im running GBX v11 and have and htc hd2 eu and my sd card is 2 gb
Click to expand...
Click to collapse
Run the benchmark again.
brainmaster said:
Run the benchmark again.
Click to expand...
Click to collapse
I ran it aagain and it reduced only by 1 but thank you very much anyway becuase the reading speed jumped from 20 mb to 88.5mb and just out of curiosity what does the reading speed speed up? faster launching of programs?or something else.
Thanks
beston94 said:
I ran it aagain and it reduced only by 1 but thank you very much anyway becuase the reading speed jumped from 20 mb to 88.5mb and just out of curiosity what does the reading speed speed up? faster launching of programs?or something else.
Thanks
Click to expand...
Click to collapse
Everything that is on SD reads and loads faster - you can notice the difference when looking the pictures in the gallery.
brainmaster said:
Everything that is on SD reads and loads faster - you can notice the difference when looking the pictures in the gallery.
Click to expand...
Click to collapse
ok thank you and i've thanked you 5 times if i could thank you more i would
GALLERY IS BLAZIN FAST!!!!!!!!!
So I've tested all fixes to find out which is the best for me and here r the results
I running on JW3s MIUI 1.3.18
SD Card - Kingston 8GB Class 4
fix1024KB - 8.5 / 65.2 MBs
fix2048KB - 8.7 / 106.9 MBs
fix3072KB - 7.2 / 40.0 MBs
fix4096KB - 8.4 / 90.3 MBs
Click to expand...
Click to collapse
So if some1 have the same card the best fix for u is 2048Kb .
Thanks again brainmaster, great job
Related
SenseTATTOO 1.0
BASED OFF OF VILORDS LATEST TATTOO WITH MANUP456'S THEME
If you liked SenseHERO you're going to love this!
DISCLAIMER:
as always im not responsible for anything that happens to your phone while using these files
I AM NO LONGER WORKING ON THIS BUILD!!! I HAVE RECIEVED TOO MANY COMPLAINTS OF IT BEING SLOW AND SUCH THAT I SEE IT NOT WORTH UPDATING UNTIL A NEW TATTOO RELEASE IS AVAILABLE. I STILL SEE IT USEABLE!!!
Thanks to: DZO(the "alpha"), Vilord(your build, and the libs), mssmison(fonts, and help you have given is invaluable), zenulator(helping me to learn to port), srwaltor(GPS), Manup456(using your theme).....the list goes on.
all works
except bluetooth! post any bugs you may have
Changelog
1.0
vilords latest optimized tattoo build
heavely modified framework-res.apk
added lockscreen to com.htc.resources.apk
heavily modified Rosie.apk
modified tattoo.user.conf
changed G^v to 3g^v (data)
other things i can't think of at the moment
SCREENIES
{
"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"
}
Thanks to those of you who donated
NAND BOOT IS RECOMMENDED BY 4 OUT OF 5 DENTISTS AND THE AMERICAN HEART ASSOC.
FOR NAND (PREFERRED USE!!!)
(sorry guys just trying to make it dummy proof)
1. download NANDKIT
2. backup! then, clear whatever "android" stuff you have from sdcard(i dont want it to get caught up in the install)especially your android folder
3. extract
4. copy the android folder from the zip file to the root of your scard
5. use this tattoo.user.conf instead of the one in the kit (replace this with the other one in the conf folder)
6. downoad these blankfiles and put them in the android folder
7. flash DZO's latest 240x320 nbh from HERE
then let it reboot and it should load android onto the nand!
disregard{
7. when it reboots hit voldn to enter installer then hit end to put "data on NAND" and end to put "sys on NAND"
8. hit voldn to upgrade
......
8. hit end to continue unless you want to backup data.img
9. hit voldn to use data.img}
FOR SDCARD (MAY RUN A BIT SLOWER)
1. download the SDCARDKIT
2. backup clear whatever android stuff you have from sdcard(i dont wand it to get caught up in the install)especially your android folder(if you have one)
3. extract
4. (Because im a tard lol) open default.txt and edit cmd line to say
Code:
set cmdline "ppp.nostart=0 mddi.width=240 mddi.height=320 lcd.density=120 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 no_console_suspend"
5. copy android folder to the ROOT of your sdcard
6. use this tattoo.user.conf instead of the one in the kit (replace this with the other one in the conf folder)
7. run haret, then hit run to launch android
Media folder
if you dont already have one extract this to the ROOT of your scard
Media
Most of ALL, ENJOY!
HOLY CRAP!!!
I LOVED SENSE HERO
I hope im definitely going to enjoy this aswell!!!.
Just to be sure, there is no need to partition your SD card other than the whole thing goes to FAT32, right?
Also, your installer didn't work quite the way you said it would. The only option to put something to NAND I got was the data partition. The system clearly didn't make it to NAND because when I rebooted it went back into the donut build I had. Couldn't we just as easily put the empty files on the SD (datafstonand and systemfstonand) and get the same result?
Does this have your 64mb compcache presetup?
Good job man! told you that you could do it
Small update. Got everything to NAND by using the blank file method. Also, I had to DELETE EVERYTHING from the SD card besides the conf folder as the phone was loading the system directly from there. Things are much faster now However, I'm still getting the "loading" animation whenever I come back out of an app (marketplace for instance). The build is wicked fast compared to the SD card though.
benutne said:
Small update. Got everything to NAND by using the blank file method. Also, I had to DELETE EVERYTHING from the SD card besides the conf folder as the phone was loading the system directly from there. Things are much faster now However, I'm still getting the "loading" animation whenever I come back out of an app (marketplace for instance). The build is wicked fast compared to the SD card though.
Click to expand...
Click to collapse
hmm i cant see why you are getting the "loading", you should download taskiller and set it to autokill on screen off that should boost speed more than it is.
jamezelle said:
hmm i cant see why you are getting the "loading", you should download taskiller and set it to autokill on screen off that should boost speed more than it is.
Click to expand...
Click to collapse
What process should I kill?
Edit: NM. I found it after I installed taskiller
benutne said:
What process should I kill?
Click to expand...
Click to collapse
anything you arent using
open taskiller from the app drawer then hit menu>settings then check autokill when screen is off
One question, one comment:
To get the themed home screen, do you select home instead of sense?
In the sdcard pack, the default.txt has the wrong values.
mrkite38 said:
One question, one comment:
To get the themed home screen, do you select home instead of sense?
In the sdcard pack, the default.txt has the wrong values.
Click to expand...
Click to collapse
1. no hit htc sense or rosie(whatever it is called)
2. what values are wrong?
jamezelle said:
1. no hit htc sense or rosie(whatever it is called)
2. what values are wrong?
Click to expand...
Click to collapse
Sorry, I was totally nonspecifc, oops - the resolution. the pack has the hero res in it. so width, height, density.
Code:
set cmdline "ppp.nostart=0 mddi.width=320 mddi.height=480 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 no_console_suspend"
mrkite38 said:
Sorry, I was totally nonspecifc, oops - the resolution. the pack has the hero res in it. so width, height, density.
Code:
set cmdline "ppp.nostart=0 mddi.width=320 mddi.height=480 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 no_console_suspend"
Click to expand...
Click to collapse
oh **** your right, i had hero on my mind
thanks for catching that!
np m8
ten chars...
mrkite38 said:
np m8
ten chars...
Click to expand...
Click to collapse
Ok, what is with this ten chars thing? I've seen it all over this forum.
benutne said:
Ok, what is with this ten chars thing? I've seen it all over this forum.
Click to expand...
Click to collapse
when you just reply with a single word say
personA: "is one plus one two"
personB: "yea"
ERROR: "you have to have a minimum of 10 characters to reply" s
o personB would do:
personB: "yea [10 character]" would hit the limit
jamezelle said:
when you just reply with a single word say
personA: "is one plus one two"
personB: "yea"
ERROR: "you have to have a minimum of 10 characters to reply" s
o personB would do:
personB: "yea [10 character]" would hit the limit
Click to expand...
Click to collapse
Hahahha! Wow. And here I thought it was some stupid ass inside joke. OK. Thanks man, no I don't feel quite so lame.
benutne said:
Hahahha! Wow. And here I thought it was some stupid ass inside joke. OK. Thanks man, no I don't feel quite so lame.
Click to expand...
Click to collapse
ok i know why you are getting reloads, i had a couple values backwards in the tattoo.user.conf ill update it soon
jamezelle said:
ok i know why you are getting reloads, i had a couple values backwards in the tattoo.user.conf ill update it soon
Click to expand...
Click to collapse
You can also post what you need to change here and I'll just update it using Astro.
Welcome My Friends
Here you will get Tweaks for More RAM, More Speed, More Stability, Battery Low Drain. Tweaks are for CM7 HTC HD2 2.3.4/5 ROMS ONLY!
This tread reached over 60000 view's! I am very honored by your interest!
I am constantly looking how to make my phone better.
So here is the list of things that i have found / Created and using. What my package will give you!?
***With my tweaks the real deference is with DYNAMIC FREE RAM
***I/O speed (file transfer) + cache clear for more faster load of new apps. market downloads will go to sdcard, and cache of download will be cleared every boot.
***Tweaks to prevent Home app kill.! (HIGH END PACK) Overload of task killer to stop it and use custom task killer to stop unneeded apps.
***Tweaked CPU downvoltage script to get more battery life.
***My skin + Tablet Tweaks
***Activation of SWAP for HIGH END
***Latest GPS libs from Tytung, (big thanks to him and to all developers)
WARNINGS AND POLICY
I don't know if it's will work the same on other ROMS early version then 2.3.4 CM7 So use it on your own risk.
Tweaks Are created for NAND ROMS ONLY.
Tweaks are only for HTC HD2.
I am not responsible if your phone will not load after installing my tweaks.
Please do any kind of backup to your phone before testing my install file.
Use those Tweaks only after your phone loaded fine!
Not on a first BOOT after ROM Install or Upgrade.
Let your ROM settle down for 5 minutes then install the tweaks.
To all people that use the TABLET TWEAKS, DO NOT USE THE Disable Full Screen option!!!
Why, Story short, it's write lots of logs and eat CPU and Battery!
But you should know that i am using my tweaks on my phone for installation and daily use before i update this tread.
Also in MY ROM that installed on lot's of phones
Things that you need to know about my package, it's also contain STATIC Additions that migrate to every new UPDATE!
***You get the: GPS_Libraries_v1.9_for_HD2_CM7 - NMEA + Permission fix + AGPS Settings.
***You get the: host file with over 22500 commercial sites blocked, so you will almost not see Any ADS because they are blocked!
***You get: My personal skin created from many skins combination!
And compiled by UOT Kitchen
files that contain my skin are framework-res.apk , Settings.apk , SystemUI.apk
SKIN PICKS MOVED TO PAGE 106:
http://forum.xda-developers.com/showpost.php?p=14882827&postcount=106
***You get the: Gps.conf that configured for Asia users that support AGPS
I get GPS FIX on cold start after 20 seconds and on hot start less then 5
If you not in Asia region open the file GPS.CONF and change to your country (Change Asia to YOURS)
You get my build.prop with tweaks.
You get: Prioritize APP that will run script with settings to increase priority on system services and custom apps!
Quick Change Log:
I Have created new TREAD for my ROM at NAND DEV section!
http://forum.xda-developers.com/showthread.php?p=15609459#post15609459
My Rom change log is on my new under construction tread!
If you want my work use my ROM
See you all on my ROM tread!
HERE I WILL POST ALL MY GUIDES TO ALL MY TWEAKS
MY SWAP ACTIVATION GUIDE!
HERE IS THE EXT PARTITION SWAP! (HARD WAY FOR ADVANCED)
http://forum.xda-developers.com/showpost.php?p=14927810&postcount=141
HERE IS THE SDCARD FAT32 SWAP (super easy done in 40 seconds)
http://forum.xda-developers.com/showpost.php?p=15321223&postcount=431
HOW TO MAKE YOUR PHONE BETTER WITH OR WITHOUT MY TWEAKS.
http://forum.xda-developers.com/showpost.php?p=14928298&postcount=142
MY SKIN PICKS
http://forum.xda-developers.com/showpost.php?p=14882827&postcount=106
My Guide to test your READ/WRITE Speeds!
http://forum.xda-developers.com/showpost.php?p=14963608&postcount=172
====================================================================================
So here are my tweaks files ready for install via recovery as install zip from sdcard.
Install and Reboot
Any feedback will be welcome.
I will update this tread on new updates or if i find more stuff to help to make our phone better!
If you like my work kick the THANKS button
You Can DONATE! Need To DRINK BEER SOME TIMES
{
"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"
}
HERE IS THE DOWNLOAD SECTION!
!!!Each time you update your ROM you need to REINSTALL MY TWEAKS AGAIN!!!
Update Package BUG FIX and New TWEAKS
UPDATE FOR HYPERDROID
http://forum.xda-developers.com/showpost.php?p=15275833&postcount=391
Only Light Tweaks File
Tablet Tweaks + My SKIN
Full Package Include SKIN+ Light TWEAKS For HyperDroid ROMS ONLY!
View attachment ROM-Light-Tweaks-by-Dorimanx-ver-2.4.0-FULL-All-Included-Made-Only-For-HyperDroid-ROM.zip
Only-Light-Tweaks-for HyperDroid
View attachment ROM-LIGHT-Tweaks--2.4.0-HyperDROID-ONLY.zip
Full Uninstall Package!
HERE IS WILL POST NAMES OF USERS WHO DONATED AND SUPPORTED ME!
ACTIVELY SUPPORTING PEOPLE:
Looki75
Magnumutz
clio94
milkoo
feanor91
Rudyfastcat
chrisrj28
orhtun01
tageeboy
gerardroid
juffo
DONATION SECTION!
gerardroid
Jeka21rus
netson99 (huge donation! WEB SITE FOR MY ROM!)
LOOKI75 (huge donation! WEB SITE FOR MY ROM!)
If you like my work buy me a beer.
https://www.paypal.com/cgi-bin/webs...bn=PP-DonationsBF:btn_donate_LG.gif:NonHosted
Second Page!
========
HERE THE DOWNLOAD SECTION FOR HIGH END TWEAKS!
High End Tweaks ONLY
High End FULL Tweaks PACKAGE!
High End Full Tweaks Package for HyperDroid ONLY
View attachment ROM-HIGH-END-Tweaks-by-Dorimanx-ver-2.4.0-FULL-All-Included-Made-Only-For-HyperDroid-ROM.zip
High End Tweaks Only for HyperDroid
View attachment ROM-HIGH-END-Tweaks--2.4.0-HYPERDROID-ONLY.zip
UPDATE PACKAGE TO FIX BUGS OR ADD TWEAKS!
UPDATES FOR HYPERDROID
http://forum.xda-developers.com/showpost.php?p=15275833&postcount=391
HERE IS ONE VERSION BACK!
http://forum.xda-developers.com/showpost.php?p=15362848&postcount=477
INFO
For uninstall you can use the uninstall pack from page 1
DONT FORGET TO PUSH THANKS!
===========================================================
This is the MAGLDR NAND Partition with Recovery Console that allow to create SWAP (otherwise you don't need it!)
If you install, it's will format your NAND Drive and kill the ROM + DATA
So use it only if you made full backup on your SDCARD!
How to upgrade:
1)Unzip the file on your computer somewhere.
2)Reboot your phone and press the power till you see MAGLDR options,
With volume keys go to flush from Usb
Connect your phone with USB to computer and run the DAF.exe from folder you extracted.
3)push the next next next and look at the phone it's will format the NAND drive and set new Recovery console,
4)reboot and install your ROM
5)Instructions about Activation of SWAP are on the first page.
View attachment 625402
Also i have found a new Recovery console 4, with program developed for changing the partition size and uploading only the recovery!
Very good stuff!!!
Go check it out on developer page!
http://forum.xda-developers.com/showthread.php?t=1090783
================================================================================================
Here is the Real Working Auto Brightness module that you can configure via Settings ( lights.qsd8k.so )
But You will lose the Blinking Notification Light! it's just will be ON (Red Light) if you have notification, or OFF if you don't.
My settings that work just great for me
After installation go to settings > Display settings > Brightness
And set the Automatic Brightness ON
Then go to settings > CyanogenMod settings > Display > Automatic backlight.
*At Light sensor filter check-box ENABLED
*At windows length use 10sec
*Reset threshold use 400LUX
*Sample interval use 2sec
At Light Levels check-box Use Custom
*Screen dim level use 10
*Edit other levels...
Firs of all : Set number of levels to 7 and push the save & apply, you should see now 7 levels
It's should look like that:
Code:
Upper = (this is changing automatically when you set all the rest)
Lower Upper Screen Buttons
0 14 25 255
15 149 40 255
150 224 50 255
225 499 70 0
500 999 80 0
1000 2999 100 0
3000 INFINITY 250 0 (this is the max level)
Save & Apply go back <--
*Check-Box the Allow light decrease
*At decrease hysteresis use 50%
Have fun with the setting if you like.
View attachment Real-Working-Screen-Auto-Brightness.zip
================================================================================================
Will give it a try.
What exactly does SWAP do?
What exactly does SWAP do?
Click to expand...
Click to collapse
Its add more virtual memory to your phone to use.
it's a linux file partition on your sdcard.
Phone will dump not correctly used allocated memory to swap,
and when app is called again it's will load faster from swap then load from fresh.
If you are not heavy user you are not need it.
Heavy i mean more then 35 apps in ram all the time.
And you want to play games with all that stuff in ram
i only get 1204 on quadrant wtf?
Does this work with hyperdroid cm7?
1369 on my quadrant, but at least no reboots every few minutes
The font and icons are so small. how do I bring it back to default. Some apps don't open in full screen. Love it though.
font size
milkoo said:
The font and icons are so small. how do I bring it back to default. Some apps don't open in full screen. Love it though.
Click to expand...
Click to collapse
edit density in build prop to 240 for factory size. use a file explorer
dorimanx said:
Its add more virtual memory to your phone to use.
it's a linux file partition on your sdcard.
Phone will dump not correctly used allocated memory to swap,
and when app is called again it's will load faster from swap then load from fresh.
If you are not heavy user you are not need it.
Heavy i mean more then 35 apps in ram all the time.
And you want to play games with all that stuff in ram
Click to expand...
Click to collapse
Nice... so it's like another RAM memory?
Well, i've got a 8GB SD card, i can spare a few hundred MBs for it
Yes, i'm kind of a heavy user myself, and have quit the bad habit of using a task killer.
One thing I noticed is that the development option to long-press the back button to kill the foregraound app does not work anymore with this tweak.
vijaysapkota said:
Does this work with hyperdroid cm7?
Click to expand...
Click to collapse
It's should.
But it's up to you to try and give feedback then more people will use it!
Wickster said:
One thing I noticed is that the development option to long-press the back button to kill the foregraound app does not work anymore with this tweak.
Click to expand...
Click to collapse
I noticed it too.
it's caused by this options at build.prop
ro.HOME_APP_ADJ=-17
ro.HOME_APP_MEM=1
ro.PERCEPTIBLE_APP_ADJ=-17
ro.PERCEPTIBLE_APP_MEM=1
The -17 tell to system that this process cant be killed!
So you cant kill your home app and you cant kill any service
not by the back button anyway.
You still can kill any app via any task killer.
I am using this to stop the lowmemorykiller to kill my home app and my services!
My RAM is always low
If you don't have that problem of home app refreshing all the time then you can remove those settings.
Magnumutz said:
Nice... so it's like another RAM memory?
Well, i've got a 8GB SD card, i can spare a few hundred MBs for it
Yes, i'm kind of a heavy user myself, and have quit the bad habit of using a task killer.
Click to expand...
Click to collapse
well it's not as real RAM but it's helps to run more apps!
I will publish the script and procedure to create and activate SWAP
thank you.your tweaks work fine with typhoon 3.3.6.only a favour if you want...
can you make a version that includes tablet tweaks; http://forum.xda-developers.com/showthread.php?p=14660671#post14660671
edit
ok i did it.i i open framework.apk from both tweaks and copy-replace files from res folder from your framework.apk to tablet`s framework res folder and flashed it.
Bootloops @hyperdroid CM7
radio 2.10
EUModel
holychris885 said:
Bootloops @hyperdroid CM7
radio 2.10
EUModel
Click to expand...
Click to collapse
it's probably because of the SKIN files that are from different ROM
If you install your ROM and remove from my ZIP, folder name app
and flush the rest I think it's will load!
The kernel is the same.
clio94 said:
thank you.your tweaks work fine with typhoon 3.3.6.only a favour if you want...
can you make a version that includes tablet tweaks; http://forum.xda-developers.com/showthread.php?p=14660671#post14660671
edit
ok i did it.i i open framework.apk from both tweaks and copy-replace files from res folder from your framework.apk to tablet`s framework res folder and flashed it.
Click to expand...
Click to collapse
Hi I have made tablet framework with my skin, see page 2
Use my ZIP this is not the correct way,
You need to copy not all RES only 3 folders inside RES
res\drawable-hdpi
res\drawable-land-hdpi
res\drawable-nodpi
What is giving you more ram in this/these scripts provided? I am just wondering if I can just stick to my current uv script and utilize autokiller memory optimizer to its full potential, and I use a small swap partition on my sd card but I do not believe I'm utilizing it at all, it was made when I created my ext partition via cwm.
To sum my question up, the ram script, to my best current knowledge, seems to adjust low memory values like autokiller does. Is there any advantage to the scripts over autokiller combined with a uv script? And what specifically gives you more ram if I haven't covered it, because I leave everything running all the time as well without lag already on hyperdroid cm7 2.1
Sent from cyanogen mod 7
You may have seen the other MIUI thread on here, but unfortunately a lot stayed in chinese even if you changed the language to English.
Feed3 translated most of the apk's, and I included english versions of Root Explorer and the default gingerbread keyboard as well.
This ROM does NOT format the /data/ partition like the original ROM does. This way you can flash this ROM over your older MIUI installation.
IF YOU'RE COMING FROM ANOTHER ROM (LEGENDFUSE, CM7, ...) YOU HAVE TO WIPE YOUR PHONE FIRST!
Thus, if you want to fix the wifi errors from the original ROM, just flash this over your previous rom, your data will be preserved.
I'm using this rom right now so it's working fine!
Changes:
Added: Google apps are now installed automatically
Fixed/Changed: /Data/ partition is preserved, you can just flash this ROM over your old MIUI rom.
If you want to flash this rom over a non-miui ROM, do a full wipe first. Don't forget to do a nandroid backup first!
Fixed: English Root explorer instead of Chinese one
Fixed: English MIUI Music app instead of Chinese one
Fixed: Wifi rebooting issues
NOTE1:
The first time you'll start this ROM, it will be in chinese. Just follow these instructions to set it to english:
PJ.C said:
miuiLauncher , MENU button ->设置(Setting)->系统(System tab)->语言和输入(Language and Input)->选择语言(Choose Language)-> Choose English.
Click to expand...
Click to collapse
NOTE2:
I did not make this ROM, I only made some changes to the updater script and some files. All credit goes to the maker of this ROM (Cofface) and to the people that translated the .APK's (feed3)
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
Download (including gapps): http://dl.dropbox.com/u/1424119/cofface_legend_miui2.3.7_RC0_app2sd_gapps.zip Seems to install some apk's more than once. Install at own risk
MD5: 56b0f7da005d54098aed84d59a10c46b
Download (without gapps): http://dl.dropbox.com/u/1424119/cofface_legend_miui2.3.7_RC0_app2sd.zip
Google Apps: http://goo.im/gapps/gapps-gb-20110828-signed.zip
MD5: 37cf90ef6ac595109f26faacb2fdc1aa
Link to original ROM (Chinese!): http://bbs.anzhi.com/forum.php?mod=...=page=1&filter=typeid&typeid=5785&typeid=5785
wow great job, i will give it try, thank u
anyone did any benchmarking on these roms?
farukb said:
anyone did any benchmarking on these roms?
Click to expand...
Click to collapse
I'll do so now. Quadrant?
The ROM feels very snappy though, everything is very fast.
EDIT: The quadrant score is pretty bad, I didn't expect that. The rom really works fluently :/
What really counts is the actual speed, quadrant is just a crappy benchmark.
try antutu,i just did a benchmark on my current rom, just so we can compare it with this one
CM7.2 RC3 @600MHz did:
total score: 1338
cpu: 330
gpu: 658
ram: 86
i/o: 264
DETAILED:
ram: 86
CPU integer: 187
CPU float-point: 143
2D graphics: 264
3D graphics: 394
Database IO: 145
SD card write: (2.6 MB/s) 26
SD card read: (9.3 MB/s) 93
and after a reboot:
total: 1357
ram: 91
CPU integer: 188
CPU float-point: 141
2D graphics: 298
3D graphics: 390
Database IO: 130
SD card write: (4.7 MB/s) 47
SD card read: (7.2 MB/s) 72
AnTuTu default speed (Ondemand, 600 MHz max): 1303
Corman- said:
AnTuTu default speed (Ondemand, 600 MHz max): 1303
Click to expand...
Click to collapse
very nice indeed!
can you, please, go to scores tab and provide us with detailed scores ? so that we can compare what actually works better and what doesn't. thanks
After a reboot to start afresh, I now get 1375. I'm using a class 4 SD-card.
RAM: 91
CPU integer: 187
CPU float-point: 142
2D graphics: 295
3D graphics: 374
Database IO: 145
SD card write: 38
SD card read: 103
245-600MHz ondemand
maybe if it would be completely gpu rendered like ics it would be a great aquisition
guys what about gapps? it not works on my legend,i have only loading bar on market
i just tried to flash the rom and keep the data from cm7.2 (i formated system and cache)...and it works...the system boots, sees the apps etc....but i can't even open contacts (although some apps seem to work), i get million FCs, almost for everything i try to do....so, i'll try a clean installation and see if this was because the old data, or the rom.
EDIT: no FCs after fresh flash
Is ist right, the Dalvik cache is mounted at /cache instead of /sd-ext?
@ OP "car home" icon appears twice (maybe just the icon, maybe the whole app)
when I flash the rom i have only 15 mb of internal memory free. how can i fix this?
anbublackops said:
when I flash the rom i have only 15 mb of internal memory free. how can i fix this?
Click to expand...
Click to collapse
same.. seems like sdext is not detected or something :S
also having the car home twice after install
farukb said:
@ OP "car home" icon appears twice (maybe just the icon, maybe the whole app)
Click to expand...
Click to collapse
Hmm, looks like including the gapps in the ROM f*cked up some things indeed.
For now, just install the regular version and flash Gapps separately :/
farukb said:
i just tried to flash the rom and keep the data from cm7.2 (i formated system and cache)...and it works...the system boots, sees the apps etc....but i can't even open contacts (although some apps seem to work), i get million FCs, almost for everything i try to do....so, i'll try a clean installation and see if this was because the old data, or the rom.
EDIT: no FCs after fresh flash
Click to expand...
Click to collapse
You need to do a full wipe if you're not coming from a MIUI rom before. Just do a wipe data/factory reset and it should work.
BTW, I managed to get a score of 1755 in AnTuTu.
For some reason it deleted the details though. I did overclock to 825 Mhz to get this result.
Mavamaarten said:
Hmm, looks like including the gapps in the ROM f*cked up some things indeed.
For now, just install the regular version and flash Gapps separately :/
Click to expand...
Click to collapse
seems so, i can't even install gmail...says insufficient space, although i have more than 100mb free, and can install other apps (both from market and sd)
Mavamaarten said:
You need to do a full wipe if you're not coming from a MIUI rom before. Just do a wipe data/factory reset and it should work.
Click to expand...
Click to collapse
you said you didn't try to flash it over existing cm7 data,so i tried it for you, and the feedback was mentioned above...
farukb said:
seems so, i can't even install gmail...says insufficient space, although i have more than 100mb free, and can install other apps (both from market and sd)
you said you didn't try to flash it over existing cm7 data,so i tried it for you, and the feedback was mentioned above...
Click to expand...
Click to collapse
Yeah, I figured it could work because this ROM is based off CM7...
Anyways, I'm having this problem too and I'm working hard to fix this. The only thing you can do at the moment is back up your stuff using MyBackup and do a clean install (with wipe!) with Gapps in a separate .zip...
seperately installing gapps fixed the problem with insufficient space
although i noticed that widgets are oversized for me :S
Does anyone else have this problem: When i start Viber it crashes and sends a report everytime.
This is a ROM based on the Leak V30a.
NEW VERSION V-0.8
IMPORTANT: So there are no incompatibilities issues it is recommended that before you Flash this ROM is Flash the ROM V30a Stock to Smartflash[/URL]
Features:
- Percentage of battery
- Red padlock in the locked WiFi networks
- Shutdown animation (bubbles merging)
- Ignition animation (crystals of colors ICS)
- Wallpaper by default (colors ICS)
- New off tone
- Silenced on tone
- CWM 6 custom
- Keyboard QWERTY in 3D (and incidentally I have corrected some errors he committed LG)
- Deodexer
- init.d
- Correction of build.prop so GetRIL and LG RIL running (Optitool - v-3.0)
- Orthographical correction in installation menu (Optitool - v-3.0)
- New menu Optitool with Spanish and English(V-0.4 - Optitool)
- New menu help (V-0.4 - Optitool)
- Passibility of Flash Recovery original or version Opti (V-0.4 - Optitool)
- Percentage of battery with larger numbering (V-0.6 - Optitool 2.3)
- 3D in calls, contacts, alarm, etc (V-0.6 - Optitool 2.3)
- Enabled mass storage option (V-0.8 - Optitool 2.4)
Click to expand...
Click to collapse
Installed applications
- Aptoide
- ES Explorer
- ROM Manager
- Emulador de terminal
- Rmaps
- Opti Calc
Click to expand...
Click to collapse
Removed applications
- Play Store of books
- Video of PlayStore
- Calculator LG
- Favoryte Contact Widget
- LogService (V-0.6)
- Smart Share (V-0.6)
- LG Cb Receiver (V-0.6)
- BooksTablet (V-0.6)
Click to expand...
Click to collapse
EXTRA CONTENT
Code:
*Android
*apk
--AndroidBackup.apk
--AnTuTu.CpuMasterFree.apk
--Avast.apk
--BooksTablet.apk
--Bubbles.apk
--Calculator.apk
--CarHome.apk
--CarHomeLauncher.apk
--com.led.notify*1.apk
--com.sand.airdroid*1.apk
--com.whatsapp*1.apk
--com_lge_christmassnowcity.apk
--FavoriteContactsWidget.apk
--FireworkWallpaper.apk
--GalaxyWallpaper.apk
--GenieWidget.apk
--GWeathe.apk
--la.droid.qr*2.apk
--lgercui.apk
--LiveWallpapers.apk
--LiveWallpapersPicker.apk
--MagicSmokeWallpapers.apk
--MagneticWallpaper.apk
--Mirror.apk
--MS_lge_for2_2_Ver7_1_07785_signed.apk
--NewsWidget.apk
--OmaDmclient.apk
--RainyDay2Wallpaper.apk
--SmartShare.apk
--SNS.apk
--SpaceWallpaper.apk
--TodayBriefingWidget.apk
--TreeInSnowWallpaper.apk
--Videos.apk
--VisualizationWallpapers.apk
--wdwallpaper.apk
*DCIM
*Encore_with_Ennio_Morricone
*_ExternalSD
*LGPCSuiteIV
*LOST.DIR
*OSP
*svox
*video
--Tegra_genesis_hd_demo_1080p.mp4
--Tegra_hd_timelapse_1080p.mp4
Click to expand...
Click to collapse
{
"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"
}
INSTALLATION
The installation is by means of the NVflash utility and a menu that I made expressly for the ROM NVflash.
The program is called Optitool, since it serves not only for flashing the ROM, but you can also backup the entire system or for partitions, (save only the DATA partition, or SYSTEM partition, even save the RECOVERY).
The program runs both on Windows as in Linux, simply execute the file menuen.bat or menuen.sh.
The Extras are installed from the installation menu itself, so once downloaded Extras have to decompress them inside the folder LGP990_V30A_Opti-ICS-0.8_Root_Face-Lock_init.d_CWM6 of the ROM.
An important detail, before saving the DATA partition must pass all the SD applications to the phone.
A sample of the menu Optitool 2, Linux version
Click to expand...
Click to collapse
Click to expand...
Click to collapse
ACKNOWLEDGEMENTS
louiscypherbr by the Facelock
Stefan Gündhör to adapt CWR to ICS and for his great work on the ROM V28x
rmein for contributing the new ROM ICS memory addresses
wkpark by its unlocked bootloader and your CWM adapted to the SU660 ICS
Click to expand...
Click to collapse
DOWNLOAD
ROM y EXTRAS, downloaded from here [ROM] Opti-ICS v-0.8 LGP990_V30A_Opti-ICS-0.8_Root_Face-Lock_init.d_CWM6
Click to expand...
Click to collapse
http://www.todomovillg.es/elforodehomero/index.php?topic=631.0
Hi! Thanks for the awesome release and BIG question right in the beginning:
I know backing up internal SD is possible, but trying to restore it always failed in the middle of the process in my tests, because of some problem with image size not correctly determined.
Can you veryfy that restoring data of internal SD does work?
Have you tried with a quite full internal SD? Some hundred MB will work but then it fails. Please report, thanks :good:
pls can you provide some screenshots?
Awesome release thanks so much
Sent from my LG-P990 using xda app-developers app
wow new ics very hott
downloading
Back with the bang...looking forward for your creation
KillerbeeNL said:
downloading
Click to expand...
Click to collapse
post some screenshots after installation please !
Any chance to make a CWM zip package of the ROM ?
Stefan Gündhör said:
Hi! Thanks for the awesome release and BIG question right in the beginning:
I know backing up internal SD is possible, but trying to restore it always failed in the middle of the process in my tests, because of some problem with image size not correctly determined.
Can you veryfy that restoring data of internal SD does work?
Have you tried with a quite full internal SD? Some hundred MB will work but then it fails. Please report, thanks :good:
Click to expand...
Click to collapse
Your assessment is correct, :good: it gives error when restoring.
I set me the backup to do alternating an upward countdown, and that the maximum number of bytes that recognize the program is 688193536.
To restore only recognizes 656 MB of the 4.6 GB of backup
Homero2 said:
Your assessment is correct, :good: it gives error when restoring.
I set me the backup to do alternating an upward countdown, and that the maximum number of bytes that recognize the program is 688193536.
To restore only recognizes 656 MB of the 4.6 GB of backup
Click to expand...
Click to collapse
Exactly the same problem I had! This is why I didn't provide this function for my builds. Too bad it doesn't work.
Is this on old bootloader?
Sent from my LG-P990 using xda premium
Andy HOT said:
Is this on old bootloader?
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
No man!, has new, unlocked bootloader
Homero2 said:
Your assessment is correct, :good: it gives error when restoring.
I set me the backup to do alternating an upward countdown, and that the maximum number of bytes that recognize the program is 688193536.
To restore only recognizes 656 MB of the 4.6 GB of backup
Click to expand...
Click to collapse
Stefan Gündhör said:
Exactly the same problem I had! This is why I didn't provide this function for my builds. Too bad it doesn't work.
Click to expand...
Click to collapse
Hummmmm ... when I get home I will recover the full backup I did with OptiTool and then post the result! ...
Homero2 said:
No man!, has new, unlocked bootloader
Click to expand...
Click to collapse
And what are the diferences between this and the nvflash 28g of Stefan?
Sent from my LG-P990 using xda premium
Andy HOT said:
And what are the diferences between this and the nvflash 28g of Stefan?
Click to expand...
Click to collapse
This is a custom ROM, as you can see in the pictures that attached in the first message, you also have a list of things that I've taken and things I've added.
This ROM has the philosophy of all my creations, all the applications that I have removed will find inside the "apk" folder in the SD_internal, those are the prefilled
Then you have those installed as Rmap, Opticalc, etc.
Andy HOT said:
And what are the diferences between this and the nvflash 28g of Stefan?
Sent from my LG-P990 using xda Ewøpremium
Click to expand...
Click to collapse
Mate mate
Quite clear difference, just look at the screens and text, one example are the keyboard
Thanks a lot for this rom btw, first thing to download after my crappy job
One question as the curiosity guy I am.....What's the benefits of smartflashing 28g before nvflash besides that smartflashing also flashes the baseband?
Does anybody tested In call audio>?
Before i download i just want to know it it takes 1 hour to download
winstonxl2 said:
Does anybody tested In call audio>?
Before i download i just want to know it it takes 1 hour to download
Click to expand...
Click to collapse
As? does 60 minutes?, if it took me 30 minutes to upload it!
If so I'll have to change the server's upload, I'm using Dev-Host
EDIT:
I APOLOGIZE FOR THE SLOW GOING SERVED DEV-HOST DOWNLOADS
This server does not work like that other users of XDA, my downloads do not exceed 146 Kb/s, a real disaster, will have to return to my old server.
EDIT 2:
In the end reached 230 Kb/s about 25/30 minutes to finish downloading, well
Homero now i have only 24 minutes :angel:
Hey there, this is the expansión of my custom SlimmyBean rom (Original rom), enjoy it.
Visit the new Official web site of ►SlimmyBean Roms!◄
Click to expand...
Click to collapse
Code:
~
~
~ I compiled this rom from Cyanogen sources (CM7) and I did not use
~ anyone else work (without his permission), contributions to this
~ project are mentioned at the end of the post with the corresponding
~ credits.
~
[COLOR="Red"][B]~ I'm not responsable for bricked devices or dead sd cards. Dowloading
~ and flashing this rom is at your own risk.[/B][/COLOR]
~
~ This rom is based in the last nightly build of CM7 and is all JB styled,
~ optimized to the max for play games (not all) and for the better
~ multitasking experience, have ota updater included with minimal
~ updates, this mean that all users with v0.1 installed don't need to
~ wipe all partitions for install new update, ota-updater makes itself.
~
~
Features:
Code:
[B]
~Hightly optimized rom for play games and multitask
~Beats Audio™ By Dr. Dre (ported from HTC One X+)
~Holo Launcher Optimized
~99% LDPI resized
~Opera Mini included for fast web browsing
~QuickPic instead of stock cm7 gallery
~Notes, Stopwatch, and other essential apps included
[/B]
Working/Not working:
Code:
~
~ Working: Same as last cm7 build.
~
Screenshots:
If you want Optimized Holo Launcher settings See this post
{
"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"
}
Little preview of v0.3:
For changelog check post #2
For downloads and install guide check post #3
If you want to help me developing this rom send me PM
Also check Team Asend Roms FB page for more updates of your favorite roms
Credits to:
Code:
-[URL="http://www.cyanogenmod.org/"]Cyanogen Team[/URL] (for sources)
-[URL="http://forum.xda-developers.com/member.php?u=4413037"]krishneelg3[/URL] (for great support and some rom parts)
-[URL="http://forum.xda-developers.com/member.php?u=2155614"]TakisBeskos[/URL] (for support me building this rom and great ideas)
-[URL="http://forum.xda-developers.com/member.php?u=4782293"]mrcham[/URL] (for helping me founding mods for the rom)
-[URL="http://forum.xda-developers.com/member.php?u=3357461"]zeppelinrox[/URL] (Great [URL="http://forum.xda-developers.com/showthread.php?t=1914159"]Services.jar[/URL] mod)
-Me (For having over time available xD)
Changelog
Code:
v0.3**
-Stock cm7 file manager instead of Root Explorer
-Odex script for a better performance and better battery life
-Supercharged services.jar for the best multitasking experience
-New minimal bootanimatión
-Removed some useless stuff
-Fixed annoying transparent bug in status bar (Best JB Theme)
v0.2**
-New google bootanimation
-ClockJB+ removed (Stock cm7 clock instead)
-More...
v0.1*:
-Initial release
-For daily use
* Complete rom
Click to expand...
Click to collapse
** OTA-Update
Click to expand...
Click to collapse
Downloads and Install Guide
- Rom:
- v0.3 ROM (75.85 MB)Dropbox
- v0.3 OTA (4.27 MB)Dropbox
---------------------------------------------------------------------------------------------------------
- Gapps:
- gb-20110828 (6.11 MB) Dropbox
Install Guide: ( More easy impossible )
If you're new installing custom roms first follow THIS GUIDE and install THIS RECOVERY, after this, follow the next:
Click to expand...
Click to collapse
Guide v0.3: (New Users)
1. Download and transfer the v0.3 ROM and the Update.zip to the root of your SD-Card
2. Boot up or Reboot to recovery and choose "Apply sdcard:update.zip" (Recovery will reboot)
3. Choose "Wipe data/factory reset"
4. Go to advanced and choose "Wipe Dalvik Cache" then back
5. Go to mounts and storage and format: /boot and /system
6. In the same menu mount all system partitions (/cache, /data and /system) then back
7. Choose "install zip from sdcard", now "choose zip from sdcard"
8. Search for the rom (SlimmyBean_v0.3-ROM_Buzz_Brokn.Down.zip) and install
9. Repeat the step #7 but this time search for the gapps (gb-20110828.zip) and install
10. Back to main menu and select "reboot system now" and that's it.
Click to expand...
Click to collapse
Guide v0.3 OTA: (Only with v0.2 installed)
1. Download the OTA:
1.1. Open OTA-Updater app and search for new updates, then just download it and the Update.zip. Or:
1.2. Download the OTA here at XDA and transfer the v0.3 OTA and the Update.zip to the root of your SD-Card
2. Boot up or Reboot to recovery and choose "Apply sdcard:update.zip" (Recovery will reboot)
3. Choose "install zip from sdcard", now "choose zip from sdcard"
4. Search for the ota (SlimmyBean_v0.3-OTA_Buzz_Brokn.Down.zip) and install
5. Back to main menu and select "reboot system now" and that's it.
Click to expand...
Click to collapse
First boot take about 5 min so, keep calm and wait.
When it boots wait 1 minute more and reboot your phone, after this you are ready for use it.
Click to expand...
Click to collapse
i cant search download. please link to download
LaweK said:
i cant search download. please link to download
Click to expand...
Click to collapse
Uploading... It'll be ready in 8 min
Up!
New SlimmyBean v0.1 Is up!! Check post #3 and read carefully the install guide, also give me feedback if any is wrong
try another rom, I hope beautiful and functional!
You might not want to upload on drop box because if i generates too much traffic the file will close. You might want to upload on mediafire instead. Also clock jb+ is a paid app and it is warez to add it to your rom. You might want to remove it. If you want ics settings check my dropbox https://www.dropbox.com/sh/kc9kiqojm7vv8qf/ZLIjbp1XBh
here is a screenshot of the settings:
That will help enhance the JB effect. It looks like a good rom.
how to turn off status bar transparency?
Mubz_C said:
You might not want to upload on drop box because if i generates too much traffic the file will close. You might want to upload on mediafire instead. Also clock jb+ is a paid app and it is warez to add it to your rom. You might want to remove it. If you want ics settings check my dropbox https://www.dropbox.com/sh/kc9kiqojm7vv8qf/ZLIjbp1XBh
here is a screenshot of the settings:
That will help enhance the JB effect. It looks like a good rom.
Click to expand...
Click to collapse
I'll remplace by free version, thanks.
LaweK said:
how to turn off status bar transparency?
Click to expand...
Click to collapse
For now, you can't, in next update will be off...
Does not boot, did install it already 4 times..
uZzY94 said:
Does not boot, did install it already 4 times..
Click to expand...
Click to collapse
Hmm...for me booted! I use this rom for the moment! Very fast and smoth!:good:
Did you make full wipe? and what cwm you have?
Gargoyles said:
Hmm...for me booted! I use this rom for the moment! Very fast and smoth!:good:
Did you make full wipe? and what cwm you have?
Click to expand...
Click to collapse
CWM 4.0.1.4
Every rom worked with that version, CM6/7/9/10 Any Sense ROM works too.
Well actually the Bootanimation plays every time and never stops. Removed it after 25 minutes.
Yea I wiped Cache, System, Data, SD-Ext, Dalvik
uZzY94 said:
CWM 4.0.1.4
Every rom worked with that version, CM6/7/9/10 Any Sense ROM works too.
Well actually the Bootanimation plays every time and never stops. Removed it after 25 minutes.
Yea I wiped Cache, System, Data, SD-Ext, Dalvik
Click to expand...
Click to collapse
That`s weird! When you installed the rom, you installed gapps immediately ?
Re: [Rom][OTA] SlimmyBean v0.1 Up! [S-Off/On][CM7][JB Style]
Might be your partition space
Sent from my Nexus 4 using xda app-developers app
Mubz_C said:
Might be your partition space
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
My System is 190 MB, Cache 20 MB.
Zip is 78 MB big, I can install Roms with over 100 MB and the 190 MB isn't full D:
uZzY94 said:
My System is 190 MB, Cache 20 MB.
Zip is 78 MB big, I can install Roms with over 100 MB and the 190 MB isn't full D:
Click to expand...
Click to collapse
Is really strange, i also have script for partitions and works fine
Brokn.Down said:
Is really strange, i also have script for partitions and works fine
Click to expand...
Click to collapse
Nevermind, I will just use my old ROM then..
uZzY94 said:
Nevermind, I will just use my old ROM then..
Click to expand...
Click to collapse
Try to download again, maybe you have a bad download, also try another cmw... or flash this in your cwm http://forum.xda-developers.com/showthread.php?t=1112971
Brokn.Down said:
Try to download again, maybe you have a bad download, also try another cmw... or flash this in your cwm http://forum.xda-developers.com/showthread.php?t=1112971
Click to expand...
Click to collapse
Again the same...
After some time (20-30 seconds) the boot animation freezes for 5 seconds, then 5 seconds black screen, then it continues from the beginning again
^Always this