PDA

View Full Version : Just Got My Htc Vox.. Few Questions Plz Help


GTAfinest
25th May 2007, 03:53 AM
#1 With this push email business, can someone explain to me how that exactly works ... apparantly it is free ????

#2 With the box I got it said there is supposed to be a Pouch included in the box but there wasnt. Did anyone else get a pouch?

#3 When I go into contact ... I cant seem to find a way to sort the Phone Contacts from the SIM Contacts... is there anyway to "hide" the SIM contacts?

motin
25th May 2007, 12:58 PM
re pouch none in the box
push email is somtihng you need to set up via your office or work server like exchange or you can sign up to some company who does it for you but you need maybe to install some kind of software i use www.emoze.com very gd soltion

re contact no idea

enjoy

flykthewiz
25th May 2007, 02:27 PM
I seem to recall there being something in the "Expert" folder in the start menu. I did have three icons there but i accidently removed one and I am not going to reset my phone to put it back - but you could have a look.

#1 With this push email business, can someone explain to me how that exactly works ... apparantly it is free ????

#2 With the box I got it said there is supposed to be a Pouch included in the box but there wasnt. Did anyone else get a pouch?

#3 When I go into contact ... I cant seem to find a way to sort the Phone Contacts from the SIM Contacts... is there anyway to "hide" the SIM contacts?

pinussen
25th May 2007, 06:21 PM
#2 With the box I got it said there is supposed to be a Pouch included in the box but there wasnt. Did anyone else get a pouch?

I asked my vendor about that and they said it's an error in the manual, no pouch..

rgards
Björn

dietmarr
26th May 2007, 12:48 AM
Hello

I try to translate from my German Vox.

First you go to the settings.

Select the telefonsettings.

Tene select Callingoptions or Calloptions ( German : Anrufotionen )

There you can see "show Sim-Contacts".

I hope in Eu-Versions it is the same and my english is not tooooo bad.

GTAfinest
26th May 2007, 12:51 AM
THANK YOU!
IT WORKED!!!!!

Now can you solve the solution why this thing LAGS and is SO SLOW?!?!

I dont know if comming from a tytn makes it seem like this, but to me this device it wayyyyy tooooo slowwww

anitanium
26th May 2007, 01:34 AM
the CPU is hardly worthy of WM6
use Omapclock and speed it up
i run 252mhz and it's more than enough for me

GTAfinest
26th May 2007, 01:55 AM
im tryin to do that now but it doesnt seem to work on resume!

i installed omap clock plus as well.... whenever the phone comes out of hibernate, the clock is set back to origional speed.

do you know how to fix this ??????

what version of omapclock are you using?

swapnilgyani
26th October 2007, 02:31 PM
Thanks for that tip about contacts, dietmarr

BTW, i did get a pouch with my Vox!!

swapnilgyani
26th October 2007, 04:00 PM
Regarding overclocking, JDRoss over at MoDaCo posted the below tip. Works like a charm!

Here's what you need:

omapclock application (available here (http://www.meer.net/%7Edougt/random/OmapClock_0.2/))
tornado power control application (available here (http://merwin.bespin.org/tornado/TornadoPowerControl14.cab))

Download the CAB files for each and install like you would any application. That means copying them to your S710 via bluetooth or ActiveSync, and then running them on your phone to start the application setup process.

Now you need to link the two together. How? Well, the nature of the tornado control application is to launch files based on internal phone events. In this situation, the way to do this is to create "link" filetypes that instantiate omapclock with command line variables to set the appropriate CPU speed.

As a result, you need to create 3 link-type files (.lnk) in the same directory as the tornado application on your S710:


(the first line is the file name, and the 2nd line is exactly what I typed in notepad on my PC before saving the file as a .lnk file):

Power_On.lnk
40#"\Program Files\TornadoPowerControl\OmapClock.exe" -clock 252

Power_Backlightoff.lnk
40#"\Program Files\TornadoPowerControl\OmapClock.exe" -clock 186

Power_UserIdel.lnk
40#"\Program Files\TornadoPowerControl\OmapClock.exe" -clock 186


Once these .lnk files are saved on your PC, you can use ActiveSync or bluetooth to move the files to the \Program Files\TornadoPowerControl directory. Once there, you're almost ready to go...

You also need to create a link file type (I call the file TPC.lnk) and put it in the windows/startup folder so that Tornado Power Control loads automatically upon boot.

Here is my TPC.lnk file contents:
43#"\Program Files\load.exe" -hide "\Program Files\TornadoPowerControl\TornadoPowerControl.exe" bright hide

Note that I'm using a program called "load.exe" (available here (http://www.modaco.com/index.php?act=attach&type=post&id=18280)) that I simply copied to my /program files/ folder - this is optional, but it makes TPC application run in the background and not show up in task manager (which makes the overclocking even more invisible to the user). Actually, this doesn't always work (since I sometimes see Tornado in task manager), but it's still a nice concept.

Hope this helps.