Giter Site home page Giter Site logo

Comments (14)

itkach avatar itkach commented on August 29, 2024

Interesting, looks like it simply crashes while scanning the file system, and OS doesn't offer to report it. Did you try to clear all aarddict's app data or uninstall it and then install again?

from android.

araz3500 avatar araz3500 commented on August 29, 2024

I uninstall the app and then again install but don't different!
Is The other solution?
thanks for help me

from android.

itkach avatar itkach commented on August 29, 2024

It's difficult to figure out what's going on without being able to reproduce the issue (this is not happening on any devices I have access to, including one on android 4.2.2) and without crash report (normally OS offers to send crash report, not sure why it doesn't happen in this case). Are you, by any chance, able and willing to install android sdk and check what's in logs when this happens?

from android.

ildar avatar ildar commented on August 29, 2024

... or just aLogcat or CatLog from here:
https://f-droid.org/repository/browse/?fdfilter=logcat

from android.

araz3500 avatar araz3500 commented on August 29, 2024

I have android SDK in laptop ,(i starting to learn android programming) How do i check what's in logs when this happens?
what are the apps?
my phone is Official ROM and not root
if needs for root or custom ram Tell me please
and i'm sorry for bad wrote
thanks again for help me

from android.

ildar avatar ildar commented on August 29, 2024

"adb logcat" in a terminal will do the thing.
Remember to turn on "USB debugging" (
https://duckduckgo.com/?q=USB+debugging+android+!gi)

from android.

araz3500 avatar araz3500 commented on August 29, 2024

thanks i turned on usb debugging
but i don't understand "adb logcat" in a terminal will do the thing.
please basic Explain.

from android.

ildar avatar ildar commented on August 29, 2024

run "adb logcat" in a terminal. It'll show you the log.

from android.

araz3500 avatar araz3500 commented on August 29, 2024

sir i'm so sorry
Where is the terminal (in android os)
how run adb logcat in terminal (your means is run the alogcat app)

from android.

ildar avatar ildar commented on August 29, 2024

You either run alogcat app on the device OR "adb logcat" on the PC. Hint:
https://duckduckgo.com/?q=adb+logcat+!yt

from android.

araz3500 avatar araz3500 commented on August 29, 2024

very very thank you for help me
Is it true http://tinylink.net/aarddict

from android.

itkach avatar itkach commented on August 29, 2024

Thanks for the logs. Relevant portion appears to be:

I/ActivityManager(  778): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=aarddict.android/.LookupActivity} from pid 1248

D/StatusBar.NetworkController( 1057): onSignalStrengthsChanged signalStrength=SignalStrength: 27 0 -120 -160 -120 -1 -1 99 2147483647 2147483647 2147483647 2147483647 2147483647 gsm|lte level=4

D/StatusBar.NetworkController( 1057): mDataConnected = false mShowRATIconAlways = false

D/StatusBar.NetworkController( 1057): refreshViews: Data not connected!! Set no data type icon / Roaming

D/StatusBar.NetworkController( 1057): refreshViews connected={ } level=4 combinedSignalIconId=0x7f020174/com.android.systemui:drawable/stat_sys_signal_4 combinedActivityIconId=0x0 mobileLabel=Irancell wifiLabel= emergencyOnly=false combinedLabel=No Internet connection  mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f020174 mQSPhoneSignalIconId=0x7f020061 mDataDirectionIconId=0x0 mDataSignalIconId=0x7f020174 mDataTypeIconId=0x0 mQSDataTypeIconId=0x0 mNoSimIconId=0x0 mWifiIconId=0x0 mQSWifiIconId=0x0 mBluetoothTetherIconId=0x108075e

I/LoadedApk( 3952): connected(), package name=aarddict.android ,class name=aarddict.android.DictionaryService

I/LoadedApk(  778): connected(), package name=com.google.android.inputmethod.latin ,class name=com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService

I/LoadedApk(  778): connected(), package name=com.sonyericsson.textinput.uxp ,class name=com.sonyericsson.textinput.uxp.glue.InputMethodServiceGlue

I/ActivityManager(  778): START u0 {act=aarddict.android.ACTION_NO_DICTIONARIES cmp=aarddict.android/.DictionariesActivity} from pid 3952

I/LoadedApk( 3952): connected(), package name=aarddict.android ,class name=aarddict.android.DictionaryService

W/ThrottleService(  778): unable to find stats for iface rmnet0

I/ActivityManager(  778): Process aarddict.android (pid 3952) has died.

W/ActivityManager(  778): Scheduling restart of crashed service aarddict.android/.DictionaryService in 5000ms

W/ActivityManager(  778): Force removing ActivityRecord{429e8d68 u0 aarddict.android/.DictionariesActivity}: app died, no saved state

I/WindowState(  778): WIN DEATH: Window{430e6b88 u0 aarddict.android/aarddict.android.DictionariesActivity}

I/WindowState(  778): WIN DEATH: Window{434f2130 u0 aarddict.android/aarddict.android.DictionariesActivity}

W/InputMethodManagerService(  778): Got RemoteException sending setActive(false) notification to pid 3952 uid 10266

W/WindowManager(  778): Rebuild removed 3 windows but added 2

W/WindowManager(  778): This window was lost: Window{434f2130 u0 aarddict.android/aarddict.android.DictionariesActivity EXITING}

I must admit this is a bit disappointing, I hoped to find a bit more information there. The log tells us process died which we know already, but little else, although it provides some insight into what else was happening on the device. I'll take a closer look at the log, but so far I'm not sure what to make of it.

from android.

araz3500 avatar araz3500 commented on August 29, 2024

Thank you for everything
what are those codes ????!!!!
so I can't work the app true ?
if i Install Custom Rom Runs aarddict or not ?

from android.

itkach avatar itkach commented on August 29, 2024

Try Aard 2

from android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.