![]() |
Re: i just KNOW this could work...
Quote:
or even very very simple, (to the point of impractical just for starters) numeric keypad still inserts numbers, sends via plugin to external app, external app converts string of numbers to text? would require space (0) between every letter and double space (00) to indicate actual space(_)... just thinking out loud at this point... 440330555055506660060203306066600111 ...lmao maybe not... |
Re: i just KNOW this could work...
Quote:
|
Re: i just KNOW this could work...
oh i wasn't suggesting sending back to the pad there, just use the pad as an output and let the other app handle it from there, like i said very impractical anyway. so it looks like the dream is dead for now then? :(
whats the chances of convincing nokia to release the code? |
Re: i just KNOW this could work...
Quote:
Quote:
|
Re: i just KNOW this could work...
Quote:
|
Re: i just KNOW this could work...
Quote:
Even if you capture those keys and program a plugin to interpret 222 as 'c' for example and recognize pauses so it would be like a T9 entry system, there is no way to determine if the app is also sending out other types of signals. You can't know unless you know the source and/or monitor every event that happens when you press a number. It would be much easier to design the whole thing yourself. The problem is with portrait mode. How to force text to be portrait. Making the buttons is simple enough and programming them to respond as they should will not be very difficult. You could create large buttons as a new qwerty layout and write 2/abc, 3/def and whatever. You can write those in portrait mode so the numbers will be legible when holding the phone in portrait mode. The layout is the easiest thing. But even if you do that right, and program the thing right, the text will still be in landscape mode. That is the main problem. |
Re: i just KNOW this could work...
@pantera
thanks, i had kinda reached that conclusion and dived into the "learn python in 30 mins" thread ran about blindly placing buttons and messing with things i dont understand and spent half the time thinking "but how do i even rotate the text?" it looks like nobody's ready to adopt the project atm, and i'll have to learn sooooo much to even attempt this myself, very daunting! i wouldn't even mind the text displaying in landscape as a stop gap for now, okay its ugly and impractical but its one step closer all the same! |
Re: i just KNOW this could work...
Well, maybe when I can find some time, I could manage something.
*In previous years I have developed virtual keyboard for linux *in current project I have implementing message sending and receiving So 2 solutions I could propose: *port my virtual keyboard and activate/disable it with power button *write SMS application for portrait mode However, you would have to wait at least a month for it, I have no time currently to do any of those:) I should not even be checking this forum, damn it!! :D |
Re: i just KNOW this could work...
1 Attachment(s)
i made entire app from zero. now I have working UI and problem how to get text input working. I have some ideas I am testing actively. now it only prints "aaaaaa" when I tap button number 1 ;)
there is a contact dialog (that gives the name instead of number for now but hey the dialog is working). heres one screenshot. yes, backspace is missing |
Re: i just KNOW this could work...
Quote:
Anyways, as for the "aaaaaa" what about keeping a global variable (or class attribute) that keeps track of the number of sequential presses? Something like: Code:
sequential_presses = 0 BTW, space is usually the 0 key, isn't it? Might help if each key had the letters it can input under them in a smaller font. Looking good so far though. edit: Just another idea: Code:
letters = {} |
All times are GMT. The time now is 05:37. |
vBulletin® Version 3.8.8