Notices


Poll: What are you missing in horizontal-call?
Poll Options
What are you missing in horizontal-call?

Reply
Thread Tools
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#21
Originally Posted by eitama View Post
When you say calculator, i will assume you mean the standard one that comes with the phone? those buttons can be easily acheived with qt styles. i just like the blue more but as said before ill make the an external file for e+y customization.
Hildonizing the app is strongly recommended but ofcourse it's your call if you choose not to. Hopefully you have also hard coded the color of the font used in blue buttons coz it will lead in troubles if user has theme that has blue main font and you have blue buttons instead of what theme is suggesting to use?
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#22
Originally Posted by fraaaaanka View Post
this app is exactly what i need ... at the moment i have my phone in my phone holder in my car closed .... when i want to call someone i have to scroll through whole list and this app would make life so much easier.

how do i install?
its not in repos.
when i click the link on my n900 it says cant install?


help
Read the 1st post mate, I'm waiting on an inv request to upload to devel, and there are a few bugs I need to solve.
On my N900 it's working perfect.

You need to install libqtm-contacts manually once, till I solve the bug.

1. Install rootsh
2. Open terminal > "sudo gainroot"
3. apt-get update
4. apt-get install libqtm-contacts
5. close terminal.
6. Open microb, download the deb file from Post #1
7. Save it to somewhere you know
8. Open file manager, click the file, application manager will open
9. Wait, till it installs.
10. Done.
11. Run it from applications menu.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following 2 Users Say Thank You to eitama For This Useful Post:
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#23
Originally Posted by D-Iivil View Post
Hildonizing the app is strongly recommended but ofcourse it's your call if you choose not to. Hopefully you have also hard coded the color of the font used in blue buttons coz it will lead in troubles if user has theme that has blue main font and you have blue buttons instead of what theme is suggesting to use?
Good point, I'll make sure it's hard coded (:
I took the blue vs. white thing cause it's good both for day and night.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#24
Update :
  • Most Important, I managed to compile with MADDE!!!
  • Solved the bug with the none matching numbers to contacts
  • Working on exporting the syles to file
  • None English chars are not displayed cause of a Qt Mobility bug : http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1649
  • Still waiting on extras-devel approve to upload.
  • I'll upload a new version today with some fixes.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following 3 Users Say Thank You to eitama For This Useful Post:
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#25
New version 0.2 is hereby released!

Refer to the Original Post for details + download
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |

Last edited by eitama; 2010-06-20 at 14:28. Reason: hereby
 

The Following 2 Users Say Thank You to eitama For This Useful Post:
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#26
New version 0.3 is hereby released!

Refer to the Original Post for details + download
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |

Last edited by eitama; 2010-06-20 at 14:27. Reason: hereby
 

The Following 2 Users Say Thank You to eitama For This Useful Post:
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#27
Originally Posted by andrew_85 View Post
Very nice but i don t see all my contacts :-(
Hello andrew,

Can you test version 0.3, (1st post) and tell me if you still have that problem?
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following 2 Users Say Thank You to eitama For This Useful Post:
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#28
After the update the icon in the app manager is not shown. There is only Appman icon 48x48
 
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#29
Originally Posted by fw190 View Post
After the update the icon in the app manager is not shown. There is only Appman icon 48x48
Can you run the following commands as root please ?

Edit : I thought you were talking about the icon in the Application MENU.
I didn't take care of the icon in the app manager yet.


Code:
find / -name "hor*.png"
/opt/usr/share/icons/hicolor/64x64/apps/horizontal-call.png
/home/opt/usr/share/icons/hicolor/64x64/apps/horizontal-call.png

cat /usr/share/applications/hildon/horizontal-call.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.2
Type=Application
Name=Horizontal-Call
Exec=/usr/bin/horizontal-call
Icon=horizontal-call
And Paste the output here so I can understand what happened and why.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
 

The Following 2 Users Say Thank You to eitama For This Useful Post:
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#30
Originally Posted by fw190 View Post
After the update the icon in the app manager is not shown. There is only Appman icon 48x48
Reboot an the icon shall appear.
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:18.