PDA

View Full Version : Trinityhacks v.0.2


gianpy69
2nd April 2007, 11:25 AM
A little step forward in this utility that modified registry setting.
Changes from ver. 0.1:

Added tweak to increase TCP Window to improve network performance.
Added button to device reboot.
Added tweaks to increase audio quality through Bluetooth.
Added tweaks to show/hide some icons.

This setting are taken mainly from this site (hermes) and pccool.

As usual tell me if there are problem (it's not full tested), suggestion and ... if you like it.

thanks

Cheers

:D

travegliaesogno
2nd April 2007, 11:45 AM
Good work, i like it. Thanks.

delivery1979
2nd April 2007, 11:53 AM
Audio settings don't changes...but it's not a problem...Good work!;)

gianpy69
2nd April 2007, 02:06 PM
Audio settings don't changes...but it's not a problem...Good work!;)

Can you tell me what doesn't work (step by step) so i can correct it?

Thank you in advance

Gianpy69

J.P.
2nd April 2007, 02:26 PM
It works great.
Can you at this one too?

Disable annoying beeps when changing in-call volume
There are actually 3 different sounds in play here: the one at the bottom end of the slider (quietest), the one in the middle posisitions (standard), and the one at the top end of the slider (loudest). These are handled by 3 registry keys:

HKCU\ControlPanel\Sounds\LoudestInCallVolume
HKCU\ControlPanel\Sounds\QuietestInCallVolume
HKCU\ControlPanel\Sounds\StandardInCallVolume
Within each of these keys the default 'Script' value is 'p' for 'play', change the 'Script' value to blank (erase the 'p').

delivery1979
2nd April 2007, 03:37 PM
Can you tell me what doesn't work (step by step) so i can correct it?

Thank you in advance

Gianpy69

I make the change into the select field..apply the selection and reset the pda.After the restart i go into the panel again and no selection appears...it's blank...I'm in office now so i can't test well...i can give you more information tonight ;)

AX3L
2nd April 2007, 04:30 PM
Some other tweaks (sorry....but i don't know if they works...)


File based Registry

HKEY_LOCAL_MACHINE\System\ObjectStore\RegistryType =0




Remove Ringtone dalay

HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr'




Today Date Plugin on a single line

[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingeLineDatePlugin" = dword:00000001




Disconnect GPRS/UMTS button

To add Disconnect button and a timer display showing how long GPRS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To have only Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)




Enable/Disable GSM/UMTS Band Selection

[\HKLM\Software\OEM\PhoneSetting\]
"ShowUMTSBandPage"=dword:00000001



If they works and you integrate on your program....WITH the "Bass Fix" and the "ATI Imageon Fix" i think that TRINITY HACKS become a must-have for all trinity's users!!!

ulischultz
2nd April 2007, 04:59 PM
I activated all the performance hacks of v0.2
Now Avantgo does not start anymore!
Maybe it has something to do with the font cache settings!?
Deactivating the settings in the trinityhacks does not help.
Does anybody have the same problem?
How are the original registry settings, so I can rewrite them?
Thanks!

gianpy69
2nd April 2007, 05:31 PM
I activated all the performance hacks of v0.2
Now Avantgo does not start anymore!
Maybe it has something to do with the font cache settings!?
Deactivating the settings in the trinityhacks does not help.
Does anybody have the same problem?
How are the original registry settings, so I can rewrite them?
Thanks!

To increase font setting

HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 (DWORD decimal)

default

HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)

Hope this help

ulischultz
2nd April 2007, 05:39 PM
Thanks, but no help with that!
Can you try, if avantgo starts on you device correctly? Maybe it has to do with some other settings like the filesystem-cache or anything else!?




Ok, I did a manual synchronization of Avantgo now via the server-settings and it worked now. However I think I let the fontcache at its small size for now...

gianpy69
3rd April 2007, 11:19 AM
I activated all the performance hacks of v0.2
Now Avantgo does not start anymore!
Maybe it has something to do with the font cache settings!?
Deactivating the settings in the trinityhacks does not help.
Does anybody have the same problem?
How are the original registry settings, so I can rewrite them?
Thanks!

I will try soon.

Thank you

chiman
3rd April 2007, 12:44 PM
Great application!

KaYs3r
3rd April 2007, 12:56 PM
gianpy69 what programming language did you use to make this software?

