[APP] Facebook Outlook Sync for Sense 2.5 - Windows Mobile Apps and Games

NEW VERSION Uploaded (Feb 4, 2011): FB2ContactPicSync_v1003.CAB
Fully skinnable.
Images now fill the whole space.
And the potential for the initial contact crash is fixed.
And the skinning can use pngs with transparency.
And it should be installable to the storage card now.
I developed an app to add the facebook pic to outlook contacts.
Sense 2.5 automatically adds images to your device to be used for your contacts in Sense.
But, the image is not added to your outlook contacts.
I went through the threads that it suggested before creating this thread.
If you like this app, please use the Thanks feature of the site.
And of course donations are always appreciated;
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7380024
What does the app do:
Interactive Mode:
For each contact
{
... if the contact is linked to facebook
... {
... ... if there is a facebook image on the phone for the contact
... ... {
... ... ... if the contact already has an image associated with it.
... ... ... {
... ... ... ... display both images, ask user if user wants to replace current with facebook image on device
... ... ... }
... ... ... else
... ... ... {
... ... ... ... display facebook image and ask to add facebook image on device to outlook contact
... ... ... }
... ... }
... }
}
Later, it will also have a batch mode.
After pressing Start, give it a minute. It is looping through all contacts finding the ones that are associated to a facebook account. It stores them in a dictionary for processing with the other buttons.
Again, please use the Thanks feature and donate as you feel appropriate.
Note: initial version had over 200 downloads.
v1001 had 190
v1002 had about 50
I removed the other attachments, leaving only the most recent version to avoid any confusion about what should be downloaded.

Reserved for images or something
Pics of version 1003

Reserving Post #3 for bugs or known issues
Make sure to sync with facebook before running the app. Otherwise you will need to click on an eror for each contact that yoou sync with facebook.

Tips / extras
App is fully skinnable.
If you want to make the button look like it is pressed when you press it, there are images in the program directory for that.
All artists, please post custom images and backgrounds.
Control locations are not editable. (maybe in a future version I get screen coordinates from an ini file.) But, for now, just make images that assume things will be where they are.

Reserving post #5
Just reserving this incase I think of something else important.
Maybe a change log or something.

Icon Request
I am making pretty good progress on the app.
Currently it is displaying the image for both facebook and outlook.
Interactive only.
No batch mode yet.
But, I am not much of an artist.
If some of you could make and post some icons, that would be very helpful.
Thanks,
JVH3
[EDIT]
Came up with my own icon.
Feel free to still upload any that you think are better. I can use it the next version.

I'm no good with graphic design, just wanted to stop in and say that I can't wait for this to come out. It's very annoying that outlook contacts don't retain the facebook pictures after a flash.

will your app allow the user to pick which facebook image to display as the contact image if the user has several profile pictures available on facebook?

zeusma said:
will your app allow the user to pick which facebook image to display as the contact image if the user has several profile pictures available on facebook?
Click to expand...
Click to collapse
Nope. It just lets you set the outlook image to be the image that Sense Facebook integration downloaded.

JVH3 said:
I am making pretty good progress on the app.
Currently it is displaying the image for both facebook and outlook.
Interactive only.
No batch mode yet.
But, I am not much of an artist.
If some of you could make and post some icons, that would be very helpful.
Thanks,
JVH3
[EDIT]
Came up with my own icon.
Feel free to still upload any that you think are better. I can use it the next version.
Click to expand...
Click to collapse
Damn....you are fast
downloading now, try and give you some feedback (if needed )
Cheers.

pbeutler said:
Damn....you are fast
downloading now, try and give you some feedback (if needed )
Cheers.
Click to expand...
Click to collapse
Ok, downloaded and installed (on device) but get an error abt 5 seconds after having pressed start...
I was wondering if it would be possible to have the app like continuously running or being linked to the update feature in Sense contacts...That way, whenever an update is done on facebook and synced with Sense it gets to Outlook, without the need for a manual starting of this app...
Will be on the lookout for an update, so I can try again.
Cheers,

pbeutler said:
Ok, downloaded and installed (on device) but get an error abt 5 seconds after having pressed start...
I was wondering if it would be possible to have the app like continuously running or being linked to the update feature in Sense contacts...That way, whenever an update is done on facebook and synced with Sense it gets to Outlook, without the need for a manual starting of this app...
Will be on the lookout for an update, so I can try again.
Cheers,
Click to expand...
Click to collapse
Would you be able to post a screen capture of your error?
Appoximately how many contacts do you have that sync with facebook?
There are just a couple things that it could be.
If the facebook image for the contact is not on your device. That could cause an error.
Discovered some inconsistancies in the data that I was looking for.
Currently, it only handles contacts where the facebook id is noted by
<sn>id:somenumber/friendof:somenumber</sn>
But, it needs to be modified to also handle
<Facebook>id:somenumber/friendof:somenumber</Facebook>
It's late. Update will be made tomorrow.

