Android Indy wallet backup and restore issue - android

I am trying to restore and backup Indy wallet but I am getting IO exception. Read and write permission already given but still same. Is anyone faced this issue ? I am trying this sample
https://github.com/ap050492/Hyperledger-Indy-Wallet---Android
E/ExportWalletTask: java.util.concurrent.CompletableFuture#8db6758[Not completed]

Related

Remote Logging complete Logcat (Android) (React Native : Android)

How to get complete logcat from remote users phone?
I came across BUGFENDER and www.REMOTELOGCAT.com ... (didnt use yet.)
I need advice what professionals use for remote logging?
What is the industry standard?
How can I get complete logcat from my client's phone living in another country?
In iOS it gets saved in the phone itself so client can email that log file but whats the solution in android ?
P.S by 'complete logcat' i mean COMPLETE logcat rather than specified logs in code like log.e("some exception occured") as in crashlytics...
I'm not sure how to get the full logcat in Android.
What I can answer is that I'm professional and I use Bugfender for remote logging in iOS and React Native and I know many colleagues using Bufender for Android as well.

Android App Insights logging in debug mode

I just setup app insights on my android app but I am not seeing any telemetry make it to the azure dashboard. Does anybody know if you have to do anything special in the setup to make it work when debugging? The documentation doesn't specify anything that would make me think it won't send when in debug mode but I put in the right instrumentation key and I am getting nothing.
As one of the answers mentioned, I checked the logcat after enabling developer mode. and here is what I found:
W/com.microsoft.applicationinsights.logging Sender: Couldn't send data
with IOException: java.net.UnknownHostException: Unable to resolve
host "dc.services.visualstudio.com": No address associated with
hostname
and this...
I/com.microsoft.applicationinsights.logging Sender: Persisting because
of IOException: :We're probably offline =)
and this...
I/com.microsoft.applicationinsights.logging Channel: enqueued
telemetry:Microsoft.ApplicationInsights.PageView
There is nothing more needed to enable events while debugging. Can you please enable developer mode using
ApplicationInsights.setDeveloperMode(true);
and look for log statements in logcat that say you are successfully sending data?
If your problem persists, please shoot me an email via AppInsights-Android#microsoft.com.
By the way, there was a 1.0-beta.9 release the other day, are you already using it?

500 Server Error using Python

Please bear with me as I am a complete noob and trying to create a database for my app using App Inventor.
According to Google App Launcher, I have successfully created my app. However, when I load mcdougaltextspeak.appspot.com into my browser, I get the following message:
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
I am following the directions provided on http://appinventorapi.com/program-an-api-python/ and I'm sure my issue is because I am not correctly modifying the default app.ymal file
Here's what I have according to the directions:
application: textspeakedtech597
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /images
static_dir: images
- url: .*
script: main.py
I initially just changed myapp to mcdougaltextspeak, however I got a message that I needed to modify the code for python 2.7 according to this site:
https://developers.google.com/appengine/docs/python/python25/migrate27
This site also included modifications for other things, so I am wondering if my error stems from this. The directions do not make note of modifying any other code. Do I need to modify/add the code that appears on the migrate to python 2.7 page (see above link) and if so where does it go.
My app is stuck without a location to hold data.
Any advice on how to proceed is greatly appreciated.
Have you actually created an app on https://appengine.google.com?! You need to do that first, then your app.yaml should contain the appid that you have created i.e. application: mcdougaltextspeak & not what it is in the tutorial.
After you've edited the app as you want, you must then deploy the app to the Google App Engine Servers (refer to the GUI deploy). You would get detailed logs when deploying, which would tell if the deployment was successful or not.
After deploying, you can then goto https://mcdougaltextspeak.appspot.com & play around with your online app. If you still get errors, check https://appengine.google.com/dashboard?&app_id=mcdougaltextspeak for the logs & report them here.

Authorize net gateway process in android failed

I am working on payment process in my application. I am following the authorize.net sample example
as per the steps I imported library and the code but when I am testing in test mode with account created I am getting error response. I tested it in emulator. In the guide they provide for help there is no notes for this error message about what is the real solution.
Error Code: 87
Error message: Transactions of this market type is not processed on this system.
Can anybody suggest on this ?
This error indicates that the account that you are using was created for Card Present (retail) transactions, but you are trying to integrate to the Card Not Present (e-commerce) APIs or vice versa. Simply create and use a new sandbox account with the correct type.
You can read more about it here.

Android Sync Email on an Emulator

I was able to get to work with email on an emulator few months ago, but due to some reasons i have formatted my system and now I’ve been trying for the last couple of days to sync my google account on Emulator. I get either of the following error messages:
1) If I use “myaddr#googlemail.com”, I get the error message: “Username or password incorrect”
2) If I use “myaddr#gmail.com”, I get the error message: “You don’t have permission to sync with this server. Contact your server’s administrator for more information.”
Any ideas what could be going wrong here? Is there a different way to approach this? I really need to send emails from my app for testing purpose....each and every time i don't want to use real device.

Categories

Resources