I am currently using Windows Mobile 5
I am seeking for multi languages version of Windows Live for Hermes which can set whether I would like to sync the contact list or not instead of automatically sync without notification
The previously version that I am using can not work properly on public wifi
I am looking for the one which can work properly on public wifi without automatically sync the contact list.
Anyone can help?
Million Thanks
Anyone can help?
Is there a reason why you can't upgrade to WM6?
If you feel like doing some digging, my ROM has the latest version, but you'll have to decompile the extended rom to pull out the CAB file...
I was fascinated by Google Android platform and about one year ago I bought my first Android phone (HTC Magic). Well the platform was not that much mature at that time and my phone was lacking many features. With time it matured and evolved. After waiting a long time and spending a lot of hours to search a application which could send business cards and receive them as well, I couldn't find one which could fulfill my needs. So I decided to create one for me.
Here I present my first android application - Share Contacts
Minimum Requiremet:
Android 2.1
Features:
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Application APK file is attached here.
Please give it a try and provide your feedback (if possible)
THANKS
Version 1.0 [2010-02-02]
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Customize business Card before sending /saving
Integration with Phone/Contacts Application for sharing contact
Version 1.1 [2011-02-28]
Add Contact with Sync Facility (with Google only) - If no account configured then saved with "Phone only"
Fixed some spell mistakes
Version 1.2 [2011-03-02]
Modified Manifest file to allow Android 2.1 user. android:minSdkVersion="7"
Note: User with Android 2.2 or above need not to upgrade to this version, No other changes in this version.
Version 1.3 [2011-03-12]
Added new Icon - More descriptive what application does. Hope you like it.
NOTE: For version 1.4 update, Please un-install previous version (if applicable) before update. Otherwise previous version will not be replaced.
Version 1.4 [2011-03-18]
Fixed the issue with Character Encoding (e.g. Cyrillic alphabet)
"NOTE" in received business card Message will be saved successfully [limitation only one note can be processed]
Version 1.5 [2011-03-20]
- Application Available to Android Market.
- Fixed force close issue due to missing Name/First name
- Fixed internal bugs to improve performance
To Install Scan image or just click from Phone:
From Android Phone:
market://search?q=pname:isoftmagic.share.contact
Android Web Market:
https://market.android.com/details?id=isoftmagic.share.contact&feature=search_result
Please, Post your response and if you liked it "click thanks" and Tweet...somehow it encourages me. Thanks for your support!!!
Thanks "mic_888" for recognition and post on XDA - Portal!!!!
what your app name in market?
I didn't published to market thatz why i shared the apk file with post
Sent from my HTC Magic/Dream using XDA App
Is this open-sourced?
er.vikas said:
I was fascinated by Google Android platform and about one year ago I bought my first Android phone (HTC Magic). Well the platform was not that much mature at that time and my phone was lacking many features. With time it matured and evolved. After waiting a long time and spending a lot of hours to search a application which could send business cards and receive them as well, I couldn't find one which could fulfill my needs. So I decided to create one for me.
Here I present my first android application - Share Contacts
Minimum Requiremet:
Android 2.0
Features:
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Application APK file is attached here.
Please give it a try and provide your feedback (if possible)
THANKS
Click to expand...
Click to collapse
Beach_Head said:
Is this open-sourced?
Click to expand...
Click to collapse
Till now I didn't uploaded it to any source-code sharing site...may be in near future... based on users response
Okay. Well, I think I'll give it a try...
er.vikas said:
Till now I didn't uploaded it to any source-code sharing site...may be in near future... based on users response
Click to expand...
Click to collapse
This AWESOME! Its seems to be working flawlessly on my Nexus One on CM7 nightly rom. Will update more observations soon. God bless you for this.
Aside : I wish others with programming skills would make such amazingly meaningful apps instead of eye candy themes. I hope I learn android programming soon.
Can I see your permissions from your manifest file? LOL
why you need that ?.... anyway... here is list of permission:
android.permission.GET_ACCOUNTS
android.permission.READ_CONTACTS
android.permission.WRITE_CONTACTS
android.permission.READ_SMS
Contact saved from received vcard goes into 'phone only, unsynced' group. This cannot be synced with Gmail.
Can you please provide options to choose where/which account to save the contact in?
This would make it perfect!!
KoolPal said:
Contact saved from received vcard goes into 'phone only, unsynced' group. This cannot be synced with Gmail.
Can you please provide options to choose where/which account to save the contact in?
This would make it perfect!!
Click to expand...
Click to collapse
Thanks!!!! Nice suggestion, I can try to make it happen....
Any updates?
Perfect! Now it saves contact into default Google account!
Awesome! God bless you for this!!
i am the only with installation problem?
from the device : there was error parsing the package
from adb install..
/adb install aha_signed.apk
1397 KB/s (109332 bytes in 0.076s)
pkg: /data/local/tmp/aha_signed.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
tried to resing the apk, dosent help at all..
google about that and found that may be:
android:versionName="1.1"
can lead to problems (something about digit, which is not understood as digit etc...)
How can i modify AndroidManifest.xml ? ( i have found java -jar AXMLPrinter2.jar , which can "decode" it, but did not found how to "encode" it )
p.s. trying of android 2.1 (aka eclair) "stock" version
peshovec said:
i am the only with installation problem?
from the device : there was error parsing the package
from adb install..
/adb install aha_signed.apk
1397 KB/s (109332 bytes in 0.076s)
pkg: /data/local/tmp/aha_signed.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
tried to resing the apk, dosent help at all..
google about that and found that may be:
android:versionName="1.1"
can lead to problems (something about digit, which is not understood as digit etc...)
How can i modify AndroidManifest.xml ? ( i have found java -jar AXMLPrinter2.jar , which can "decode" it, but did not found how to "encode" it )
p.s. trying of android 2.1 (aka eclair) "stock" version
Click to expand...
Click to collapse
I think you have installed earlier version and now you are trying to install it without un-installing it.
try this:
adb install -r aha_signed.apk
if it doesn't work then un-install it manually and then try...
Good luck
sorry, that didn't mention that
it is first install
have tried the reinstall option too
Sent from my Milestone XT720 using Tapatalk
Please download version 1.2. I have fixed the issue. Now Manifest file has following entry
android:minSdkVersion="7" (Android 2.1)
Sorry for Inconvenience!!!!
thanks
installed now successfully
Sent from my Milestone XT720 using Tapatalk
Hey, another request.
Am using this on Nexus One with a CM7 Nightly Tom.
Currently you need to scroll to select the contact you wish to send.
I use the search key, it pops up, but it does not register any entries and therefore cannot find the specific contact.
Can you please include a search option?
Thanks.
User Manual
KoolPal said:
Hey, another request.
Am using this on Nexus One with a CM7 Nightly Tom.
Currently you need to scroll to select the contact you wish to send.
I use the search key, it pops up, but it does not register any entries and therefore cannot find the specific contact.
Can you please include a search option?
Thanks.
Click to expand...
Click to collapse
There is very easy work around for this.
Open Contacts App -> search contract -> menu -> share -> select "Share Contact" app -> You get the contact in "Share contacts" Application
Please let me know if it works for you
I downloaded the 2.2 version of rom the forum and the original 2.1 version of the phone like the old facebook that is not synchronizing contacts orjinaldaki not like the person's contacts, I click on a picture of a toolkit to run it an error comes gibisinden not have the contacts, but just google contacts and sync contacts işratlenmiyor original settings of the software calculates the böle Please help me how to do this was beyond the..
Turkey with a translation from google translate did not agree that English is not
Sorry but I don't understand what you're trying to ask at all..
this topic would be: Timespace and guide the problem of
Up here the issue as written above does not guide people contacts, such as how do we do that in 2.1
Hi,
i like this rom http://forum.xda-developers.com/showthread.php?t=1769081 but i miss for example friendstream and G Mail. arent they aviable? And its named Lite, is there a full version also?
Thanks for Answer.
Kind Regards
Kleiner Kobold
Its "lite"because it doesn't have the google apps (gapps ) installed, ,they can all be downloaded from the market.
No, i. E. Google Mail not, all what i have found is an add on for Gmail
Geklöppelt mit meinem HTC hd2
probably teh market version you have installed or something
go type
hd2 gapps
into google.
Hi to all
I purchased an HTC U Ultra device but the seller sent me by mistake the Chinese version with no google play services and only English or Chinese languages.
I can manage with English as the device language.
As a solution I tried installing Google Play Services using an app called Google installer (version 2).
It did install (Google play services, account manager, Play store, contact sync and more), but all the time there was a persistent error message that Google play services stopped working, so I did not have a chance to check if things worked. I was forced to uninstall all of the apps that the package installed.
Is there other solutions to successfully install Google Play Services and play store and relevant services on the Chinese firmware ?
Please stop spamming and just do one thread thanks
panda968 said:
Please stop spamming and just do one thread thanks
Click to expand...
Click to collapse
sorry. I this thread is different, it as not about changing the firmware like the other one. It is about accepting the current Chinese firmware. If it is against the rules - sorry again
riad said:
sorry. I this thread is different, it as not about changing the firmware like the other one. It is about accepting the current Chinese firmware. If it is against the rules - sorry again
Click to expand...
Click to collapse
Spamming is but all im saying is put it all in one thread in a different paragraph is all