Yotaphone slider phone idea - YotaPhone

Dear YotaPhone users,
Like all of you I am fascinated by the YotaPhone 2 design. I truly believe it's the best invention that has happened in many years. It makes me sad to see that the present 'mine is bigger than yours' :silly: generation doesn't understand the benefits of an Electronic Paper Display.
Anyway, the YotaPhone reminds of another phone with an E-ink display that Samsung released back in 2009(!) called the Alias 2. One day I thought:"Wouldn't be a great idea to build a slider phone with the YotaPhone 2 hardware and add a second E-ink display as a keyboard with a clear silicone keypad like the Alias 2?". Unfortunately, due to personal circumstances I am not able to build one myself. So I hope it gives inspiration to someone else to make it happen. Go for it and good luck!
Steps to build a YotaPhone slider prototype:
1. Buy a YotaPhone EPD (Electronic Paper Display) spare part at AliExpress: https://bit.ly/2A7z36h
2. Program a fullscreen YotaHub softkeyboard widget like the Clavis keyboard: https://play.google.com/store/apps/...theophrastkeyboards.claviskeyboardfree&hl=en
3. Buy or design a EPD connector splitter to display the YotaBoard ( ) on second EPD when the phone is turned over to the front AMOLED.
4. Ask Liangchen Chen to use his keyboard slider design https://twitter.com/chenliangchen
5. Putting it all together and check if it all works. Yay!
6. Give credit to xda-developers and me
Something like this:
https://imgur.com/a/fPRky3F

Related

One hand themes?

This might not be a P3600 only questions as much as a windows mobile 5 theme question maybe, but I have a HTC p3600 and I´m trying to find a "theme" or something that is more adapted for one hand usage on the touch screen. What I mean is not just another standard looking theme with just different colors and pictures, but a completely different design, like the Iphone menu design or something? Something where there are larger icons or fields on the today screen for all the apps for instance, so you don´t have to use the stylus to press them.. And maybe a larger keypad so you can type text messages with just your fingers, the same way you can type numbers to dial on the larger keys..
Anyone has any ideas?
You can have a look at the rltoday today plugin here :
http://rotlaus-software.de/
Concerning the input you can consider using "phonepad" there is a topic here :
http://forum.xda-developers.com/showthread.php?t=284378 (post #2)
and another one here for the trinity :
http://forum.xda-developers.com/showthread.php?t=301318 (post #6)
Thanks a lot for your reply and suggestions. I´ll check them out directly!

converter program (finger friendly) need suggestions

