Using overclock module from G2-> recompile to Desire HD? - Desire HD General

*DELETED"

iam afraid its not possible until we have Desire HD kernel source.

it is not possible sorry

Although its not possible yet its simple to recompile the module when we get the source from HTC
Sent from my Desire HD using XDA App

Hmm, you can try loading it at DHD's add via kallsyms.

Kernel source is not necessarily necessary, give me a /proc/kallsyms and I will see what I can do.

i gave u it on the 22nd

I'll get it now for you
Sent from my Desire HD using XDA App

here is my /proc/kallsyms
need anything else pls msg
http://rapidshare.com/files/426902796/kallsyms
Sorry about the R/S link its to big for the forum upload :-D
------ EDIT------
to save ppl looking
c006dff8 t perflock_notifier_call
c0554270 d acpu_freq_tbl

insmod /data/local/vision_oc.ko acpu_freq_tbl_addr=0xc0554270 perflock_notifier_call_addr=0xc006dff8
after issuing this command i get this error
insmod: init_module '/data/local/vision_oc.ko' failed (Exec format error)
sigh ....... was hoping a lil too much lol
:-D

looking forward to seeing how well the DHD will OC

The kernel source is up and I have no experience with building modules .... can someone build it or send me some info on building the kernel module.
Sent from my Desire HD using XDA App

Instructions
Apache14 said:
The kernel source is up and I have no experience with building modules .... can someone build it or send me some info on building the kernel module.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
I believe that someone has posted the instructions in the G2 Forums but im not 100% sure, definitely worth a look tho.

Source...
Now that the source has been made available, I'm looking forward to seeing some serious OC!
http://forum.xda-developers.com/showthread.php?t=818679

Apache14 said:
insmod /data/local/vision_oc.ko acpu_freq_tbl_addr=0xc0554270 perflock_notifier_call_addr=0xc006dff8
after issuing this command i get this error
insmod: init_module '/data/local/vision_oc.ko' failed (Exec format error)
sigh ....... was hoping a lil too much lol
:-D
Click to expand...
Click to collapse
These are the address' I got after pulling them from my phone
acpu_freq_tbl_addr = 0xc0556270
perflock_notifier_call_addr = 0xc006dfbc
Are they meant to be different?

