If I'm understanding what you're saying correctly, usually you can long press on a pic and it will bring up a list of options and you can select save attached to SD card or something along those lines. Is that what you're asking about?
That is correct. And I'd prefer not to use Handcent, as I've tried it in the past and I just don't care for it. For now, I'm using Save MMS from the Market. It's not an ideal solution, but it's better than losing my photos/videos.
noob question. ive been flashing roms for awhile and sometimes setcpu does seem to mess things up. if i dont want to use setcpu, and i install a kernel, say 250 is the low, and high 1100mhz, how would i make it 1ghz. or what does it default to?
What Is the white/black list caller ignore feature and how do you use it?
Sent from my Droid using Tapatalk
If I'm understanding what you're saying correctly, usually you can long press on a pic and it will bring up a list of options and you can select save attached to SD card or something along those lines. Is that what you're asking about?
That is correct. And I'd prefer not to use Handcent, as I've tried it in the past and I just don't care for it. For now, I'm using Save MMS from the Market. It's not an ideal solution, but it's better than losing my photos/videos.
I mean to use it just for saving MMS. But, I understand. I wouldn't want to have to download an alternate program for something that is usually includes either. Just throwing this out there, there is also chompSMS if you haven't tried that. I don't care for it but to each his own.
noob question. ive been flashing roms for awhile and sometimes setcpu does seem to mess things up. if i dont want to use setcpu, and i install a kernel, say 250 is the low, and high 1100mhz, how would i make it 1ghz. or what does it default to?
I'm just guessing here, but, I'm thinking that maybe you can download SetCPU, set the min and max of your choice and then be able to uninstall it and it keep the highs and lows you selected. I could be completely wrong but to me, it seems like it might work.
EDIT: You could also try Droid Overclock. It's another paid overclocking app but it might work better for you than SetCPU. Plus it has many extra options like ad blocker and what not.
I'm looking for native overclocking abilities. Or perhaps editing the build.prop to set the default higher? I'm just not sure what to look for, or what to change it to once I find it.
I'll take a look. I bet it was Zero...I think I remember him mentioning altering the build.prop for just such a purpose. I'll search his posts. Thanks.
Sturge[Droid];1054022 said:highest benchmarks yet! you guys are awesome!!
I'll take a look. I bet it was Zero...I think I remember him mentioning altering the build.prop for just such a purpose. I'll search his posts. Thanks.
It might've been him. I was thinking it was that guy t4bama or something along those lines but I could be wrong. I don't exactly remember. The only thing about the script I remember is how you set the frequency. Like, you put 80000 or 800, or 1200000 for 1.2. That isn't exactly accurate but it's like that. A serious of numbers. But yeah, no problem
should be in init.rc just wish there was a mini guide.
Yes, it was me. Here you go.
Just edit the 99complete file located in "/system/etc/init.d/" and include the following lines for the value you wish to change at startup.
To change your CPU maximum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
To change you CPU minimum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
To change your scaling governor:
echo "yyyyyy" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Change the x's to be you max:
800000 = 800Mhz
900000 = 900Mhz
1000000 = 1Ghz
1100000 = 1.1Ghz
1200000 = 1.2Ghz
Change the y's to be whatever governor you wish to use (such as interactive). The default is ondemand, so if you don't include that line, that's what the governor will be.
If you need any further help with this, just let me know.