The Following 19 Users Say Thank You to Halftux For This Useful Post: | ||
|
2014-06-06
, 16:19
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#2
|
The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
|
2014-06-06
, 17:15
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#3
|
Not to mention that one needs to install Galculator manually as it is not in the Fremantle repos
The Following User Says Thank You to Halftux For This Useful Post: | ||
|
2014-06-06
, 19:47
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#4
|
The Following 4 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
|
2014-06-06
, 20:47
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#5
|
This is a very useful tool. Thank you for porting this.
Would you mind fixing your debian files?
Maemo ports should have maemo in the package name to indicate it's a port. This way you can easily manage upstream fixes.
Also the lack of e-mail address in your packages are causing odd things to happen in the package management page. "meRuns scripts"
I have fixed the files for you if you don't mind uploading a new version.
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
|
2014-06-06
, 20:54
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#6
|
The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
|
2014-06-06
, 21:02
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#7
|
The Following 4 Users Say Thank You to pichlo For This Useful Post: | ||
|
2014-06-06
, 21:07
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#8
|
And everything works as supposed, no problems with diablo version?
Maybe we should update to the latest version and upload it to fremantle repos.
It looks like a nice scientific calculator only for single bit manipulation it is not so handy.
The Following 2 Users Say Thank You to pichlo For This Useful Post: | ||
|
2014-06-06
, 21:29
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#9
|
The Following 4 Users Say Thank You to Halftux For This Useful Post: | ||
|
2014-06-06
, 21:57
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#10
|
But the original none qt windows application has version 1.7.0.1.
The files that used for the never released QT version came from 1.7.0.0 however this QT version in git has no version number.
That is why I used my fantasy.
I started to upload 1.7.0 (qtcreator supports only 3 numbers) to maemo repository then I found a bug and was not satisfied with the gui so I uploaded 1.7.1.
#exit 0 - true dpkg --compare-versions 1.7.1 lt 1.7.1maemo1 && echo $? 0 #exit 1 - false dpkg --compare-versions 1.7.1 lt 1.7.0maemo1 && echo $? 1 dpkg --compare-versions 1.7.1 lt 1.7.0.1maemo1 && echo $? 1
The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
Tags |
binary, calculator, conversion, decimal, harmattan, hexadecimal, maemo 5 |
|
Today I want to present to you a new tool for the N900 called HexTool. It is a small application which calculates or converts from hexadecimal to decimal, to bin, to octal and vice versa on the fly. It is really nice for bit manipulations and I using it quite a long time on my windows maschine.
Now I can use it with all my operating systems.
All values are editable so you can put a new hexdecimal value, decimal value, change single bits, put an ip address or ASCII chars. It will automatically calculate other fields for you.
The "<<" and ">>" is for shift operations in the current register.
The "flip" button performs an endian swap from the hexadecimal value.
The "not" button inverts the binary.
The "neg" button gives the inverse decimal value (signed mode).
The "small plus and minus" button increases or decreases the decimal value by one.
The "one or zero" button change the label from the binary starting with 1 or with 0.
The "clr" button clears the current register.
With the other buttons you can do bit calculations.
Therefore you can register your numbers in A and B and make logical and mathematical operations. The result is shown in register C.
You can change the register by pushing the radio buttons.
You can switch between signed and unsigned and you can set the bit size to 8,16 or 32bit.
In the end this programm is a converter and calculator. It is also very useful when you want to encrypt and decrypt some numbers.
Thanks to Ryan Harkin who was so kind and uploaded his initial QT version source code after my request. Before he published only pictures.
I changed the gui a little bit and also some routine that handling the gui. Furthermore I added some more options and fixed a compiler bug so it should calculate right on all platforms now.
Not 100% finger friendly for big fingers...However we have a stylus pen.
http://sourceforge.net/projects/hextool/
http://harkin.org/hextool/index.html
latest version: hextool-1.7.1maemo3 in extra repo
Compiled for N950 on openrepos.
N900: gpxsee, fahrplan, gpscon, genwall, qrcode, hextool, libjansson4, libevent-2.0-5, cnee, psi-plus, mihphoto, shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM
Last edited by Halftux; 2016-03-07 at 14:19. Reason: new screenshot and describtion