Jump to content


Photo

Torque App for Android - Themes, Gauges, data

Torque android themes gauges tablet phone nerd

  • Please log in to reply
6 replies to this topic

#1 SAV84C

SAV84C

    Regular Member

  • Members
  • PipPipPip
  • 3,480 posts
  • Gender:Male
  • Location:Sydney

Posted 27 February 2014 - 04:02 PM

After installing my tab and running Torque, I found the standard themes weren’t to my taste and all the other free ones you can get are over the top.
 
I thought I'd start up a thread for everyone that is running the Torque App in their cars on how to create your own.
 
For those that don’t have it yet https://play.google....wl.torque&hl=en and get yourself either a WIFI or Bluetooth OBD-II connector.
 
Most info is on the Torque website
 
http://torque-bhp.com/wiki/Main_Page
 
These links are what you will mostly need - So please read them thoroughly before starting.
 
Once you have done so either keep those pages open or copy the hieroglyphic coding from both links
to somewhere on your desktop. You will need these for the properties.txt file to make your gauges work properly.
 
http://torque-bhp.com/wiki/Themes
 
Properties.txt file format
The properties file is a simply key=value file that can be edited in a text editor. It allows you to control various things like colours, and positioning of dial elements.

  • dialTickInnerRadius=<value>
  • dialTickOuterRadius=<value>
  • dialStartAngle_<pid>=<value>
  • dialStopAngle_<pid>=<value>
  • dialNeedleLength=<value>
  • globalDialStartAngle=<value>
  • globalDialStopAngle=<value>
  • displayTickColour=<colour - can be HTML notation #rrggbb, #aarrggbb or 'green'>
  • displayTextTitleColour=<colour, as described above>
  • displayTextValueColour=<colour, as described above>
  • displayIndicatorColour=<colour, as described above> (dial needle colour, and/or other 'indicator' colour)
  • font=<string font, as known in android, eg: 'sans-serif'> (you can also use a .ttf file - see above)
  • globalFontScale=<number> (available in version 1.5.36)
  • hideTicks_<pid>=<true | false> - Hide the tick marks on dials
  • globalHideTicks=<true | false> - Global option for hiding tick marks on all dials
  • textRadius_<pid>=<multipler - eg: 1.5> - controls the dial text distance from centre of dial.
  • globalTextRadius=<multipler - eg: 1.5> - global option for all dials to control text placement

http://torque-bhp.co...inDocumentation
 

Identifier   |   Description

 

03 Fuel system status
04 Calculated engine load value
05 Engine coolant temperature
06 Short term fuel trim (bank 1)
07 Long term fuel trim (bank 1)
08 Short term fuel trim (bank 2)
09 Long term fuel trim (bank 2)
0a Fuel pressure
0b Intake manifold absolute pressure (MAP)
0c Engine RPM
0d Vehicle speed
0e Timing advance
0f Intake air temperature (IAT)
10 Mass air flow rate (MAF)
11 Throttle position (at manifold), this is not the accelerator pedal, and this is a relative reading.
ff1005 GPS Longitude
ff1006 GPS Latitude
ff1001 GPS Speed
ff1010 GPS Height
ff1007 GPS Bearing
ff1201 MPG
ff1202 Turbo Boost
ff1203 Kilometers Per Litre
ff1205 Trip MPG
ff1206 Trip KPL
ff1207 Litres per Kilometre
ff1208 Trip LPK
ff120A Manifold Vacuum
ff120B GPS Trip distance
ff120C Vehicle distance (Odometer) saved with profile
ff1220 Accelerometer (X)
ff1221 Accelerometer (Y)
ff1222 Accelerometer (Z)
ff1223 Accelerometer (Total)
ff1225 Torque

ff1226 Horsepower
ff122d 0-60 mph time
ff122e 0-100 kph time
ff122f Quarter mile time
ff1230 eighth mile time
ff1237 GPS vs OBD speed diff
ff1238 Voltage
ff1239 GPS Accuracy
ff123A GPS Satellites locked
ff123B GPS bearing
ff1249 AFR
ff1214->ff121B O2 Sensors 1x1->1x4, 2x1->2x4
ff1240->ff1247 O2 Eqv Ratio 1->8
ff1257 CO2 in G/KM
ff1258 CO2 in G/KM average
ff125a Fuel rate
ff125b Fuel cost (trip)
ff125c Fuel used (trip)
ff1255 Torque RPM component
ff1256 HorsePower RPM component
ff124d Commanded AFR
ff1249 Measured AFR

Once you have done so either keep those pages open or copy the hieroglyphic coding from both links to somewhere on your desktop. You will need these for the properties.txt file to make your gauges work properly.
 
Now down to the nitty gritty. (Note: basic Photoshop (PS) skills will help A LOT, paint will be a PITA so if you have no PS skills, good luck)
 