JVH3 said:
Would you be able to post a screen capture of your error?
Appoximately how many contacts do you have that sync with facebook?
Click to expand...
Click to collapse
Hmmm, 'Shake n Save' is gone on the NRG feb 16th ROM...so, sorry, no screenshot, however, it is a standard error:
"An unexpected error has occured in FB2Outlook....
Select Quit and then restart this program...lalala
The details: (damn...have to type this.. )
FB2Outlookcontactpicsync.exe
NullReferenceException
at Microsoft.windowsmobile.Pocketoutlook.Pimitem...ctor(itemld itemld..
<do you really need this? lot of typing > Will do if you REALLY need it
I now only have like 10-15 contacts linked with facebook..
cheers

pbeutler said:
Hmmm, 'Shake n Save' is gone on the NRG feb 16th ROM...so, sorry, no screenshot, however, it is a standard error:
"An unexpected error has occured in FB2Outlook....
Select Quit and then restart this program...lalala
The details: (damn...have to type this.. )
FB2Outlookcontactpicsync.exe
NullReferenceException
at Microsoft.windowsmobile.Pocketoutlook.Pimitem...ctor(itemld itemld..
<do you really need this? lot of typing > Will do if you REALLY need it
I now only have like 10-15 contacts linked with facebook..
cheers
Click to expand...
Click to collapse
I think I figured out what the issue is. A long while back, contacts used to store <sn>id:
Now they use <Facebook>id:
I have modified the app to handle both.
I pulled the original version and just uploaded a new version.
Glad you had the error, otherwise alot of my contacts would have been missed. Thanks for testing.

Nice effort!
1. installed on device HD2 using ROM from signature
2. started in interactive mode
3. first contact -> clicked Replace With
second contact: idem
4. immediately after that the program crashed with an ArgumentException at CheckInvalidPathChars.
I'll install NETCFv35.Messages and ShakeAndSave later to give more details.
PS: Currently the program installs to CE:\Prgram Files directly instead of it's own subfolder when chooising 'Device' as installation target.
best regards

HorstDCC said:
Nice effort!
1. installed on device HD2 using ROM from signature
2. started in interactive mode
3. first contact -> clicked Replace With
second contact: idem
4. immediately after that the program crashed with an ArgumentException at CheckInvalidPathChars.
I'll install NETCFv35.Messages and ShakeAndSave later to give more details.
best regards
Click to expand...
Click to collapse
Did you install the version that I just uploaded maybe 5 minutes ago?
Or the first version that I uploaded?

HorstDCC said:
Nice effort!
1. installed on device HD2 using ROM from signature
2. started in interactive mode
3. first contact -> clicked Replace With
second contact: idem
4. immediately after that the program crashed with an ArgumentException at CheckInvalidPathChars.
I'll install NETCFv35.Messages and ShakeAndSave later to give more details.
PS: Currently the program installs to CE:\Prgram Files directly instead of it's own subfolder when chooising 'Device' as installation target.
best regards
Click to expand...
Click to collapse
Thanks.
I'll fix that install path tomorrow. Need to get some sleep before work.
I will also verify that the facebook image exists on the phone before accessing it. I'm sure that is where the exception is occuring.

Second Run:
It behaves the same when keeping the outlook picture. After the second contact is clicked the program crashes with the same errormessage.
The previous replacement seems to be kept on the device and the thus modified contacts seem to get synced correctly to the desktop.

JVH3 said:
Did you install the version that I just uploaded maybe 5 minutes ago?
Or the first version that I uploaded?
Click to expand...
Click to collapse
Probably the first since the timestamp in the CAB shows a difference of more than 1h. I'll try again with the version that is there now.
Maybe using a version number in the filename isn't a bad idea.
best regards

HorstDCC said:
Second Run:
It behaves the same when keeping the outlook picture. After the second contact is clicked the program crashes with the same errormessage.
The previous replacement seems to be kept on the device and the thus modified contacts seem to get synced correctly to the desktop.
Click to expand...
Click to collapse
My guess is that some of your contacts that are associated with facebook do not have a facebook contact picture on the phone.
Could be caused by a friend on facebook cancelling his or her facebook account.
I'll add a check to make sure the file exists tomorrow and some exception handling for anything else I haven't thought of.

Related

First Name, Last Name in Pocket Outlook

Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
I have set all my contact on the PC to First, Last, but if I create a new contact on the XDA or I edit the name of any contact on the XDA it reverts to Last, First.
I have tried this on a Dell Axim X5 (PPC2003) and this seems to be the same.
Thanks
Matt
Yep got that same prob!! But I got around it by saving the contact to SIM then copy to phone and from there add any additional details.
Hope this helps.
Max
If anyone has an easy answer to this one, I'd be very pleased.
I've been fighting with this one for months.
max me up said:
Yep got that same prob!! But I got around it by saving the contact to SIM then copy to phone and from there add any additional details.
Hope this helps.
Max
Click to expand...
Click to collapse
This will work but as soon as you edit any part of the name in the address book it reverts to Last, First again and you have to repeat the process again!
When you sysn to Outlook 2002/XP go to contact select the contact name you want to edit their is an option called "File as" which is drop down menu. it will display the First AND Last Name . Save AND Close repeat step for other contacts.
Hope this helps :wink:
This doesn't help when you add a new contact on the XDA, it files it LAST, FIRST, until you get a chance to sync the XDA and change it back in Outlook.
Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
Click to expand...
Click to collapse
Oh boy, my favorite Pocket Outlook annoyance, one of many, since I use the GroupWise 6.5 client with IntelliSync to synchronize. What can I say: masochism, a way of life?
Anyway, I solved it by cutting the last name and appending that to the first name for all (250-300 ) my contacts. Only takes one night and is a real good practise for getting used to the touchscreen.
I have searched on a lot of forums, and only 1 tip can be read time after time: get a different PIM, even if you don't have the issue we're discussing right now.
Really, why Microsoft didn't put an option to change the View in there will probably never cease to amaze me :shock:
xda-rocks said:
This doesn't help when you add a new contact on the XDA, it files it LAST, FIRST, until you get a chance to sync the XDA and change it back in Outlook.
Click to expand...
Click to collapse
I understand your point but it all depends how often you sysnc your XDA and use Outlook 2000/XP as you PIM . Well it's one soultion..... :?
X-Ray said:
Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
Click to expand...
Click to collapse
Anyway, I solved it by cutting the last name and appending that to the first name for all (250-300 ) my contacts. Only takes one night and is a real good practise for getting used to the touchscreen.
:shock:
Click to expand...
Click to collapse
The best solution for me is to change all contacts to First Name only containing all full name, but as I am a lazy software engineer I wrote some software to do it. I also wrote it to change any (UK) mobile number it finds to +44 at the start so the caller ID appears when then send sms.
I don't have an ftp site so if anyone wants to e-mail me I can send them a copy - runs on the PC with Office 2000 or greater installed and you can preview what changes it will do before altering anything.
Usual disclaimer applies - Don't blame me and make a back up of your contacts in Outlook before you start.
Files are available at the following http download site:
http://www31.brinkster.com/pissterons/onameconverter/onameconverter.zip
Please cut and paste the link into a new browser window.
Let me know if anyone has any problems.
Matt
I can not download the file.. I'm getting this msg:
HTTP1.1 STATUS 403 Remote Access to this object forbidden This file cannot be directly accessed from a remote site, but must be linked through the Brinkster Member's site.
So, please advice,,,
Best regards,,,
If you cut the address and paste it into the address bar of a new explorer (or other browser) window it should work. :wink: If not mail me and I will e-mail you.
Can you mailit to me as well? I too couldnot access that website.
me too.. 8)
could u pls mail it to me too. thanks
Name Converter Software
Converter First Name Last Name entries to All First Name in Outlook on the PC.
Thanks 8)
wtf does
"A Man said to the Universe, Sir I Exist..
But this never created in him the Sense of obligation.."
mean ?
something along the lines of.
"This man felt compelled to create an irritating signature and succeeded"
:?
Hmmmm...
Mr Web.. Hey up Matey.. You Again.. !!!
Thanks for the CD's Which I haven't recive (Yet.. ).
By The Way.. Have you found Something about the eVC (and/or) eVB.. ??
And the 22Way Conn. ??
And for the Signature.. :roll: No Comments.. !!
Hey up Matt..
Guess You've "left" That Same Frame that Reminds of the Something we used to Call "TimeBomb" Expiry.. !!!
P.S.
I Can't Wait for Alan anymore..
Just Die'ng to Get my XDA..
T H A N X Matt..
_________________

