Can someone please test this app? - Galaxy Grand Prime Q&A, Help & Troubleshooting

I developed a simple app for a non profit association, its a medical calculator.
The user fills in a couple of values (age integer, creatinine decimal) and touches a couple of rad buttons, then with the "calculate" button it displays a medical value with an equation.
Seems piece of cake, but one user with a Galaxy Grand Prime - Android 5.1.1 - reports a strange thing: when the creatinine fill-in box (edit text) is pressed, a strange dial pad emerges with no decimal dot "." and pressing the "calculate" button does nothing. This doesn't happen in any other phone.
Since this is an isolated event occurring on a Grand Prime device, I am asking my fellow xda-devs with Grand Primes, if someone with this device could please install the app, give it a try and test it please?
This is the app:
https://play.google.com/store/apps/details?id=com.gtrab.tfge
Your kind help is much appreciated!

Related

Scroll bar control, accessing, WM_HSCROLL

Hi all (and no worries vijay555.... I'm new to forums and my Axim x51v... hope I'm doing this right... and thank you for your assistance!!!)
Keystrokes as code?
Specifically Excel Mobile keyboard shortcut Alt-PgUp/Dn (scrolls one screen width left/right)
I've created several Keystroke "routines" to minimize stylus use in Excel Mobile. I've mapped to hardware buttons, and they all work great... except Alt-PgUp(and PgDn). In Excel, these key combos will scroll one screen left or right, respectively. Other similarly-coded "routines" work as expected.
I've worked around this for now by recording screentaps in Excel's horizontal scrollbar. Unfortunately, the location of that s/b depends on whether SIP is active. If it is, the vertical co-ordinates of the screentaps become irrelevant and/or potentially destructive to my intended result. I prefer to avoid "position dependent" commands whenever possible for obvious reasons.
I have several other programs at my disposal to effect the Alt-PgUp/Dn shortcut(s).... IF I knew how to define the values(?) of Alt-PgUp/Dn in a script.
(MortScript, PHMkeys, Pen Commander, Spb FullScreenKb, PDA MediaKb)
I've been all over the web, and I think I understand keystroke scan-codes and values... and how they work together. Is there something akin to an ASCII "value" for this key combination? (099/0A1; 073/081; 153/161)?
Any ideas are appreciated. I've no aversion to research or work, but can't figure out what to ask or where to look further.
(I just really need a more direct/reliable functionality to scroll entire screen at a time left/right.)
Thanks in advance if anyone can help.
Dell Axim x51v WM5 (if it matters)
p.s. Thanks to Vijay555 for "permitting" this post here, and for putting me on the track of WM_HSCROLL (which I haven't had a chance to study yet).
Guys, just to say, there's never any reason to ask me for permission to post. As far as I'm concerned, post whatever you want using your own good sense!
pro-fit2:
Try something like this, as we discussed in the other thread:
Code:
//get current foreground window
HWND CurrentForegroundWindow_hwnd;
CurrentForegroundWindow_hwnd=GetForegroundWindow();
SendMessage (CurrentForegroundWindow_hwnd, WM_VSCROLL, SB_PAGEDOWN, 0);
V

[NO MORE IN DEV 07/31/200] ContactManager 0.11 - Another try for "finger friendly"...

[NO MORE IN DEV 07/31/200] ContactManager 0.11 - Another try for "finger friendly"...
ContactManager is no more developped, please use the new native version. You can get more information here
ContactManager 0.11
What it does:
- "classic" finger scrolling
- tapping the contact make appear a screen with contact info (photo, name, phone, sms and mail). Selecting one option launch the default compose dialog or make the call. You can also change the contact picture from the detail directly.
- display contact photo if present (in the list and the contact detail).
What's different:
- if you press you finger on the left or right border of the screen it will allow you to select the letter you're searching for, release the finger, it will show you the contact starting with this letter. For me that's the way to go in touch interface: release should trigger the event, push should only provide visual feedback, I'd like a visual kb like this.
- the contact detail is not the standard one, you can show only the information you want (and it's animated .
- the list is animated (scrolling) and the transition between list and detail also.
Settings file:
There is an .ini file that you can create in the directory where the program reside. It contains color, font and image settings. See the setting.ini provided in the zip file.
To install, copy the unzipped file to your ppc and run it. Should be enough. Tested on WM6 only, apparently it also run on WM5. Sorry for 2003 owner, as I don't have such device, I'm unable to test.
Please inform me, before publishing this app on any other website... (a mail to qpouplard // gmail.com will be enough). I'm not against it at all, but I'd like to know it.
What's new? (0.11)
- Localization support
- Bug fixes
- Updated default theme
- Setting to adjust image position
- Multiline information are supported
- Memory optimization
How to use localization??
Copy "lang.fr.ini", adapt the file to your need, change "fr" to your PDA country ISO name. (fr for France, sp for Spain, de for Germany, etc...).
I'll provide localization soon.
What's new? (0.10)
- Gesture: you can slide you finger from right to left or right to left, it will go act like the lower left softkey.
- Bug fixes: app crashing while deleting contact
- New virtual contact: at the end of the list you have a new contact, tap on it to create a new
- New default theme inspired from the Touch
- New settings to adjust contact detail information
To download version 0.11 please go to the brand new ContactManager website: http://www.pocketcm.com.
Please always link to my website, do not provide binary yourself. I'm clearly trying to bring some traffic to my website... so I can continue to develop for free.
You like this application? I've put some time developping this application, it also take me lot of time to take all your valuable comments into account. I'm doing mostly for technical challenge and fun, but ... any donation is appreciated (even the small one) (and will motivate me to continue the development as a freeware), please use this link
Feature to come:
- Native version (who read this? )
- Sync with MyOE contact (http://myoedev.blogspot.com)
- (maybe) compose sms from the application, mainly to allow me to test with SIP method using C# and not C++.
- Setup/packaging integration on the Touch (cube, dialer, etc...).
Download ContactManager 0.11
Thanks- this is a very nice version- I like it.
One suggestion- can the A-Z letter can be another colour- ie colour RED ( or user defined) ... Well done !!!
very nice job and I had the same idea for show contacts for my new iMedia continue to work with it, it's going very nice...
btw some things to adjust :
- scroll isn't very good yet
- left index is too much on the left (
- characters are very ugly on my device
pl55, I'll think about adding some options On the other side, if one of you feel like an artist, feel free to propose something!
Guybrush, can you elaborate what's wrong about scrolling (I mean I agree with you, but on the other side, I have a smartphone for 5 days now... I don't have lot of experience about what's "good" or "bad").
You want left index to be longer? for now it's 26 pixels, maybe 30 will do the job?
Related to the ugliness or character, can you post a screenshot? I only have an HTC touch to test (and the emulator).
that's a screen as appear on my device... about left index look screenshot of my SSContact, i think it's good like that... Scrolling is slow... and not fluid... don't give me good feelings.
I've have a little problem, I can call using the Call button, but the send Sms button doing nothing ....
hi,tene
Very nice work,it looks good by adding contact photo and the idea of side contact to call or to send SMS.
The alpha.index is working but as the application is to be used by finger so it is very difficult to use this index by finger.
Second thing is the scrolling is heavy not fluid,the best i think to scroll is icontact of Larna ,it scrolls very nice.
So keep it up and we all wait for another release with fixed bugs.
thanks
pl55, do you have configured anything specific for SMS? WM5 or 6? I'm using "standard" CF function to start the compose SMS stuff.
myRIGHT: regarding performance, what PPC are you using? How many contact do you have? (I have like 100 on mine). How is the sliding to contact detail going? (it's important, if sliding is bad, I'll have to think about a totally different method).
For the alpha index, my idea was exactly to make it usable by finger: its very hard to point to the right letter, but it's rather easy to move your finger to the right position, so the idea is: tap anywhere on left (or right) part of the screen, and move your finger until you're on the right letter, then remove the finger, that's it. That's also why you get a visual feedback (ugly for now, will look better soon).
Wow this looks promising! Good work! Here are my thoughts:
Like MyRIGHT said, I feel the scrolling in larna's icontact is perfect, so if you could get that kind of feel it would be great!
For now though the biggest thing bugging me is the way it sorts the names, File As always seems the prefered way (again like in larna's icontact). If you could fix this I would definitaly use this instead of icontacts!
Good job on the abc index too, maybe you can make the "area" on the right hand side of the screen a little wider (thumb width )
Maybe you could also make the letter that shows up in the middle of the screen more obvious (coloured background or so).
I like how you can you use the virtual keyboard to jump to the first letter!
I LOVE the way the screen slides to the left when you click on a name. It's a lot faster than waiting for the "default" screen to show up too! Maybe the screen that comes in can look a little better like you said though.
The bottom buttons (search and new) don't seem to do anything, but maybe you havent gotten around to that yet. Maybe you could have the app fullscreen and have 4 buttons at the bottom which launch speed dial, call history, the keypad and new contact or so ?
It's also interesting how the d-pad always scrolls all the way to the top of the list no matter what button you press
Hope this might help you and I hope I don't come across as someone who can only complain, this is a really nice app!
tene said:
pl55, do you have configured anything specific for SMS? WM5 or 6? I'm using "standard" CF function to start the compose SMS stuff.
myRIGHT: regarding performance, what PPC are you using? How many contact do you have? (I have like 100 on mine). How is the sliding to contact detail going? (it's important, if sliding is bad, I'll have to think about a totally different method).
For the alpha index, my idea was exactly to make it usable by finger: its very hard to point to the right letter, but it's rather easy to move your finger to the right position, so the idea is: tap anywhere on left (or right) part of the screen, and move your finger until you're on the right letter, then remove the finger, that's it. That's also why you get a visual feedback (ugly for now, will look better soon).
Click to expand...
Click to collapse
My apologies, the SMS send button work fine, it's just take a while to load up. . With my Hermes and WM6 - I like the speed of scrolling it's just feel right - ( just like larna's icontact) .
I've to agreed with others, the A_Z index is so tiny, may be if it can be triggered wih another screen A_Z ( more like the contact detail but appear from the left side this will make finger buttom easier).
It's very very nice, but it can't be displayedcorrect om a htc universal (vga screen). If you could make a vga layout it would be perfect...
I think if the scrolling spped and a few graphics were added it would be great! i am a graphics artest, tell me the size and format of the images for things like the letters on the side and i can cook somthing up for u
Hi atomicshockwave,
For now I don't use image, only drawing text, however I'd like to have:
- A correct layout for contact detail (I can extract something from a mockup, for instance, you draw a beautiful sample for a given contact, and I'll try to integrate it).
- An image for the preview letter from the A_Z, something like a bubble pointing to the letter.
Regarding the size, the A_Z is 10*320, each contact is 220 * 32. For the contact detail, it just has to fill the screen.
Apparently it maybe great to think about VGA devices, I don't have one, but I suppose I can use the emulator (however, I fear performance would suffer).
Working on a new version... will update soon.
Hi Tene,
Great and useful App ! it run smoothly and scrolling speed is acceptable on my Hermes with WM6. Only 3 things i noticed that need enhancement:
1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
2) If the contact saved phone number in 'work tel', it wouldn't be displayed with your contactmanager (list and detail)
3) the 'new' and 'search' softkey is not responding ?
btw, scrolling at the border for first letter is really useful UI
> 1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
Is it something special to your device? (my problem, as a newbe with smartphone, I've no idea what you're talking about)
Regarding work tel, I added work tel to the list of phone number he tries to find, but I really should handle various phone number.
For the new and search, I just put them "for testing", they do nothing... but my question is: what button would be actually usefull?
tene said:
> 1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
Is it something special to your device? (my problem, as a newbe with smartphone, I've no idea what you're talking about)
Click to expand...
Click to collapse
It has a 'OK' button (most PPC phone has this button) to minimise the app (running in memory but hidden from the screen) instead of closing, it would be good if contactmanager can be minimised.
maybe a Exit softkey button would be useful instead of 'search'
Now see I like the scrolling MUCH better in this than iContact. It might be able to slow down a bit slower but the speed that it maxes out at is good. In iContact, sometimes when I scroll it goes too fast or straight to the bottom of the contact list. That is pretty fast given that I have 100 contacts.
My only issue is that there is only one number shown (which you pointed out), and that the search and new buttons are not functional. This is a big pain with the iContact app... no ability to add a new one. I am on the CUSTEL Ultimate WM6 ROM. This is a great foundation for a contacts app!
how do I update my .net compact framework? Says mine sucks.. errr out of date? Im running a treo 750
fffizzz said:
how do I update my .net compact framework? Says mine sucks.. errr out of date? Im running a treo 750
Click to expand...
Click to collapse
Try that: http://www.microsoft.com/downloads/...2F-07B5-4A8C-8A44-B4E1B196D5C0&displaylang=en
But I've no idea if my app works on a Treo.
There is also some funkiness going on with the scroll wheel on the 8525. If you move it the contact goes straight to A and then the screen is unresponsive for a bit to finger scrolling.

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

[Q] Changing ball direction according to GUI object.(UNITY)

Hi everybody. I searched google but could not find something enough siple for me. Could you
please help me.
The case is this: There is a ball on scene and a kick button also there is a gui object
which is for determining the ball direction.
There is 120 level on gui object. The level is changing by time but I want it to be fast,
because user should not catch it easly. Cany we change the levels according to milisecond
for example per 2 milisecond 1 level.
After this, how can get the value of guı object's value when I press the kick button and
give it to ball as a direction. Thanks a lot for your helps.
By the way, I am using javascript.

Floating Hotkey Overlay Buttons

Hi! I'm new to this forum, and I realise that I may be in the wrong area to ask questions. Please fee free to move this topic around as the mods see fit.
Ok... so I am a moderator on Twitch. I use the official Twitch app to view streams and Mod them. Without further adue, I need your help, XDA.
I have a full keyboard (Hacker's Keyboard) that supports CTRL+V... but When I need to paste multiple things into a text field, I am limited to whatever I have copied onto my clipboard. So my idea is an app that would allow one to make floating overlay buttons. Resize them to their needs, and then program them to insert a certain text into the selected text field. For example:
START APP→
Create New Button→
Select Size→
Button Lable→
Button Function/ Text To Paste→
CREATED.
Wereas Button Lable would be displayed on the floating button (i.e. "Purge Neon"), And Button Fucntion/Text would read the info to be pasted. (i.e. "/timeout NeonNightfall 1").
This would make it easier on me as a mod to easily Time/Ban people who are repeat violators. Especially Purging.
Even better, it would be amazing if I could make this button type each letter out individually, so that it types the text, and then hits the send/return key to finalize it. But Im not picky.
Does anyone know of an app that will suit my needs? Or similar to it? Or a combination of apps? I am not afraid to pay a little cash for them. (No more than$4.99 USD) Or is there any way someone could "make" me an app? I know...longshot lol.
Thank you all so much for your responses in advance. I have long been a follower of XDA and its forums, but now I am a member. Mad respect to you all, and thank uou for all you do for the community.

Categories

Resources