[App] Calories counter. - Windows Mobile Apps and Games

Before I post the application (that I’m making for myself) I was just wondering if anyone would be interested in using this application.
It’s almost done, just need to polish some small bugs.
It uses .NET framework 3.5, SQLite as storage.
I have tested this on Xperia X1 (my main device) and iPaq hx2495b.
Here are some screenshots of what it can do.
This is still work in progress. Feel free to let me know any bugs and/or any improvements.
NOTE: For unknown reason I can’t figure out how to make the application install to Storage Card.
Once you install the application, go to Option, Database Maintenance and Change Data Location.
File Updated 03/02/2011 - Version 1.0.0.6
File Updated 18/01/2011

upload , please

JarekG said:
Before I post the application (that I’m making for myself) I was just wondering if anyone would be interested in using this application.
It’s almost done, just need to polish some small bugs.
It uses .NET framework 3.5, SQLite as storage.
I have tested this on Xperia X1 (my main device) and iPaq hx2495b.
Here are some screenshots of what it can do.
Click to expand...
Click to collapse
Thats just SUPER! Please, post this app!

Files added
Please let me know of any bugs and/or improvements.

JarekG said:
Please let me know of any bugs and/or improvements.
Click to expand...
Click to collapse
I made some changes and fix some bugs, is any one still interested in this?
Should I update the application?

