Related
On to the next (and really the last ugly) problem I've got here....
Attempting to complete CM7 port, and the remaining problem is the GPS. I've tried linking with the Froyo libraries without success - the GPS never turns on at all, and it appears the problem is library based with differences in alignment between arguments (e.g. long where there would be doubles, etc) as some of the device addresses are completely hosed in the debug trace.
CM7 includes AMSS support up to 50000. /dev/oncrpc supports that this is what I should be using. And it sort of comes up.
This is what I get on boot:
Code:
D/GpsLocationProvider( 213): handleEnable
D/loc_api_rpc_glue( 213): Loc API RPC client initialized.
D/GpsLocationProvider( 213): set_capabilities_callback: 7
D/libloc ( 213): loc_read_gps_conf: using /etc/gps.conf
D/libloc ( 213): loc_eng_init created client, id = 0
D/libloc ( 213): loc_eng_ni_init: entered.
D/libloc ( 213): loc_eng_set_server, type = 1, hostname = supl.google.com, port = 7276
D/libloc ( 213): loc_eng_set_server, addr = supl.google.com:7276
D/libloc ( 213): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_UMTS_SLP_SERVER_ADDR
D/libloc ( 213): loc_eng_deferred_action_thread started
D/libloc ( 213): loc_eng_set_gps_lock mode, client = 0, lock_type = 1
D/libloc ( 213): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_ENGINE_LOCK
D/libloc ( 213): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_UMTS_SLP_SERVER_ADDR, RPC_LOC_API_SUCCESS
D/libloc ( 213): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_SET_ENGINE_LOCK, RPC_LOC_API_SUCCESS
So far, so good; we init and set up the supplemental host pointer, and all looks ok.
But then...
Code:
D/GpsLocationProvider( 213): NTP server returned: 1316203868090 (Fri Sep 16 15:11:08 GMT+00:00 2011) reference: 39387 certainty: 250 system time offset: -14870
D/libloc ( 213): loc_eng_inject_time, uncertainty = 250, time 1316203868090
D/libloc ( 213): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_UTC_TIME
E/loc_api_rpc_glue( 213): loc_api_sync_ioctl: IOCTL result failed, result: 1 (select id 0)
D/libloc ( 213): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_UTC_TIME, RPC_LOC_API_GENERAL_FAILURE
E/libloc ( 213): loc_eng_inject_time failed
Not so good. I added a diagnostic to make sure the time I was sending up was in fact the same (no problems with typing) as the NTP server returned. It is.
Now here's the potential problem - this is off the boot, and we haven't set an operating mode yet. Can the system push this data without having done that first? I don't know.
The attempt to load the ephermis from the xtra servers fails too:
Code:
D/GpsLocationProvider( 213): calling native_inject_xtra_data
D/libloc ( 213): loc_eng_deferred_action_thread signalled
D/libloc ( 213): qct_loc_eng_inject_xtra_data, xtra size = 38521, data ptr = 0x5fd078
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 1/38, len = 1024, total = 0
D/libloc ( 213): Inject coarse position Lat=30.399703, Lon=-86.501947, Acc=2926.00
D/libloc ( 213): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_POSITION
D/libloc ( 213): loc_ioctl XTRA injected length: 1024
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 2/38, len = 1024, total = 1024
D/libloc ( 213): loc_ioctl XTRA injected length: 2048
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 3/38, len = 1024, total = 2048
D/libloc ( 213): loc_ioctl XTRA injected length: 3072
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 4/38, len = 1024, total = 3072
D/libloc ( 213): loc_ioctl XTRA injected length: 4096
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 5/38, len = 1024, total = 4096
D/libloc ( 213): loc_ioctl XTRA injected length: 5120
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 6/38, len = 1024, total = 5120
D/libloc ( 213): loc_ioctl XTRA injected length: 6144
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 7/38, len = 1024, total = 6144
D/libloc ( 213): loc_ioctl XTRA injected length: 7168
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 8/38, len = 1024, total = 7168
D/libloc ( 213): loc_ioctl XTRA injected length: 8192
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 9/38, len = 1024, total = 8192
D/libloc ( 213): loc_ioctl XTRA injected length: 9216
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 10/38, len = 1024, total = 9216
D/libloc ( 213): loc_ioctl XTRA injected length: 10240
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 11/38, len = 1024, total = 10240
D/libloc ( 213): loc_ioctl XTRA injected length: 11264
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 12/38, len = 1024, total = 11264
D/libloc ( 213): loc_ioctl XTRA injected length: 12288
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 13/38, len = 1024, total = 12288
D/libloc ( 213): loc_ioctl XTRA injected length: 13312
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 14/38, len = 1024, total = 13312
D/libloc ( 213): loc_ioctl XTRA injected length: 14336
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 15/38, len = 1024, total = 14336
D/libloc ( 213): loc_ioctl XTRA injected length: 15360
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 16/38, len = 1024, total = 15360
D/libloc ( 213): loc_ioctl XTRA injected length: 16384
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 17/38, len = 1024, total = 16384
D/libloc ( 213): loc_ioctl XTRA injected length: 17408
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 18/38, len = 1024, total = 17408
D/libloc ( 213): loc_ioctl XTRA injected length: 18432
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 19/38, len = 1024, total = 18432
D/libloc ( 213): loc_ioctl XTRA injected length: 19456
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 20/38, len = 1024, total = 19456
D/libloc ( 213): loc_ioctl XTRA injected length: 20480
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 21/38, len = 1024, total = 20480
D/libloc ( 213): loc_ioctl XTRA injected length: 21504
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 22/38, len = 1024, total = 21504
D/libloc ( 213): loc_ioctl XTRA injected length: 22528
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 23/38, len = 1024, total = 22528
D/libloc ( 213): loc_ioctl XTRA injected length: 23552
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 24/38, len = 1024, total = 23552
D/libloc ( 213): loc_ioctl XTRA injected length: 24576
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 25/38, len = 1024, total = 24576
D/libloc ( 213): loc_ioctl XTRA injected length: 25600
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 26/38, len = 1024, total = 25600
D/libloc ( 213): loc_ioctl XTRA injected length: 26624
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 27/38, len = 1024, total = 26624
D/libloc ( 213): loc_ioctl XTRA injected length: 27648
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 28/38, len = 1024, total = 27648
D/libloc ( 213): loc_ioctl XTRA injected length: 28672
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 29/38, len = 1024, total = 28672
D/libloc ( 213): loc_ioctl XTRA injected length: 29696
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 30/38, len = 1024, total = 29696
D/libloc ( 213): loc_ioctl XTRA injected length: 30720
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 31/38, len = 1024, total = 30720
D/libloc ( 213): loc_ioctl XTRA injected length: 31744
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 32/38, len = 1024, total = 31744
D/libloc ( 213): loc_ioctl XTRA injected length: 32768
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 33/38, len = 1024, total = 32768
D/libloc ( 213): loc_ioctl XTRA injected length: 33792
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 34/38, len = 1024, total = 33792
D/libloc ( 213): loc_ioctl XTRA injected length: 34816
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 35/38, len = 1024, total = 34816
D/libloc ( 213): loc_ioctl XTRA injected length: 35840
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 36/38, len = 1024, total = 35840
D/libloc ( 213): loc_ioctl XTRA injected length: 36864
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 37/38, len = 1024, total = 36864
D/libloc ( 213): loc_ioctl XTRA injected length: 37888
D/libloc ( 213): qct_loc_eng_inject_xtra_data, part 38/38, len = 633, total = 37888
D/libloc ( 213): loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_PREDICTED_ORBITS_DATA
D/libloc ( 213): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_POSITION, RPC_LOC_API_SUCCESS
E/loc_api_rpc_glue( 213): loc_api_sync_ioctl: IOCTL result failed, result: 1 (select id 1)
D/libloc ( 213): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_PREDICTED_ORBITS_DATA, RPC_LOC_API_GENERAL_FAILURE
E/libloc ( 213): loc_eng_ioctl for xtra error
Note that the injection of network position (from the cell system) SUCCEEDS but the ephermis download FAILS.
From here if I start the GPS I get position reports but (obviously) the aGPS data isn't used as it never got loaded, and the GPS is unable to get a lock - even after a half-hour or more outdoors. It does show intermittent locks on up to three satellites, but never gets the ephermis and almanac (which can require ~15 minutes or more on a cold start) to give me a fix.
To fix this I have to through one form or another get the network assistance working. The question is.... why ISN'T it working when it appears the format of the data being sent down is fine, and more importantly most of the RPC calls are claiming success!
Hi,
I've been encountering an issue which seem to have started of yesterday. First let me say that this happened with HNS (ICS 4.0.3), CM 10.2 by Albinoman and Sultan, Elegancia Sense 3.6, so it's not quite possible to be rom related.
Thing is, my Sensation seems to crash after a shortwhile of either loading an heavy task, or when I start playing a "heavy" game. It warms up, after a few seconds crashes and automatically reboots.
I got a last_kmsg from when I was using CM10.2 from Albino's
http://pastebin.com/8ecxRVce
I was playing a game there when it happened. Note that it doesn't take 2 minutes to crash, so it's really sensitive somewhat.
It happened also while plugged on charger.
It tends to happen also on task intensive operations specially when already hot, - Example: flash rom , reboot, boot, - adding my Google account (by now it's hot already, but not burning hot) - crashes. So doesn't need to be a game to make this happen, it will happen if i wont let it "rest" or cool it down. I'm able to use my mobile, just can't ask to much of it.
Frequencies tested were 192/386 min, and 1.5 max. I've taken my XE to 1.7 so it's nothing new.
So, any hints before I throw myself from a bridge? I'm hoping it's not hardware related. I'm considering later on formatting my Sdcard all over again since I've tried a few fresh clean roms and the issue persists.
Thank you for reading this and hope I can find help.
Thanks in advance.
Could be the battery?
Sent from my HTC Sensation Z710e using xda premium
Could be anything, but how to troubleshoot it?
Sent from my HTC Sensation XE with Beats Audio using xda premium
MidnightDevil said:
Could be anything, but how to troubleshoot it?
Sent from my HTC Sensation XE with Beats Audio using xda premium
Click to expand...
Click to collapse
i think when a heavy task is processing the system requires more power from the battery in order to execute it
so maybe the battery can't provide anymore more power(because it is old,i am justing saying)
or it doesn't connect properly in the pins.you can check that too
try another battery and run again a heavy task to see how it will behave
for now i can't think something else
It does make sense to a certain point but;
It doesn't crash right away. And it also happens with tasks that don't require much power (crashed on Google add account wizard) , but was still warm from a previous crash with reboot.
If I don't turn it off meanwhile when its really hot, it keeps bootlooping.
And I think if it was a lose pin or alike, it would probably reboot right away. It takes a few seconds to reboot.
Sent from my HTC Sensation using xda premium
And getting convinced that its related to the temperature. I just dont know why because its nothing extraordinary.
Sent from my HTC Sensation using xda premium
MidnightDevil said:
And getting convinced that its related to the temperature. I just dont know why because its nothing extraordinary.
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
Overclock cpu or gpu too much?
Did you try a different kernel to see if the issue persists?
Sent from my HTC Sensation Z710e using xda premium
MidnightDevil said:
And getting convinced that its related to the temperature. I just dont know why because its nothing extraordinary.
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
Also, did you try undervolting? it could reduce heat. You can also try underclocking the COU to 1188Mhz, it still works very well in most ROMs.
I've tried a LOT of things with different kernels.
Elegancia Sense 3.6 with Sebastian FM kernel - Persists
Inspiration with default kernel (bricked) - Persists
CM 10 by Bruce with is kernel - Persists
Albino's 10.2 - Persists
Sultan's with both of his kernels - Persists
I've limited the frequency to 1.3, seems to hang on a while longer but still happens (takes a little while longer to heat)
Seems like my XE lost it's heating tolerance.
I've also re-formated my sdcard all over again, persists.
I'm out of ideas and more convinced that it's related to heating issue, it also hangs a little longer if I removed the back cover, but still happens (I got no fan lol).
A logcat that I had running through adb when it crashed.
This was meant to (replicate the crash) - started a game and started logging. I hope it says something relevant but I don't think so as logcat halts soon as XE crashes.
Logcat:
I/ActivityManager( 654): Applications Memory Usage (kB):
I/ActivityManager( 654): Uptime: 11009811 Realtime: 15003938
I/ActivityManager( 654): Total PSS by OOM adjustment:
I/ActivityManager( 654): 69675 kB: System
I/ActivityManager( 654): 69675 kB: system (pid 654)
I/ActivityManager( 654): 58356 kB: Persistent
I/ActivityManager( 654): 43909 kB: com.android.systemui (pid 1046)
I/ActivityManager( 654): 14447 kB: com.android.phone (pid 1164)
I/ActivityManager( 654): 135885 kB: Foreground
I/ActivityManager( 654): 135885 kB: com.gamelion.loh (pid 22544)
I/ActivityManager( 654): 77058 kB: Visible
I/ActivityManager( 654): 35734 kB: android.process.acore (pid 1111)
I/ActivityManager( 654): 13780 kB: com.android.vending (pid 22427)
I/ActivityManager( 654): 13670 kB: com.google.process.gapps (pid 1190)
I/ActivityManager( 654): 10977 kB: com.google.process.location (pid 1143)
I/ActivityManager( 654): 2897 kB: com.android.smspush (pid 1252)
I/ActivityManager( 654): 18816 kB: Perceptible
I/ActivityManager( 654): 18816 kB: com.android.inputmethod.latin (pid 1128)
I/ActivityManager( 654): 15438 kB: A Services
I/ActivityManager( 654): 9914 kB: in.vineetsirohi.customwidget (pid 30460)
I/ActivityManager( 654): 5524 kB: rs.pedjaapps.KernelTuner:background (pid 20617)
I/ActivityManager( 654): 16577 kB: Home
I/ActivityManager( 654): 16577 kB: com.anddoes.launcher (pid 5504)
I/ActivityManager( 654): 17993 kB: Previous
I/ActivityManager( 654): 17993 kB: com.keramidas.TitaniumBackup (pid 9396)
I/ActivityManager( 654): 6298 kB: B Services
I/ActivityManager( 654): 3158 kB: org.nocrew.tomas.headsetnotifierfree (pid 13723)
I/ActivityManager( 654): 3140 kB: com.bel.android.dspmanager (pid 13692)
I/ActivityManager( 654):
I/ActivityManager( 654): Total PSS: 416096 kB
I/ActivityManager( 654): KSM: 0 kB saved from shared 0 kB
I/ActivityManager( 654): 0 kB unshared; 0 kB volatile
I/System.out(20617): both
I/System.out(20617): both
I/ActivityManager( 654): Start proc com.google.android.gms for service com.google.android.gms/.analytics.service.AnalyticsService: pid=22937 uid=10038 gid
s={50038, 3003, 1007, 1028, 1015, 2001, 3006}
D/dalvikvm( 1252): GC_EXPLICIT freed 69K, 77% free 2484K/10752K, paused 22ms+2ms, total 81ms
I/System.out(20617): both
I/ActivityManager( 654): Process com.bel.android.dspmanager (pid 13692) has died.
W/ActivityManager( 654): Scheduling restart of crashed service com.bel.android.dspmanager/.service.HeadsetService in 5000ms
I/ActivityManager( 654): Process org.nocrew.tomas.headsetnotifierfree (pid 13723) has died.
W/ActivityManager( 654): Scheduling restart of crashed service org.nocrew.tomas.headsetnotifierfree/.RegistrationService in 14649ms
D/dalvikvm( 1190): GC_EXPLICIT freed 858K, 63% free 4080K/10752K, paused 7ms+6ms, total 78ms
I/Recovery(22937): Received: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.recovery.Accoun
tRecoveryBackgroundService$Receiver }
I/ActivityManager( 654): Start proc com.google.android.gsf.login for service com.google.android.gms/.recovery.AccountRecoveryBackgroundService: pid=22963
uid=10038 gids={50038, 3003, 1007, 1028, 1015, 2001, 3006}
D/GCM ( 1190): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmS
ervice } com.google.android.gms.INITIALIZE
D/dalvikvm( 654): GC_CONCURRENT freed 3845K, 58% free 17869K/42096K, paused 13ms+34ms, total 261ms
I/Recovery(22937): Received: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.recovery.Accoun
tRecoveryBackgroundService$Receiver }
D/GCM ( 1190): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmS
ervice } com.google.android.gms.INITIALIZE
I/System.out(20617): both
D/dalvikvm(20617): GC_CONCURRENT freed 1957K, 77% free 2566K/10752K, paused 47ms+2ms, total 81ms
I/System.out(20617): both
I/GameAnalytics(22544): logDesignEvent() eventId: treasure:chest value: 1.0
I/GameAnalytics(22544): New design event: treasure:chest, value: 1.0, area: class com.Claw.Android.ClawActivity, pos: (0.0, 0.0, 0.0)
I/KontagentAnalytics(22544): logEvent(): treasure_chest/new_adventure/null/chest_opened v: 1 lvl: 29 json: {"reward_coins":200,"enemies_alive":21,"treasure
_potion":false}
D/Kontagent(22544): T#1881:Trying to enqueue a message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/evt/?v=1&ts=13790
88923&s=4618507343653043118&kt_v=a1.2.10&data=eyJyZXdhcmRfY29pbnMiOjIwMCwiZW5lbWllc19hbGl2ZSI6MjEsInRyZWFzdXJlX3BvdGlvbiI6%0AZmFsc2V9%0A&n=chest_opened&l=2
9&st1=treasure_chest&st2=new_adventure', id=5949642916774127861, name='evt', sessionId='4618507343653043118', timestamp='1379088923', isDelivered=false, de
liveryTrials=0}
D/Kontagent(22544): T#1881:Adding message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/evt/?v=1&ts=1379088923&s=46185
07343653043118&kt_v=a1.2.10&data=eyJyZXdhcmRfY29pbnMiOjIwMCwiZW5lbWllc19hbGl2ZSI6MjEsInRyZWFzdXJlX3BvdGlvbiI6%0AZmFsc2V9%0A&n=chest_opened&l=29&st1=treasur
e_chest&st2=new_adventure', id=5949642916774127861, name='evt', sessionId='4618507343653043118', timestamp='1379088923', isDelivered=false, deliveryTrials=
0}
D/Kontagent:TransferQueue(22544): T#1881:Stopping queue processing timer
I/System.out(20617): both
I/ActivityManager( 654): Start proc com.bel.android.dspmanager for service com.bel.android.dspmanager/.service.HeadsetService: pid=23003 uid=10013 gids={5
0013, 3002, 1028}
D/Kontagent(22544): T#1881:doProcessQueue()
I/Kontagent:TransferQueue(22544): T#1881rocessing message: [session ID = 4618507343653043118, message ID = 5949642916774127861, URL = http://api.geo.kont
agent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/evt/?v=1&ts=1379088923&s=4618507343653043118&kt_v=a1.2.10&data=eyJyZXdhcmRfY29pbnMiOjIwMCwiZW5lbWllc19hbG
l2ZSI6MjEsInRyZWFzdXJlX3BvdGlvbiI6%0AZmFsc2V9%0A&n=chest_opened&l=29&st1=treasure_chest&st2=new_adventure]
I/HeadsetService(23003): Starting service.
I/Kontagent(22544): T#1881:HTTP operation completed successfully => schedule processing of next operation...
D/Kontagent:TransferQueue(22544): T#1881:Stopping queue processing timer
D/Kontagent(22544): T#1881:Trying to remove a message id: 5949642916774127861
I/System.out(20617): both
D/Kontagent(22544): T#1881:Removing message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/evt/?v=1&ts=1379088923&s=461
8507343653043118&kt_v=a1.2.10&data=eyJyZXdhcmRfY29pbnMiOjIwMCwiZW5lbWllc19hbGl2ZSI6MjEsInRyZWFzdXJlX3BvdGlvbiI6%0AZmFsc2V9%0A&n=chest_opened&l=29&st1=treas
ure_chest&st2=new_adventure', id=5949642916774127861, name='evt', sessionId='4618507343653043118', timestamp='1379088923', isDelivered=false, deliveryTrial
s=0}
D/Kontagent(22544): T#1881:doProcessQueue()
I/HeadsetService(23003): Headset=false; Bluetooth=false ; USB=false
I/System.out(20617): both
I/System.out(20617): both
I/System.out(20617): both
I/GameAnalytics(22544): Time interval passed
I/GameAnalytics(22544): Network is connected, sending events
I/GameAnalytics(22544): Sending 2 design events.
I/GameAnalytics(22544): Raw JSON for design events being sent to GA server: [{"area":"class com.Claw.Android.ClawActivity","build":"android-F1P","event_id"
:"adventure:random","session_id":"7e68c5e73d761765feaf101075a3478a","user_id":"1f254846d1f716ef0bdc91ef63777ef4","value":1.0,"x":0.0,"y":0.0,"z":0.0},{"are
a":"class com.Claw.Android.ClawActivity","build":"android-F1P","event_id":"treasure:chest","session_id":"7e68c5e73d761765feaf101075a3478a","user_id":"1f254
846d1f716ef0bdc91ef63777ef4","value":1.0,"x":0.0,"y":0.0,"z":0.0}]
I/GameAnalytics(22544): onStart
I/GameAnalytics(22544): No business events to send.
I/GameAnalytics(22544): No quality events to send.
I/GameAnalytics(22544): No user events to send.
I/System.out(20617): both
I/GameAnalytics(22544): Succesful response: {"status":"ok"}
I/GameAnalytics(22544): onFinish
I/System.out(20617): both
I/System.out(20617): both
I/ActivityManager( 654): Start proc org.nocrew.tomas.headsetnotifierfree for service org.nocrew.tomas.headsetnotifierfree/.RegistrationService: pid=23048
uid=10070 gids={50070, 3003, 1028}
I/System.out(20617): both
I/System.out(20617): both
I/System.out(20617): both
D/Kontagent(22544): T#01:Heartbeat!
D/Kontagent(22544): T#1881:Trying to enqueue a message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/pgr/?ts=137908893
8&s=4618507343653043118&kt_v=a1.2.10', id=5106047472959354123, name='pgr', sessionId='4618507343653043118', timestamp='1379088938', isDelivered=false, deli
veryTrials=0}
D/Kontagent(22544): T#1881:Adding message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/pgr/?ts=1379088938&s=461850734
3653043118&kt_v=a1.2.10', id=5106047472959354123, name='pgr', sessionId='4618507343653043118', timestamp='1379088938', isDelivered=false, deliveryTrials=0}
D/Kontagent:TransferQueue(22544): T#1881:Stopping queue processing timer
I/System.out(20617): both
D/dalvikvm(22427): GC_EXPLICIT freed 6003K, 63% free 4002K/10752K, paused 36ms+8ms, total 125ms
D/Kontagent(22544): T#1881:doProcessQueue()
I/Kontagent:TransferQueue(22544): T#1881rocessing message: [session ID = 4618507343653043118, message ID = 5106047472959354123, URL = http://api.geo.kont
agent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/pgr/?ts=1379088938&s=4618507343653043118&kt_v=a1.2.10]
I/Kontagent(22544): T#1881:HTTP operation completed successfully => schedule processing of next operation...
D/Kontagent:TransferQueue(22544): T#1881:Stopping queue processing timer
D/Kontagent(22544): T#1881:Trying to remove a message id: 5106047472959354123
D/Kontagent(22544): T#1881:Removing message: Message{url='http://api.geo.kontagent.net/api/v1/3a2aea7b23a849828bbeb4acb94eaf49/pgr/?ts=1379088938&s=4618507
343653043118&kt_v=a1.2.10', id=5106047472959354123, name='pgr', sessionId='4618507343653043118', timestamp='1379088938', isDelivered=false, deliveryTrials=
0}
D/Kontagent(22544): T#1881:doProcessQueue()
I/System.out(20617): both
Click to expand...
Click to collapse
Last_Kmsg
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:10
<6>EXT4-fs (mmcblk0p24): re-mounted. Opts: user_xattr,barrier=1,data=ordered,noauto_da_alloc
<6>EXT4-fs (mmcblk0p28): re-mounted. Opts: user_xattr,barrier=1,data=ordered,noauto_da_alloc
<6>EXT4-fs (dm-0): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-1): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-2): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-3): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-4): re-mounted. Opts: user_xattr,barrier=1
<3>init: untracked pid 5515 exited
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x007, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<3>init: untracked pid 5517 exited
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:12
<6>EXT4-fs (mmcblk0p24): re-mounted. Opts: user_xattr,barrier=1,data=ordered,noauto_da_alloc
<6>EXT4-fs (mmcblk0p28): re-mounted. Opts: user_xattr,barrier=1,data=ordered,noauto_da_alloc
<6>EXT4-fs (dm-0): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-1): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-2): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-3): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-4): re-mounted. Opts: user_xattr,barrier=1
<3>init: untracked pid 5515 exited
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x007, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<3>init: untracked pid 5517 exited
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:15
<6>EXT4-fs (dm-0): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-1): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-2): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-3): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-4): re-mounted. Opts: user_xattr,barrier=1
<3>init: untracked pid 5515 exited
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x007, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<3>init: untracked pid 5517 exited
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x021, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:17
<6>EXT4-fs (dm-2): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-3): re-mounted. Opts: user_xattr,barrier=1
<6>EXT4-fs (dm-4): re-mounted. Opts: user_xattr,barrier=1
<3>init: untracked pid 5515 exited
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x007, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<3>init: untracked pid 5517 exited
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x021, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x019, Level = 4, l_thd equal = 0x10, h_thd = 0x1d
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:19
<6>[LS][ISL29029] ALS_ADC = 0x007, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<3>init: untracked pid 5517 exited
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x021, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x019, Level = 4, l_thd equal = 0x10, h_thd = 0x1d
<6>[BATT] htc_batt_get_battery_adc , vref:20285, battid_adc:2487, battid:122
<4> at 729486485902 (2013-09-13 16:28:17.857630654 UTC)
<6>[BATT] ioctl: battery level update: 100 at 729489751283 (2013-09-13 16:28:17.860865517 UTC)
<6>[BATT] ID=2, level=100, vol=4089, temp=357, batt_current=-279, chg_src=1, chg_en=1, full_bat=1730, over_vchg=0, batt_state=1 at 729489781800 (2013-09-13
16:28:17.860896035 UTC)
<6>[BATT] power_supply_changed: battery at 729490178529 (2013-09-13 16:28:17.861292763 UTC)
?[H?[JEvery 2s: dmesg | tail -40 2013-09-13 17:28:21
<6>call alarm, type 3, func alarm_triggered+0x0/0xa0, 711620000000 (s 711620000000)
<6>call alarm, type 1, func alarm_triggered+0x0/0xa0, 1379089680073000000 (s 1379089680073000000)
<4>------------[ cut here ]------------
<4>WARNING: at /home/albinoman887/cm-10.2/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:376 branch_clk_disable+0xf8/0x108()
<4>sdc3_p_clk status stuck at 'on'
<4>Modules linked in: bcmdhd
<4>[<c010c934>] (unwind_backtrace+0x0/0xf8) from [<c01928c4>] (warn_slowpath_common+0x50/0x110)
<4>[<c01928c4>] (warn_slowpath_common+0x50/0x110) from [<c01929f4>] (warn_slowpath_fmt+0x30/0x40)
<4>[<c01929f4>] (warn_slowpath_fmt+0x30/0x40) from [<c015751c>] (branch_clk_disable+0xf8/0x108)
<4>[<c015751c>] (branch_clk_disable+0xf8/0x108) from [<c01169bc>] (clk_disable+0x88/0x254)
<4>[<c01169bc>] (clk_disable+0x88/0x254) from [<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc)
<4>[<c058ce9c>] (msmsdcc_switch_clock+0x138/0x3cc) from [<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec)
<4>[<c058d4ac>] (msmsdcc_runtime_suspend+0xe0/0xec) from [<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38)
<4>[<c0431334>] (pm_generic_runtime_suspend+0x2c/0x38) from [<c0434ea8>] (rpm_suspend+0x304/0x654)
<4>[<c0434ea8>] (rpm_suspend+0x304/0x654) from [<c043576c>] (pm_runtime_work+0x8c/0x90)
<4>[<c043576c>] (pm_runtime_work+0x8c/0x90) from [<c01afa9c>] (process_one_work+0x12c/0x46c)
<4>[<c01afa9c>] (process_one_work+0x12c/0x46c) from [<c01b00dc>] (worker_thread+0x138/0x2e4)
<4>[<c01b00dc>] (worker_thread+0x138/0x2e4) from [<c01b527c>] (kthread+0x80/0x88)
<4>[<c01b527c>] (kthread+0x80/0x88) from [<c0107510>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 140dd820274d5078 ]---
<6>call alarm, type 0, func alarm_triggered+0x0/0xa0, 1379089682622000000 (s 1379089682622000000)
<4>TSENS: Current CPU Temperature is: 55
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x02D, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x00C, Level = 3, l_thd equal = 0x6, h_thd = 0xf
<5>CPU1: shutdown
<6>[K] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[MPDEC]: CPU[1] on->off | Mask=[10] | time online: 17999
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x021, Level = 5, l_thd equal = 0x1e, h_thd = 0x15c
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x019, Level = 4, l_thd equal = 0x10, h_thd = 0x1d
<6>[BATT] htc_batt_get_battery_adc , vref:20285, battid_adc:2487, battid:122
<4> at 729486485902 (2013-09-13 16:28:17.857630654 UTC)
<6>[BATT] ioctl: battery level update: 100 at 729489751283 (2013-09-13 16:28:17.860865517 UTC)
<6>[BATT] ID=2, level=100, vol=4089, temp=357, batt_current=-279, chg_src=1, chg_en=1, full_bat=1730, over_vchg=0, batt_state=1 at 729489781800 (2013-09-13
16:28:17.860896035 UTC)
<6>[BATT] power_supply_changed: battery at 729490178529 (2013-09-13 16:28:17.861292763 UTC)
<6>[PS][ISL29029] isl_irq: CONFIG = 0x56, INT_PIN = 0, INT = 0xc
<6>[LS][ISL29029] ALS_ADC = 0x005, Level = 2, l_thd equal = 0x4, h_thd = 0x5
Click to expand...
Click to collapse
Files attached (dmesg and last_kmsg).
Very strange, since the 176.44.1 update the camera stops working after a few days?
I open the camera app, and it closes showing an initialization failure message, I soft-reboot and I get another kind of message: "Unfortunately, Camera has stopped" (caused by an NullPointerException). Then I hard-reboot, and the camera works again for a certain period of time.
I made a logcat for the scenario after the soft-reboot, if anyone has an idea what is going on, I am curious, I will also try to get a logcat before I reboot..
Code:
I/SFPerfTracer(26124): triggers: (rate: 0:0) (207 sw vsyncs) (0 skipped) (0:2606 vsyncs) (1:4681)
W/ContextImpl(26788): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1600 android.content.ContextWrapper.startService:494 android.content.Context
Wrapper.startService:494 com.motorola.motocare.internal.batterystats.BatteryStatsAction.onReceive:33 android.app.ActivityThread.handleReceiver:2446
D/dalvikvm(26484): GC_FOR_ALLOC freed 1364K, 20% free 24072K/29924K, paused 104ms, total 104ms
D/dalvikvm(26788): GC_CONCURRENT freed 2321K, 42% free 11079K/18932K, paused 2ms+2ms, total 30ms
D/dalvikvm(26788): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm(26788): WAIT_FOR_CONCURRENT_GC blocked 19ms
D/dalvikvm(26788): GC_CONCURRENT freed 2073K, 42% free 11010K/18932K, paused 1ms+2ms, total 23ms
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/SFPerfTracer(26124): triggers: (rate: 3:124) (compose: 0:3) (post: 0:3) (render: 2:31) (0:1227 frames) (1:4148)
D/SFPerfTracer(26124): layers: (4:9) (DimLayer: 0:107)* (FocusedStackFrame: 0:68)* (StatusBar: 1:2037) (NavigationBar: 0:479) (com.android.systemui.ImageWallpaper: 0:30) (DimLayer: 0:58)* (DimL
ayer: 0:6)* (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:29)
I/MDMCTBK ( 273): NetlinkHandler, power_supply subsys
I/MDMCTBK ( 273): NetlinkHandler, usbChargerStateChanged
I/MDMCTBK ( 273): MdmCutbackHndler,readFromFile = /sys/class/power_supply/usb/online
I/MDMCTBK ( 273): MdmCutbackHndler,readFromFile =
E/MDMCTBK ( 273): MdmCutbackHndler,Could not open ''
I/MDMCTBK ( 273): NetlinkHandler, power_supply subsys
I/MDMCTBK ( 273): NetlinkHandler, usbChargerStateChanged
I/MDMCTBK ( 273): MdmCutbackHndler,readFromFile = /sys/class/power_supply/usb/online
I/MDMCTBK ( 273): MdmCutbackHndler,readFromFile =
E/MDMCTBK ( 273): MdmCutbackHndler,Could not open ''
D/battery_widget_monitor(27702): bmw_watcher got intent: android.intent.action.BATTERY_CHANGED
D/battery_widget_monitor(27702): Event handling took 27ms
D/battery_widget_monitor(27702): bmw_watcher got intent: android.intent.action.BATTERY_CHANGED
D/battery_widget_monitor(27702): Event handling took 21ms
W/qdhwcomposer(26124): delay_vsync:0 read:17727us prop:1133us
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/SFPerfTracer(26124): triggers: (rate: 0:0) (207 sw vsyncs) (0 skipped) (0:2606 vsyncs) (1:4782)
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/SFPerfTracer(26124): triggers: (rate: 3:124) (compose: 0:3) (post: 0:3) (render: 2:31) (0:1227 frames) (1:4248)
D/SFPerfTracer(26124): layers: (4:9) (DimLayer: 0:107)* (FocusedStackFrame: 0:68)* (StatusBar: 1:2137) (NavigationBar: 0:479) (com.android.systemui.ImageWallpaper: 0:30) (DimLayer: 0:58)* (DimL
ayer: 0:6)* (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:30)
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
W/qdhwcomposer(26124): delay_vsync:0 read:17164us prop:552us
W/qdhwcomposer(26124): delay_vsync:0 read:17731us prop:1137us
I/SFPerfTracer(26124): triggers: (rate: 0:0) (207 sw vsyncs) (0 skipped) (0:2606 vsyncs) (1:4883)
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/SFPerfTracer(26124): triggers: (rate: 3:124) (compose: 0:3) (post: 0:3) (render: 2:31) (0:1227 frames) (1:4348)
D/SFPerfTracer(26124): layers: (4:9) (DimLayer: 0:107)* (FocusedStackFrame: 0:68)* (StatusBar: 1:2237) (NavigationBar: 0:479) (com.android.systemui.ImageWallpaper: 0:30) (DimLayer: 0:58)* (DimL
ayer: 0:6)* (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:30)
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/SFPerfTracer(26124): triggers: (rate: 0:0) (207 sw vsyncs) (0 skipped) (0:2606 vsyncs) (1:4984)
W/qdhwcomposer(26124): delay_vsync:0 read:17766us prop:1172us
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
W/qdhwcomposer(26124): delay_vsync:0 read:17748us prop:1155us
I/SFPerfTracer(26124): triggers: (rate: 3:124) (compose: 0:3) (post: 0:3) (render: 2:31) (0:1227 frames) (1:4448)
D/SFPerfTracer(26124): layers: (4:9) (DimLayer: 0:107)* (FocusedStackFrame: 0:68)* (StatusBar: 1:2337) (NavigationBar: 0:479) (com.android.systemui.ImageWallpaper: 0:30) (DimLayer: 0:58)* (DimL
ayer: 0:6)* (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:30)
D/WifiStateMachine(26484): handleMessage: E msg.what=131155
D/WifiStateMachine(26484): processMsg: ConnectedState
D/WifiStateMachine(26484): processMsg: L2ConnectedState
D/WifiStateMachine(26484): handleMessage: X
I/ActivityManager(26484): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.motorola.camera/.Camera bnds=[16,842][176,1036]} from pid 26849
W/ContextImpl(26788): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1244 android.content.ContextWrapper.sendBroadcast:365 com.motorola.motocare
.util.TriggerHelper$TriggerBuilder.send:76 com.motorola.motocare.internal.frameworkevents.PauseResumeTrigger.handleFrameworkEvent:53 com.motorola.motocare.internal.frameworkevents.FwEventMonitor$Frame
workListener.processFrameworkEvent:114
I/ActivityManager(26484): Start proc com.motorola.camera for activity com.motorola.camera/.Camera: pid=1678 uid=10012 gids={50012, 1028, 1015}
W/ContextImpl(26788): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1244 android.content.ContextWrapper.sendBroadcast:365 com.motorola.motocare
.util.TriggerHelper$TriggerBuilder.send:76 com.motorola.motocare.internal.frameworkevents.PauseResumeTrigger.handleFrameworkEvent:53 com.motorola.motocare.internal.frameworkevents.FwEventMonitor$Frame
workListener.processFrameworkEvent:114
I/dalvikvm( 1678): DexOpt: not all deps represented
E/dalvikvm( 1678): /system/framework/com.motorola.motosignature.jar odex has stale dependencies
I/dalvikvm( 1678): DexOpt: not all deps represented
E/dalvikvm( 1678): /system/framework/com.motorola.frameworks.core.addon.jar odex has stale dependencies
I/dalvikvm( 1678): DexOpt: not all deps represented
E/dalvikvm( 1678): /system/priv-app/MotCamera.apk odex has stale dependencies
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 0
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
W/CamcorderProfileMotExt( 1678): Not supported
E/BlurCheckin( 1678): Checkin class does not exist:java.lang.ClassNotFoundException: com.motorola.checkinwrapper.CheckinEventWrapper
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 0
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
I/SFPerfTracer(26124): triggers: (rate: 0:0) (207 sw vsyncs) (0 skipped) (27:2633 vsyncs) (29:5092)
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
E/QCamera2Factory(26166): int qcamera::QCamera2Factory::getCameraInfo(int, camera_info*): E, camera_id = 1
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
I/Adreno-EGL( 1678): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM build: (N/A)
I/Adreno-EGL( 1678): OpenGL ES Shader Compiler Version: E031.24.00.00
I/Adreno-EGL( 1678): Build Date: 11/12/13 Tue
I/Adreno-EGL( 1678): Local Branch:
I/Adreno-EGL( 1678): Remote Branch:
I/Adreno-EGL( 1678): Local Patches:
I/Adreno-EGL( 1678): Reconstruct Branch:
D/OpenGLRenderer( 1678): Enabling debug mode 0
W/AppOps (26484): Bad call: specified package qcamera under uid 1013 but it is really -1
I/AwesomePlayer(26166): setDataSource_l(URL suppressed)
I/CameraApp( 1678): CameraService connected
D/Sensors (26484): AccelerationSensor: Set Sensors state 0x3
D/Sensors (26484): AccelerationSensor: set delay 200
D/Sensors (26484): AccelerationSensor: set delay 200
D/QCUtils (26166): extended extractor not needed, return default
I/AwesomePlayer(26166): setDataSource_l(URL suppressed)
D/QCUtils (26166): extended extractor not needed, return default
I/CameraClient(26166): Opening camera 1
D/QCameraStateMachine(26166): static void* qcamera::QCameraStateMachine::smEvtProcRoutine(void*): E
D/MotISP_GPU(26166): int MotISP_GPU::Init(int, int): GPU resolution: 1280x720
E/QCamera2HWI(26166): [KPI Perf] int qcamera::QCamera2HardwareInterface::openCamera(hw_device_t**): E PROFILE_OPEN_CAMERA camera id 1
I/QCameraHalWatchdog(26166): Starting Watchdog Thread...
E/mm-camera-intf(26166): mm_camera_open: dev name = /dev/video2, cam_idx = 2
I/Adreno-EGL(26166): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM build: (N/A)
I/Adreno-EGL(26166): OpenGL ES Shader Compiler Version: E031.24.00.00
I/Adreno-EGL(26166): Build Date: 11/12/13 Tue
I/Adreno-EGL(26166): Local Branch:
I/Adreno-EGL(26166): Remote Branch:
I/Adreno-EGL(26166): Local Patches:
I/Adreno-EGL(26166): Reconstruct Branch:
E/mm-camera-sensor(18314): module_sensor_start_session:483 session 2
E/mm-camera-sensor(18314): csid_open:123 VIDIOC_MSM_CSID_IO_CFG failed Invalid argument
E/mm-camera-sensor(18314): module_sensor_init_session:222 failed rc -1
I/LaunchCheckinHandler(26484): Displayed com.motorola.camera/.Camera,cp,ca,654
I/ActivityManager(26484): Displayed com.motorola.camera/.Camera: +654ms
E/mm-camera-sensor(18314): module_sensor_init_session:424 failed
E/mm-camera-sensor(18314): module_sensor_start_session:518 failed
E/mm-camera-sensor(18314): module_sensor_start_session:533 failed
E/mm-camera(18314): isp_tintless_open: E: b6d74d55
E/mm-camera(18314): isp_tintless_get_version: lib returned version 3.61 err=0
E/mm-camera-CORE(18314): aec_process_config_fast_conv(25): E
E/mm-camera-CORE(18314): preview width 0, preview height 0
E/mm-camera-CORE(18314): new_ew=, ewp125=, ewp25=, ewp5=, ewn125=, ewn25=, ewn5=
E/mm-camera-CORE(18314): new_ew[0]=0.200000, 0.200000, 0.200000, 0.200000, 0.200000, 0.200000, 0.200000
E/mm-camera-CORE(18314): new_ew[1]=0.420000, 0.226250, 0.278750, 0.357500, 0.175000, 0.162500, 0.137500
E/mm-camera-CORE(18314): new_ew[2]=0.463100, 0.451638, 0.514913, 0.638769, 0.366250, 0.300000, 0.220000
E/mm-camera-CORE(18314): new_ew[3]=0.996300, 0.654287, 0.849856, 1.380994, 0.426075, 0.389050, 0.291444
E/mm-camera-CORE(18314): new_ew[4]=1.588600, 1.243662, 1.627331, 2.497488, 0.738462, 0.542894, 0.347325
E/mm-camera-CORE(18314): new_ew[5]=1.930800, 1.936887, 2.207275, 3.025563, 1.267200, 0.982819, 0.584981
E/mm-camera-CORE(18314): new_ew[6]=2.155700, 2.163925, 2.568000, 3.222006, 1.660412, 1.290738, 0.796012
E/mm-camera-CORE(18314): new_ew[7]=2.333000, 2.535975, 2.780531, 3.401256, 1.773788, 1.689450, 1.191450
E/mm-camera-CORE(18314): new_ew[8]=2.365300, 2.501018, 2.809443, 3.384231, 2.076375, 1.723394, 1.306037
E/mm-camera-CORE(18314): new_ew[9]=2.366600, 2.514106, 2.804081, 3.198936, 2.195262, 1.840156, 1.397706
E/mm-camera-CORE(18314): new_ew[10]=2.357500, 2.654462, 2.783257, 3.290006, 2.069800, 2.053487, 1.627856
E/mm-camera-CORE(18314): new_ew[11]=2.338900, 2.487406, 2.749294, 3.078550, 2.218119, 1.922050, 1.603938
E/mm-camera-CORE(18314): new_ew[12]=2.314100, 2.603112, 2.705568, 3.148263, 2.210156, 2.070206, 1.618069
E/mm-camera-CORE(18314): new_ew[13]=2.285300, 2.424018, 2.658537, 3.066426, 2.046537, 1.915469, 1.774219
...snip..
E/mm-camera-CORE(18314): new_ew[252]=0.000000, 0.000000, 0.000000, 0.000000, 0.408637, 0.442606, 0.540937
E/mm-camera-CORE(18314): new_ew[253]=0.000000, 0.000000, 0.000000, 0.000000, 0.377075, 0.472912, 0.493075
E/mm-camera-CORE(18314): new_ew[254]=0.000000, 0.000000, 0.000000, 0.000000, 0.398438, 0.435662, 0.490263
E/mm-camera-CORE(18314): new_ew[255]=0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000
E/mm-camera(18314): is_module_start_session: Enter
E/mm-camera(18314): is_port_init: is mode is 0
E/mm-camera(18314): is_module_start_session: Exit successful
E/mm-camera(18314): is_module_get_port: Exit successful
E/mm-camera(18314): c2d_module_start_session:226, info: starting session 2
E/mm-camera(18314): c2d_module_start_session:286, info: session 2 started.
E/hdr (18314): Session id 0x2 started
E/mm-camera(18314): module_drsd_start_session:1189] E
E/mm-camera-sensor(18314): sensor_get_capabilities:2062 failed
E/mm-camera-sensor(18314): module_sensor_query_mod:2548 failed rc -4
E/mm-camera-intf(26166): mm_camera_open: opened, break out while loop
E/qomx_image_core(26166): OMX_Init:94] Complete 2
E/mm-camera(18314): [dbgHang] - Map buffer >>> enter
E/mm-camera(18314): [dbgHang] - Map buffer >>> exit with status: 1
D/QCameraPostProc(26166): static void* qcamera::QCameraPostProcessor::dataProcessRoutine(void*): E
D/QCameraPostProc(26166): static void* qcamera::QCameraPostProcessor::dataSaveRoutine(void*): E
E/mm-camera(18314): [dbgHang] - Map buffer >>> enter
E/mm-camera(18314): [dbgHang] - Map buffer >>> exit with status: 1
E/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): supported preview sizes cnt is 0 or exceeds max!!!
E/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): supported video sizes cnt is 0 or exceeds max!!!
E/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): supported picture sizes cnt is 0 or exceeds max!!!
E/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int): Setting preview fps range 15000,30000
I/QCamera2HWI(26166): int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS ran
ge [15.00,30.00], frameskip 0
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int): Thermal adjusted preview fps range 15,30
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): supported fps rates: 15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setFocusMode(const char*): Setting focus mode auto
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setSaturation(int): Setting saturation 5
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setSharpness(int): Setting sharpness 12
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setContrast(int): Setting contrast 5
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setSkinToneEnhancement(int): Setting skintone enhancement 0
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setBrightness(int): Setting brightness 3
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setAutoExposure(const char*): Setting auto exposure frame-average
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setAntibanding(const char*): Setting AntiBanding value auto
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setEffect(const char*): Setting effect none
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setWhiteBalance(const char*): Setting WhiteBalance value auto
E/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): supported flash modes cnt is 0!!!
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setISOValue(const char*): Setting ISO value auto
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setHighFrameRate(const char*): Setting HFR value off
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setAEBracket(const char*), EXP_BRACKETING_OFF
I/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setWaveletDenoise(const char*): Denoise enable=1, plates=0
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::initDefaultParameters(): Supported WNR:eek:N/OFF default:eek:N
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setLensShadeValue(const char*): Setting LensShade value enable
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setMCEValue(const char*): Setting AWBLock value enable
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setDISValue(const char*): Setting DIS value disable
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setSceneDetect(const char*): Setting Scene Detect off
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setAecLock(const char*): Setting AECLock value false
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setAwbLock(const char*): Setting AWBLock value false
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setNumOfSnapshot(): nBurstNum = 1, nExpnum = 1
I/Thermal-Lib(26166): Thermal-Lib-Client: Registraion successful for camera with handle:1
I/Thermal-Lib(26166): Thermal-Lib-Client: Registraion successful for camcorder with handle:2
I/QCameraHalWatchdog(26166): Stopped Watchdog Thread...
I/ThermalEngine( 294): Thermal-Server: Adding thermal event listener on fd 8
I/Thermal-Lib(26166): Thermal-Lib-Client: Client received msg camera 0
I/QCamera2HWI(26166): virtual int qcamera::QCamera2HardwareInterface::thermalEvtHandle(qcamera::qcamera_thermal_level_enum_t, void*, void*): level = 0, userdata = 0x0, data = 0x0
I/QCamera2HWI(26166): int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS ran
ge [15.00,30.00], frameskip 0
I/Thermal-Lib(26166): Thermal-Lib-Client: Client received msg camcorder 0
I/QCamera2HWI(26166): virtual int qcamera::QCamera2HardwareInterface::thermalEvtHandle(qcamera::qcamera_thermal_level_enum_t, void*, void*): level = 0, userdata = 0x0, data = 0x0
I/QCamera2HWI(26166): int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS ran
ge [15.00,30.00], frameskip 0
I/CameraMotExt( 1678): Supported
I/QCamera2HWI(26166): getParameters standard
I/QCameraHalWatchdog(26166): Starting Watchdog Thread...
I/QCamera2HWI(26166): updateParameters non-standard params: 1
D/QCameraParameters(26166): int32_t qcamera::QCameraParameters::setNumOfSnapshot(): nBurstNum = 1, nExpnum = 1
I/QCameraHalWatchdog(26166): Stopped Watchdog Thread...
I/MultisampleConfigChooser( 1678): eglChoosConfig multisample found
I/QCamera2HWI(26166): getParameters all
W/dalvikvm( 1678): threadid=13: thread exiting with uncaught exception (group=0x4168cd40)
E/AndroidRuntime( 1678): FATAL EXCEPTION: CameraHandlerThread
E/AndroidRuntime( 1678): Process: com.motorola.camera, PID: 1678
E/AndroidRuntime( 1678): java.lang.NullPointerException
E/AndroidRuntime( 1678): at com.motorola.camera.settings.Setting.asPreviewSizeList(Setting.java:363)
E/AndroidRuntime( 1678): at com.motorola.camera.settings.PictureSizeSetting$1.performRead(PictureSizeSetting.java:35)
E/AndroidRuntime( 1678): at com.motorola.camera.settings.behavior.CameraParamBehavior.performCameraRead(CameraParamBehavior.java:28)
E/AndroidRuntime( 1678): at com.motorola.camera.settings.AppSettings.readParametersIntoSettings(AppSettings.java:243)
E/AndroidRuntime( 1678): at com.motorola.camera.device.callables.ReadParamsCallable.call(ReadParamsCallable.java:38)
E/AndroidRuntime( 1678): at com.motorola.camera.device.callables.CameraCallable.run(CameraCallable.java:48)
E/AndroidRuntime( 1678): at com.motorola.camera.device.CustomIntentService$1.handleMessage(CustomIntentService.java:41)
E/AndroidRuntime( 1678): at android.os.Handler.dispatchMessage(Handler.java:98)
E/AndroidRuntime( 1678): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1678): at android.os.HandlerThread.run(HandlerThread.java:61)
W/ActivityManager(26484): Force finishing activity com.motorola.camera/.Camera
W/ResourceTexture( 1678): No bitmap to load
W/YuvTexture( 1678): No bitmap to load
D/dalvikvm(26484): GC_FOR_ALLOC freed 419K, 20% free 24093K/29924K, paused 125ms, total 126ms
W/ContextImpl(26788): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1244 android.content.ContextWrapper.sendBroadcast:365 com.motorola.motocare
.util.TriggerHelper$TriggerBuilder.send:76 com.motorola.motocare.internal.frameworkevents.PauseResumeTrigger.handleFrameworkEvent:53 com.motorola.motocare.internal.frameworkevents.FwEventMonitor$Frame
workListener.processFrameworkEvent:114
D/Sensors (26484): AccelerationSensor: Set Sensors state 0x2
D/Sensors (26484): AccelerationSensor: set delay 0
D/Checkin ( 1678): publish the event [tag = MOT_CAMERA_STATS event name = USER_EXITED_APP]
W/ActivityManager(26484): Activity pause timeout for ActivityRecord{422d93d0 u0 com.motorola.camera/.Camera t11 f}
W/ContextImpl(26788): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1244 android.content.ContextWrapper.sendBroadcast:365 com.motorola.motocare
.util.TriggerHelper$TriggerBuilder.send:76 com.motorola.motocare.internal.frameworkevents.PauseResumeTrigger.handleFrameworkEvent:53 com.motorola.motocare.internal.frameworkevents.FwEventMonitor$Frame
workListener.processFrameworkEvent:114
I/MediaFocusControl(26484): AudioFocus abandonAudioFocus() from [email protected]
I/SFPerfTracer(26124): trigger: render (32.224 ms) (7.224 ms off for 7 triggers) (7 triggers) (8 renders)
I/SFPerfTracer(26124): triggers: (rate: 3:131) (compose: 0:3) (post: 0:3) (render: 3:38) (7:1275 frames) (8:4555)
D/SFPerfTracer(26124): layers: (8:14) (DimLayer: 0:121) (FocusedStackFrame: 0:76)* (StatusBar: 8:2412) (NavigationBar: 0:517) (com.android.systemui.ImageWallpaper: 0:32) (DimLayer: 0:58)* (DimL
ayer: 0:6)* (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:32)* (Starting com.motorola.camera: 0:33)* (com.motorola.camera/com.motorola.camera.Camera: 8:17) (SurfaceView: 8:14) (Application Er
ror: com.motorola.camera: 0:16) (com.anddoes.launcher/com.anddoes.launcher.Launcher: 0:5)
I got the same problem with my camera. If it gets really bad a soft reset would do the trick. This is driving me nuts
Sent from my XT1034 using Tapatalk
Mod edit: Thread closed due to not functionable download link. - Regards Oswald Boelcke
[APP] STORYGRAM - Instagram Story Saver (Video & Photo) - Anonym Mode - (PROMO CODES)
Hi, I'm developed now Instagram basic downloader for story mode.
Quickly download all stories and videos instantly.
Never using API, I'M using HTTP Skeleton on Instagram WEB***
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
1- Select anyone instanly
2- Download story mode (video and photo)
3-Do not see the stories you watch of story's owner. (Anonymous mode )
3- Let the storymaker know immediately. (Reminder Mode)
4- Very stylish UI
Note:
The app will be in beta, then on Google Play.
Download ALPHA
Do not forget your suggestion & comment under this topic.
Regards, Webshack.
If you want promo codes (no-ads version) please write under this topic.
Guys I need your comments here Thanks.
Reserverd
New update coming today night,
adding multiple accounts
promo code, please... thank you.....
terabyt3 said:
promo code, please... thank you.....
Click to expand...
Click to collapse
Thanks for your comment I'm so glad for here!!
I'am packing ad-free version for you.
Do you have any ideas for this app?
Webshack said:
Thanks for your comment I'm so glad for here!!
I'am packing ad-free version for you.
Do you have any ideas for this app?
Click to expand...
Click to collapse
I can not login
To be tested!
May i have a promo code?
terabyt3 said:
I can not login
Click to expand...
Click to collapse
Can you share logcat please, sorry for long time.
Webshack said:
Can you share logcat please, sorry for long time.
Click to expand...
Click to collapse
Logcat for you..
Code:
--------- beginning of main
D/OpenGLRenderer(22896): endAllActiveAnimators on 0x7f8efa2c00 (MenuPopupWindow$MenuDropDownListView) with handle 0x7f7db51720
D/AndroidRuntime(22972): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(22972): CheckJNI is OFF
D/ICU (22972): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(22972): register_android_hardware_Radio DONE
D/AndroidRuntime(22972): Calling main entry com.android.commands.am.Am
D/AndroidRuntime(22972): Shutting down VM
--------- beginning of system
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
W/ContextImpl(25839): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1421 android.content.ContextWrapper.bindService:636 com.google.android.libraries.launcherclient.LauncherClient.connectSafely:90 com.google.android.libraries.launcherclient.LauncherClient.reconnect:268 com.google.android.libraries.launcherclient.LauncherClient.onResume:246
W/ActivityManager( 1201): Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://ch.deletescape.lawnchair:1000?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
W/OpenGLRenderer(25839): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
I/ActivityManager( 1201): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=webshack.story.gram/.LoginActivity bnds=[643,415][849,716] (has extras)} from uid 1000 on display 0
I/TextInputLayout(22820): EditText added is not a TextInputEditText. Please switch to using that class instead.
I/TextInputLayout(22820): EditText added is not a TextInputEditText. Please switch to using that class instead.
W/MixpanelAPI.ConfigurationChecker(22820): com.mixpanel.android.surveys.SurveyActivity is not registered as an activity in your application, so surveys can't be shown.
I/MixpanelAPI.ConfigurationChecker(22820): Please add the child tag <activity android:name="com.mixpanel.android.surveys.SurveyActivity" /> to your <application> tag.
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
I/ActivityManager( 1201): Displayed webshack.story.gram/.LoginActivity: +84ms
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
D/StatusBar( 1662): notification is for you
E/ANDR-PERF-OPTSHANDLER( 446): perf_lock_rel: updated /sys/class/scsi_host/host0/../../../clkscale_enable with 1
E/ANDR-PERF-OPTSHANDLER( 446): return value 2
I/PlayCommon(30203): [764] com.google.android.play.a.g.e(244): Preparing logs for uploading
I/PlayCommon(30203): [764] com.google.android.play.a.g.a(458): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
I/DpmTcmClient(30203): RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
I/PlayCommon(30203): [764] com.google.android.play.a.g.a(515): Successfully uploaded logs.
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
W/IInputConnectionWrapper(22820): finishComposingText on inactive InputConnection
D/StatusBar( 1662): notification is for you
D/StatusBar( 1662): notification is for you
E/System (22820): Uncaught exception thrown by finalizer
E/System (22820): java.lang.IllegalStateException: The database '/data/user/0/webshack.story.gram/databases/google_app_measurement_local.db' is not open.
E/System (22820): at android.database.sqlite.SQLiteDatabase.throwIfNotOpenLocked(SQLiteDatabase.java:2196)
E/System (22820): at android.database.sqlite.SQLiteDatabase.createSession(SQLiteDatabase.java:367)
E/System (22820): at android.database.sqlite.SQLiteDatabase$1.initialValue(SQLiteDatabase.java:86)
E/System (22820): at android.database.sqlite.SQLiteDatabase$1.initialValue(SQLiteDatabase.java:85)
E/System (22820): at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:160)
E/System (22820): at java.lang.ThreadLocal.get(ThreadLocal.java:150)
E/System (22820): at android.database.sqlite.SQLiteDatabase.getThreadSession(SQLiteDatabase.java:361)
E/System (22820): at android.database.sqlite.SQLiteProgram.getSession(SQLiteProgram.java:101)
E/System (22820): at android.database.sqlite.SQLiteQuery.setLastStmt(SQLiteQuery.java:96)
E/System (22820): at android.database.sqlite.SQLiteQuery.close(SQLiteQuery.java:111)
E/System (22820): at android.database.sqlite.SQLiteCursor.close(SQLiteCursor.java:300)
E/System (22820): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:366)
E/System (22820): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222)
E/System (22820): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209)
E/System (22820): at java.lang.Thread.run(Thread.java:761)
D/UI thread(22820): I am the UI thread
V/tata (22820): 0
W/InputMethodManagerService( 1201): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
--------- beginning of crash
E/AndroidRuntime(22820): FATAL EXCEPTION: Thread-9
E/AndroidRuntime(22820): Process: webshack.story.gram, PID: 22820
E/AndroidRuntime(22820): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
E/AndroidRuntime(22820): at android.os.Handler.<init>(Handler.java:200)
E/AndroidRuntime(22820): at android.os.Handler.<init>(Handler.java:114)
E/AndroidRuntime(22820): at android.widget.Toast$TN$2.<init>(Toast.java:339)
E/AndroidRuntime(22820): at android.widget.Toast$TN.<init>(Toast.java:339)
E/AndroidRuntime(22820): at android.widget.Toast.<init>(Toast.java:106)
E/AndroidRuntime(22820): at android.widget.Toast.makeText(Toast.java:259)
E/AndroidRuntime(22820): at webshack.story.gram.LoginActivity$3.run(LoginActivity.java:132)
E/AndroidRuntime(22820): at java.lang.Thread.run(Thread.java:761)
W/ActivityManager( 1201): Force finishing activity webshack.story.gram/.LoginActivity
W/ContextImpl( 1201): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:375 com.android.server.am.AppErrors.crashApplication:309 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13761 com.android.server.am.ActivityManagerService.handleApplicationCrash:13743
W/ContextImpl(25839): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1421 android.content.ContextWrapper.bindService:636 com.google.android.libraries.launcherclient.LauncherClient.connectSafely:90 com.google.android.libraries.launcherclient.LauncherClient.reconnect:268 com.google.android.libraries.launcherclient.LauncherClient.onResume:246
W/ActivityManager( 1201): Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://ch.deletescape.lawnchair:1000?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
I/OpenGLRenderer( 1201): Initialized EGL, version 1.4
D/OpenGLRenderer( 1201): Swap behavior 1
I/ActivityManager( 1201): Killing 20500:com.ss.android.article.master.id/u0a82 (adj 906): empty for 1857s
D/ActivityManager( 1201): cleanUpApplicationRecord -- 20500
E/MMSDK-Handshake <1239:1504304310863>(22058): Handshake request failed with HTTP response code: 408
W/OpenGLRenderer(25839): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
D/LuxLevels( 1201): bright hysteresis constant= 0.1, threshold=8.314652, lux=7.5587745
D/LuxLevels( 1201): dark hysteresis constant= 0.2, threshold=6.0470195, lux=7.5587745
I/ActivityManager( 1201): Killing 22820:webshack.story.gram/u0a80 (adj 900): crash
D/ActivityManager( 1201): cleanUpApplicationRecord -- 22820
W/InputEventReceiver( 1201): Attempted to finish an input event but the input event receiver has already been disposed.
D/GraphicsStats( 1201): Buffer count: 7
D/StatusBar( 1662): notification is for you
E/FullInputEventModel( 1649): selectionUpdated event aborted: com.touchtype.keyboard.e.p: Could not create selection changed event (class com.touchtype.keyboard.e.p)
W/AppOps ( 1201): Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
I/ActivityManager( 1201): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=rs.pedjaapps.alogcatroot.app/.LogActivity bnds=[643,251][849,552] (has extras)} from uid 1000 on display 0
I/ActivityManager( 1201): Displayed rs.pedjaapps.alogcatroot.app/.LogActivity: +119ms
D/AndroidRuntime(23051): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(23051): CheckJNI is OFF
D/ICU (23051): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(23051): register_android_hardware_Radio DONE
D/AndroidRuntime(23051): Calling main entry com.android.commands.am.Am
D/AndroidRuntime(23051): Shutting down VM
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
E/ANDR-PERF-OPTSHANDLER( 446): perf_lock_rel: updated /sys/class/scsi_host/host0/../../../clkscale_enable with 1
E/ANDR-PERF-OPTSHANDLER( 446): return value 2
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
D/QcrilMsgTunnelSocket( 1841): readRilMessage: Buffer = [[email protected] HexData = [010000000404000011000000514f454d484f4f4bef0308000100000002]
D/QcrilMsgTunnelSocket( 1841): Rcvd UNSOL response with 28 bytes data for SUB0
D/QcrilMsgTunnelSocket( 1841): Response ID 525295 is not served in this process.
D/QcrilMsgTunnelSocket( 1841): To broadcast an Intent via the notifier to external apps
D/QcrilMsgTunnelIfaceManager( 1841): handleMessage what = 0
D/QC_RIL_OEM_HOOK( 1864): Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
D/QC_RIL_OEM_HOOK( 1864): Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
terabyt3 said:
Logcat for you..
Code:
--------- beginning of main
D/OpenGLRenderer(22896): endAllActiveAnimators on 0x7f8efa2c00 (MenuPopupWindow$MenuDropDownListView) with handle 0x7f7db51720
D/AndroidRuntime(22972): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(22972): CheckJNI is OFF
D/ICU (22972): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(22972): register_android_hardware_Radio DONE
D/AndroidRuntime(22972): Calling main entry com.android.commands.am.Am
D/AndroidRuntime(22972): Shutting down VM
--------- beginning of system
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
W/ContextImpl(25839): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1421 android.content.ContextWrapper.bindService:636 com.google.android.libraries.launcherclient.LauncherClient.connectSafely:90 com.google.android.libraries.launcherclient.LauncherClient.reconnect:268 com.google.android.libraries.launcherclient.LauncherClient.onResume:246
W/ActivityManager( 1201): Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://ch.deletescape.lawnchair:1000?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
W/OpenGLRenderer(25839): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
I/ActivityManager( 1201): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=webshack.story.gram/.LoginActivity bnds=[643,415][849,716] (has extras)} from uid 1000 on display 0
I/TextInputLayout(22820): EditText added is not a TextInputEditText. Please switch to using that class instead.
I/TextInputLayout(22820): EditText added is not a TextInputEditText. Please switch to using that class instead.
W/MixpanelAPI.ConfigurationChecker(22820): com.mixpanel.android.surveys.SurveyActivity is not registered as an activity in your application, so surveys can't be shown.
I/MixpanelAPI.ConfigurationChecker(22820): Please add the child tag <activity android:name="com.mixpanel.android.surveys.SurveyActivity" /> to your <application> tag.
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
I/ActivityManager( 1201): Displayed webshack.story.gram/.LoginActivity: +84ms
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
D/StatusBar( 1662): notification is for you
E/ANDR-PERF-OPTSHANDLER( 446): perf_lock_rel: updated /sys/class/scsi_host/host0/../../../clkscale_enable with 1
E/ANDR-PERF-OPTSHANDLER( 446): return value 2
I/PlayCommon(30203): [764] com.google.android.play.a.g.e(244): Preparing logs for uploading
I/PlayCommon(30203): [764] com.google.android.play.a.g.a(458): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
I/DpmTcmClient(30203): RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
I/PlayCommon(30203): [764] com.google.android.play.a.g.a(515): Successfully uploaded logs.
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(22820): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
W/IInputConnectionWrapper(22820): finishComposingText on inactive InputConnection
D/StatusBar( 1662): notification is for you
D/StatusBar( 1662): notification is for you
E/System (22820): Uncaught exception thrown by finalizer
E/System (22820): java.lang.IllegalStateException: The database '/data/user/0/webshack.story.gram/databases/google_app_measurement_local.db' is not open.
E/System (22820): at android.database.sqlite.SQLiteDatabase.throwIfNotOpenLocked(SQLiteDatabase.java:2196)
E/System (22820): at android.database.sqlite.SQLiteDatabase.createSession(SQLiteDatabase.java:367)
E/System (22820): at android.database.sqlite.SQLiteDatabase$1.initialValue(SQLiteDatabase.java:86)
E/System (22820): at android.database.sqlite.SQLiteDatabase$1.initialValue(SQLiteDatabase.java:85)
E/System (22820): at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:160)
E/System (22820): at java.lang.ThreadLocal.get(ThreadLocal.java:150)
E/System (22820): at android.database.sqlite.SQLiteDatabase.getThreadSession(SQLiteDatabase.java:361)
E/System (22820): at android.database.sqlite.SQLiteProgram.getSession(SQLiteProgram.java:101)
E/System (22820): at android.database.sqlite.SQLiteQuery.setLastStmt(SQLiteQuery.java:96)
E/System (22820): at android.database.sqlite.SQLiteQuery.close(SQLiteQuery.java:111)
E/System (22820): at android.database.sqlite.SQLiteCursor.close(SQLiteCursor.java:300)
E/System (22820): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:366)
E/System (22820): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222)
E/System (22820): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209)
E/System (22820): at java.lang.Thread.run(Thread.java:761)
D/UI thread(22820): I am the UI thread
V/tata (22820): 0
W/InputMethodManagerService( 1201): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
--------- beginning of crash
E/AndroidRuntime(22820): FATAL EXCEPTION: Thread-9
E/AndroidRuntime(22820): Process: webshack.story.gram, PID: 22820
E/AndroidRuntime(22820): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
E/AndroidRuntime(22820): at android.os.Handler.<init>(Handler.java:200)
E/AndroidRuntime(22820): at android.os.Handler.<init>(Handler.java:114)
E/AndroidRuntime(22820): at android.widget.Toast$TN$2.<init>(Toast.java:339)
E/AndroidRuntime(22820): at android.widget.Toast$TN.<init>(Toast.java:339)
E/AndroidRuntime(22820): at android.widget.Toast.<init>(Toast.java:106)
E/AndroidRuntime(22820): at android.widget.Toast.makeText(Toast.java:259)
E/AndroidRuntime(22820): at webshack.story.gram.LoginActivity$3.run(LoginActivity.java:132)
E/AndroidRuntime(22820): at java.lang.Thread.run(Thread.java:761)
W/ActivityManager( 1201): Force finishing activity webshack.story.gram/.LoginActivity
W/ContextImpl( 1201): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:375 com.android.server.am.AppErrors.crashApplication:309 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13761 com.android.server.am.ActivityManagerService.handleApplicationCrash:13743
W/ContextImpl(25839): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1421 android.content.ContextWrapper.bindService:636 com.google.android.libraries.launcherclient.LauncherClient.connectSafely:90 com.google.android.libraries.launcherclient.LauncherClient.reconnect:268 com.google.android.libraries.launcherclient.LauncherClient.onResume:246
W/ActivityManager( 1201): Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://ch.deletescape.lawnchair:1000?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
I/OpenGLRenderer( 1201): Initialized EGL, version 1.4
D/OpenGLRenderer( 1201): Swap behavior 1
I/ActivityManager( 1201): Killing 20500:com.ss.android.article.master.id/u0a82 (adj 906): empty for 1857s
D/ActivityManager( 1201): cleanUpApplicationRecord -- 20500
E/MMSDK-Handshake <1239:1504304310863>(22058): Handshake request failed with HTTP response code: 408
W/OpenGLRenderer(25839): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
D/LuxLevels( 1201): bright hysteresis constant= 0.1, threshold=8.314652, lux=7.5587745
D/LuxLevels( 1201): dark hysteresis constant= 0.2, threshold=6.0470195, lux=7.5587745
I/ActivityManager( 1201): Killing 22820:webshack.story.gram/u0a80 (adj 900): crash
D/ActivityManager( 1201): cleanUpApplicationRecord -- 22820
W/InputEventReceiver( 1201): Attempted to finish an input event but the input event receiver has already been disposed.
D/GraphicsStats( 1201): Buffer count: 7
D/StatusBar( 1662): notification is for you
E/FullInputEventModel( 1649): selectionUpdated event aborted: com.touchtype.keyboard.e.p: Could not create selection changed event (class com.touchtype.keyboard.e.p)
W/AppOps ( 1201): Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
I/ActivityManager( 1201): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=rs.pedjaapps.alogcatroot.app/.LogActivity bnds=[643,251][849,552] (has extras)} from uid 1000 on display 0
I/ActivityManager( 1201): Displayed rs.pedjaapps.alogcatroot.app/.LogActivity: +119ms
D/AndroidRuntime(23051): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
D/AndroidRuntime(23051): CheckJNI is OFF
D/ICU (23051): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(23051): register_android_hardware_Radio DONE
D/AndroidRuntime(23051): Calling main entry com.android.commands.am.Am
D/AndroidRuntime(23051): Shutting down VM
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
E/ANDR-PERF-OPTSHANDLER( 446): perf_lock_rel: updated /sys/class/scsi_host/host0/../../../clkscale_enable with 1
E/ANDR-PERF-OPTSHANDLER( 446): return value 2
W/WindowManager( 1201): Attempted to remove non-existing token: [email protected]
D/QcrilMsgTunnelSocket( 1841): readRilMessage: Buffer = [[email protected] HexData = [010000000404000011000000514f454d484f4f4bef0308000100000002]
D/QcrilMsgTunnelSocket( 1841): Rcvd UNSOL response with 28 bytes data for SUB0
D/QcrilMsgTunnelSocket( 1841): Response ID 525295 is not served in this process.
D/QcrilMsgTunnelSocket( 1841): To broadcast an Intent via the notifier to external apps
D/QcrilMsgTunnelIfaceManager( 1841): handleMessage what = 0
D/QC_RIL_OEM_HOOK( 1864): Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
D/QC_RIL_OEM_HOOK( 1864): Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
Click to expand...
Click to collapse
Fixed Enjoy new version !!
promo code please
aalmog23 said:
promo code please
Click to expand...
Click to collapse
Sent Enjoy your code.
Webshack said:
Sent Enjoy your code.
Click to expand...
Click to collapse
Sorry, do you have suggestion for this app ?
I need wait time fro no-ads version for sending box.
Promo Code please
I want to try the pro version
can i have a promo code please
vinax89 said:
Promo Code please
Click to expand...
Click to collapse
I will send while coding beta version on Google Play
Thanks. Do you have any comment?
Yahia700 said:
can i have a promo code please
Click to expand...
Click to collapse
It's alpha now.
What do you think about StoryGram?
Updated new version alpha 1.0.3.
In this morning I will change link !
Before I start, I would like to apologize if anything within this thread is not allowed or if this is the wrong place to post such a thread. I tried to find the rules from the sticked welcome message on this board but the link redirects to this forum's homepage; I did, however, view the "terms & rules" area but I am not confident that these are the full set of rules (they are surprisingly small, for such a large forum).
Spoiler: an unnecessary preface (reading this is completely optional)
About 10 days ago, my other phone had display & sensor issues (specifically touch-sensing) when I woke up. After trying many things and failing to fix the problem, I thought perhaps I could fix the issue by disassembling and reassembling the phone: perhaps whatever was messed up would function properly if I put everything back where it belonged. Unfortunately, LG seems to have an infatuation with adhesive. There was so much adhesive applied to the battery that the battery itself was bending before the battery came out (the adhesion was stronger than the battery itself). Sliding my tweezers between the battery and the adhesive, attempting to weaken the adhesive, I unfortunately gave the battery's packaging a small puncture (if it was not clear from the fact that the battery was bending, please note the battery's package is not firm and rigid like most batteries'). Because I am relatively aware of the dangers of damaged batteries, I decided NOT to try and boot the phone up with that battery again. So, I decided to switch to one of my older devices.
Unfortunately, the device I switched to liked to enforce its SIM lock in a bizarre way: despite being of the same carrier as the first phone mentioned, this second phone did not accept the SIM card. On this second device, I had about 30 seconds from boot before my SIM was locked and data would no longer function until I rebooted. So, as a remedy, I began looking for custom ROM's for that device: custom ROM's do not suffer from SIM locks, as far as I had discovered. For whatever bizarre reason, it seemed that specific device was a minority: it did not have any custom ROM's I could find; devices like it, released under different carriers (which are, thus, different models and incompatible as far as I had discovered), had custom ROM's but my specific device did not. Having made no significant process, I moved to another device again.
This device accepted the SIM swap with the first phone, despite being a different carrier. However, the phone did not allow tethering or hotspot usage with the foreign SIM: I frequently use these operations, so I could not have been satisfied by this. It also seemed to limit the network connection to 3G, despite the phone and SIM being designed for 4G (this is, however, a more minor issue). In order to fix this, I decided I would get a custom ROM that could remove those restrictions. I succeeded in doing this and was able to use the hotspot & tethering. However, a new issue presented itself to me around then (I'm not sure if it had existed on the stock ROM, due to the fact that I was focused on getting the hotspot & tethering to work: every 8 minutes, the network disconnects (before reconnecting, shortly after). I thought programs from the carrier were being aggressive, so I sought out a method to revoke their permissions. I learned that there were things called "Xposed modules" that could allow one to revoke system apps' permissions. I switched to another custom ROM, which allowed Xposed modules, and used my increased powers to revoke network permissions from many system apps. The problem still persisted. I then looked for a way to view all the processes running at any given time, so I could see what occurs just before the 8-minute mark. This brought me to checking system logs. Through system logs, I was able to learn what process ID's were responsible for what changes. However, even then, I could not take any action: I could not find out how to determine which applications were responsible for each process ID. Having 10 days passed, 10 days of my digital life being postponed, I decided I could no longer scour this website looking for help that was already provided: I had to ask for help myself. That is why this thread is being created.
As supplementary information, which may expand what solutions can be provided, please note that I am able to use Xposed modules in addition to performing root commands & debugging through ADB.
I am using a foreign SIM on my device, which is running a custom ROM. For reasons I cannot figure out, my mobile data's network disconnects approximately every 8 minutes before reconnecting again shortly after. Of more minor importance, my device seems to be limiting my network to 3G (despite the device and SIM card being designed for 4G). I have attempted to isolate the problem but I simply cannot confidently figure out and handle it: I'm simply not educated enough on Android. For this reason, I ask for assistance: please tell me how to solve the problem of disconnection.
Following is a snippet of a logcat output, shortened to only contain information right around where I believe the problem is occurring:
Code:
E/Watchdog( 1534): [email protected] 16
V/AlarmManager( 1534): waitForAlarm result :8
D/BatteryService( 1534): [email protected] : batteryPropertiesChanged!
D/BatteryService( 1534): level:80, scale:100, status:2, health:2, present:true, voltage: 4196, temperature: 313, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303749, invalid charger:0
D/BatteryService( 1534): online:4, current avg:450, charge type:1, power sharing:false, high voltage charger:false, capacity:280000
D/BatteryService( 1534): Sending ACTION_BATTERY_CHANGED.
D/MotionRecognitionService( 1534): mReceiver.onReceive : ACTION_BATTERY_CHANGED
I/MotionRecognitionService( 1534): Plugged
I/MotionRecognitionService( 1534): setPowerConnected = true
D/STATUSBAR-PhoneStatusBar( 1775): mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true mPmsBrightnessEnablebySettings = true
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/SSRM:m ( 1534): SIOP:: AP = 320, PST = 320, CUR = 450
D/BatteryService( 1534): [email protected] : batteryPropertiesChanged!
D/BatteryService( 1534): level:80, scale:100, status:2, health:2, present:true, voltage: 4197, temperature: 313, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303749, invalid charger:0
D/BatteryService( 1534): online:4, current avg:450, charge type:1, power sharing:false, high voltage charger:false, capacity:280000
D/BatteryService( 1534): Sending ACTION_BATTERY_CHANGED.
D/MotionRecognitionService( 1534): mReceiver.onReceive : ACTION_BATTERY_CHANGED
I/MotionRecognitionService( 1534): Plugged
I/MotionRecognitionService( 1534): setPowerConnected = true
D/STATUSBAR-PhoneStatusBar( 1775): mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true mPmsBrightnessEnablebySettings = true
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:80 status:2 health:2
D/SSRM:m ( 1534): SIOP:: AP = 320, PST = 320, CUR = 450
W/ContextImpl( 1534): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1687 com.absolute.android.persistservice.a.run:1062 java.lang.Thread.run:-1 <bottom of call stack> <bottom of call stack>
D/BatteryService( 1534): [email protected] : batteryPropertiesChanged!
D/SSRM:m ( 1534): SIOP:: AP = 320, PST = 320, CUR = 450
E/Watchdog( 1534): [email protected] 17
D/BatteryService( 1534): [email protected] : batteryPropertiesChanged!
D/BatteryService( 1534): level:81, scale:100, status:2, health:2, present:true, voltage: 4198, temperature: 313, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303749, invalid charger:0
D/BatteryService( 1534): online:4, current avg:450, charge type:1, power sharing:false, high voltage charger:false, capacity:280000
D/BatteryService( 1534): Sending ACTION_BATTERY_CHANGED.
D/MotionRecognitionService( 1534): mReceiver.onReceive : ACTION_BATTERY_CHANGED
I/MotionRecognitionService( 1534): Plugged
I/MotionRecognitionService( 1534): setPowerConnected = true
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/STATUSBAR-PhoneStatusBar( 1775): mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true mPmsBrightnessEnablebySettings = true
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:81 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:81 status:2 health:2
D/BatteryMeterView( 1775): ACTION_BATTERY_CHANGED : level:81 status:2 health:2
D/BatteryMeterView( 1775): onDraw batteryColor : -1
E/auditd ( 2683): In denial and Property audit_ondenial is set to 1
W/ContextImpl( 1534): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1687 com.android.server.SEDenialService$AuditFileObserver.onEvent:-1 android.os.FileObserver$ObserverThread.onEvent:122 android.os.FileObserver$ObserverThread.observe:-2 android.os.FileObserver$ObserverThread.run:85
W/ContextImpl( 1534): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1687 com.android.server.SEDenialService$AuditFileObserver.onEvent:-1 android.os.FileObserver$ObserverThread.onEvent:122 android.os.FileObserver$ObserverThread.observe:-2 android.os.FileObserver$ObserverThread.run:85
E/auditd ( 2683): In denial and Property audit_ondenial is set to 1
W/ContextImpl( 1534): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1687 com.android.server.SEDenialService$AuditFileObserver.onEvent:-1 android.os.FileObserver$ObserverThread.onEvent:122 android.os.FileObserver$ObserverThread.observe:-2 android.os.FileObserver$ObserverThread.run:85
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/SSRM:m ( 1534): SIOP:: AP = 320, PST = 320, CUR = 450
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[CDMA - EvDo rev. A] - MOBILE, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[CDMA - EvDo rev. A] - MOBILE, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/MccTable( 2068): updateMccMncConfiguration mccmnc='null' fromServiceState=true
D/MccTable( 2068): WIFI_COUNTRY_CODE set to
I/WifiService( 1534): WifiService trying to set country code to with persist set to true
D/SmartBondingService( 1534): onServiceStateChanged state= 1 1 home Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
D/ConnectivityService( 1534): updateCapabilities: oldCap = [ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1843Kbps LinkDnBandwidth>=3174Kbps], newCap = [ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=14Kbps LinkDnBandwidth>=14Kbps]
D/ConnectivityService( 1534): notifyType CAP_CHANGED for NetworkAgentInfo [MOBILE (CDMA - EvDo rev. A) - 501]
D/ConnectivityService( 1534): calling update connectivity
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification CAP_CHANGED for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): ignoring duplicate network state non-change. MOBILE, state = CONNECTED
D/ConnectivityService( 1534): Update of LinkProperties for NetworkAgentInfo [MOBILE (UNKNOWN) - 501]; created=true
D/ConnectivityService( 1534): identical MTU - not setting
D/ConnectivityService( 1534): Invalid tcpBufferSizes string: null, using defaults
D/ConnectivityService( 1534): Setting tx/rx TCP buffers to 4096,87380,110208,4096,16384,110208
D/ConnectivityService( 1534): requestNetwork for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): updateSourceRoutes : add source routing for type : 0
D/ConnectivityService( 1534): notifyType IP_CHANGED for NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): calling update connectivity
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification IP_CHANGED for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): notifyType IP_CHANGED for NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): calling update connectivity
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification IP_CHANGED for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): handleRegisterNetworkRequest checking NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): apparently satisfied. currentScore=50
D/ConnectivityService( 1534): using NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): sending notification AVAILABLE for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/CSLegacyTypeTracker( 1534): Sending connected broadcast for type 5 NetworkAgentInfo [MOBILE (UNKNOWN) - 501] isDefaultNetwork=true
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/WifiService( 1534): onDataConnectionStateChanged: state -0, networkType - UNKNOWN
D/ConnectivityService( 1534): sendStickyBroadcastDelayed: delayMs=500, action=android.net.conn.CONNECTIVITY_CHANGE
D/ConnectivityService( 1534): sending new NetworkRequest to factories
D/ConnectivityService( 1534): IncludeFixedApn : ConfigFixedApn is empty! return..
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[UNKNOWN] - MOBILE, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): Validated NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): rematching NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): network has: [ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=14Kbps LinkDnBandwidth>=14Kbps]
D/ConnectivityService( 1534): checking if request is satisfied: NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): Network NetworkAgentInfo [MOBILE (UNKNOWN) - 501] was already satisfying request 3. No change.
D/ConnectivityService( 1534): Network NetworkAgentInfo [MOBILE (UNKNOWN) - 501] was already satisfying request 1. No change.
D/ConnectivityService( 1534): notifyType AVAILABLE for NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): calling update connectivity
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification AVAILABLE for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification AVAILABLE for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/SmartBondingService( 1534): SmartBondingReceiver: mobile is connected by immediate
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE[UNKNOWN] - MOBILE_HIPRI, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
V/NetworkStats( 1534): updateIfacesLocked()
V/NetworkStats( 1534): performPollLocked(flags=0x1)
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[UNKNOWN] - MOBILE, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 28) :[type: MOBILE_ENT1[] - MOBILE_ENT1, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
V/NetworkStats( 1534): performPollLocked() took 3ms
E/NetlinkEvent( 858): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
D/ConnectivityService( 1534): returning getActiveNetworkInfo :[type: MOBILE[UNKNOWN] - MOBILE, state: CONNECTED/CONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): NetworkAgentInfo [MOBILE (UNKNOWN) - 501] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED, reason = connected, [ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=14Kbps LinkDnBandwidth>=14Kbps]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[UNKNOWN] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[UNKNOWN] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): NetworkAgentInfo [MOBILE (UNKNOWN) - 501] got DISCONNECTED, was satisfying 3
D/AirplaneModeTile( 1775): mPhoneStateListener - inAirplaneMode: false
D/AirplaneModeTile( 1775): Alert Dialog is not showing
D/ConnectivityService( 1534): notifyType LOST for NetworkAgentInfo [MOBILE (UNKNOWN) - 501]
D/ConnectivityService( 1534): calling update connectivity
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification LOST for NetworkRequest [ id=2, legacyType=-1, [] ]
D/ConnectivityService( 1534): sending notification for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification LOST for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): requestNetwork for NetworkRequest [ id=4, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): returning getActiveNetworkInfo :[type: MOBILE[UNKNOWN] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): Checking for replacement network to handle request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending new Min Network Score(0): NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): Checking for replacement network to handle request NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending new Min Network Score(0): NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/CSLegacyTypeTracker( 1534): Removing agent NetworkAgentInfo{ ni{[type: MOBILE[UNKNOWN] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: connected, extra: cdma, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]} network{501} lp{{InterfaceName: rmnet0 LinkAddresses: [21.46.35.47/32,] Routes: [0.0.0.0/0 -> 21.46.35.48 rmnet0,] DnsAddresses: [68.28.31.30,68.28.31.31,] Domains: null MTU: 0}} nc{[ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=14Kbps LinkDnBandwidth>=14Kbps]} Score{50} validated{true} created{true} explicitlySelected{false} }
D/CSLegacyTypeTracker( 1534): Sending disconnected broadcast for type 0 NetworkAgentInfo [MOBILE (UNKNOWN) - 501] isDefaultNetwork=false
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/ConnectivityService( 1534): sendStickyBroadcastDelayed: delayMs=500, action=android.net.conn.CONNECTIVITY_CHANGE
D/CSLegacyTypeTracker( 1534): Sending disconnected broadcast for type 5 NetworkAgentInfo [MOBILE (UNKNOWN) - 501] isDefaultNetwork=false
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
V/NetworkStats( 1534): updateIfacesLocked()
V/NetworkStats( 1534): performPollLocked(flags=0x1)
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 28) :[type: MOBILE_ENT1[] - MOBILE_ENT1, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
V/NetworkStats( 1534): performPollLocked() took 2ms
D/ConnectivityService( 1534): sendStickyBroadcastDelayed: delayMs=500, action=android.net.conn.CONNECTIVITY_CHANGE
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
V/NetworkStats( 1534): updateIfacesLocked()
V/NetworkStats( 1534): performPollLocked(flags=0x1)
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 28) :[type: MOBILE_ENT1[] - MOBILE_ENT1, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
V/NetworkStats( 1534): performPollLocked() took 28ms
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
D/ConnectivityService( 1534): releasing NetworkRequest NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending notification RELEASED for NetworkRequest [ id=3, legacyType=5, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 1534): sending new NetworkRequest to factories
D/ConnectivityService( 1534): IncludeFixedApn : ConfigFixedApn is empty! return..
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/STATUSBAR-QSTileView( 1775): onStateChanged: Mobile
D/STATUSBAR-QSTileView( 1775): data
D/STATUSBAR-QSTileView( 1775): dynamicallyReduceTextSize: 206
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/BroadcastQueue( 1534): Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2068, uid=1001) requires com.sec.android.permission.DSMLAWMO due to receiver com.fmm.dm/.XDMBroadcastReceiver
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
I/libpersona( 7030): KNOX_SDCARD checking this for 1000
I/libpersona( 7030): KNOX_SDCARD not a persona
I/ActivityManager( 1534): Start proc com.sec.modem.settings for broadcast com.sec.modem.settings/.cplogging.SilentLogReceiver: pid=7030 uid=1000 gids={41000, 9997, 3003, 3002, 3001, 1028, 1015, 1023, 1007, 2001, 1024, 1001, 3004, 3005} abi=armeabi-v7a
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
D/ConnectivityService( 1534): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 11) :[type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 5) :[type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): SmartBondingReceiver: onReceive action=android.net.conn.CONNECTIVITY_CHANGE
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
D/SmartBondingService( 1534): EVENT_UPDATE_SB_STATE called / mDisableBySIOP false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getSBEnabled() enabled =false
D/SmartBondingService( 1534): getNetworkEnabled : wifi : false mobile : true
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
E/ActivityManager( 1534): checkUser: useridlist=null, currentuser=0
I/ActivityManager( 1534): Start proc com.sec.tcpdumpservice for broadcast com.sec.tcpdumpservice/.TcpDumpReceiver: pid=7050 uid=1000 gids={41000, 9997, 3003, 3002, 3001, 1028, 1015, 1023, 1007, 2001, 1024, 1001, 3004, 3005} abi=armeabi-v7a
I/libpersona( 7050): KNOX_SDCARD checking this for 1000
I/libpersona( 7050): KNOX_SDCARD not a persona
I/ActivityManager( 1534): Killing 5087:com.sec.android.app.camera/u0a126 (adj 15): bgCount ##41
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityService( 1534): returning getNetworkInfo(networkType - 0) :[type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
From what I think I understand, something is intentionally changing the mobile network's state from connected to disconnected.
Please do note that I am NOT concerned with the Wi-FI disconnecting, which seems to also be happening, if that is related.
Thank you dearly for any help you can provide.
This follow-up post is of minor importance, compared to the top-post: please do not concern yourself with it, unless you truly wish to.
If it is easy for you to do so, might you also be able to help me with an additional (much more minor) problem?
I am heavily convinced that my network is somehow being limited. Using an Xposed module that shows various information as an overlay, I noticed that the "network strength" would consistently suddenly spike right around the time that these disconnections would occur. This, along with the fact that my device & SIM are designed for 4G, lead me to believe that those network strengths that are momentarily attained right before the disconnections should be the norm for my network strength.
Because the spike happens right around the disconnections, consistently, I believe the logcat provided above should contain information that could help an informed individual (which I am not) determine if such speeds should be the norm or not (and how to make them so, if they indeed ought to be).
Eternally gracious to any attempt of help.
Oh! I should perhaps mention that the provided logcat output has been filtered to exclude certain lines. The original is filled with thousands of lines containing the following:
E/SMD( 867): Read failed for fd = 7, rc = -1
E/SMD( 867): Before the Modem Read select
E/SMD( 867): After the Modem Read select
Hundreds of iterations of these lines appear per millisecond around the shutdown...
I went back to stock firmware and... the problem occurs on stock.
I guess this isn't something caused by a custom ROM... That said, I imagine it isn't a problem that someone here can easily fix: who can change a faulty design for a networking but one of the parties in the network? I wonder what I should do now. ..