[APP] Vsel Calculator [UPDATE] 1.1

Is our app useful?!


  • Total voters
    26
  • Poll closed .

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris




with four rows it's a bit near the bottom but it's displayed good with Epys CM10


add the credits to a menu, not on top of the screen and layout will fit on older Android versions.


Jelly powered.Defy

Funny.. i'm on CM7 personnaly. I not sure but i think when i was on CM9 i had the same glitch. We need people who are running those roms to inform us.

as for the credits, they will indeed go inside a menu in a near future, thus leaving a little more space for these boxes and the action-bar-menu.
Thanks for the remark, keep on with it we need you ;)

---------- Post added at 12:36 AM ---------- Previous post was at 12:31 AM ----------

great. colors are good readable. buttons are on a good position.

like the app :)

tell me the github and I translate to German

Jelly powered.Defy
Here you go
github.com/crakeron/Vselcalculator
In case you don't know how to do it, just modify what's in blue in my example:

<string name="changelog_title">What\'s New</string>

-> <string name="changelog_title">Was Neue ist</string> (showing off my german skills :p
 

AnTerNoZ

Senior Member
Jan 14, 2011
888
558
123
Hiddenhausen
...

Here you go
github.com/crakeron/Vselcalculator
In case you don't know how to do it, just modify what's in blue in my example:

<string name="changelog_title">What\'s New</string>

-> <string name="changelog_title">Was Neue ist</string> (showing off my german skills :p
hey, not bad. I see you can do the German translation alone :D

i do it tomorrow, with the github app it don't work to fork repositories or request changes to merge into source. or is there some unofficial app for that? I only work with the laptop on github.

Jelly powered.Defy
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
hey, not bad. I see you can do the German translation alone :D

i do it tomorrow, with the github app it don't work to fork repositories or request changes to merge into source. or is there some unofficial app for that? I only work with the laptop on github.

Jelly powered.Defy
Unfortunately, you can't push to that repository. Crakeron, remember..me and you made it only accessible to two of us...
You can push it here
https://github.com/ppero196/Vselcalculator
And I will push it to crakeron
Sent from my MB525 using xda app-developers app
 

AnTerNoZ

Senior Member
Jan 14, 2011
888
558
123
Hiddenhausen
New version!
Changelog:
*Rewapmed icon to match Android standards

Download here: http://d-h.st/N5C
values-de/strings.xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="Column1">CPU Freq</string>
    <string name="app_name">Vsel Rechner</string>
    <string name="hello">Layoutvorschau für Vsel Rechner</string>
    <string name="arrow">-></string>
    <string name="calc">Berechne!</string>
    <string name="mhz"> MHz</string>
    <string name="voltage">benötigte Spannung</string>
    <string name="credits">Herrausgegeben vom CPTeam: ppero196, crakeron</string>
    <string name="spinner">Anzahl der Frequenzen</string>
    <string name="welcome">Willkommen beim Vsel Rechner</string>
    <string name="range"> +/-2</string>
    <string name="changelog_full_title">Änderungsprotokoll</string>
    <string name="changelog_title">Was ist neu</string>
    <string name="changelog_ok_button">OK</string>
    <string name="changelog_show_full">mehr...</string>
    <string name="auto_detect">Auto-Erkennung!</string>
    
    <string-array name="spinner_choices">
        <item>3</item>
        <item>4</item>
    </string-array>

</resources>

that's have to fit the button layout... i hope :D

string 15 can also named 'Change log', most German understand that, its smaller than 'Änderungsprotokoll' and may fit better.
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
Originally Posted by crakeron
Thanks for the translation ;). As soon as the action bar will be implemented and the credits button, your name will appear in the translations section :)

Motorola Defy, CM7 @ 1Ghz + CM9 multiboot
[Guide] Install double boot CM7 + CM9
[Guide][Root needed] Unsimlock your Defy
[Mod/Fix][APP]Messaging apps with ENTER button enabled!
You merged? Also do you like new icon?
All in rules!
No i've been driving around France all day i told you yesterday :p
I'll code tonight and i'll try and merge something using my phone tethering.
I'm trying to dl the app, bad reception in the countryside and i'm still on the road. Impatient to see the new icon! :D

EDIT: OMFG the new icon is amazing!!!! *.*

Motorola Defy, CM7 @ 1Ghz + CM9 multiboot
[Guide] Install double boot CM7 + CM9
[Guide][Root needed] Unsimlock your Defy
[Mod/Fix][APP]Messaging apps with ENTER button enabled!
 