This looks really interesting and I would love to test it. But it seems that I don't have SQLite for my HTC Touch 2. Do you know where I can download it?
Error Log (sorry, it's in German)
16.01.11 11:04:33<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:39<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:47<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:49<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
Translation:
File or assembly name 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84', or one of its dependencies, was not found.

Did you run the installer or just extract the zip file?
caessa said:
This looks really interesting and I would love to test it. But it seems that I don't have SQLite for my HTC Touch 2. Do you know where I can download it?
Error Log (sorry, it's in German)
16.01.11 11:04:33<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:39<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:47<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
16.01.11 11:04:49<~>Datei- oder Assemblyname 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84' bzw. eine Abhängigkeit davon wurde nicht gefunden.
Translation:
File or assembly name 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1FDB50B1B62B4C84', or one of its dependencies, was not found.
Click to expand...
Click to collapse

I used the installer and didn't get any error message during the installation.

How does this work? Uses sensors?

OK, it looks like the DLL got missed in the installer.
Can you download the ZIP file and copy System.Data.SQLite.dll to the application folder.
It should work.
In a day or so I'll update the installer and it should include all files.
caessa said:
I used the installer and didn't get any error message during the installation.
Click to expand...
Click to collapse

Sorry it does not. This app is made more of data collection instead using notes.
gera229 said:
How does this work? Uses sensors?
Click to expand...
Click to collapse

JarekG said:
OK, it looks like the DLL got missed in the installer.
Can you download the ZIP file and copy System.Data.SQLite.dll to the application folder.
It should work.
In a day or so I'll update the installer and it should include all files.
Click to expand...
Click to collapse
Yes, that solved the issue! I would have never thought about this.
After a short test I have a few suggestions:
- I have a German mobile phone and our date format is dd.mm.yyyy. When I first tried to open "My Bio" I got an error message regarding the date format (the tool "thought" that 17 is the month, not the day). Maybe you can check the system settings for this? I changed the format in the system settings and then I was able to open "My Bio".
- It would be helpful if you could put the unit behind weight, goal and waist size so everyone knows what to put in it.
- I added a new item, but I it seems that I can't edit it. The form is grayed out
I hope this is helpful
Caes

The date issue is interesting since I take the date from the device and split it and then setup the Date picker that way...I will do more testing and see why is doing this.
For the unit, for now it's Imperial (even though I'm Polish, live in Canada for 22 years I got use to imperial) but I'm working on making it Imperial/Metric.
As for added items, I notice that and the new version takes care of that.
I'll see if I can figure the date, and if I do I'll post new version in the morning.
Thanks for the bugs.
EDIT:
The date thing is very interesting. On my Device Emulator the date format for German is dd.mm.yy (only last 2 digits for year). I got the issue fix with opening Bio form, but now I have small problem when saving to database. The format is like this (dd.mm.yy).
I have to experiment with the dates little more.
caessa said:
Yes, that solved the issue! I would have never thought about this.
After a short test I have a few suggestions:
- I have a German mobile phone and our date format is dd.mm.yyyy. When I first tried to open "My Bio" I got an error message regarding the date format (the tool "thought" that 17 is the month, not the day). Maybe you can check the system settings for this? I changed the format in the system settings and then I was able to open "My Bio".
- It would be helpful if you could put the unit behind weight, goal and waist size so everyone knows what to put in it.
- I added a new item, but I it seems that I can't edit it. The form is grayed out
I hope this is helpful
Caes
Click to expand...
Click to collapse

Main file has been updated. Install the new version and let me know.
I also removed the ZIP file for now.

Yes, it's working! I don't have any problems with the date and I can edit my items
Also I love the new option to save the blood pressure. I'll show this my boyfriend, because he writes down his blood pressure on paper And what I really have to say: I really like it that the keyboard don't hide the program and the program gets smaller.
Another suggestion:
- an option to delete categories, brand names, items, etc.
- also it would be great if you could realize an option to switch to metric, as you already mentioned. Fortunately I have a converter on my mobile phone
A little bug:
the edit form for items doesn't get a scroll bar, when I open the keyboard.
And two questions
- Why do I have two input fields (for example when I edit/add categories)
- Can you recommend a website that has information for the Nutrition Facts under items? In my calories table I only have information about the item and not for the daily value.

I will add the delete function for categories, etc as long as they are not used in any item. Like right now you can delete items as long as it's not been selected in today's items (the history would not work cause of they database layout).
As for the edit categories, brand names....there are 2 cause one it to edit that items name and another is to add new item.
I will look in to the bug (it's small one) and post new version later on today.
What I do here is go to local store website, (pc.ca) and under each item they have that info. Also I think most manufacturers have that info on their website.
Or I just do search on Google (say calories count for slice of bread).
I don't want to add the items as I think most people would have lot's of items that they don't use.
But i created the database in a way so if you make all your changes and want to share with someone you can give them your files (only 2) and they will have all your items. The only drawback is that they will not be bale to keep theirs...once all the small bugs are fixed..Import will be next.
caessa said:
Yes, it's working! I don't have any problems with the date and I can edit my items
Also I love the new option to save the blood pressure. I'll show this my boyfriend, because he writes down his blood pressure on paper And what I really have to say: I really like it that the keyboard don't hide the program and the program gets smaller.
Another suggestion:
- an option to delete categories, brand names, items, etc.
- also it would be great if you could realize an option to switch to metric, as you already mentioned. Fortunately I have a converter on my mobile phone
A little bug:
the edit form for items doesn't get a scroll bar, when I open the keyboard.
And two questions
- Why do I have two input fields (for example when I edit/add categories)
- Can you recommend a website that has information for the Nutrition Facts under items? In my calories table I only have information about the item and not for the daily value.
Click to expand...
Click to collapse

That sounds great!
And thanks for the information. I'm afraid the manufactures aren't that far here in Germany. I checked the nut bag and the butter (because these are here on my table ) and only the butter has an common daily value, but not for the single facts. Maybe I can find a good website for this
JarekG said:
I will add the delete function for categories, etc as long as they are not used in any item. Like right now you can delete items as long as it's not been selected in today's items (the history would not work cause of they database layout).
As for the edit categories, brand names....there are 2 cause one it to edit that items name and another is to add new item.
I will look in to the bug (it's small one) and post new version later on today.
What I do here is go to local store website, (pc.ca) and under each item they have that info. Also I think most manufacturers have that info on their website.
Or I just do search on Google (say calories count for slice of bread).
I don't want to add the items as I think most people would have lot's of items that they don't use.
But i created the database in a way so if you make all your changes and want to share with someone you can give them your files (only 2) and they will have all your items. The only drawback is that they will not be bale to keep theirs...once all the small bugs are fixed..Import will be next.
Click to expand...
Click to collapse

Software function inquiry
Hello:
I've been using the app , as so far it's well. Just a couple of questions/possible suggestions
1) In the exercise log part of the software (of the current version 1.0.0.4) is there a way to to edit the history? The reason I ask is if I create a workout log a ahead of time and then come to it a day or two later, the date is not respective of the actual day I perfrom the task.
or can this be implemented in any future releases?
2) Can a field be edittable (i.e. Speed to Pounds)?
Thank you

Hi, I did not yet tested the software, so no report a the moment... but..
+1 for metric units
keep up that good work!

The Imperial/Metric is almost done. Just need to create function to calculate the BMI.
jjollyroger said:
Hi, I did not yet tested the software, so no report a the moment... but..
+1 for metric units
keep up that good work!
Click to expand...
Click to collapse

Related

[APP] Finger friendly Bible App - UPDATE | 15/02/11 | BETA v. 0.1

New direction on the app.
The layout has been updated to provide faster chapter navigation, I've also added a notes feature for people who would like to take notes. Search feature has been added.
Todo:
Convert database to flat file for faster load
Will add more to the list as I go through old requests in this thread.
Installation
Download the attached rbBiblev2Installer.CAB (7.16 MB), this will install two sqlce files if they are not already present in your rom, I would recommend installing the app on your sdcard and the sqlce files on your internal storage; you may also require 3.5 compact framework as it may not be preinstalled on your rom.
Feedback/input
=============
User input/feedback highly appreciated
Screenshots will be added shortly
Compatible Devices: TG01, HD2, TP2, Xperia X1, Touch Diamond
Supported Resolutions: WVGA
=============
Error Messages + Resolutions
Thanks everyone,
If you are experiencing the following
-------------------
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
------------------
Please try installing these cabs; they are for sqlce, it seems to be missing by default in some ROMs
------------------------------------------ OLD VERSION -------------------------------------------------------
My first mobile app - BETA v. 0.5
I was searching for a finger friendly bible app but couldn't find one so I created this app.
Thanks @MalekoUK, for providing the host space for the app.
Compatible Devices: TG01, HD2, TP2, Xperia X1, Touch Diamond
Supported Resolutions: WVGA
If you're having problems installing/running the app, you will be pleased to know that it is also available in the Windows Phone Marketplace, the installer in the marketplace installs the two sqlce cabs while the marketplace installs .NETCF.
Change Log 0.5
Book, Translation list and downloadable list now uses Microsoft gesture
Decided not to seperate OT/NT as the Microsoft gestures are faster and smoother
Book names now loaded from database
Verse view left/right gesture implemented, right to left = next while left to right = previous chapter
Chapter select includes verse input
Search now goes to the Chapter and corressponding verse
More translations added many thanks to Hundera
Todo List
============
Enable text selection (copy/paste) when viewing verses
Bookmark of verse
Work on QVGA version
Change Log 0.2.2
More translations added (Books view in ENGLISH will update in the future):
Elberfelder Übersetzung - GERELB, American Standard Version - ASV, Bible in Basic English - BBE, Tradução de João Ferreira... - JFA-RC, Swedish Bible - SWE, Dutch Statenvertaling - DUTSV
I have also added a new easier method to add new translations in the future without having to re-install the app
Verse view now utilises Microsoft's Gesture, scrollbar available as well.
Change Log 0.2.1
Last read chapter remembered on exit
Application can now be minimised and no longer covers the start menu
Next and Previous chapter implemented
New Splash screen
Top bar height reduced
Search result now displays the chapters when clicked
Change Log 0.2
New book display includes total chapters
Added a button pad to input chapters - saves time scrolling through psalms
Translation selection list
Downloadables panel for bibles
Todo List
============
Utilise Microsofts Gesture scrolling for book list.
Optimise the search function, I had to scrap my current algorithm which splits words entered and searches per word and the results are joined using the union keyword. this method works but its very slow.
enable text selection (copy/paste) when viewing verses
New Download location - http://www.romabravo.com/mobile-apps/romabravo-finger-friendly-bible/13.aspx
Kindly let me know if these resolves the database exception.
Very good!
Thanks! It is compatible with QVGA?
Thank You!
Hope that it is compatible with QVGA, I'll see.
Thank you!
Thank you, but, this won't work on my HTC Touch Pro 2? I keep getting error messages.. In any event, I hope so! Thank you for your time and efforts!
Can't wait for the St. Joseph (Catholic) edition to be released.
I am getting an error as well I would really love for this app to work on my US HD2
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
Another user here with 2 HD2's. I am very interested in this app.
Nice work on starting this project. I'll keep an eye on it but I wanted to encourage you as you get started.
This looks REALLY good! Loving it! Looking forward to seeing ESV on there
Nagrom Nniuq said:
Nice work on starting this project. I'll keep an eye on it but I wanted to encourage you as you get started.
Click to expand...
Click to collapse
thanks for your kind words.
agentaaron said:
I am getting an error as well I would really love for this app to work on my US HD2
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
Click to expand...
Click to collapse
i will look into the database exception, It's strange as my test devices were the HD2 and the TG01
lagbaja said:
i will look into the database exception, It's strange as my test devices were the HD2 and the TG01
Click to expand...
Click to collapse
Thank You for looking into this. I have 2 T-Mobile HD2's and they both have this issue.
Thanks for doing this i have looked all over the net for a good bible thanks and look forward to later releases
agentaaron said:
I am getting an error as well I would really love for this app to work on my US HD2
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
Click to expand...
Click to collapse
Same here on HD2.
I would donate if this works a wonder!
agentaaron said:
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
Click to expand...
Click to collapse
getting same error on Touch Pro running NFSFAN's WM 6.5.5 sense 2.5 custom rom. From the screenshots this is the best looking Bible app i have seen. I look forward to being able to use it
Hi
Could you enable your reader to say 'read' the Bible file for Pocket Sword? I like the ESV which is offered free by Pocket Sword, but you need to pay for it if you get it from other Bible Reader like Laridian or Olive Tree. It seems like the owner has the licence to use it for free.
Good Project
it is very good project but unfortunately it doesnt work on my Raphael(VGA).
any way wish you all the best.
agentaaron said:
I am getting an error as well I would really love for this app to work on my US HD2
"romabravoBible.exe
MissingMethodException
File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found."
Click to expand...
Click to collapse
Getting the same thing on my HD...
Otherwise, if you get it working, then it will be great! I've always used Pocket E-sword, but it isn't finger friendly at all, and I've always wanted a finger friendly bible app. Keep up the good work, your really awesome!
works greate on sony xperia WVGA
6.1
thank you

[APP] Who's Near Me (Mobile Geo-Proximity Social Networking)

Hello everyone,
We have released a free new Windows Mobile application called Who's Near Me. In a nutshell, this application uses GPS (or cell tower info if no GPS) to determine your location and then displays other users that are nearby you - along with their photo, age, gender, and bio. You can then start an anonymous message conversation with anyone on the list. It uses your data connection only so you are never charged for any text messages.
The application is still considered beta but has already been in closed testing for a few weeks. Most major issues should be resolved at this point. We plan to add it to the Microsoft Marketplace for Mobile as a free application in the next few weeks - at which point we expect the number of active users to increase substantially. A Windows Phone version (with additional functionality) will also be available at the launch of the WP7 platform.
The application is free (100% free, no advertisements even), small, and pretty cool. You can download the latest version of the application from our website as a cab file directly to your phone at http://www.synergetechsolutions.com/whos-near-me.aspx. The download link is pretty clearly located to the right of the page title. I have also uploaded the current release's cab file to this post. This current release is focused for touch devices and no testing has been done with non-touch phones. Windows Mobile 5.x and 6.x are both supported. The Microsoft .Net Compact Framework 2.0 is required on the device.
Since the application is in beta, your feedback would be greatly appreciated. You can either use the feedback form in the application or post your feedback to this forum post.
Thanks,
Brian P. Hamachek
President & CEO
SynergeTech Solutions
Cool app. If you all can get everyone to adapt and use this program, it could become it's own personal social network giant. Kind of like speed meeting
Who's near me?
Well - I still don't know. Heard about the app from 1800pocketpc. But so far, can't get it going. Downloaded from the dev's website. It says it was installed correctly. Then when I open it it says, "Connecting to service..." and it just goes around and around without ever connecting.
I wonder if it is because I live in a rural area (Boron Ca 93516) without very good cel coverage? Bc I thought I read it works to position you through cel towers.
I have no idea. Wanted to test it. But no luck so far.
Crash after view SynergeTech user profile. Fail to connect to server then.
Using HTC HD2.
started good,chatted a little bit.also notified by answers.
then after a while, I tried to answer again and app crashed. restart didn't work "profile error"
After soft reset my hd2 was very slow.no background process to see.restart still failed.
reinstall takes no effect.sometimes it crashes to answer, afterwards profile error.
but the app is young and a great idea.
please add options to switch off/on gps localization and use cell manually.
the footprint/cpu usage is quite high and noticeable on hd 2...
sended also report by app, but crashes afterwards...
keep up good work! thanx
Mine also just stops and get stuck on the Connecting to service... on my touch pro 2.. great concept though.. Cant wait to get a working version.
Same thing here. Gets stuck at the connecting screen. ...On TP
Will be waitin for the app to start working...
Thanks for all of the feedback. As I stated, this application is still a beta release. We have just published a major update though and the issues some of you were having should be resolved at this point. The application is picking up popularity in Europe so it is definitely worth taking a look at if you live there. Here are the changes that this update include:
Substantially redesigned the user interface (see attached screenshots)
Added a settings screen - including filters for narrowing down the nearby people list
Added support for showing distances in either Kilometers or Miles
Added ability to "delete" messages in order to reduce clutter
Fixed local timezone bug on messages list.
Added terms and conditions consent screen.
Fixed geo-locating issues for some locations.
Added auto-update (with a confirmation prompt) feature.
Fixed issue that caused profile to revert to showing age 13
Many, many, many performance/bandwith enhancements
Many, many, many minor cosmetic and usability improvements
Overall, the application is much more usable now. We hope to get it into the Marketplace for Mobile as soon as possible - which is when it should really get intresting.
You can learn more here: synergetechsolutions.com/whos-near-me.aspx
I have attached the latest cab file for the application to this post.
Thanks!
Latest beta still is not working on my Sprint Tp2. I hit agree to terms and conditions page and gets stuck there now. Would like to give this a try..
Check and see if there is a file called "WhosNearMeLog.txt" in your My Documents (or Personal) folder on the device. If an error is occuring during connecting, it should be logged there. Please send me that file and I will diagnose the issue for you and either fix it in our software or let you know how to resolve it on your end. Thanks.
at first: it's an app, which it free and a beta - soo I appreciate your efforts and don't mind in any way if something doesn't work.
just want to say thank you!
now the result if new cab:
it can't connect to service.
I installed it to internal storage and switched on wifi.
but no way to start it.
I saw... you rely on wwe ... and I have german rom. so I didn't found it in startmenü (= start menu) and had yoi start it in /storage card/programme (not programs or program files)
perhaps the .cab lacks the international parameters like %ce1% or %ce11% ?
or inside app is a wwe-path hardcoded?
here's my log:
--------------------------------------------
12.05.10 23:09:32
System.FormatException: FormatException
bei System.Double.Parse(String s, NumberStyles style, IFormatProvider provider)
bei SynergeTechSolutions.WhosNearMe.Client.WinMobile.SplashScreen.StartApplication()
bei SynergeTechSolutions.WhosNearMe.Client.WinMobile.SplashScreen.timer1_Tick(Object sender, EventArgs e)
bei System.Windows.Forms.Timer._WnProc(WM wm, Int32 wParam, Int32 lParam)
bei System.Windows.Forms.ApplicationThreadContext._InternalContextMessages(WM wm, Int32 wParam, Int32 lParam)
bei Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bei System.Windows.Forms.Application.Run(Form fm)
bei SynergeTechSolutions.WhosNearMe.Client.WinMobile.Program.Main()
It's working fine on my T-Mobile HD2. Wish there were more people using it though (of course). Nearest person to me is 3000+ miles away...hahaha
Works on Hd2
Just testing it now, works well. Thanks.. Found 28 people and nearest person is 48 miles away
MichelDiamond said:
I saw... you rely on wwe ... and I have german rom. so I didn't found it in startmenü (= start menu) and had yoi start it in /storage card/programme (not programs or program files)
perhaps the .cab lacks the international parameters like %ce1% or %ce11% ?
or inside app is a wwe-path hardcoded?
Click to expand...
Click to collapse
I will look into this. The application is currently being used primarily by users located in Germany (due to a popular German website writing about it) and I haven't heard of this problem yet so not sure why it isn't showing in your start menu.
MichelDiamond said:
I installed it to internal storage and switched on wifi.
Click to expand...
Click to collapse
Someone else reported that the application would not run when installed on a storage card. They reinstalled in the device's main memory and it worked for them though. The application isn't excessively large (around 1MB) so hopefully this will be a suitable workaround for you. This will be addressed in hopefully the next release though.
TechnoHippie said:
Wish there were more people using it though (of course). Nearest person to me is 3000+ miles away...hahaha
Click to expand...
Click to collapse
Obviouslly, this application's value really won't show until a fairly substantial userbase has been established. I am actually fairly encouraged by the number of users that the application has established already though. I was expecting hopefully 50 users would help beta test the application. In reality, the application has had well over 1,500 users try it in just the last 48 hours. Our goal is to add the application to the Microsoft Marketplace for Mobile as a free download once the bugs have been eliminated - hopefully sometime in the next 2 weeks. Hopefully, that exposure will be enough to get the number of users high enough to make the application intresting. Microsoft has also expressed intrest in helping promote the application.
I created a story on Digg about the application. Feel free to Digg it at http://digg.com/d31Qx8J. If it gets enough Diggs, that would really help to get the word out there about it as well.
Thanks!
SynergeTechSolutions said:
Check and see if there is a file called "WhosNearMeLog.txt" in your My Documents (or Personal) folder on the device. If an error is occuring during connecting, it should be logged there. Please send me that file and I will diagnose the issue for you and either fix it in our software or let you know how to resolve it on your end. Thanks.
Click to expand...
Click to collapse
Thanks,
I have tried installing to sd and main memory with no luck. I get past the connecting to service page, but after i hit agree on the terms and conditions page it just gets stuck there. I dont have "WhosNearMeLog.txt" anywhere on the device.
Thanks again for your ongoing support.
Does your culture's number formatting conventions use a comma before the decimals? For example: 1,20 rather than 1.20
Well, that is what beta tests are for, right?
Jdignazio, please let me know if this updated version works for you.
Version 0.4 BETA (Released on 5/13/2010)
- Fixed issue that prevented connection from devices set to a locale that uses a comma before decimal digits (Example: 4,77 rather than 4.77)
- Redesigned profile picture selection screen and also added functionality to use phone's camera to take a new photo for usage as the profile photo
- Fixed issue where deleted message conversations would return upon the next launch of the application​
http://www.synergetechsolutions.com/whos-near-me.aspx
Still no go on a HTC TP2 on Sprint. Retried installing the new version in main memory.
Some suggestions:
Please add a version number to the name of the file.
Please add autocheck.autoupdate feature in the program once it is run.
thanks and keep up the good work.
Who's near me APP
Tried it seems to be working pretty good here in Seattle. No one even remotely close to me and plus they all dudes.....bummer
seems to work fine for me, installed and running from the storage card on my HD2. using vodaphone as a supplier.
nearest person is 33 miles away from me, and i live in hemel hempstead in the UK.
Mike

[APP] InternetTuner - Internet Radio on WM

Hi,
I developed InternetTuner, a web service which makes it possible to browse a collection of over 1000 radio stations and podcasts from all over the world.
Users have access to their profiles and their favorite stations from everywhere through an API and a Mobile API.
Based on this Mobile API I created a Windows Mobile application, which is still a bit buggy yet, but which provides the basic functionalities (search, favorites, podcasts) of this web service on your smartphone.
I would highly appreciate if you could give me some feedback on this app, it is available on internet-tuner.org/InternetTunerInstallation.CAB.
I tested the application on MDA Basic/HTC Touch Viva with WM 6.1, I don't know about other phones.
Known Bugs:
Some radio stations will not play due to limitations of the WMP.
To try out the functionality of this app, search for "89.7 Bay" or "Engadget" wihich will definititely work.
Once there was a connection error, the application becomes unusable.
(Restarting the app will fix this problem)
Well just tried it, on my laptop the website works fine except that I can't find any Dutch radio channels.....
On my HD2 it doesn't find any radio channel, whatever I trie to search....Even the channels I find on my laptop won't show up on my phone...
Is all that normal? It would be a nice app!
Thanks for your feedback!
I solved the problem with the Dutch radio stations, they were in the wrong database. I'll be adding them as soon as possible.
I don't know why it doesn't work on the HD2 - actually you should be able to find everything which is on the website also on your phone.
Do you get any error messages like 'InternetTuner was unable to handle this request' or something?
On the HTC Viva it works fine, maybe your internet connection is too slow - are you using WiFi or 3G?
Ok, search term Netherlands gives nows Dutch radio stations!
And yes indeed I get the following error 'InternetTuner Mobile was unable to handle your search request' or will just give no search results though it on the website does return results. Tried all search options Name,Genre,Country,Region. Also same results on WiFi or 3G connection.
wo ist denn der download?
The download link is internet-tuner.org/InternetTunerInstallation.CAB. I've uploaded an updated version, you should now be able to access your favorite radio stations. Also the connection error bug has now been fixed.
Hi,
Download link does not work. Would you post the cab on the first post?
Rgds
Here the right link
orb3000 said:
Here[/URL] the right link
Click to expand...
Click to collapse
Where ? I don't understand German !
Thanks to attach the cab to 1st post...
Regards.
Dangze
Attached the application .cab
No logro hacer que me despliegue alguna radio siempre me sale vacio el resultado
Luego de algunos intentos me despliega Connection Error, InternetTuner mobile, Was unable to handle your request.
Kann ich hier auch sunshine live und big fm einspeichern und hören? geht über den browser nicht!
eyxarist???

[App] Free SMS.de App (11.09.2010)

Hi, I have created an App for sending Free SMS over the Internet.
It works with a Free sms.de Account and allows you to send up to 10 Free SMS per day.
It has Address book support, saves the Login data and the last number you send a SMS to.
This App only works in Germany thats the reason I have not translated it in English.
You need the .NET Compact Framework 2.0 or 3.5 to run it.
Download and Info at deefrag.de/sms
Thanks for sharing
Can any German member confirm if this app works?
Application does work.
Maybe a minor change would be great.
-> convert numbers from addressbook
+49 176 123 456 789
Does not work it has to be without spaces.
Thanks !
Mike
160 characters? Nice, will try asap..
Your first post although you joined 2 years ago wow
--edit--
Works great, thank you!
ahh double posting, damn :/ Too bad there is no option to delete a posting, sorry
Works also fine for me! No ad's (also not behind the sended SMS) and quite fast.
But the number from the sender is the number from sms.de and when you reply, the sms get lost..
But anyway: nice app, thanks
Greetz
Spider
Nice app! Thanks for sharing! Work`s very fine.
@GtaSpider: Look at your email account. The sms from sender will be there.
It's working fine . Very usefull thanks
the number format is a problem for me as well, my numbers are stored like +49 (01xx) xx ii oo yy aa
i don't know, which component stops it from working, whether it is the +49 or the brackets, the additional 0 after the +49 or only the spaces, but it's a little annoying. also, it would be nice, if you could substitute the password field with an astrisked box ****, so nobody can simply read out the pw.
don't get me wrong, this app is great, it will save me a lot of time and money, this is meant to be constructive criticism for possible improvements of upcoming versions.
app has error!
first of all many thx for this costsaving app!
I used it alot without any probs until i installed a new rom (Energy from 27.9.).
The app worked 2 times, but now it fails. I tried uninstalling and rebooting several times - no luck.
that's the error message:
SMS.exe
XmlException
"<", Hexadezimalwert 0x3C, ist ein ungültiges Attributszeichen. Zeile 1, Position 131.
bei System.Xml.XmlTextReaderImpl.Throw(Exception e)
bei System.Xml.XmlTextReaderImpl.Throw(Int32 res, String[] args)
bei System.Xml.XmlTextReaderImpl.Throw(Int32 pos, Int32 res, String[] args)
bei System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
bei System.Xml.XmlTextReaderImpl.ParseAttributes()
bei System.Xml.XmlTextReaderImpl.ParseElement()
bei System.Xml.XmlTextReaderImpl.ParseElementContent()
bei System.Xml.XmlTextReaderImpl.Read()
bei System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
bei System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
bei System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
bei System.Xml.XmlDocument.Load(XmlReader reader)
bei System.Xml.XmlDocument.Load(String filename)
bei SMS.SMS..ctor()
bei System.Reflection.RuntimeConstructorInfo.InternalInvoke(RuntimeConstructorInfo rtci, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark)
bei System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei SMS.My.MyProject.MyForms.Create__Instance__[T](SMS Instance)
bei SMS.My.MyProject.MyForms.get_SMS()
bei SMS.SMS.Main()
any hints???
EDIT
I've deleted the smsde.xml in the program folder, now it starts. You have to setup the user/pw once again.
I assume there is a bug with handling symbols like > < |, causing the app to crash!
Ideas
Hi,
[German:] Vielen Dank für das Progamm, es funktioniert wunderbar, ist es vllt. möglich, dass wenn du eine zweite Version machst, man auch auf die Inbox von SMS.de zugreifen kann; oder noch besser, vllt. ein neues Programm machst, welches mit hallo.de funktioniert, da dort die eigene Nummer als Versender erscheint (nur ne Idee, ich bin weiterhin begeistert von diesem Programm )
[English:] Thanks for the program, works really great. Is it possible to make a second version, where you are able to access the SMS.de Inbox, or even better creat a new program which works with hallo.de, because there, your own number is shown as adressor (Just an idea, i'm still facinated from this prog )

[APP] TextRact- OCR for Android and win-mo

TextRact
TExtRact enables you to take a picture using you mobile phone's camera, or choose one from a gallery and get the text from the picture.
pic to text: OCR in your hands !
using yossoft's servers at: free-ocr.net
this is early Beta
please use clear images to get good results.
give us feedback at [email protected]
winmo version:
*send text from image by mail
*dial numbers
*translate
*save txt file
This sounds interesting. I will give it a try and report back.
sounds really interesting.
I've tried it on my i900. Here are the results
- connexion to internet for add and banner (ok, it doesn't disturb me). May be you should inform the users about that.
- I was blocked at the first screen, with the texte to donate. The continue button was grayed. I've waited for several minutes, clicked on the black screen... which will not disapear. Finaly I click on the link at the bottom of the banner (at the end the page of free-ocr.net) and then the continue button comes black and I can go on. So maybe you have to inform users what they have to do to be able to continue (wait or click,...).
- taking picture works well. Loading picture works as well. As I've found, the taken picture was saved on the software install directory, named img.jpg. And if I want to use another option I have to rechoose the jpg one... but if I will not have my PC connected I will not have found the place of the picture. May be you can inform, on the warning/info popup message that, if a img.jpg file exists, that this can be used, or where the picture can be found.
- question : does the img.jpg file be deleted ?
- with french texts on picture, the OCR gives nothing as hieroglyphs.
Else, a really great application which ask to be magnified !
keep up this good job
what is alternative that don't require data connection?
this one mention here need data connection.
thx you.
Study material for Mossad Academy in Hertzlyia Pituach
Study material for Mossad Academy in Hertzlyia Pituach
Should we trust this program?
And send scanned our private documents as exercise material for Mossad academy in Hertzlyia Pituach?
I was there (lived in Hertzlyia Pituach almost a year in 1987-1988)
However, due to nowadays international situation, I personally should not trust this program.
Why sending SOMEWHERE my private documents??
Want to make money of your program, make it save locally (on device!).
With regards,
Zeno Sloim (I lived in Kikar Hatzyionut ) so I know the places arround
No funciona en mi G1. Lastima. Gracias de todos modos por el aporte.
Saludos
thanks for the software.
will have a try. =)
Zeno2 said:
Study material for Mossad Academy in Hertzlyia Pituach
Should we trust this program?
And send scanned our private documents as exercise material for Mossad academy in Hertzlyia Pituach?
I was there (lived in Hertzlyia Pituach almost a year in 1987-1988)
However, due to nowadays international situation, I personally should not trust this program.
Why sending SOMEWHERE my private documents??
Want to make money of your program, make it save locally (on device!).
With regards,
Zeno Sloim (I lived in Kikar Hatzyionut ) so I know the places arround
Click to expand...
Click to collapse
LMAO!!!!
oy gevalt.
How am I supposed to install a cab file on android?
my thoughts
- should warn that it loads a website, the processing is not done on the device
- should warn that the images are transferred elsewhere and not only stored on the device
additionally I use a HD2 running duttys (v smooth and fast) yet with this running performance dropped sharply and noticeably
love the concept but not the implementation
Does it support other language?
Is it a multilingual program? I mean, does it support Asian language like Chinese?
It is not working on my blackstone (Rom com3 23152 as per my signature).
Maybe helpful
Sometimes the lower banner in the splash screen shows an server error.
Furthermore clicking on the Capture button it's raised an exception:
TExtRact.exe
NullReferenceException
in TExtRact.Main.captureBtn_Click(Object sender, EventArgs e)
My phone:
SonyEricsson XPeria X2 with Windows Mobile 6.5
txtsd said:
How am I supposed to install a cab file on android?
Click to expand...
Click to collapse
+1 10char
txtsd said:
How am I supposed to install a cab file on android?
Click to expand...
Click to collapse
Wondering the same...

Categories

Resources