[RELEASE] Tone Manager v0.2 - Set Ringtones based on categories, in priority order

Hi there,
I was looking around for an app to let you choose different ringtones for contacts on a priority basis.
I found something similar by v3patel, but it didn't allow me to prioritise, e.g. a 'personal' ringtone to take precedence over a 'business' ringrone when a contact is in both categories.
....so I made this app. I hope that it might be useful for others too, do as ever let me know of any bug reports or feature requests.
EDIT: If you were testing v0.1, please upgrade to v0.2 for an important bugfix!
Download Link Here - v0.2
This app requires the .net compact framework on your device. For WM6 this comes pre-installed in ROM, others need to download here
Carlos
=====
Instructions
============
1. Choose a category and a ringtone.
2. Click 'Add to list' to add it to the priority list.
3. Repeat steps 1 and 2 until you've chosen all your desired categories and ringtones.
4. Use the Up and Down arrow buttons to order your list into priority; categories at the top take precedence over categories below them.
5. Click 'Set Now' to make the changes.
Troubleshooting
===============
The app assumes that the ringtones are stored in \Windows\Rings. If this is NOT the case, go to the menu and choose 'Set Folder' to point it to a different location. This setting is currently NOT stored (sorry!) but will be in a future release if I get time!
Further help / support
======================
Please go to www.fatattitude.com/software or post in this thread
cool, will try
Good work....
Hey, great work and a good idea...
will try it also (it's too late to tell someone to call me )
Maybe it could be possible to listen to the ringtones before adding in a future release ? Just as input for you....
what does it mean "choice currently not stored" ? Will the changes be made to the categories, but when you restart your app, you can't see it anymore ? I think it is this way, but i'm not really sure....
Anyway, i like it !
Cheers, Peter
petervbeck said:
what does it mean "choice currently not stored" ?
Click to expand...
Click to collapse
No, it just means that your preferences aren't stored, including where you tell the app to look for the ringtones. Your contacts will be set to the new ringtones you ask for and will stay this way, even after a reset.
nice work. will try today. thx
i am using trinity wm6 bape rom. and got a platformnotsupport exception.
h0228631 said:
i am using trinity wm6 bape rom. and got a platformnotsupport exception.
Click to expand...
Click to collapse
Sorry, I forget to mention that the app requires the .net compact framework 2.0 to be installed, perhaps this is giving you the error. Download link added to first post.
C
Hi, for anyone experiencing problems with ringtones not playing in v0.1, please upgrade to v0.2 for an important bugfix... ...first post updated!
Do please keep feedback & suggestions coming - nearly 200 downloads and no comments on the program!
C
carlosp_uk said:
Sorry, I forget to mention that the app requires the .net compact framework 2.0 to be installed, perhaps this is giving you the error. Download link added to first post.
C
Click to expand...
Click to collapse
wm6 should have 2.0 by default. at least on official rom. I believe the bape rom should also have it. Anyway, I will try 2.0 out tonite and report later.
has anyone tried this on a WM Treo?
bnycastro said:
has anyone tried this on a WM Treo?
Click to expand...
Click to collapse
No, please try it out and let us know if possible!
If you just want to test the app, you could always add a contact to a new category, for example, "Test". Then just run the app and assign all contacts in category "Test" to a ringtone. If the contact you changed is successfully updated then the program works for you! If not, no harm done.
Do let us know if you have success.
h0228631 said:
wm6 should have 2.0 by default. at least on official rom. I believe the bape rom should also have it. Anyway, I will try 2.0 out tonite and report later.
Click to expand...
Click to collapse
still not work on my wm6 trinity.
h0228631 said:
still not work on my wm6 trinity.
Click to expand...
Click to collapse
It is perhaps to do with the recorded version number of your ROM and the settings for my CAB file.
Can you post the exact error message that you are receiving, along with when you are receiving it? Then I can try and help you.
C
It didn't work on my Prophet running WM6.
The program itself works, and assigns the correct ringtone to each category, but when a person calls, the default ringtone that is set in sounds & notification is played instead of the category ringtone assigned.
In each contact's information, the correct ringtone for that category is assigned. But it doesn't play that tone when that person calls.
When I open someone's contact detail and tap the ringtone, the left softkey changes to "play". When I tap that, there's no sound.
However, if I assign that same ringtone manually in the contact details, it plays when I tap "Play"
Hope you understand what I mean...
Putra said:
The program itself works, and assigns the correct ringtone to each category, but when a person calls, the default ringtone that is set in sounds & notification is played instead of the category ringtone assigned.
Click to expand...
Click to collapse
Thank you - if only all bug reports were that detailed!
Can you confirm that you're running v0.2 of the program? There was a bug in v0.1 that caused this behaviour. (see first post for download link)
C
Hi carlosp,
Yes, v0.2 works perfectly. Thanx for this app! It really saves us the chore of having to assign a ringtone for each contact individually.
Now, I'm trying to decide if I still need innesoft address book...
Putra said:
Yes, v0.2 works perfectly. Thanx for this app! It really saves us the chore of having to assign a ringtone for each contact individually.
Click to expand...
Click to collapse
No problem - let me know if you have any bug reports or more feature requests. I was thinking perhaps add an 'Any Category' option in the drop down, so that it's possible to unassign ringtones from all contacts in order to clear everything off and start again.
Hi,
something strange happened: I flashed my prophet to Prophet Touch VII ROM (I was on v6 before), and the Tone Manager didn't work.
Ran the program as usual, but after that I got the same problem as described in my post above. The ringtones are assigned to each contact but doesn't play during the incoming call. Exactly the same prob as in v01.
Strange....??? it was working before on my previous ROM....
A request: the folder is not saved but always reverts back to \windows\rings at each opening of the program. I have mine in the SD card... can you make the prog save the SET FOLDER?
Thanx...
EDIT: I re-downloaded the program from your website and re-installed it, and it works! Very strange, maybe the file in my PC got corrupted or something...
Tone Manager not working on Cingular 3125 (WM 5)
Hi Carlos,
I have installed .net framework v2.0 on my Cingular 3125 and after I start Tone Manager, I get the following error:
Error
An unexpected error has occurred in Tone Manager.exe. Select Quit then restart this program, or select Details for more information.
After clicking on details, I get:
Error
Tone Manager.exe
NotSupportedException
at
MicrosoftAGL.Common.MISC.H
andleAr()
at
System.Windows.FOrms.Control.
_InitInstance()
at
System.Windows.Forms.Control.
.ctor()
at
System.Windows.Forms.Button..
ctor()
at
Tone_Manager.Form1.InitializeC
omponent()
at Tone_Manger.Form1..ctor()
at
System.Reflection.RuntimeConst
ructorInfo.InternalInvoke()
at
System.Reflection.RuntimeConst
ructorInfo.Invoke()
at
System.Reflection.ConstructorIn
fo.Invoke()
at
System.Activator.CreateInstance
()
at
MyForms.Creat_Instance_()
at MyForms.get_Form1()
at Tone_Manager.Form1.Main()
I've tried V3Patels VipPimRingTone, and I get somewhat similar error.
Any ideas?
Thanks,
Joe
i think this is like RINGO but ringo is better coz u can classify also which sms tone u like for individual or group.

[APP] MatriZ CGD Portugal - All Res; Encryption and Password

NEW RELEASE
Hi. This is a special app for clients of Caixa Geral de Depósitos, a portuguese Bank.
This bank uses a matriz card to validate online banking.
Requirements:
-> .Net Framework 3.5
-> All resolutions
-> Instructions in the app
Special features:
-> Encryption
-> Password
Also in MS Marketplace, xda marketplace and freewarepocketpc.net (omarket)
UPDATE - http://forum.xda-developers.com/showpost.php?p=6992447&postcount=12 bug solved!
Sorry, please delete
error posting
good app.
I can leave my matriz card at home now
PS: just a question?? Will this send my data to you
mikhe69 said:
good app.
I can leave my matriz card at home now
PS: just a question?? Will this send my data to you
Click to expand...
Click to collapse
No, but if you want i can put here the source and you compile it.
BTW, wonderful ideal, i will upload it.
Hi. It's already uploaded.
IF anyone want to help me to develop, i will be glad.
New release v1.2 with CAB and improved!
herpez said:
NEW RELEASE - v1.2
Hi. This is a special app for clients of Caixa Geral de Depósitos, a portuguese Bank.
This bank uses a matriz card to validate online banking.
Requirements:
-> .Net Framework 3.5
-> WVGA or VGA
-> BEFORE the first start, edit matriz.txt in the app folder and change it to your matriz card. After the 1st run, that file will be encripted, renamed and the txt deleted.
ToDo:
- add password to open
- QVGA support
If anyone want to help me changing the source to make some of the "ToDo", i would be very thankful.
Click to expand...
Click to collapse
Tnks!! will try it
but I advice to think well before you put your data in any electronic media....
if there is only the matrix card data, then nothing special can be done.
you will have to know also the login and the password, or else it will e totally useless.
I will try it as well.
PS: There should be an app to replace ATM, identity, social security, finance, and all cards, so I can leave my wallet at home
gluonyc said:
Tnks!! will try it
but I advice to think well before you put your data in any electronic media....
Click to expand...
Click to collapse
Sure, but i guess that the odds to loose your PDA or someone access data on it its the same as loose your wallet (with matriz card inside) or someone check it.
Although, aware of that, thats the reason i encrypted the file, i deleted the matriz.txt and i will implement password. I may call it try to lower the odds of something bad happen, however, it's always a risk
Hi
Just one question this programs works well???
i try but the numbers are not my numbers
Best Regards
Hi. Yes, it works. However i think that something can go wrong.
But lets check first some things.
Did you edited the file matriz.txt to your matriz? If not, you need to do that BEFORE run the app for the first time, otherwise you will get a default matriz card which is random.
If you didnt edit, and now that you have run the app, let me say how you can do it.
Go to you app folder, which maybe /Program Files/Matriz CGD/ or /Storage Card/Program Files/Matriz CGD/
Then delete a file called matriz
Then, in your windows notepad, edit the file i posted as attachment here to your card. For example, if your matriz is 123 687 497... it will become 1 2 3 6 8 7 4 9 7 ... and do it for ALL the numbers, this way you will replace the entire numbers in the attached txt.
Then, put that file (the matriz.txt) in your app folder (maybe /Program Files/Matriz CGD/ or /Storage Card/Program Files/Matriz CGD/)
Any doubt just say, or if you want we can talk by pm.
Thanks
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
rhcpu2 said:
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
Click to expand...
Click to collapse
Hi. I didint see it yet. One new release is on its way and i will update that.
Thanks for let me know, i miss the feedback
rhcpu2 said:
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
Click to expand...
Click to collapse
It's Solved. You can install the last cab from here or wait from marketplace. If you wait for marketplace, it will take about 1 week or more because one other version is on it's way so just after that being approved i can send this one.
I saw now your comment, however i would ask you to next time please mail me or send me here the bugs because i see it more often here.
Really thanks for the help!
And i hope you liked the new instructions and matriz card input (it will be easier to input in the next marketplace version)
herpez said:
It's Solved. You can install the last cab from here or wait from marketplace. If you wait for marketplace, it will take about 1 week or more because one other version is on it's way so just after that being approved i can send this one.
I saw now your comment, however i would ask you to next time please mail me or send me here the bugs because i see it more often here.
Really thanks for the help!
And i hope you liked the new instructions and matriz card input (it will be easier to input in the next marketplace version)
Click to expand...
Click to collapse
Nice! Good Program!!!
Obrigado (Thanks!)
rhcpu2 said:
Nice! Good Program!!!
Obrigado (Thanks!)
Click to expand...
Click to collapse
You're welcome!
Hope you like it.
Marketplace has one version with no bugs so far.
Thanks
Congratulations for this great app. Can you also make the same app, but for Montepio? Is it only a matter of changing the logo?
Obrigado desde já. (Thanks in advance)
bgcngm said:
Congratulations for this great app. Can you also make the same app, but for Montepio? Is it only a matter of changing the logo?
Obrigado desde já. (Thanks in advance)
Click to expand...
Click to collapse
Hi. Im working or expand it to BCP, Montepio and so on, however, it takes a bit of time and by now i dont have it. Really Sorry.
I dont really know how does the matriz from montepio works, can you tell me please?
Obrigado

[APP][v1.2][02/09/2010]Birthday Reminder GLite

Hi
Birthday Reminder GLite is a freeware, finger-friendly application that will keep you reminded with your contact's birthday and anniversaries. When you start it manually, shows you all defined events. Also every day, at specified time application will remind you about upcoming events.
Requirements: Windows Mobile Professional, .Net Compact Framework 3.5, hardware OpenGL support
Features, screenshoots & download at: http://mobile.dlugosz.net.pl/Products/BirthdayReminder/tabid/81/language/en-US/Default.aspx
Please don't share installation cab, just link to above page.
Feedback and suggestions will be greatly appreciated.
Change Log
version 1.2.0.0
Added
- support contact's pictures from HTC Facebook integration
- editor for "snooze times"
- default skin for smaller than VGA resolutions (especially for HD Mini)
Changed
- national character support
Fixed
- incorrect behaviors in input box
version 1.0 (22-06-2010)
- first release
nice app, the UI looks quite good as well
via 1800PocketPC
the0ne said:
nice app, the UI looks quite good as well
Click to expand...
Click to collapse
Thank you very much. Nice video, your work ?
Looks neat, but is it coming to Android?
it looks good and all but the problem i got with my hd2 is that no application can keep track of birthdays imported from facebook. is this one any better? :/
nice one....i will make the translation for the slovenian language and send it to you...
LayZeeDK said:
Looks neat, but is it coming to Android?
Click to expand...
Click to collapse
Probably yes, (looks like my next device will be androided) but not too soon (i like my HD very much)
runningdap said:
it looks good and all but the problem i got with my hd2 is that no application can keep track of birthdays imported from facebook. is this one any better? :/
Click to expand...
Click to collapse
What do you excatly mean "birthdays imported from facebook"? If it's imported to outlook contacts all apps should have no problems with that. Do you mean directly check facebook contacts ?
dally said:
What do you excatly mean "birthdays imported from facebook"? If it's imported to outlook contacts all apps should have no problems with that. Do you mean directly check facebook contacts ?
Click to expand...
Click to collapse
in hd2, you can link your phone contacts to facebook contacts of your facebook account. That automatically imports his/her current facebook profile photo and birthday date to your hd2 contact of that person.
btw, ill give it a go, now that im at home and give feedback
edit: i tested the app. It won't create events for the people that have their birthday imported from facebook :/
overall, its a nice application, it runs smoothly in my device, and the ui is lovely. well done
also, i tried editing one of my existing contacts (whos birthday is set via facebook), and manually set his birthday, and the application automatically created an event for that persons birthday! Now, if only i wasnt lazy enough to change all my contacts
the only drawback i can think of is that it wont show any image for the contacts linked to a facebook account.
hi,
Do not work on Ralphusion Rom WM wwe 6.5.5.
Can't launch.
V.
voyd said:
hi,
Do not work on Ralphusion Rom WM wwe 6.5.5.
Click to expand...
Click to collapse
Probably opengl drivers problem. But, check after soft-reset, maybe only memory...
dally said:
Thank you very much. Nice video, your work ?
Click to expand...
Click to collapse
yes it is , thanks for the app
runningdap said:
edit: i tested the app. It won't create events for the people that have their birthday imported from facebook :/
[...]
the only drawback i can think of is that it wont show any image for the contacts linked to a facebook account.
Click to expand...
Click to collapse
I have ported Sense from HD2 to HD and i know this feature but for me works only import image. And this image is visible only in "sense" software.
Can you go to standard Contacts application and send me content of Notes from imported contact? I have suspicions for that.
Thanks for the app, but it does not work on my HTD TD2 (rom Dutty Holy Grail R7.1 FRE).
The app launches but hangs once in the main menu (I can't press any button, can't stop the app and I have to soft reset the device).
arachneon said:
Thanks for the app, but it does not work on my HTD TD2 (rom Dutty Holy Grail R7.1 FRE).
The app launches but hangs once in the main menu (I can't press any button, can't stop the app and I have to soft reset the device).
Click to expand...
Click to collapse
Try after soft-reset. Try without sense enabled. Just for test.
It's not working on Omnia2. Error in libglesv2.dll.
great app, and the skin looks great on this one, thanks
grzes_r07 said:
It's not working on Omnia2. Error in libglesv2.dll.
Click to expand...
Click to collapse
Seems to be a driver related problem. Unfortunately i don't have Omnia2 to check this. Do you have more detailed message about this error?
On my TP2 with Energy rom it freezes and i can make only a soft reset....
dally said:
I have ported Sense from HD2 to HD and i know this feature but for me works only import image. And this image is visible only in "sense" software.
Can you go to standard Contacts application and send me content of Notes from imported contact? I have suspicions for that.
Click to expand...
Click to collapse
well, all the "facebook" contacts have a note similar to this one:
<sn>id:1601022801/friendof:1358181263</sn>
only the id:xxx changes.
dally said:
Probably opengl drivers problem. But, check after soft-reset, maybe only memory...
Click to expand...
Click to collapse
hi,
Thanks for answer, i changed my Rom and now it works certainly a OpenGL drivers.
Thanks cool app, work fine.
V.

[Q] Generel use / tips

Hi all!
So I just bought the Samsung Galaxy Tab 10.0 and its my first tab. I have a HTC Desire cellphone, so android isn't completely unknown for me.
Even though I do have a few questions, maybe you guys can help me with.
1)
I have seen many screenshots where people have different background for each screen. One homepage, one called music to the left and maybe one called games to the right (just examples). And it look really awsome, how do I get it to mine?
2) It says it can have different email clients synchronized, but I cant get my yahoo mail to cooperate with it - I have no idea why. When I try to add another mail than Gmail (which I dont use) then it wont accept it. I did wrote to Samsung but they have no explanation or what so ever.
I'm a new user and cant post any outside links. I found the guide at a site called androidspot - how to setting yahoo mail on samsung galaxy tab.
3) generel tips! I really love my tab and think it is a great machine and can, in some place, be a substitute for a laptop. And that is what it is. I do have the feeling I dont really use all its function or just half of them.
Hope you guys can help me
And btw, I'm from Europe therefore there maybe be som function I cant use, like Move Hub (Damn! This one would be awsome to have!).
Thor S said:
Hi all!
So I just bought the Samsung Galaxy Tab 10.0 and its my first tab. I have a HTC Desire cellphone, so android isn't completely unknown for me.
Even though I do have a few questions, maybe you guys can help me with.
1)
I have seen many screenshots where people have different background for each screen. One homepage, one called music to the left and maybe one called games to the right (just examples). And it look really awsome, how do I get it to mine?
...
Click to expand...
Click to collapse
Hi
I can only answer your first Q:
Get this App --> https://market.android.com/details?id=org.tamanegi.wallpaper.multipicture
Maybe you should try to get an OTA update from Samsung to solve your mail problem.
Otherwise flash a newer ROM.
BTW: Good choice for the tablet ;-)
MagicOnline said:
Hi
I can only answer your first Q:
Get this App --> EDIT:: Have removed the link since I cant post outside link as a new user.
Maybe you should try to get an OTA update from Samsung to solve your mail problem.
Otherwise flash a newer ROM.
BTW: Good choice for the tablet ;-)
Click to expand...
Click to collapse
To get that app, should I get into the app store or should I go through your link, with my tab? I actually had no idea we were able to download direct from the internet, thought we had to go through the app store?
What is an OTA update? I recently updated the tab, so I suppose I have what we call touchwiz at the moment? I have heard the word "honeycomb", is that another OS or same thing as touchwiz?
According to this site you need to upgrade to a Yahoo! Mail Plus account.
Or try this
http://forum.xda-developers.com/showpost.php?p=11684055&postcount=7
You can use the stock email app using these settings. I will post a video on my blog showing step by step soon.
Incoming server settings
Username
[email protected]
Password
your password
IMAP server
imap.mail.yahoo.com
Port
143
Security type
None
IMAP path prefix
leave blank
Outgoing server settings
SMTP server
smtp.mail.yahoo.com
Port
587
Securiy type
None
Require sign-in
Check
Username
[email protected]
Password
your password​
Thor S said:
To get that app, should I get into the app store or should I go through your link, with my tab? I actually had no idea we were able to download direct from the internet, thought we had to go through the app store?
What is an OTA update? I recently updated the tab, so I suppose I have what we call touchwiz at the moment? I have heard the word "honeycomb", is that another OS or same thing as touchwiz?
Click to expand...
Click to collapse
opening this link on your tab will result in a question if you would like to open this like with the browser or the market, choose market.
OTA means Over The Air. but therefore you need to have setup an account at samsung. can be done under settings - about phone (or something - last option).
Jay Evans said:
According to this site you need to upgrade to a Yahoo! Mail Plus account.
Or try this
http://forum.xda-developers.com/showpost.php?p=11684055&postcount=7
You can use the stock email app using these settings. I will post a video on my blog showing step by step soon.
Incoming server settings
Username
[email protected]
Password
your password
IMAP server
imap.mail.yahoo.com
Port
143
Security type
None
IMAP path prefix
leave blank
Outgoing server settings
SMTP server
smtp.mail.yahoo.com
Port
587
Securiy type
None
Require sign-in
Check
Username
[email protected]
Password
your password​
Click to expand...
Click to collapse
AWSOME! The last thing acutalle worked, I just had to changed one thing and then et worked! Then I dont have to pay anything from Yahoo! Thank you very much!
MagicOnline said:
Hi
I can only answer your first Q:
Get this App --> https://market.android.com/details?id=org.tamanegi.wallpaper.multipicture
Maybe you should try to get an OTA update from Samsung to solve your mail problem.
Otherwise flash a newer ROM.
BTW: Good choice for the tablet ;-)
Click to expand...
Click to collapse
I made it work, now I just need some great background. Thanks you
About a OTA, how do I get one? And mere important, what is it?
And yeah, hopefully it wont dissapoint me ;-) So far I'm happy for it. I have bought some games and for some reason it seems to have some problem playting them. Sometimes it suddently exit the game to the homescreen, and I have no idea why.

Categories

Resources