This isn't a theme. Please read the first post for what this is. Rc1 will be a CWM zip.Any chance of some screen shots of this theme? If we had CWM I would just flash and check it out.Thanks.
Sent from my MB860 using XDA Premium App
This isn't a theme. Please read the first post for what this is. Rc1 will be a CWM zip.Any chance of some screen shots of this theme? If we had CWM I would just flash and check it out.Thanks.
Sent from my MB860 using XDA Premium App
Gingerblur shouldn't be wiping the phone. I haven't looked at the current process, but there's no reason it needs to do that. A CWM update will run the same commands that this script does, just in a much cleaner and easier way.I have a question about CWM.
when you build a CWM zip does it have to wipe the phone like the gingerblur rom does? or can it apply kinda like your scripts are doing now and just overlay over the top?
after I installed the gingerblur 1.1.zip it removed all my apps and everything.Gingerblur shouldn't be wiping the phone. I haven't looked at the current process, but there's no reason it needs to do that. A CWM update will run the same commands that this script does, just in a much cleaner and easier way.
It's possible he's having it wipe the phone as it installs a lot of extra stuff. This room is basically stock with a few basic added features for functionality, as well as being deodexed for a big speed boost. The CWM version of this won't wipe anything on the phone.after I installed the gingerblur 1.1.zip it removed all my apps and everything.
I think I figured it out maybe.It's possible he's having it wipe the phone as it installs a lot of extra stuff. This room is basically stock with a few basic added features for functionality, as well as being deodexed for a big speed boost. The CWM version of this won't wipe anything on the phone.
Where in the init.rc file should this one line go? Can it go at the very end of the file, or does it logically have to be inserted somewhere special?feature request.... for the next version....
sd read speed hack/fix
from this page...
http://forum.xda-developers.com/showthread.php?t=1010807
add this line into init.rc file:
# sd card read speed fix
write /sys/block/mmcblk0/bdi/read_ahead_kb 2048
that is for rom cookersWhere in the init.rc file should this one line go? Can it go at the very end of the file, or does it logically have to be inserted somewhere special?
Looked at the package, can't I just drop the 77speedfix into the init.d directory manually?that is for rom cookers
download this zip and install in CWM
http://forum.xda-developers.com/attachment.php?attachmentid=553606&d=1301255456
sh!t that package is broke.... I will figure it out and post back in a few mins
Edit: removed my missinformationLooked at the package, can't I just drop the 77speedfix into the init.d directory manually?
BTW, I don't have CWM yet.
Thanks.
This wouldn't be persistent would it? Wouldn't the reboot then reset the setting?I ran the sd tools program and I have
writing speed
10.4 mb/s
reading speed 188.8mb/s
I have a class10 32 gig sd card
could someone else that has not done this yet want to run the program before and after to post results?
create a file called 77sdcardspeedfix on your sdcard with this inside
#!/system/bin/sh
if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]
then
echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
fi;
launch terminal and execute
SU
sh ./77sdcardspeedfix
then reboot
I won't be throwing any of those build.prop changes into this, I'll leave that kind of customization up to the end users. My rom is designed to be a base for people to go off that's very close to stock, with a few basic modifications.thanks guys.
I am new to android but loved WM rom hacking back in the day.
I think faria spoiled me on the wizard
I am looking for more tweaks from other areas of xda to see if they may apply and increase performance.
I really like some of the build.prop changes in this droidx thread also
http://forum.xda-developers.com/showthread.php?t=771232
I do not know about the lcd density mod but everything else seems pretty cool.