First start off by downloading the test files http://ian-hawkins.c...hemes/testc.zip these are what you will base your gauges on. You will get 4 gauges, 2 round and 2 square
 
Open dial_background.png in PS and go for gold. Customize the colours/patterns to your liking keeping within the dimensions already set. Once you are happy save it as dial_background.png this is your generic gauge Torque will use.
 
This optional
For other gauges add the Identifier code after background. eg If you want Engine RPM save it as dial_background_0c.png
 
Here is a few I have done already.
 
Generic
dial_background_zps7ead33a5.png
 
RPM (0c) – I have put red box a to accentuate the digital read out (still needs fine tuning)
dial_background_0c_zpse28206b8.png
 
Coolant Temp (05)
dial_background_05_zps39b35bd1.png

Next is to create the properties.txt file
 
This is where that hieroglyphic coding I was talking about earlier comes into play…
 
Depending on what you want to customise you just add the Identifier code after each line.
eg. For coolant I only have a half gauge, so I need to start the gauge dial at a horizontal level so going off the dial start/end angle http://torque-bhp.com/wiki/Themes, I need 90 degrees from vertical so my codes will be as follows
 
dialStartAngle_05=90
dialStopAngle_05=90
 
Just an example of something I done up.
 
This is what I made up for my gauges
globalFontScale=1
dialTickInnerRadius=1.25
dialTickOuterRadius=1.40
dialNeedleLength=1.40
displayTickColour=#6ad133
dialNeedleColour=#c80000
displayIndicatorColour=#c80000
displayTextTitleColour=#ffffff
displayTextValueColour=#6ad133
 
#Coolant
dialStartAngle_05=90
dialStopAngle_05=90
 
#Voltmeter
dialStartAngle_ff1238=135
dialStopAngle_ff1238=135
 
After you are done, save all your gauges and properties.txt file or SD card or tablet/phone drive)
The next step you can only access on your phone/tablet. Copy your files to the .torque/themeDir/  folder (wherever Torque is installed) If you can’t find it, problem means your file manager/explorer isn’t showing hidden files. The standard one sucks, I use ES File explorer
 
*Still in testing stage
 
Screenshot_2014-02-27-12-48-58_zpsl6vjsb
 
Screenshot_2014-02-27-12-58-36_zps5zqdm7



#2 nickknack

nickknack

    Regular Member

  • Members
  • PipPipPip
  • 2,619 posts
  • Gender:Male
  • Location:VoD

Posted 27 February 2014 - 05:17 PM

The theme in my torque app is 0 for all the readings

 

#gen3life #EarlyOBDII #SSM



#3 Barbbachello

Barbbachello

    Touring Bruce

  • SubyClub Area Rep
  • PipPipPip
  • 6,455 posts
  • Gender:Male
  • Location:Mehico
  • Interests:Docking

Posted 27 February 2014 - 05:29 PM

The theme in my torque app is 0 for all the readings
 
#gen2life #NoOBDII #SSM


tIeW8DE.png


#4 Samwise

Samwise

    Official official of the official.

  • Members
  • PipPipPip
  • 8,434 posts
  • Gender:Male
  • Location:Undecided
  • Interests:Taste so good, make you wanna slap yo' mama.

Posted 01 March 2014 - 02:29 AM

On a side note, how accurate do you find Torque?


I like to think of it as borrowing someone's car and driving it better than them.


#5 SC00BY

SC00BY

    Trusted Member

  • Members
  • PipPip
  • 173 posts
  • Gender:Male

Posted 01 April 2014 - 04:03 PM

this wont happen to work on a gen 2 rx even with a ssm > obd2 port adapter hey?



#6 SAV84C

SAV84C

    Regular Member

  • Members
  • PipPipPip
  • 3,480 posts
  • Gender:Male
  • Location:Sydney

Posted 02 April 2014 - 10:59 AM

On a side note, how accurate do you find Torque?

 

Pretty accurate when I compared it to my ECUDATATECH... Just a tad delayed being WIFI/Bluetooth

 

this wont happen to work on a gen 2 rx even with a ssm > obd2 port adapter hey?

 

Doubt it seeing as it doesnt work in the Gen3s



#7 FR34KO

FR34KO

    GRANDMA's BOY

  • Members
  • PipPipPip
  • 2,461 posts
  • Gender:Male
  • Location:Peakhurst, Sydney
  • Interests:SNOWBOARDING.

Posted 02 April 2014 - 03:21 PM

This is very interesting. I might consider buying it, hell it's only $5 and I already have a bluetooth OBDII port lying around somewhere.

 

After being defected for the boost gauge on the dash, the funny thing is; is that having this app running on an android on the dash with a suction mount would be legal. Fuckin bureaucracy..







Also tagged with one or more of these keywords: Torque, android, themes, gauges, tablet, phone, nerd

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users