Hi wanted to create my first program..
right now Im trying to make a unit converter that is finger friendly..
so far I've tested it and here is what I have so far..
any suggestions? regarding the buttons positions, the interface, etc?
thanks
Hi Providense,
Looks good so far.
Do you have a development schedule as to what it will convert?
Keep it up.
John
Provedence,
It seems that some people like to have a configuration facility.
So perhaps some suggestions:-
Favorites so that the list can be tailored to favorites for that person to save a more compact list of 'things to convert'
I would be happy to have any theme for now but cooks may prefer to add there own theme.
I have used this type of function with calculator type programs but they can become unweildy so one that is specific would be usefull.
Thanks
John
thanks Johny1fin
as of now these are the things i've done
Temperature:
degree Celsius
degree Fahreheit
degree Rankine
degree Reaumur
kelvin
Acceleration: (still doing it right now)
centigal
centimeter/square second
decigal
decimeter/square second
dekameter/square second
foot/square second
g-unit(G)
gal
galileo
gn
grav
hectometer/square second
inch/square second
kilometer/hour second
kilomter/square second
meter/square second
mile/hour minute
mile/hour second
mile/square second
milligal
millimeter/square second
still a long way to go. But the Acceleration should be done by today.
Then I'll add Area, Date/Time and etc
I like the idea of favorites. I'll see if i can implement that. Im still a beginner at programming. Using VB.net 2003 right now
oh by the way. Here's the main menu, where I will put all the buttons
providence said:
Hi wanted to create my first program..
right now Im trying to make a unit converter that is finger friendly..
so far I've tested it and here is what I have so far..
any suggestions? regarding the buttons positions, the interface, etc?
thanks
Click to expand...
Click to collapse
Providence,
It may be a limitation of the APIs but could the vertical scroll buttons be next to each other horizontally rather than vertically as this may produce larger buttons?
John
Look nice.. however, on the finger friendly issue, you may want to avoid the scroll list (on your first screenshot) and have another screen for the choice of (say) different temperature units. Something like, making a screen (of your second shot) for temperature units. If you get what i'm trying to say
thanks for the feedbacks i've changed how the scrolling works. Now im using a custom button for that.
Looking good providence
I am not sure if you like this idea, but I think it will be more useful if you can add:
- Currency converter
- Currency quick view (to view several currencies at once)
There is an example of a very nice and complete project with source code here:
http://www.codeproject.com/netcf/PocketCurrency.asp
Add option to have automatic currency update as well
[ x ] Update when connected to ActiveSync
[ x ] Automatic update every X hours
hi, well the main idea was to create a finger based Unit conversion program. To add Currency Converter would be a challenge for myself.
Since first of all, Currency changes daily, so there must be a way to update it. Secondly, im still learning how to program by self teaching myself on my free time.
By the way, Here's the latest screenshot of the program.
I fixed the buttons so its easier to use.
unfortunately, this will only work on PDAphones and not on smartphones. Since you'll need to use the touch screen as input method.
Here is an idea, as mentioned by one of the post above, instead of stacking your scroll button up and down, it may save you that more space if you were to stack them left and right.
From what it seems, the < and > , are buttons, which you use it to 'affect' your lists. If you were to (example) sandwish your list in between these two buttons, you would save like another 2 button height. Example.
Currently, you have the layout
Code:
. item1 <
. item2
. item3 >
. item4
if you can just do this (which is possible in VC, not sure about VB), instead
Code:
< .item1 >
.item2
So, instead of 4 item height, you are now only left with 2 items height.
ahh i see..
I tried doing it
< item 1 >
item 2
but i find it harder to navigate, since when you go back you have to drag your finger across the other side of the screen. And while doing that, you are blocking the item list with your finger.
I dont need to save space, i think i got everything in there..
by the way, here's the test i took
then again, if i put them on the sides, it makes easier for those who are left handed as well
The spaces you save, may able you to bloat up the keypad below.. from what it seems, now they are on the 'flat' side of it.
If you think the "left-list-right" is not very finger friendly, you can try the "list-left-right"? That is
.item1 < >
.item2
Hi thanks for the suggestions..
right now here is what i have, and will probably be the final change in the button positioning..
i got big fingers and I can use them without stylus.
Should have a pre-alpha version ready soon. As of now I've done temperatures and acceleration.
Will add more soon

Phone Screen Upgrade

Can anyone tell me if anyone has done any developing on the phone software for the Trinity. The problem I have is the size of the text, both numbers and contact name. With the phone pad taking up only half the screen this leave the other half to display nice big fonts for the telephone numbers and the contact name. Instead, WM6 uses a teeny tiny font that I have to squint to see!!! Wouldn't it be nice to use the rest of the screen for a VISIABLE sized font? Has anyone done any development towards this? Could any one do this? Does anyone know if this is possible? It seems to me that this is one big major shortfall of WM over Symbian where you can actually see the numbers on the phone. All help and suggestions welcome?
Thanks!!

[PRJ][21.09.2008]The Manila Interface of your dream PnP (pen-and-paper) ;)

