SubhamTyagi / loco-answers

Open Source Android App for answers in TRIVIA GAMES
GNU General Public License v3.0
194 stars 47 forks source link

please provide option for fourth option also, it will be very helpful #387

Open amit265 opened 5 years ago

amit265 commented 5 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

sangu12 commented 5 years ago

Trivi hack is not working in poco f1 phone....the poco phone is running on Android 9....evertime u use the ocr mode the phone gets totally hanged even though it sd845

amit265 commented 5 years ago

is it possible for you to add fourth option or not? can you provide question and answer id of quizistan , so that I can try on my own to rebuild this project, although till now i am unsuccessful.
or least you can do is to reply so at least i will stop hoping.

SubhamTyagi commented 5 years ago

Hi, @amit265 yes it is possible to add fourth options. but i didn't assure you how much time it will take.

if you rebuilding this app for you i will happy to help you.

Question and answer id: first check if app developer has disabled the accessibility. if they already disable the accessibility then you doesn't need the question answers id. if accessibility is not disabled then you can use uiautomator tool for capturing question and options id

SubhamTyagi commented 5 years ago

add 4th option in floating.xml file

then initialise the options view in respective overlay screen

SubhamTyagi commented 5 years ago

add one extra option to following class Base.java, Engine.java, Question.java and implement some answers finding logic in Engine.java(copy paste some codes)

SubhamTyagi commented 5 years ago

if you are using accessibility then got 4th options from Accessibility.java class

SubhamTyagi commented 5 years ago

else you can get the 4th option from ImageTextReader.java

SubhamTyagi commented 5 years ago

i think these step will be helpful for you