• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ICS theme UPDATED: 7/9/2012 in blue and purple Power widget ics theme add/edited

if anyone's interested, i made kludged together a version of helvetica for android devices a while back.
here's a preview:
snap20120715_010342.png

snap20120715_010407.png

and the thing itself
droidvetica
 

- You create all the battery images to look exactly the way you want them to.
- Then you can use an archiving program like WINRAR to open your framework-res.apk and add the new images to the /res/drawable-mdpi folder (replacing the current ones) using Compression Level=Store.
- Then you can follow the directions from the first post in this thread.
 
i replaced the images what do i do from there

Did you read my post?
Did you read the first post in the thread?

- Use ADB or some other way to transfer your edited framework-res.apk to the sdcard.
- Use a root file manager to copy the framework-res.apk from the sdcard to /system/ on your phone.
- Set the proper permissions (rw-r--r--) on this framework-res.apk once it's in the /system/ folder.
- Then move this framework-res.apk from /system/ to /system/framework/ (replacing the current framework-res.apk).
- Then reboot your phone.

Just an FYI - people are going to get frustrated with you if it appears that you aren't willing to do even a small amount of footwork to help yourself.
 
Sorry, I'm working with a dev on ClockworkMod...

There are many reasons why your 3G might not be as fast as possible.

You can try what I've added to the bottom of my build.prop. I'm not sure it will help you or not...

Code:
#
# PERSONALLY ADDED TWEAKS
#

# Increase Performance
debug.performance.tuning=1

# Video Acceleration Enabled
video.accelerate.hw=1

# Proximity Sensor Off Quickly After Call
ro.lge.proximity.delay=25
mot.proximity.delay=25

# Signal Tweaks
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1

# 3G Tweaks
ro.ril.hep=0
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.ril.gprsclass=12

# NetSpeed Tweaks
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576

# Use Google DNS
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4

# Disable Sending Usage Data
ro.config.nocheckin=1
 
Back
Top Bottom