Thanks for the addresses guys. Apache14 also sent me the kernel localversion. Building it now, stay tuned.
EDIT: Seems as though there's more than one version of the Desire HD kernel out there. When insmodding you'll have to insert your own addresses if this is so (or your phone will most likely crash, or even more likely, you'll get an exec format error no matter how you load it).
teihoata: can you pull a /proc/version from that kernel?
http://dl.dropbox.com/u/36553/vision_oc-gbe90714.ko Module for 2.6.32.21-gbe90714
http://dl.dropbox.com/u/36553/vision_oc-g5ed1769.ko Module for 2.6.32.21-g5ed1769
Instructions are the same as here: http://forum.xda-developers.com/showthread.php?t=813681 except it defaults to 1.2GHz (pll2_l_val = 63).

coolbho3000 you are amazing !!!
http://twitpic.com/314t6j
Now to se how far I can go
[EDIT]
cant seem to go past 1.45Ghz ..... dont fancy over volting the CPU any more either but still ~450Mhz bump is crazy good 45% boost !!

Thank you so much coolbho3000 I have set up the overclock on my phone and it is very nice.

Ok found a lil "bug" dunno what causes it but if you load the OC module by a command to OC to say 1440MHz i.e
insmod /data/local/vision_oc-gbe90714.ko pll2_l_val=75
Click to expand...
Click to collapse
the phone will probably crash ...... but i have found if i load the module without the extra paramiter first and then unload it with "rmmod vision_oc.ko" it will run fine e.g
insmod /data/local/vision_oc-gbe90714.ko
then
rmmod vision_oc.ko
then
insmod /data/local/vision_oc-gbe90714.ko pll2_l_val=76
Click to expand...
Click to collapse
This way it didnt crash for me :-S
also so u can see the speed boost in some benchmarks
{
"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 you go, tried loading up that module however it doesn't seem to go past 768mhz lame.

Related

[FIX] Home Button Haptic (JPY i9000 Roms Only!)

I see MikeyMike01(all credit goes to him) has figured this out, so I thought I would share how it was done since his thread doesn't go into how he did it.
DEVS ONLY!!
(Don't ask for compiled versions in here)
(I am doing this in Linux)
Decompile android.policy.jar:
Copy out the classes.dex file somewhere
java -jar baksmali.jar -o classout/ classes.dex
Go to classout/com/android/internal/policy/impl
Apply the patch (attached below):
patch -p1 < ../path/to/homehaptic.patch
Recompile android.policy.jar:
java -Xmx512M -jar smali.jar classout/ -o new-classes.dex
Copy new-classes.dex back into the jar file as classes.dex
Push android.policy.jar back to your phone, reboot and enjoy haptic feedback on your home button on JPY!
SWEET. Can we get a precompiled version for Perception? </troll>
smmalis37 said:
SWEET. Can we get a precompiled version for Perception?
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"
}
designgears said:
Click to expand...
Click to collapse
I'm going to make that my wallpaper
Sent from my liberated Captivate via XDA App.
Damn DG you beat me to it, I was staring at the following screen and couldn't figure it out for the life of me.
Was I at least close?
Left = Mikey's V8
Right = Mikey's V9
http://psfreedom.com/images/compare.png
smmalis37 said:
SWEET. Can we get a precompiled version for Perception? </troll>
Click to expand...
Click to collapse
Editing your post afterwards doesn't fix your stupidity.
>Iwasonlypretendingtoberetarded.jpg
TheEscapist said:
Editing your post afterwards doesn't fix your stupidity.
>Iwasonlypretendingtoberetarded.jpg
Click to expand...
Click to collapse
And that's why it works.
devz3r0 said:
Damn DG you beat me to it, I was staring at the following screen and couldn't figure it out for the life of me.
Was I at least close?
Left = Mikey's V8
Right = Mikey's V9
http://psfreedom.com/images/compare.png
Click to expand...
Click to collapse
These highlighted lines were present on Captivate ROMs and not on i9000 ones.
Ipso facto.
http://img64.imageshack.us/img64/2695/33554972.png
I knew I had to be looking in the right place
I also knew it was 8 lines that was inserted. I guess I just got cross-eyed :/
Either way great job finally figuring out this mystery!
As MikeyMike can attest... I'm retarded still when it comes to android. But this, I am excited for!
Good work MikeyMike!
why is dg posting this if all credit goes to the other dude? just curious!
Mike fixed it but didn't write it up. DG found his fix and wrote it up so all could benefit. Sometimes it's nice to have someone else write stuff up when you're too busy...
It wasn't too hard to figure out though. It only took about an hour of looking through phone window manager.smali to find out where the code need to be inserted.
Mikey was the brave one though and tested out some random code insertion lol. It just happened to work first try. Else I would have tested a couple other methods in the smali.
Good job Mikey
Can someone recreate patch for my JPB firmware, if i give a file for now? Can't use android sdk and java for some time...
Yuna said:
Can someone recreate patch for my JPB firmware, if i give a file for now? Can't use android sdk and java for some time...
Click to expand...
Click to collapse
Post it up, ill take a look
okay, but i have my rom odexed (forgot to mention it)...
http://rapidshare.com/files/441310491/android.policy.zip
thanks
I tried it, the patch doesn't seem to work on JPY android.policy.jar, not sure what is being patched here. I did try several different ones too. Then I gave up trying to use the patch, grabbed Mikeys android.policy.jar and did a diff with my JPY policy. What I saw there made a whole lot more sense and was about 20 lines of code, so i just copied the PhoneWindowManager.smali from Mikey to mine and recompiled. There were a lot less differences between Mikeys and JPY then there were from the patch and jpy.
For example: The patch wants to change line 4248 from cond_152 to cond_163. Both JPY and Mikey read cond_12.
If anyone can do this for JW4, I don't have access to any Linux/Windows(Cygwin) at the moment. If you can't, thanks for trying. I will get to it later.

My X8 can't overclock

I got minicm and i tried both manual and automatic(.zip) instalation of overclocking module, and when my phone gets near 710Mhz(the...stable clock) it will reboot i'm now using Stock Clock 600Mhz(with module OC uninstaled)
OS USED: MiniCm RC1
you should try the manual instruction n edit the hw_config.sh+ add the parameters on it(to set it on boot)...the update.zip just adding the x8oc.ko only
cruizz said:
you should try the manual instruction n edit the hw_config.sh+ add the parameters on it(to set it on boot)...the update.zip just adding the x8oc.ko only
Click to expand...
Click to collapse
tried, even tried with that nexus rom that comes with OC preinstalled and still phone will reboot (
I have the same problem you aren't alone u.u
Sent from my X8 using XDA App
diegoxcore12 said:
I have the same problem you aren't alone u.u
Sent from my X8 using XDA App
Click to expand...
Click to collapse
Yayz, I'm not alone) so, guys, any suggestions for us to get Overclock working?
+1
I Tried the "X8 Nexus Rom" wich is a MiniCM with OC preloaded.
With this ROM, the phone reboots 1minute after being started
I think it's due to OC but I don't know how to disable it in this ROM.
i'v done this with manual edit on floyo, hackdroid rc4, minicm, and stock rom,
always work.
i don't know why u can't, its not a rom problem.
if u do it right n still don't work,
maybe its on processor.. (somebody said that here, every proc has it own potential)
There is no way to automatic-install the OC feature, even the developer itself said that it's the matter of time to release .zip files to auto-install.
My answer is: manual install - 100% of satisfaction
romcio47 said:
There is no way to automatic-install the OC feature, even the developer itself said that it's the matter of time to release .zip files to auto-install.
My answer is: manual install - 100% of satisfaction
Click to expand...
Click to collapse
It comes preinstalled with MiniCM(Through .zip upg) and it also comes with nexus ROM for X8(see in Dev. thread)
I tried to install it manualy and i got bootloop, dunno why but it works on nexus 9 rom for me, i tried to find a differance but it all the same... just weird.
You need to remember, that your CPUs are in fact a part of a huge silicon wafel, and that there are differences among them. Your CPUs apparently have been cut out from the part of that wafel that doesn't like overclocking and you can do nothing about it. Also, there are some FSB gaps, so if 710 MHz causes reboot or hands the device, try some higher freqs, they might actually work
Graveir said:
You need to remember, that your CPUs are in fact a part of a huge silicon wafel, and that there are differences among them. Your CPUs apparently have been cut out from the part of that wafel that doesn't like overclocking and you can do nothing about it. Also, there are some FSB gaps, so if 710 MHz causes reboot or hands the device, try some higher freqs, they might actually work
Click to expand...
Click to collapse
That's good to know, thanks, I'll try Higher and lower frequencies and i'll tell you how it went
Graveir said:
You need to remember, that your CPUs are in fact a part of a huge silicon wafel, and that there are differences among them. Your CPUs apparently have been cut out from the part of that wafel that doesn't like overclocking and you can do nothing about it. Also, there are some FSB gaps, so if 710 MHz causes reboot or hands the device, try some higher freqs, they might actually work
Click to expand...
Click to collapse
691 Mhz overclock seems to be working fine for me Thanks for the help
see this :
{
"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"
}
its v004 OC on floyo 0.15,and works...
Sent from my X8 using XDA Premium App
is it save for x8 to overclock??? i'm still scare to overclock..
joeniar said:
is it save for x8 to overclock??? i'm still scare to overclock..
Click to expand...
Click to collapse
I think is safe (for me), had been using it since V003 until now,using 768mhz almost 1 week, no reboot at the moment.
All latest ROMs for X8 come with OC preloaded
(nexus v1, nexus v2, minicm rc2)
And they all make my f.....ing phone reboot every minute !! Even after full wipe.
Please developpers !! Stop include overclock in all your roms !!!
Returns to 600mhz
I can not use the overclock because when I reboot the phone it is on 691Mhz soon after he returns to 600mhz. I know that the CPU clock is dynamic, but he never returns to 691mhz. What did I do wrong? I used the XDA tutorial for overclocking. I'm using Floyo v0.25
try full wipe in xrecovery
dont work yet
Spevky said:
try full wipe in xrecovery
Click to expand...
Click to collapse
I just try full wipe and did not work. I think it's some parameter or file permission...

[Q] Error when compiling Cyanogenmod 7

We have some additional problems.See the picture below:
{
"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"
}
I don't know where's the problem here.I put the kernel in the cm7/device/lg/swift directory but now there's this error.If you know something please tell us.
Please help
Please help us.If we solve all of the problems we will release the first build soon.
what error are you getting?
eoghan2t7 said:
what error are you getting?
Click to expand...
Click to collapse
As you can see in the picture maybe some files are missing.I will take a look at openswift's source and try to fix this.
eoghan2t7 said:
what error are you getting?
Click to expand...
Click to collapse
I get this errors when I type the code highlighted it the picture.
make sure no files have brokin during repo sync and that you have modded the source correctly
Edit the file / android_manifest/hardware/msm7k/Android.mk '
On the line: msm7k_adreno_dirs: = $ (common_msm_dirs) boot libgralloc-qsd8k libaudio
Remove "libgralloc-qsd8k libaudio".
I have already encountered this issue and many others when trying to build cyanogen. I have given up for a bit as its a real pain in the butt to get to build successfully.
I found some of the build issues and solutions on this page:
HTML:
http://translate.google.co.uk/translate?hl=en&sl=ru&u=http://4pda.ws/forum/lofiversion/index.php%3Ft215440.html&ei=2ICoTYaMOMjDhAf9gvTQCQ&sa=X&oi=translate&ct=result&resnum=8&ved=0CFkQ7gEwBw&prev=/search%3Fq%3Dgt540%2Balready%2Bdefined%2Bby%2Bmsm7k%26hl%3Den%26safe%3Doff%26client%3Dfirefox-a%26hs%3DnO8%26rls%3Dorg.mozilla:en-GB:official%26channel%3Dnp%26prmd%3Divnsfd
This problem has been solved however we have additional problems which I will post later.
ephraim87 said:
Edit the file / android_manifest/hardware/msm7k/Android.mk '
On the line: msm7k_adreno_dirs: = $ (common_msm_dirs) boot libgralloc-qsd8k libaudio
Remove "libgralloc-qsd8k libaudio".
Click to expand...
Click to collapse
Its a wrong way. Just use a TARGET_PROVIDES_LIBAUDIO := true in your build configs. And you should try edit a CM sources as minimum as you can.
And I do not undrstand what makes sense to do it if it's already done?
Instead of this try to build a Codeaurora version, they can be a more fast and powersaving.
The topic has been updated.If you know something please post the answer below.
Thanks in advance.
Mur4ik said:
Its a wrong way. Just use a TARGET_PROVIDES_LIBAUDIO := true in your build configs. And you should try edit a CM sources as minimum as you can.
And I do not undrstand what makes sense to do it if it's already done?
Instead of this try to build a Codeaurora version, they can be a more fast and powersaving.
Click to expand...
Click to collapse
I didn't change anything in the cm source.
Mur4ik said:
Its a wrong way. Just use a TARGET_PROVIDES_LIBAUDIO := true in your build configs. And you should try edit a CM sources as minimum as you can.
And I do not undrstand what makes sense to do it if it's already done?
Instead of this try to build a Codeaurora version, they can be a more fast and powersaving.
Click to expand...
Click to collapse
Is the code aurora rom easier to build than cyanogenmod?
fdespotovski said:
Is the code aurora rom easier to build than cyanogenmod?
Click to expand...
Click to collapse
Should I download the source?
Should I download the source?
Click to expand...
Click to collapse
If you can build ROMs without sources, then no, you should not download the sources
And if you did not know something about C or C++, and you can not write/change a drivers, then you waste your time now. Just building from source does not get you anithing.
Mur4ik said:
If you can build ROMs without sources, then no, you should not download the sources
And if you did not know something about C or C++, and you can not write/change a drivers, then you waste your time now. Just building from source does not get you anithing.
Click to expand...
Click to collapse
We know Visual Basic, if that makes any difference.
Im glad you have some of the problems fixed fdespotovski. I was bored while doing my final year project for uni so I thought to have a go at building Android, turns out its a bit of a chore to do. Closest thing to c++ is java which I am on good turms with.
Although with java I can at least write some good apps for Android.
ephraim87 said:
Im glad you have some of the problems fixed fdespotovski. I was bored while doing my final year project for uni so I thought to have a go at building Android, turns out its a bit of a chore to do. Closest thing to c++ is java which I am on good turms with.
Although with java I can at least write some good apps for Android.
Click to expand...
Click to collapse
Thaks for the post!We don't know any other programming languages than Visual Basic.Net and we are still learning it.We will try to fix the problems but if we don't succeed maybe we will give up.Building Android is a hard work when you don't know what you are doing.

[MOD] allinone Ram Script specialized for Galaxy Ace | version 1

Hey,
First of all, this is NO Kernel! Its only a Script and is working with CF-Root or CM7. Not with Stock Kernel
I build a new Ram Script for a better performance and multitasking. It will be included in our new BlockBusterRom goeas Ace, too, this is a first taste of how fast it will be Working perfect for me
Installation:
- Script is for all Samsung Roms and CM7 Roms, too
- You must use a Custom Kernel or a kernel that supports init.d scripts (like CF-Root)
- Download the attached .zip called s95allinonescript_flashable.zip, put it to your sd-card and flash it in CMW
- If this don´t work and in CWM error 0 appears download s95allinone.zip, extract it and use RootExplorer to put it in /system/etc/init.d/
- You can delete all existing files in this folder, i included in this script every other and combined them to a "superscript"
- Reboot and it´s working
Screenshots now from Galaxy ACE
{
"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"
}
WOW!!! i was on 17 [apps] and still no lag!!! great work fuss!!!
Click to expand...
Click to collapse
8 apps running still lots ram available
thanks for awesome script
Click to expand...
Click to collapse
I used some parts of Juwe11´s RamScript, but I changed every value of this part. Including a Copyright Team BlockBuster Script for zipalign apps to work faster, it´s tested and modified for Galaxy Ace but should work on others, too. Multitasking is working perfect, opening apps sometimes a bit slow, but i´m going to change some values and update the Script if it´s faster
To do:
I should include some parts for a better Touchscreen support
Working well with cm7
But installation aborted
so have to put things manually
nims11 said:
Working well with cm7
But installation aborted
so have to put things manually
Click to expand...
Click to collapse
Thanks for report. Can you take some screenshots of your RAM usage?
Nice, works perfect on CyanogenMod from Grif. But the CWM package don't works, using the Root Explorer method.
Same for me, using RE method. Phone is booting, soon i'll take the SS's.
First boot, 159MB free. Let's see by the end of the day
8 apps running still lots ram available
thanks for awesome script
After running some app's
And got 155MB free after that, seems to be the stable ammount of RAM.
http://db.tt/jB8T6peL
use this updater script
its compatible with ace
s95allinonescript_flashable.zip should problem should be fixed!
Thanks to nims11
Ram is stable about 158Mb Tks u for your mod
What do you mean by better touchscreen support?
traduz said:
What do you mean by better touchscreen support?
Click to expand...
Click to collapse
Better recognition or detection. There are several things I can change, I will see what´s the best setting.
awesome!
Running with 11apps at one time! superb! no lag at all! what a heavenly superb script! thx! anyway.. may i know when u r releasing the Blockbuster rom to ace? just cant wait! hoho
Is it neccessary to delete all files in init.d folder
nicgoh said:
Running with 11apps at one time! superb! no lag at all! what a heavenly superb script! thx! anyway.. may i know when u r releasing the Blockbuster rom to ace? just cant wait! hoho
Click to expand...
Click to collapse
Can´t say it exactly - and please don´t ask for etas
But you can read this: http://www.team-blockbuster.com/?p=677
satti8893 said:
Is it neccessary to delete all files in init.d folder
Click to expand...
Click to collapse
Not neccessary but recommend
fuss132 said:
Can´t say it exactly - and please don´t ask for etas
But you can read this: http://www.team-blockbuster.com/?p=677
Click to expand...
Click to collapse
oops.. sry.. i should not ask for eta.. hehe.. i am a newbie to this forum..sry if i have said anything that annoys u.. but i will be waiting patiently for ur rom! thx!
anyone trying with live wallpaper..
rideriang said:
anyone trying with live wallpaper..
Click to expand...
Click to collapse
Yes no lags atall
After manual flash everything seems to be fine.
121 free memory with 13 apps.
Looks promising.

[Tweaks] [Performance] Collection

I was trying to make a conversation with a chinese guy that get on antutu 4000 points...we can't understant each other so im making a new post so we can compine all of our tweaks,init.d,build.prop and what ever that will make our phone more powerful..also we need our dev's back..come'on ppl..where are you!!
So im starting...
I use TweakZV5:http://forum.xda-developers.com/showthread.php?t=1353903
Also some build.prop commands in this post @credits to [email protected] at xda
Also last night i found a patched libsqlite.so file so we have quicker I/O im getting some nice I/O performance on RL Sql benchmark but something is wrong with the graphics performance...im searching for a solution...:http://forum.xda-developers.com/showthread.php?t=1000899 @credits:ungaze at xda!!
Im using MIUI 2.3.9 sakura suka its great stable and fast rom!!
http://forum.xda-developers.com/showthread.php?t=1541998 @credits sakura suka at anzhi
Also a lot of build.prop commands here http://forum.xda-developers.com/showthread.php?t=1227269 @credits knzo at xda
Smurfed Out V 4.5!Removed all my init.d scripts installing this and now testing...i will report after 2-3 days...no problems until now normal reboot:http://forum.xda-developers.com/showthread.php?t=1517632 @Credits Papa Smurf151 at xda
So post your own tweaks lets make a collection of them to use on our phones...and i repeat we need our dev's back!!!
I'm using miui 1.12.16 but not screenshot working, so i maked this:
Renamed screencap for screencap.bin
Added bash for completion command etc. inside /system/bin
Maked a file inside /system/bin named screencap.
#!/system/bin/bash
#screenshot
# Name of file
nomefile="shot_"$(date '+%y%m%d-%H.%M.%S')".png"
if [ -f /system/bin/screencap.bin ]
then
sleep 10 && exec /system/bin/screencap.bin -t png /sdcard/$nomefile
fi
Now I can take screenshot with console or root explorer after 10 sec.
Sent from my u8800pro using XDA
Really no need for all that
pikachukaki said:
I was trying to make a conversation with a chinese guy that get on antutu 4000 points...we can't understant each other so im making a new post so we can compine all of our tweaks,init.d,build.prop and what ever that will make our phone more powerful..also we need our dev's back..come'on ppl..where are you!!
So im starting...
I use TweakZV5:http://forum.xda-developers.com/showthread.php?t=1353903
Also some build.prop commands in this post @credits to [email protected] at xda
Also last night i found a patched libsqlite.so file so we have quicker I/O im getting some nice I/O performance on RL Sql benchmark but something is wrong with the graphics performance...im searching for a solution...:http://forum.xda-developers.com/showthread.php?t=1000899 @credits:ungaze at xda!!
Im using MIUI 2.3.9 sakura suka its great stable and fast rom!!
http://forum.xda-developers.com/showthread.php?t=1541998 @credits sakura suka at anzhi
Also a lot of build.prop commands here http://forum.xda-developers.com/showthread.php?t=1227269 @credits knzo at xda
Smurfed Out V 4.5!Removed all my init.d scripts installing this and now testing...i will report after 2-3 days...no problems until now normal reboot:http://forum.xda-developers.com/showthread.php?t=1517632 @Credits Papa Smurf151 at xda
So post your own tweaks lets make a collection of them to use on our phones...and i repeat we need our dev's back!!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1354645&page=4
Skace13 said:
http://forum.xda-developers.com/showthread.php?t=1354645&page=4
Click to expand...
Click to collapse
You give me the kernel post this post is to gather tweaks for performance on x5pro!but thx!
Sent from my u8800pro using xda premium
Sir I Dont Know Much About This Tweaking Thing. Can You Tell Me Which One Is Best For My U8800Pro Stock GB 2.3.5
With Antutu I got 4071 on B572 with OC 1.6GHz, lot build.prop init.d and script tweaks. Screen is ultra responsible.
{
"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"
}
After adding modified libsqlite.so I got these results
Sent from my ragelis
bronxitas said:
With Antutu I got 4071 on B572 with OC 1.6GHz, lot build.prop init.d and script tweaks. Screen is ultra responsible.
After adding modified libsqlite.so I got these results
Sent from my ragelis
Click to expand...
Click to collapse
The point is to share your tweaks my friend not your antutu...thats is looking very good so i think you have to share with us your tweaks!
which of these tweaks can be used with ICS Aurora 2.01?
moving to general section

Categories

Resources