Last edited:

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
values-de/strings.xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="Column1">CPU Freq</string>
    <string name="app_name">Vsel Rechner</string>
    <string name="hello">Layoutvorschau für Vsel Rechner</string>
    <string name="arrow">-></string>
    <string name="calc">Berechne!</string>
    <string name="mhz"> MHz</string>
    <string name="voltage">benötigte Spannung</string>
    <string name="credits">Herrausgegeben vom CPTeam: ppero196, crakeron</string>
    <string name="spinner">Anzahl der Frequenzen</string>
    <string name="welcome">Willkommen beim Vsel Rechner</string>
    <string name="range"> +/-2</string>
    <string name="changelog_full_title">Änderungsprotokoll</string>
    <string name="changelog_title">Was ist neu</string>
    <string name="changelog_ok_button">OK</string>
    <string name="changelog_show_full">mehr...</string>
    <string name="auto_detect">Auto-Erkennung!</string>
    
    <string-array name="spinner_choices">
        <item>3</item>
        <item>4</item>
    </string-array>

</resources>

that's have to fit the button layout... i hope :D

string 15 can also named 'Change log', most German understand that, its smaller than 'Änderungsprotokoll' and may fit better.
Thank You!
https://github.com/crakeron/Vselcalculator/commit/411f5929f5a38ba72fcd62c7e81516efa8430210
 

Hairo The Blue Mage

Senior Member
Jul 1, 2011
375
118
0
Moca
Spanish here:

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="Column1">Freq del CPU</string>
    <string name="app_name">Calculadora de Vsel</string>
    <string name="hello">Vista previa de la calc de vsel</string>
    <string name="arrow">-></string>
    <string name="calc">¡Calcular!</string>
    <string name="mhz"> MHz</string>
    <string name="voltage">Voltaje Recomendado</string>
    <string name="credits">Créditos al CPTeam: ppero196, crakeron</string>
    <string name="spinner">Número de frecuencias</string>
    <string name="welcome">Bienvenido a la Calculadora de Vsel</string>
    <string name="range"> +/-2</string>
    <string name="changelog_full_title">Cambios</string>
    <string name="changelog_title">Nuevo</string>
    <string name="changelog_ok_button">Aceptar</string>
    <string name="changelog_show_full">mas...</string>
    <string name="auto_detect">¡Auto-Detectar!</string>
    
    <string-array name="spinner_choices">
        <item>3</item>
        <item>4</item>
    </string-array>

</resources>
 
  • Like
Reactions: ppero196

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
Version 0.9.5
-Auto-Detection!!

Version 0.9.6
- Improved Auto-detection
- Added logging for debugging and testing (catlog: debug)
- New functions in the source (invisoble to user)

Forgive me for not uploading the apk after having implemented such an awesome function, i have no internet. All i have is some wifi-tethering on my defy on a crappy edge-network. I barely managed to commit my work to github xD.
You'll have to wait for ppero196 to build from the sources i've just finished ;)


Motorola Defy, CM7 @ 1Ghz + CM9 multiboot
[Guide] Install double boot CM7 + CM9
[Guide][Root needed] Unsimlock your Defy
[Mod/Fix][APP]Messaging apps with ENTER button enabled!
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
Version 0.9.5
-Auto-Detection!!

Version 0.9.6
- Improved Auto-detection
- Added logging for debugging and testing (catlog: debug)
- New functions in the source (invisoble to user)

Forgive me for not uploading the apk after having implemented such an awesome function, i have no internet. All i have is some wifi-tethering on my defy on a crappy edge-network. I barely managed to commit my work to github xD.
You'll have to wait for ppero196 to build from the sources i've just finished ;)


Motorola Defy, CM7 @ 1Ghz + CM9 multiboot
[Guide] Install double boot CM7 + CM9
[Guide][Root needed] Unsimlock your Defy
[Mod/Fix][APP]Messaging apps with ENTER button enabled!
I'll add autodetection to 0.9.6 build..
It's pointless to have 2 builds on a same day.

Sent from my MB525 using xda app-developers app
 

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris

AnTerNoZ

Senior Member
Jan 14, 2011
888
558
123
Hiddenhausen
New version!
Changelog:
*Autodetection!
*Autodetection improved
*Added Logs for debugging/testing
*new functions to simplify actions
*testing for action bar

Download here: http://d-h.st/GoI

Also appropriate song for our CPTeam :)
http://www.youtube.com/watch?v=04854XqcfCY
hello, ^^
really fast development! ur guys rock!

ok new build and new failures.





the action bar cut the fourth vsel entry in landscape, if u add later ur team to a menu it have to fit I think. auto detect vsel stay in program after close, it's possible to clean the auto detecting value if the app close? the German translation don't fit :/ bit more to the right :)

Jelly powered.Defy
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
hello, ^^
really fast development! ur guys rock!

ok new build and new failures.





the action bar cut the fourth vsel entry in landscape, if u add later ur team to a menu it have to fit I think. auto detect vsel stay in program after close, it's possible to clean the auto detecting value if the app close? the German translation don't fit :/ bit more to the right :)

Jelly powered.Defy
Well it cleans for me. I press back button and it cleans.

Sent from my MB525 using xda app-developers app