Hello guys!
I think many of us came to the thinking that, though TouchFLO 3D is great UI, we should make something alternate, something that better fits our needs. And now, i think i'm ready to create one, but first we should decide how should it look like and how should it operate.
So, i propose a kind of "brainstorming contest" where you decide about the look of a new UI. But to avoid this turning into an annoying feature request list ("more tasks on today! please! please! please!" ), here are the rules:
- NO text-only suggestions - every post s/b illustrated with pen-and-paper drawing
- NO screenshots or photoshop cooks - only hand-drawings or something that look like em (yes, you can use digitizer tablet )
- drawings are NOT required to be professional - just something to illustrate you thoughts
- you are NOT required to develop the complete UI - you may just post suggestions about UI parts, but preferred things are unique navigation idea (try to forget about tabs), apps\tabs convergence, brand new useful apps/tabs
- best contributors ideas (possible with Manila API) will be implemented and their names will be listed in "About..." screen
Posts that violate rules (even best of them), will be ignored.
That's it.
maybe this is too open ended.. do you haev some ideas of your own that you might want to put forward?
omniwolf said:
maybe this is too open ended.. do you haev some ideas of your own that you might want to put forward?
Click to expand...
Click to collapse
I'm already implementing ideas of my own
I just wanted to know what do folks think/dream about
show us whatcha go then!
I think D-MAN666 doesn't want to influence people, this is a brainstorming If he starts with his idea, it is probable that nobody will post a completely different concept...
This might be a useful start for interface design:
http://forum.xda-developers.com/showthread.php?t=397220
One thing I would love to see is a radial menu:
http://en.wikipedia.org/wiki/Pie_menu
Similar to tap-and-hold for a context menu, but instead of a list popping up, a radial menu appears. You could fit 8-12 options around the circle, which would cover TF3d's pages.
So in usage, tap for the popup radial menu, then:
- swipe up for Contacts
- swipe right for Music
- swipe down for Home
- etc
IMO, it's much easier to be accurate in swiping at different angles/directions than it is to be precise with the default TF3d slider tabs, so you could really speed your way through the interface. The same could apply elsewhere: tap and hold a contact, then swipe up to call, left to SMS, right to email, etc.
For other thoughts, here's a read on interface optimization (for the technically inclined):
http://en.wikipedia.org/wiki/Fitts's_law
And maybe later if I'm bored I'll draw some mockups
http://microsoft.blognewschannel.co...bile-7-to-focus-on-touch-and-motion-gestures/
sorry for breaking the rules, but everyone else is lol...thats a link to the WM7 concept design...along with theoretical gestures...i really digg the battery bar on the bottom and the reception bar...
Ill be the first then...
A quick drawing i knocked up... manila stays very much the same but basicaly show page navigation on the manila both horizontal and vertical..
I hope its clear enough
2 ideas here
I am going to break the rules since I'ma t work and can't really be seen drawing lol.
Here they are:
- Make use of the touch capacitative ability of the the buttons panel. It's made up of three touch panels. Maybe a swipe from left to right to unlock and right to left to lock.
- Display applications within tabs. Ex: Being able to display Icontact when sliding to the contact tab.
And for UI inspiration, I would look here:
http://www.throttlelauncher.com/portal/setupsaskins/45-091setups/69-new-minimal-flow-theme
Ok, here's my concept
The general idea is to keep most of manilla look'n feel, just remove useless animations/transitions, and change the home screen.
Changes : on the right side of the screen, a scrollbar similar to the "contacts" one appears. It controls the content of the box under the clock.
On the left, a button to maximize (take the place of the clock) the box, and a fast vibrator/ring permutation button.
So, by scrolling the bar, the content of the box changes, could be call log, contacts, fast program launcher, music player, and so on.
The idea is to keep complex functionalities (camera, tv, etc) needing full screen accessible by the manilla bar, and quick&fast features such as logs, sms, player accessible on the main screen.
Nice idea, man
Hi there,
just a thought on a possible gui for the UI, instead of tabs, layers (don't know if that's possible, but it would be very cool imho)
you could have multiple layers, and have the layers in the backgound fade out and become smaller (perspective) and use a swipe up or down to navigate
Anything happening on here?
Just wondering
SinnerNL said:
Hi there,
just a thought on a possible gui for the UI, instead of tabs, layers (don't know if that's possible, but it would be very cool imho)
you could have multiple layers, and have the layers in the backgound fade out and become smaller (perspective) and use a swipe up or down to navigate
Click to expand...
Click to collapse
great idea!
like the game u can get on Playstation 3... where u 'swim' around collecting stuff and going thru lvls....
I'm thinking that the Ximoon idea is quite good but one thing that should be included is landscape option and I'm not talking about TP version but one with the same functions like the portrait one
I like the idea of the circular menus...
well first of all thanks to you guys you are doing awsome work and its always funn spendin my free time in your forums
now to my idea
does anybody know the film : the lawnmower man? theres one scene almost at the end of the film where he tries to escape to the internet i think the idea is quite amazing movn in a bowl and havin litle windows to select.
what do ya think
this is the link to the movie scene just skip it forward to about 5 minutes
Edit: sry forgot the link :http://www.youtube.com/watch?v=doAnB5_eDnw&feature=related

amazing new dialer !!

