Solcalendar, syncing with Owncloud - android

I'm trying to configure Solcalendar to sync with owncloud 6.0.0.
I used "Custom" option and type there
http://hostname/owncloud/remote.php/caldav/calendars/[myUsername]/[myCalendarNAme]
And of course my login anc password.
I get the message "Check ID and password and try again". Any ideas what can be wrong here?
Syncing with Lightning (Thunderbird) works well using that link.

I had the same prob. Solved it (on Android) by installing an additional CalDavsync App called https://play.google.com/store/apps/details?id=org.gege.caldavsyncadapter&hl=de
Probably that is helpful for you.

Related

Getting Transaction Declined for sale transaction

We are working on an Apache Cordova plugin based on remote-pay-android-go SDK that will allow Ionic/Cordova applications to integrate with the Clover Go device.
Here is the link to the plugin. We have implemented basic methods to init, connect, disconnect and make a sale. We are getting the error message "Transaction Declined. Please use another form for Payment" with reason "charge_declined", whenever we perform sale through the device.
I tried the example code in the remote-pay-android-go SDK and the code gives the same error for sale from the device and works well for the manual transaction.
Can someone help me understanding where we may be missing?
Thanks in advance!
I was able to get past this by following a recent answer by David Marginian on the Clover forum.
I believe there is something going on with the gateway emulator on sandbox, we are looking into it. In the meantime try transactions > 50 dollars, they should go through fine.
I think as the default currency is set to cents, the values I tried always remained below 50 dollars.

Facebook share dialog android return error

I want to share a simple link from my android app.
I followed the getting started guide from Facebook and all seem okay in my app since I can open the share dialog.
I imported FacebookSDK project and linked library
I set my appproperly (package/class name and dev hash keys)
My manifest has right permissions and meta-data
Additional infos :
I use a real device for debug
I run a test app as admin
I'm running a simple share code sample from an activity
I had troubles to generate hash keys but that post helped me. I got an error saying XXX key (different from the one I generated) doesn't match.
Then I tried the method explained here (at the end) to log another key.
Since now, I just get a toast saying "Something went wrong. Please try again."
What am I doing wrong ?
So I solved my problem thanks to another post. The problem is I was trying to generate a key outside my main (first) class.

Getting Error while Sending automatic email on background

Getting error "java.lang.NoClassDefFoundError: javax.activation.DataHandler" while Sending automatic email on background..I have added activation.jar ,additional.jar.mail.jar already ,but getting same error again,,plz tell me proper solution..
Thanks in advance..
The Android SDK makes it very easy to send emails from an application, but unfortunately, that's only if you want to send them via the built-in mailing app. For most situations this works fine, but if you want to send something out and don't want any input/intervention from the user, it's not as easy.
so please follow this link
http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_(no_Intents)_in_Android
Try going to Project -> Properties -> Java Build Path -> Order & Export and ensure Android Private Libraries are checked for your project and for all other library projects you are using.

Google login says error creating password: invalid_grant

When i try to open up the site http://android.googlesource.com/ to get android source code,
Google says I have to generate new password, which is strange since I can access other sites without no problem with my Google account.
Anyway, I allow sending my account to http://android.googlesource.com/ and then it says either I have to revoke my PW and regenerate PW or put machine android.googlesource.com login git-y.jaeyong.gmail.com password ***************** into my ~/.netrc
I tried both things but not working.
I have no idea what is going on.
So my question is "is there anybody who had similar problem?" or beside this problem, "is there anyone who tell me the git address to android honeycomb?"
Follow the instruction on http://source.android.com/source/downloading.html
I generated a password in https://android.googlesource.com/new-password and I overwrote ~/.netrc with:
machine android.googlesource.com login git-[your_email].gmail.com password 1/naIKPrD4.......
machine android-review.googlesource.com login git-[your_email].gmail.com password 1/naIKPrD4.....
It worked for me.

android java API email

Well am building this app, now am at the point where I wanna use the java email API to send email, but am getting a few error such as "The import javax.mail cannot be resolved" I really tried everything here but cant seem to fix it .
if anyone could help I would really appreciate it.. am using eclipse by the way..
Thanks
Android does not include the javax libraries.
To send email on android app you would have to create an intent and let the email app handle it. Here is an example I found via a quick google search http://www.helloandroid.com/tutorials/how-send-email-your-application.

Categories

Resources