Several of my end users keep getting error 910 on play store - error-handling

Several of my end users cannot install my app due to them getting the 910 error message. I have already tried asking them to delete their cache and other similar solutions I have found on several websites, none of them have been able to download my app after trying this. I was wondering if there is a chance this is a programming error on my part and if so what can I do?

I believe there is very little chance this is a programming error on your part. Unfortunately this is a pretty rare error code. There are a few things you can do if you have good communication with the users:
Find out what version of the Play Store they are on, and if it is not the latest encourage them to update
if they seem reasonably good at doing slightly technical things you could get them to take a bug report and then you contact Google Play developer support using the contact button on the help menu with that bug report.

Related

Reversing the subtract algorithm (Jailbreak App Flex 3)

I recently started using flex 3 to patch games and get more aware of coding and what certain things do.
I made a patch for this app called Highrise and was successful in getting it to operate by giving the user +3,000 bubbles when their profile is liked instead of the programmed +2 bubbles.
The only problem now is that it gives the user the amount but it disappears once you leave the room or close the app and it doesn't process when going to purchase something in the games store.
I received one suggestion so far which was to try "Reversing the subtract algorithm" but I don't understand what that means. I'm fairly new to coding and have a lot more knowledge to gain.
Can anyone help? I posted pictures from my patch below.
Thanks!
!(IMG_0808.PNG)
!(IMG_0809.PNG)
!(IMG_0810.PNG)
!(IMG_0811.PNG)
!(IMG_0812.PNG)
That's because the app you're trying to Hack is server-sided. Flex 3 isn't that useful anymore when it comes to hacking iOS applications unless you're trying to modify a basic offline non server-sided game.
To be a bit more clear, when you're trying to modify how much "Bubbles" you receive in Highrise with Flex 3, it doesn't work because those "Bubbles" are stored on a server. When they're being used, the game will fetch them from the server.
The only problem now is that it gives the user the amount but it disappears
That's because Flex 3 only changes the Visual number of the "Bubbles" and not the actual server-sided stored amount.
I received one suggestion so far which was to try "Reversing the subtract algorithm" but I don't understand what that means.
This is a bit of a more Advanced way to hack an application. You basically load the application's binary in a disassembler program like IDA Pro find the algorithm that subtracts the "Bubbles". This is a very long subject to understand to I suggest you go on this website https://www.iosgods.com and learn how to hack games using a disassembler + debugger. They have nice tutorials on how to get started.

PHPStorm for Hack Language

I am kinda of a new user here and don't have enough reputation points to comment/ask on this question: IDE support for Hack Lang.
So, I am hoping that since the last entry provided by Themis Beris someone has been able to get PHPStorm working properly with Hack. I followed the 3 steps described in the post I mentioned, but still get compile-time errors on the classes I've written using Hack. <?hh is not recognized, for instance.
Any suggestions as to how to get PHPStorm playing nice with Hack?
I have no idea what Themis Beris is talking about on the linked question. (He seems to be saying something about PHPUnit, which is a completely separate issue.)
JetBrains has a feature request open for Hack support and last I heard was very actively working on it. But as of this writing (Feb 2015) it's not released yet.

Google NoCaptcha ReCaptcha

If correct, Google introduced Google's NoCaptcha ReCaptcha on december 3th. More information can be found on their official blog.
After reading their story, they refer to their good old ReCaptcha site. Seemingly this has been renewed. So I created an account and started testing. However, I already stumble on two questions that don't seem to be answered on their own site. Google-ing results in old and mostly useless information about the "old" ReCaptcha module.
The thing is not responsive. This seems weird to me. I know I can make it responsive or use a framework or something to do so. But all the HTML / CSS is generated by the plugin itself. Is there some universal solution for this, or Am I missing something?
Sometimes clicking the checkbox is all that's needed, but often I still get the old misformed pictures that are still hard to read. In other words, sometimes it looks like nothing has changed. Is this normal, or is this thing not fully released yet?

vb.net messageboxes not displaying

One of my duties at my job is to enhance and maintain a mature VB.Net windows application used internally by my company. We run 8 computers at the small company that each runs the app with no problems.
Recently we replaced one of the computers with a pretty standard notebook running Win 7 Professional with SP1 and for some reason, it won't display message boxes displayed using the normal MessageBox.Show("Message") method.
The vendor who sold us the computer says it must be the program, and I kind of sympathize with that view, but the fact is we have 8 other computers that all display their message boxes just fine.
Thought I'd post the issue here to see if anyone else has run into this and, if so, did they find a resolution?
I'm going to paint outside the lines a little bit and answer my own question with sort of a non-answer.
We battled that computer for about a week and a half and finally gave up and reinstalled the OS. Problem solved. Not really an answer because we still don't know what was going on or why reinstalling the OS fixed it.
Reinstalling was really an act of frustration/desperation as much as anything else. In the end we were just thankful the problem went away and we could move on. Figured I'd get this off of the unanswered questions list since I'm not really waiting for or expecting an answer at this point.

Need a comprehensive tutorial on OpenERP 7.0

I am working on OpenERP. But I am not getting its stuff. Please help me. I have Google a lot but nothing meaningful. I Need to understand the flow of information in OpenERP.
This Document will help you to learn OpenERP. Here you can get Technical Documentation, Tutorial, Ebooks, for version 5.0 onward. just discover it!
I totally agree with user 2310840! There's a lot of information for OpenERP 'out there' but it's often too overwhelming, complex or irrelevant for end users. As a result, it's just unclear how all the pieces of the puzzle work together...
For instance, the link of Atul Arvind to the 'Document' is idd a good starting point. However, this is not just a 'document' but rather a link to the official online 'knowledge base'. The table of content for the OpenERP Tutorial alone consists of more than 16 pages! This approach is similar as being forced to read your car manual from top to bottom, before even being able to start your engine...
That's the main reason we recently launched our website 'OERPtuts'. We'll provide easy to follow, step-by-step tutorials for OpenERP end users. You can read our first 'official launch' post at http://oerptuts.com/articles/news/launch-time/. If you want to receive automatic updates on future posts, please subscribe to the newsletter on our website.