Great work :)

J.P.
3rd April 2007, 05:28 PM
Some other tweaks (sorry....but i don't know if they works...)


[

Today Date Plugin on a single line

[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingeLineDatePlugin" = dword:00000001



I don't get it on 1 line.
What must i do exactly.
I use Reso Registry.

KaYs3r
3rd April 2007, 05:30 PM
I don't get it on 1 line.
What must i do exactly.
I use Reso Registry.

You have to go to HKEY_LOCAL_MACHINE (HKLM)

J.P.
3rd April 2007, 05:51 PM
Yes but what then string or key or something else.

Have someone a screendump of it?

KaYs3r
3rd April 2007, 05:58 PM
Yes but what then string or key or something else.

Do you know how to use registry? You have to be very sure of what you're doing.

Enter the folders HKLM\SOFTWARE\Microsoft\Today
then click on the AutoSingeLineDatePlugin
thne change the value to 1

KaYs3r
3rd April 2007, 06:06 PM
Do you know how to use registry? You have to be very sure of what you're doing.

Enter the folders HKLM\SOFTWARE\Microsoft\Today
then click on the AutoSingeLineDatePlugin
thne change the value to 1

Sorry, you have to add a DWORD with name AutoSingeLineDatePlugin with the value 1

J.P.
3rd April 2007, 06:40 PM
i did it but it's still on 2 line's

J.P.
3rd April 2007, 06:47 PM
I have it now on one line.

AutoSingeLineDatePlugin
i change it to
AutoSingleLineDatePlugin
and now it works

KaYs3r
3rd April 2007, 06:59 PM
The AutoSingeLineDatePlugin wasn't there.
I put it myself and give it a dword 1.
But nothing change..

If you have done everything ok, now you have to Power off you PPC and Power back on (not soft reset)

gianpy69
3rd April 2007, 10:47 PM
gianpy69 what programming language did you use to make this software?

Great work :)

visual basic 2005 :)

KaYs3r
4th April 2007, 01:51 AM
visual basic 2005 :)

is it simple to change registry with VB?

ausi
4th April 2007, 06:53 PM
Hi
Can anyone tell me if there is a Hack to get a higher Volume for the phone speaker phone.

turcomora
4th April 2007, 08:42 PM
I installed the hacks cab and now my device will not boot it looks like it is frozen. I have done soft resets and still nothing it goes to the today screen and will not display nothing but the start button on the top and the calendar and contacts on the bottom. The only thing I checked was the display GPS icon. Any help please.

ZakMcRofl
4th April 2007, 09:38 PM
Two suggestions:
1) Make it open source
and/or
2) Make it possible for people to write their own "plugins". That is read your registry changes and hack names from a human readable file (XML?).

If you need help, let me know.

JeRoMe_aKa_JaY
5th April 2007, 12:11 PM
works great with my French Orange M700.
Thx a lot !!!!

JaY

Ro0bTi
5th April 2007, 08:30 PM
okay flame time
i have just got an orange spv m700 i copy the rar file across and nothing i extract to my desktop and extract the files across and still nothing
any help?
thanks
robert

gianpy69
5th April 2007, 11:02 PM
okay flame time
i have just got an orange spv m700 i copy the rar file across and nothing i extract to my desktop and extract the files across and still nothing
any help?
thanks
robert

Have you installed Compact .Net Framework?

After that you have to copy the .cab file in your device and run it from the Trinity.

Hope this help

gianpy69
5th April 2007, 11:04 PM
I installed the hacks cab and now my device will not boot it looks like it is frozen. I have done soft resets and still nothing it goes to the today screen and will not display nothing but the start button on the top and the calendar and contacts on the bottom. The only thing I checked was the display GPS icon. Any help please.

What rom version have you?

turcomora
5th April 2007, 11:17 PM
The new official one that was released yesterday. I had to flash the rom again. It was weird nothing else was installed since I had just done the upgrade, could it have been because I installed it on my mini sd card rather than the device itself. Thanks. I am afraid to try again.

gianpy69
5th April 2007, 11:18 PM
is it simple to change registry with VB?
No is quite simple. I'm not a programmer (i was but since seven year i am a system and network administrator) so if i can do it you can do it too.

Cheers

:D