just follow the link
http://www.o3touch.com/
the best dialer out there only released yesterday and its free for now !!
Any screens, as none on site either?!?!?
there is a pdf file under manuals that will show images and how to use it.
Cheers for that, don't really like the look of it.
I'm not seeing the advantage...using the stock dialer does both the number and the name search at the same time. Keyboard looks too complex, taking the alpha/numeric stock dialer, and splitting it into seperate screens.
To each their own.
i think it is f...g amazing also! going to give it a try. it happened to me that instead of dialing the contact i dialed the 3-4 numbers corresponding to the letters. i almost never type a number so why keep them?
this app can do everything except a good cup of coffee even taking you straight to settings or programs. if you'll download and read the pdf manual you'll also be at least intrigued. it is an app you can turn it on (loading it ) or off, this is not a skin. it is a completely new concept. the graphics (has one skin for night and one for the day) are not bad also....
i installed it and going to settings i discovered that you can add a second language by yr choice by typing the letters of yr language in the dialer (you can build the dialer).
the program is small and occupies only a little over 400 K.
look at the second pic, i started changing the keyboard (first two buttons).
It's good that it's free. But it's not the type of dialer I am looking for/forward to. I really want a vga dialer which has big keys (not just like 3/5 of the screen space). Something similar to the minimal dialer here. But that one is for qvga screen. I am hoping if someone could port this to vga screen or I'll have to do it myself.... and I am not a pro. It would take a little less time than forever .
amazing is something else
just like u said....
to each their own.....
i find it making sms email and dialing with above 200 contacts very easy.
the diamonds system is more difficult.
read the manual u can change almost anything u like in the settings
and when u get use to the touch system...i just cant work with out it......
KukurikU said:
i think it is f...g amazing also! going to give it a try. it happened to me that instead of dialing the contact i dialed the 3-4 numbers corresponding to the letters. i almost never type a number so why keep them?
this app can do everything except a good cup of coffee even taking you straight to settings or programs. if you'll download and read the pdf manual you'll also be at least intrigued. it is an app you can turn it on (loading it ) or off, this is not a skin. it is a completely new concept. the graphics (has one skin for night and one for the day) are not bad also....
i installed it and going to settings i discovered that you can add a second language by yr choice by typing the letters of yr language in the dialer (you can build the dialer).
the program is small and occupies only a little over 400 K.
look at the second pic, i started changing the keyboard (first two buttons).
Click to expand...
Click to collapse
u can download the cab file with hebrew settings already inside......
http://www.o3touch.com/hebrew.html
enjoy...
It's ugly as hell! Not for me.
@esabo1: are u the programmer of this dialer?
Davey101 said:
It's ugly as hell! Not for me.
Click to expand...
Click to collapse
i bet we'll see lots of skins in the nearest future. you might think it is ugly but give it a try....sending sms without switching programs and easy typing from yr dial pad are only two of the things that make it superior to the diamond's system not to mention the fact that you can build yourself (in settings) the keyboard with yr kind of fonts and keys arrangement. beautiful things are not always also very practical
i confirm that it is ugly and it looks like an exploded bag full of letters.
AENIGMA said:
i confirm that it is ugly and it looks like an exploded bag full of letters.
Click to expand...
Click to collapse
thank you for yr confirmation and for yr useful contribution to this thread.
this is what i call a very professional review
its not a review, its my impression.
AENIGMA said:
@esabo1: are u the programmer of this dialer?
Click to expand...
Click to collapse
no im not......
actually im just a user.....dont have any programing experience.....
AENIGMA said:
i confirm that it is ugly and it looks like an exploded bag full of letters.
Click to expand...
Click to collapse
Me the Ugly full of letters programer.
It is not about been beauty, it is about doing the job. Some users with 1500 contacts and up actually did try it. They never stop using it.
bbju said:
It's good that it's free. But it's not the type of dialer I am looking for/forward to. I really want a vga dialer which has big keys (not just like 3/5 of the screen space). Something similar to the minimal dialer here. But that one is for qvga screen. I am hoping if someone could port this to vga screen or I'll have to do it myself.... and I am not a pro. It would take a little less time than forever .
Click to expand...
Click to collapse
It's funny that you compare this dialer with the o3touch.
Without the O3 can you do Email, SMS, and dialing in the same application?
Can you get Clear Big letters fonts on incomming SMS or incomming call?
While these programs are shiny and sparkeling , they havy and most of the time have troubles with doing the things they supposed to do.
This program is light (less then 300K) , stable, compatible with VGA screens, and short the numbers of operation moves from the user (smart user or not).
So if the program is look sparkly or not is not the issue, but I think the dark skin looks great on the diamond or the Touch pro.
...and what makes it so special for us less-smart people?

Categories

Resources