gianpy69
5th April 2007, 11:30 PM
The new official one that was released yesterday. I had to flash the rom again. It was weird nothing else was installed since I had just done the upgrade, could it have been because I installed it on my mini sd card rather than the device itself. Thanks. I am afraid to try again.

I have installed a lot of time the program in my sd card (it's a 1GB Sandisk).
It's a very strange behavior. If you check only GPS icon can you try to modify manually the keys through a registry editor and try if it works?


Thank you in advance

KaYs3r
6th April 2007, 09:40 AM
No is quite simple. I'm not a programmer (i was but since seven year i am a system and network administrator) so if i can do it you can do it too.

Cheers

:D

Thanks for your answers :)

I'm learning C# .Net now, I have to find how to do that :)

yumikohk
6th April 2007, 10:04 AM
good work~~ keep forward ~~

Ro0bTi
6th April 2007, 11:11 AM
okay flame time
i have just got an orange spv m700 i copy the rar file across and nothing i extract to my desktop and extract the files across and still nothing
any help?
thanks
robertOkay got it the files were coping over to the wrong folder just moved them and all is well
Keep up the good work
Robert

J.P.
6th April 2007, 09:02 PM
No is quite simple. I'm not a programmer (i was but since seven year i am a system and network administrator) so if i can do it you can do it too.

Cheers

:D

I have never works with Visual Basic 2005.
Can i load the trinityhacks file in the program and ad some other register hacks?
Can you tell how to use it?

ldinis
10th April 2007, 12:52 AM
Hi,
I tried to download several times.
But the file is corrupted. Anyone can help me?
thanks

gianpy69
10th April 2007, 11:29 PM
Hi,
I tried to download several times.
But the file is corrupted. Anyone can help me?
thanks

Try this link

http://www.pagliuso.net/index.php?option=com_docman&task=cat_view&gid=23&Itemid=41

Cheers

ldinis
11th April 2007, 01:20 AM
Thanks
Works fine for me!
You can add a few more tweaks!

Cyrus Kourosh
11th April 2007, 12:28 PM
Becomes famous and more known :D
http://www.mobinaute.com/72193-logiciels-gratuits-smartphones-jeux-application-ht.html

J.P.
15th April 2007, 10:31 PM
And when come's the new version with more hacks in it?

gianpy69
17th April 2007, 09:43 PM
And when come's the new version with more hacks in it?

I think this weekend i will public a new version.

Bye

JeRoMe_aKa_JaY
17th April 2007, 10:59 PM
Hi,

Can you tell us some more about the new version ?? ;)

JeRoMe_aKa_JaY
20th April 2007, 01:04 PM
some news ?

lmjabreu
20th April 2007, 02:43 PM
I noticed there's a problem with the hide/show extended rom option, when you hideit the extrom data becomes completly unaccessible to the device( I have a couple of apps installed there), HTCTweak uses a method that avoids this problem, not sure which.

gianpy69
20th April 2007, 03:42 PM
some news ?
Hi,
sorry for the late but i had some personal problem.
I will released a new version this weekend.

Bye

:D

gianpy69
20th April 2007, 03:43 PM
I noticed there's a problem with the hide/show extended rom option, when you hideit the extrom data becomes completly unaccessible to the device( I have a couple of apps installed there), HTCTweak uses a method that avoids this problem, not sure which.

mmmm..., i will investigate on this problem. Thank you

JeRoMe_aKa_JaY
20th April 2007, 03:52 PM
Hi,
sorry for the late but i had some personal problem.
I will released a new version this weekend.

Bye

:D

Nop, hope "all" will be OK.
Good luck ;)

namphet
24th April 2007, 07:04 AM
Thanksssssssssss :)

Polletje
24th April 2007, 11:01 AM
new version can be found here:
http://forum.xda-developers.com/showthread.php?t=303657

sachin1778
27th April 2007, 04:17 AM
Hi thanks for this tool , i am trying to change bitpool for my device to 48 high quality and when i apply and restart my device it goes back to 30 low quality, i have tried it multiple times doesn't work can u please advice some alternative

Note: all other setting work just the sound quality doesn't.

Thanks in advance

JoeRW
21st November 2007, 03:06 AM
Yes I have the same problem, but it is the main feature I need with this program. Is there a fix coming up for this problem?