OK, one of the hassles with implementing missing features in the RIL was the lack of any sort of documentation on what certain commands mean or do. The other hassle is that our kernel is so fragile that just trying to open a port to send commands to the radio/modem will generally crash the kernel within a few seconds of the attempt.
As an aid to exploring, I've added a command to libril.so that allows the radiooptions tool to send arbitrary modem commands to the modem thru the ril. This way you can safely send any command you want without trying to open the port yourself, and you can see the results using "logcat -b radio".
(The radiooptions tool is a long-existing part of the ril source code, but its usefulness as a debug tool is pretty limited without this patch.)
The purpose of this post is to get help from other people who are willing to spend some time gathering logs in an attempt to further document some of these commands, and see what we maybe ought to be using to implement certain features in the new ril.
Source code for the patch is here
https://gitorious.org/rilspy/hardware_ril
There are two files in the attached zip: lib/libril.so must be bind mounted over /system/lib/libril.so. bin/radiooptions must be bind mounted over /system/bin/radiooptions
Once installed, you can issue a single modem command using e.g.:
Code:
radiooptions 11 'AT$GSM?'
On some models, the command "AT+CLAC" will list all of the non-proprietary commands that are supported. It still seems to omit the "AT+HTC_*" proprietary commands.
On a CDMA phone, you probably want to try "AT+HTC_RMSL=0" which should retrieve your phone's Master Subsidy Lock (MSL) code.
I'm also attaching the output from AT+CLAC on my RHOD210.
Some other commands of interest:
AT+HTCAGPS
AT+HTCAGPS_AUTOCS [ = 0-1 ]
[email protected] [ = aa,bb,cc,dd,port ]
Here's a page of modem commands that have already been discovered:
http://forum.xda-developers.com/wiki/index.php?title=HTC_GSM
Most of the AT+Cxxxx commands are actually part of the 3G standard, and are documented in freely published specs like this http://www.xs4all.nl/~m10/mac/downloads/3GPP-27007-630.pdf
For some of them I still haven't found complete docs, like AT+CGAATT or AT+CHZ=0. Some I can guess at based on modem documentation from other vendors, like Nokia or Huawei.
Others can be gleaned from running "strings" on an original libhtc_ril.so or perhaps by dissecting an radio rom image file.
Getting modem logs from Windows
Found this info in another old post
http://cleanimport.xda/index.php?posts/1899533/
I would really love it if some of you CDMA users would grab a log starting from bootup under Winmo, and continuing on while you test various operations. For instance, while running QuickGPS, so we can see if it relies on any special modem commands.
I'd like to see the HTC_SYSTYPE responses it generates while you connect to 1x, EvDO 0, and EvDO A networks.
On GSM it might be interesting to see how it reacts to certain PIN/PUK code setups.
Please post complete logs if you're willing. (Remove the identifying numbers from your IMEI / MEID / ESN if they're in the log, or just PM me and I'll keep the logfiles private.)
reserved....
Nice! Seems like most of the hard work has already been done by you, but easily finding the MSL is a nice treat. Thanks .
Logs with HTC_DM which seem to be blobs stripped. Hyc can pm me with timestamps if he needs the data.
1) Enabled logging with airplane on, wait, reboot.
2) Take phone off airplane, update PRL (same one). Attempt to update Data Profile but ril seems confused. End up going ##data# and restore profile. Phone reboots.
3) Phone activates HFA (OTA Activation). Reboots after.
4) Phone comes on. Check various settings using ##rtn# and ##pst#. Turn on airplane mode, copy logfile, disable logging.
http://db.tt/H7CLSzQ
-- Starfox
Starfox said:
Logs with HTC_DM which seem to be blobs stripped. Hyc can pm me with timestamps if he needs the data.
1) Enabled logging with airplane on, wait, reboot.
2) Take phone off airplane, update PRL (same one). Attempt to update Data Profile but ril seems confused. End up going ##data# and restore profile. Phone reboots.
3) Phone activates HFA (OTA Activation). Reboots after.
4) Phone comes on. Check various settings using ##rtn# and ##pst#. Turn on airplane mode, copy logfile, disable logging.
http://db.tt/H7CLSzQ
-- Starfox
Click to expand...
Click to collapse
Thanks. Looks like none of those operations sent any special modem commands. Too bad. Or did I miss it and you deleted all of the HTC_DM commands? I thought you were going to leave them in and just omit their data portions. If the PRL updates are hiding in there, then we need to see them. And PRLs are not sensitive data anyway.
call out
sms out
sms in
browse web(contain connect,disconnect)
##778# view many EPST settings
airplan on,off
rar password I pm you
muziling said:
call out
sms out
sms in
browse web(contain connect,disconnect)
##778# view many EPST settings
airplan on,off
rar password I pm you
Click to expand...
Click to collapse
Thanks.
OK, just another puzzle here - on my phone, when I check the radio's clock, I see it's about 6 days ahead of real time. E.g.:
radiooptions 11 '[email protected]?'
Code:
04-22 20:43:02.680 D/AT ( 1257): AT> [email protected]?
04-22 20:43:02.700 D/AT ( 1257): AT< @SYSTEMTIME: 2011/4/28 03:43:06
04-22 20:43:02.700 D/AT ( 1257): AT< 0
What do you guys get on your phones? Any attempts I make to reset the clock seem to be ignored. I suspect that it can only be set once, immediately after power-on, but I haven't figured that out yet. (And since power-on boots into Winmo, that probably means there's no chance to set it in android...)
Time normal on my phone(need to add timezone hours):
04-23 11:58:41.620 I/RILC ( 1350): Debug port: OEM_HOOK_STRINGS, command: [email protected]?
04-23 11:58:41.620 D/RILC ( 1350): C[locl]> OEM_HOOK_STRINGS
04-23 11:58:41.620 D/RIL ( 1350): onRequest: OEM_HOOK_STRINGS (60)
04-23 11:58:41.620 D/AT ( 1350): AT> [email protected]?
04-23 11:58:41.630 D/AT ( 1350): AT< @SYSTEMTIME: 2011/4/23 03:58:42
04-23 11:58:41.630 D/AT ( 1350): AT< 0
04-23 11:58:41.630 D/RILC ( 1350): C[locl]< OEM_HOOK_STRINGS
Click to expand...
Click to collapse
Which command can I try to reset the clock to find whether ignored or not?
muziling said:
Time normal on my phone(need to add timezone hours):
Which command can I try to reset the clock to find whether ignored or not?
Click to expand...
Click to collapse
[email protected]=hh,mm,ss,YYYY,MM,DD
highlandsun said:
[email protected]=hh,mm,ss,YYYY,MM,DD
Click to expand...
Click to collapse
Ignore too, time not be changed.
04-23 12:49:31.960 I/RILC ( 1350): Debug port: OEM_HOOK_STRINGS, command: [email protected]=23,23,23,2011,04,23
04-23 12:49:31.960 D/RILC ( 1350): C[locl]> OEM_HOOK_STRINGS
04-23 12:49:31.960 D/RIL ( 1350): onRequest: OEM_HOOK_STRINGS (60)
04-23 12:49:31.960 D/AT ( 1350): AT> [email protected]=23,23,23,2011,04,23
04-23 12:49:31.980 D/AT ( 1350): AT< 0
04-23 12:49:31.980 D/RILC ( 1350): C[locl]< OEM_HOOK_STRINGS
Click to expand...
Click to collapse
4-23 12:52:07.690 I/RILC ( 1350): Debug port: OEM_HOOK_STRINGS, command: [email protected]=2011/4/23 23:23:23
4-23 12:52:07.690 D/RILC ( 1350): C[locl]> OEM_HOOK_STRINGS
4-23 12:52:07.690 D/RIL ( 1350): onRequest: OEM_HOOK_STRINGS (60)
4-23 12:52:07.690 D/AT ( 1350): AT> [email protected]=2011/4/23 23:23:23
4-23 12:52:07.700 D/AT ( 1350): AT< 4
4-23 12:52:07.700 D/RILC ( 1350): C[locl]< OEM_HOOK_STRINGS
Click to expand...
Click to collapse
Thanks for checking.
(Actually, you still need to use [email protected]? to see if it took effect or not.)
Just documenting for my reference...
Code:
D/AT ( 1257): AT> [email protected]?40
D/AT ( 1257): AT< @SIMLOCK= 00
D/AT ( 1257): AT< 0
Checks if the GSM phone is SIM locked. (00 means unlocked.)
(From this post)
Code:
D/AT ( 1257): AT> [email protected]?AA
D/AT ( 1257): AT< @secu_flag: 1
D/AT ( 1257): AT< 0
Check if the phone is security locked. I guess mine is.
(From this post)
Why should only WinMo users have all the fun...
No effect, I have not SIM card.
04-23 14:04:51.340 I/RILC ( 2483): Debug port: OEM_HOOK_STRINGS, command: [email protected] =23,23,23,2011,4,23
04-23 14:04:51.340 D/RILC ( 2483): C[locl]> OEM_HOOK_STRINGS
04-23 14:04:51.340 D/RIL ( 2483): onRequest: OEM_HOOK_STRINGS (60)
04-23 14:04:51.340 D/AT ( 2483): AT> [email protected] =23,23,23,2011,4,23
04-23 14:04:51.350 D/AT ( 2483): AT< 0
04-23 14:04:51.350 D/RILC ( 2483): C[locl]< OEM_HOOK_STRINGS
04-23 14:04:53.840 I/RILC ( 2483): Debug port: OEM_HOOK_STRINGS, command: [email protected]?
04-23 14:04:53.840 D/RILC ( 2483): C[locl]> OEM_HOOK_STRINGS
04-23 14:04:53.840 D/RIL ( 2483): onRequest: OEM_HOOK_STRINGS (60)
04-23 14:04:53.840 D/AT ( 2483): AT> [email protected]?
04-23 14:04:53.860 D/AT ( 2483): AT< @SYSTEMTIME: 2011/4/23 06:04:58
04-23 14:04:53.860 D/AT ( 2483): AT< 0
04-23 14:04:53.860 D/RILC ( 2483): C[locl]< OEM_HOOK_STRINGS
Click to expand...
Click to collapse
04-23 14:18:24.620 I/RILC ( 2483): Debug port: OEM_HOOK_STRINGS, command: [email protected]?40
04-23 14:18:24.620 D/RILC ( 2483): C[locl]> OEM_HOOK_STRINGS
04-23 14:18:24.620 D/RIL ( 2483): onRequest: OEM_HOOK_STRINGS (60)
04-23 14:18:24.620 D/AT ( 2483): AT> [email protected]?40
04-23 14:18:24.630 D/AT ( 2483): AT< @SIMLOCK= 00
04-23 14:18:24.630 D/AT ( 2483): AT< 0
04-23 14:18:24.630 D/RILC ( 2483): C[locl]< OEM_HOOK_STRINGS
04-23 14:19:04.850 I/RILC ( 2483): Debug port: OEM_HOOK_STRINGS, command: [email protected]?AA
04-23 14:19:04.850 D/RILC ( 2483): C[locl]> OEM_HOOK_STRINGS
04-23 14:19:04.850 D/RIL ( 2483): onRequest: OEM_HOOK_STRINGS (60)
04-23 14:19:04.850 D/AT ( 2483): AT> [email protected]?AA
04-23 14:19:04.870 D/AT ( 2483): AT< @secu_flag: 1
04-23 14:19:04.870 D/AT ( 2483): AT< 0
04-23 14:19:04.870 D/RILC ( 2483): C[locl]< OEM_HOOK_STRINGS
Click to expand...
Click to collapse
What baseband processor is this phone using?
(This is essential for understanding what the various ATCs are available and what they do.)
Not sure I know exactly what you're asking. These phones all use a Qualcomm MSM720xA chipset tho. Rhodium, Topaz, Diamond, and a few other old HTC models.
Sent from my DROID4 using Tapatalk
hey y'all.. hate to have to ask this here, but I'm coming up empty elsewhere.
I'm looking for a fastboot friendly radio baseband I can flash with a 4.2.1 friendly RIL. This may be more than what I actually need but I've got a full telephony build of the Nexus 7 3G going and while SMS and MMS are fully functional I'm getting a CME ERROR: 4 when I try to do voice dialing and don't see anything coming in via logcat on an inbound call.
The mobile plan I'm using is full voice capable and verified as functional.
Doing a strings of the included RIL (libxgold-ril.so) shows all the necessary voice functions listed (although I guess this could be a false positive if it is interface based).
The modem mounts up on /dev/ttyACM0 and I'm able to do all the basics with radiooptions, except voice dialing and answering of course.
Any pointers / advice / direction would be greatly appreciated... coming up to speed real quick in this area.
highlandsun;12933487...
Source code for the patch is here
[URL said:
https://gitorious.org/rilspy/hardware_ril[/URL]
There are two files in the attached zip: lib/libril.so must be bind mounted over /system/lib/libril.so. bin/radiooptions must be bind mounted over /system/bin/radiooptions
Click to expand...
Click to collapse
That link is not going anywhere sensible. I can't find it.
Do you still have the source and patches for this?
E:V:A said:
That link is not going anywhere sensible. I can't find it.
Do you still have the source and patches for this?
Click to expand...
Click to collapse
I am also looking for the patch source code. Another repo of him is still online on gitorious.org/rilspy/rilspy
Maybe that helps.
Related
my phone is rhod400, sprint version CDMA
cdma connect command is:
err = at_send_command("AT+CFUN=1", NULL);
err = at_send_command("AT+HTC_DUN=0", NULL);
err = at_send_command("ATH", NULL);
err = at_send_command("ATDT#777", &p_response);
and disconect command is ? I need this command to disconnect data, then try kill pppd process.
Click to expand...
Click to collapse
turn off data connection cause phone reboot(maybe I found the reason)
When i turn off data connect, phone auto reboot, this happend not everytime,but many times, i have try some builds but all of these builds have this problem.
Builds i had tried: FRG83.R5 ,FRG83.R6,odexed-cm61test-22112010, cm6-28112010-v12,tiad8 FROYO
I guess souce code maybe do null point operation somewhere.
Click to expand...
Click to collapse
muziling said:
my phone is rhod400, sprint version CDMA
When i turn off data connect, phone auto reboot, this happend not everytime,but many times, i have try some builds but all of these builds have this problem.
Builds i had tried: FRG83.R5 ,FRG83.R6,odexed-cm61test-22112010, cm6-28112010-v12,tiad8 FROYO
I guess souce code maybe do null point operation somewhere.
Click to expand...
Click to collapse
When you say turn off data what are you using? The built-in disable synchronization, the built-in disable all cellular, or a 3rd party app that disables data?
muziling said:
my phone is rhod400, sprint version CDMA
When i turn off data connect, phone auto reboot, this happend not everytime,but many times, i have try some builds but all of these builds have this problem.
Builds i had tried: FRG83.R5 ,FRG83.R6,odexed-cm61test-22112010, cm6-28112010-v12,tiad8 FROYO
I guess souce code maybe do null point operation somewhere.
Click to expand...
Click to collapse
I don't see you trying vanilla FRX03. You've tried it with a bunch of custom systems tho...
Try it with FRX03 - that should be everybody's baseline.
I have try FRX03 yet,but I can't do any operation after boot into android, because the system is no response. I have try to install FRX03 several times , everytime I encoutered the same problem, I will try today again.
BTW : where can I download vanilla FRX03, i had google it ,but not found this build for RHOD400
OK, i try version http://htcandroid.xland.cz/XDANDROID.2.2.1.AOSP.FRX03.21.11.10.FULL_PACKAGE.zip with kernel http://zimages.googlecode.com/files/htc-msm-linux-20101204_010857-package.tar.bz2
I follow the step:
1. full format SD card FAT32, not quick format
2. the first boot, welcome screen show, no touch screen, just wait for about 8 minutes,top LED not light,sceen can not be wake up by any key
3. remove battery and boot again.
4. boot into android, screen stop at lock screen, screen always light, can not goto sleep, and I can'n do anything, I touch the screen,but system is no response for me.
I threw together a build on 11/20. Download here. The only thing that could be considered outdated on it would be the kernel (zImage/modules).
If you're on a RHOD400 and using it as a CDMA device, make sure force_cdma=1 in the startup.txt. Enjoy.
Thanks , I will try this tonight.
http://www.multiupload.com/XD023XA5AH
is same to that I had tried
http://htcandroid.xland.cz/XDANDROID.2.2.1.AOSP.FRX03.21.11.10.FULL_PACKAGE.zip
cause reboot logcat:
I/logwrapper( 1277): /system/bin/sh terminated by exit(0)
D/GsmUmtsOptions( 1407): preferenceTreeClick: return false
D/NetworkSettings( 1407): onPreferenceTreeClick: preference == mButtonDataEnable
d.
D/dalvikvm( 1407): GC_CONCURRENT freed 498K, 52% free 2980K/6151K, external 2002
K/2137K, paused 0ms+10ms
I/TelephonyRegistry( 1318): notifyDataConnection: state=0 isDataConnectivityPoss
ible=false reason=apnSwitched interfaceName=null networkType=3
I/TelephonyRegistry( 1318): notifyDataConnection: state=1 isDataConnectivityPoss
ible=true reason=apnSwitched interfaceName=null networkType=3
D/dalvikvm( 1414): GC_EXPLICIT freed 186K, 52% free 2834K/5831K, external 2128K/
2137K, paused 110ms
D/SntpClient( 1318): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/SntpClient( 1318): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/SntpClient( 1318): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/pppd ( 1621): using channel 1
I/pppd ( 1621): Using interface ppp0
I/pppd ( 1621): Connect: ppp0 <--> /dev/smd1
W/pppd ( 1621): Warning - secret file /etc/ppp/pap-secrets has world and/or g
roup access
D/pppd ( 1621): sent P
D/Tethering( 1318): ppp0 is not a tetherable iface, ignoring
D/pppd ( 1621): rcvd P
D/pppd ( 1621): rcvd P
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
W/pppd ( 1621): Warning - secret file /etc/ppp/chap-secrets has world and/or
group access
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
I/pppd ( 1621): CHAP authentication succeeded
D/pppd ( 1621): sent P
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
D/pppd ( 1621): rcvd P
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
D/pppd ( 1621): sent P
D/pppd ( 1621): rcvd P
I/pppd ( 1621): local IP address I
I/pppd ( 1621): remote IP address I
I/pppd ( 1621): primary DNS address I
I/pppd ( 1621): secondary DNS address I
D/pppd ( 1622): Script /etc/ppp/ip-up started (pid 1623)
D/pppd ( 1622): Script /etc/ppp/ip-up finished (pid 1623), status = 0x2
I/TelephonyRegistry( 1318): notifyDataConnection: state=2 isDataConnectivityPoss
ible=true reason=apnSwitched interfaceName=ppp0 networkType=3
W/ActivityManager( 1318): Unable to launch app com.android.providers.downloads/1
0017 for broadcast Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x10000
000 (has extras) }: process is bad
W/ActivityManager( 1318): finishReceiver called but none active
D/Tethering( 1318): MasterInitialState.processMessage what=3
D/GsmUmtsOptions( 1407): preferenceTreeClick: return false
D/NetworkSettings( 1407): onPreferenceTreeClick: preference == mButtonDataEnable
d.
I/pppd ( 1622): Terminating on signal 15
I/pppd ( 1622): Connect time 0.5 minutes.
I/pppd ( 1622): Sent 40 bytes, received 40 bytes.
D/pppd ( 1622): Script /etc/ppp/ip-down started (pid 1654)
D/pppd ( 1622): sent P
D/pppd ( 1622): Script /etc/ppp/ip-down finished (pid 1654), status = 0x0
D/pppd ( 1622): rcvd P
C:\Users\lilsh>
I think i found the problem,file /lib/froyo/libhtcgeneric-ril.so
function requestDeactivateDataCall(),there is one line system("killall pppd");
I am sure kill pppd process will cause phone reboot, when I execute command "adb shell killall pppd", phone reboot.
my carrier is CDMA(china telecom)
------------------ FIXED!!! BY Highlandsun!!!----------------
in http://forum.xda-developers.com/showthread.php?t=1009112
------------------------------------------------------------
I can not receive answers in russian language on the USSD commands.
I sure that the answer encoded in UCS2, but the current FRX06 can not understand it.
------------------
logcat -b radio
May be it help
D/RILJ ( 1406): [0061]> SEND_USSD *100#
D/RIL ( 1313): onRequest: SEND_USSD (29)
D/AT ( 1313): AT> AT+CUSD=1,"2A31303023",15
D/AT ( 1313): AT< 0
D/RILJ ( 1406): [0061]< SEND_USSD
D/RILJ ( 1406): [0062]> SET_MUTE false
D/RIL ( 1313): onRequest: SET_MUTE (53)
D/AT ( 1313): AT> AT+CMUT=0
D/AT ( 1313): AT< 0
D/RILJ ( 1406): [0062]< SET_MUTE
D/AT ( 1313): AT< +CUSD: 0,"04110430043B0430043D0441003A00370035002C0036003504400020",72
D/RIL ( 1313): unsolicitedUSSD +CUSD: 0,"04110430043B0430043D0441003A00370035002C0036003504400020",72
D/RILJ ( 1406): [UNSL]< UNSOL_ON_USSD 0
Click to expand...
Click to collapse
This is mostly fixed in http://cleanimport.xda/index.php?threads/1009112/. I don't know why your message has a space embedded in it. I would expect the message to only contain hexadecimal digits.
Now completely fixed in ril-d0e5a70 (or newer).
Does anyone else have problems running this game? I picked it up in a sale and decided to install yesterday. Crashed on AOKP. Flashed a new rom today (BB) and it still doesn't work.
Is it just me?
its working for me here
AOKP Milestone 4, franco.kernel nightly r98
Yup working fine for me too..running cm9 nightly and fauxs kernel. Also tested with stock and 007 kernel.
Sent from my Galaxy Nexus using Tapatalk
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
Code:
I/ActivityManager( 184): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 419
D/dalvikvm( 184): GC_FOR_ALLOC freed 1739K, 17% free 23580K/28295K, paused 74ms
I/ActivityManager( 184): Start proc com.gameloft.android.ANMP.GloftM3HM for activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: pid=17252 uid=10132 gids={1015, 1023, 3003}
I/dalvikvm(17252): Turning on JNI app bug workarounds for target SDK version 7...
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.32}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 419): Flushing caches (mode 0)
I/ActivityManager( 184): START {flg=0x24020000 cmp=com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller} from pid 17252
D/dalvikvm( 184): GC_FOR_ALLOC freed 878K, 19% free 22957K/28295K, paused 89ms
D/PushN (17252): [InstallerInit]
D/PushN (17252): [InstallerOnCreate]
D/dalvikvm(17252): GC_CONCURRENT freed 296K, 4% free 12733K/13255K, paused 3ms+2ms
V/PhoneStatusBar( 269): setLightsOn(true)
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller: +247ms (total +840ms)
D/dalvikvm(17252): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): Added shared lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): GC_FOR_ALLOC freed 200K, 4% free 12809K/13255K, paused 25ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 12.934MB for 279056-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed <1K, 4% free 13081K/13575K, paused 14ms
W/dalvikvm(17252): JNI WARNING: DeleteLocalRef(0x1d300226) failed to find entry
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/OpenGLRenderer( 419): Flushing caches (mode 1)
W/InputManagerService( 184): Starting input on non-focused client [email protected] (uid=10028 pid=419)
I/LicenseChecker(17252): Using cached license response
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
D/OpenGLRenderer( 419): Flushing caches (mode 0)
W/InputManagerService( 184): Window already focused, ignoring focus gain of: [email protected]
D/NVThread(17252): AttachCurrentThread: 0, 0x0xfb82c0
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 180K, 4% free 13138K/13575K, paused 33ms
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
I/dalvikvm-heap(17252): Grow heap (frag case) to 14.152MB for 1218256-byte allocation
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 2K, 4% free 14325K/14791K, paused 18ms
W/IInputConnectionWrapper( 419): showStatusIcon on inactive InputConnection
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 4% free 14327K/14791K, paused 2ms+4ms
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 4% free 14327K/14791K, paused 13ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 18.798MB for 4872976-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 3% free 19086K/19591K, paused 11ms
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 3% free 19086K/19591K, paused 2ms+2ms
I/ActivityManager( 184): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.billing.iab.MarketBillingService: pid=17303 uid=10043 gids={3003, 1015, 1023}
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView (has extras)} from pid 17252
D/PushN (17252): [Init]
D/PushN (17252): [LocalPushManager]
I/APushNotification(17252): APushNotification.cpp: 246
D/PushN (17252): [SetOfflineDeviceCredential]
D/PushN (17252): Retrive value for service: auth
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=auth]
I/ActivityThread(17303): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/PushN (17252): Service Url: [gold20.gameloft.com:44466]
D/PushN (17252): Url: [https://gold20.gameloft.com:44466/authorize?client_id=1275:51078:110:android&username=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&password=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&credential_type=android&scope=message&access_token_only=true]
D/dalvikvm(17303): GC_CONCURRENT freed 212K, 4% free 12844K/13255K, paused 12ms+2ms
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
D/dalvikvm(17303): GC_CONCURRENT freed 252K, 4% free 13035K/13511K, paused 2ms+1ms
D/dalvikvm( 184): GC_EXPLICIT freed 621K, 19% free 22942K/28295K, paused 2ms+7ms
D/Finsky (17303): [1] SanityChecker.run: # LocalAssets corrected : 0
D/Finsky (17303): Sanity check took : 240 ms
D/Finsky (17303): [860] DownloadRecords.initializeAndPrune: Pruned 0 old downloads from the cursor.
D/PushN (17252): JanusToken: [f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2]
D/PushN (17252): [setOfflineUserCredential]
D/PushN (17252): Retrive value for service: message
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=message]
D/PushN (17252): Service Url: [gold08.gameloft.com:36943]
D/PushN (17252): Url: [https://gold08.gameloft.com:36943/transports/c2dm/endpoints/APA91bGZj5fyV_GsHFgJ_BsbtQ61iVpj9ivnE1V1Bc6hk-DukWl-bxGOWtjP6sjw-bbF8i7-F6HCkd6gbXuDuVuKmeJscDrWP-xFYQzuodjdKhYZ0940An3xlcgtoLe2OsfXFK6k-bI3abXRBsG0JozK0s9HlL8RGx3Hoe9U73lmGolDD4zSKR4]
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/PushN (17252): query: [access_token=f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2&locale=en_GB&replace_label=358350040275726]
D/PushN (17252): Response Code: [200]
D/PushN (17252): Response Message; [OK]
D/PushN (17252): [RandomUserID]: android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850
D/PushN (17252): [RandomUserToken]: f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2
D/PushN (17252): [replace_label]: 358350040275726
I/InputConnectionWrapper.ICC(12462): Got out-of-sequence callback 2035 (expected 2036) in setExtractedText, ignoring.
D/PushN (17252): [VideoOnCreate]
D/Finsky (17303): [844] MarketBillingService.getPreferredAccount: com.gameloft.android.ANMP.GloftM3HM: Account determined from asset owner.
V/PhoneStatusBar( 269): setLightsOn(true)
I/AwesomePlayer( 119): setDataSource_l('/mnt/sdcard/Android/data/com.gameloft.android.ANMP.GloftM3HM/files/video/LOGO_Gameloft_320x480.mp4')
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: +2s908ms
I/SampleTable( 119): There are reordered frames present.
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView: +1s977ms
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] AVC profile = 77 (Main), level = 21
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 480 x 264
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
D/MediaPlayer(17252): getMetadata
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (32, 24)
W/TimedEventQueue( 119): Event 1021 was not found in the queue, already cancelled?
W/AudioFlinger( 119): session id 483 not found for pid 17252
I/ActivityManager( 184): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.33}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.34}
D/libEGL (17252): loaded /system/lib/egl/libGLES_android.so
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/libEGL (17252): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 9041): Build fingerprint: 'google/yakju/maguro:4.0.2/ICL53F/235179:user/release-keys'
I/DEBUG ( 9041): pid: 17252, tid: 17252 >>> com.gameloft.android.ANMP.GloftM3HM <<<
I/DEBUG ( 9041): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000004a
I/DEBUG ( 9041): r0 00000000 r1 00017dc6 r2 00017dc7 r3 00000000
I/DEBUG ( 9041): r4 5c7a7ab0 r5 5fc3b008 r6 00000910 r7 56c39cc8
I/DEBUG ( 9041): r8 bed416d0 r9 56c39cc0 10 00000008 fp bed416e4
I/DEBUG ( 9041): ip 5c11baa4 sp bed416b8 lr 4080cbf4 pc 5c048e8c cpsr 60000010
I/DEBUG ( 9041): d0 c13ae04b5c66e918 d1 7cac083100000000
I/DEBUG ( 9041): d2 010f26b0400a0f65 d3 011a6140011550dc
I/DEBUG ( 9041): d4 01117e40bed41640 d5 bed4168400000017
I/DEBUG ( 9041): d6 00000017400a96c3 d7 bed4166801117e30
I/DEBUG ( 9041): d8 3d9bbbd700000002 d9 3e2efea8be44d029
I/DEBUG ( 9041): d10 42c072dfc11cf34f d11 000000003d2efea8
I/DEBUG ( 9041): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 9041): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 9041): d16 c1da290191f43958 d17 3f50624dd2f1a9fc
I/DEBUG ( 9041): d18 41b5230378000000 d19 3fef730bd281f69b
I/DEBUG ( 9041): d20 bfc999b64df0f0ef d21 3fc2493c0e46d466
I/DEBUG ( 9041): d22 bfbc71eebc37b5b7 d23 3fb745f02fed4593
I/DEBUG ( 9041): d24 bfb3b110d383b713 d25 3fb10d8057aa7031
I/DEBUG ( 9041): d26 bfadde5312bddff2 d27 3fa97b5bf8a067af
I/DEBUG ( 9041): d28 bfa2b4442c6a6c2f d29 004a004a004a004a
I/DEBUG ( 9041): d30 0000000000000000 d31 3ff0000000000000
I/DEBUG ( 9041): scr 80000012
I/DEBUG ( 9041):
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.36}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): #00 pc 0015ce8c /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so
I/DEBUG ( 9041): #01 pc 0001ebf0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 9041): #02 pc 00058eac /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around pc:
I/DEBUG ( 9041): 5c048e6c e8bd81f0 edd27ab1 eef57ac0 eef1fa10 .....z...z......
I/DEBUG ( 9041): 5c048e7c 9affffd2 e3500000 e3a07000 1affffd2 ......P..p......
I/DEBUG ( 9041): 5c048e8c e5d3204a e3520000 0affffdb e5933050 J ....R.....P0..
I/DEBUG ( 9041): 5c048e9c e3530000 1affffd8 e59f309c e3e02001 ..S......0... ..
I/DEBUG ( 9041): 5c048eac e59f1098 e7943003 e08f1001 e5930000 .....0..........
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around lr:
I/DEBUG ( 9041): 4080cbd4 3497c004 3488c004 3afffff9 e2888004 ...4...4...:....
I/DEBUG ( 9041): 4080cbe4 eafffff9 e899000c e59bc00c e12fff3c ............<./.
I/DEBUG ( 9041): 4080cbf4 e3560000 159bc010 e24bd014 188c0003 ..V.......K.....
I/DEBUG ( 9041): 4080cc04 e8bd8bc0 e1a0ce22 e59b6008 e2866001 ...."....`...`..
I/DEBUG ( 9041): 4080cc14 e3a02000 e4d6c001 e35c0000 0a000007 . ........\.....
I/DEBUG ( 9041):
I/DEBUG ( 9041): stack:
I/DEBUG ( 9041): bed41678 00000637
I/DEBUG ( 9041): bed4167c bed416d0 [stack]
I/DEBUG ( 9041): bed41680 56c39dfc
I/DEBUG ( 9041): bed41684 00000008
I/DEBUG ( 9041): bed41688 bed416e4 [stack]
I/DEBUG ( 9041): bed4168c 4001e470 /system/lib/libc.so
I/DEBUG ( 9041): bed41690 56c95510 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed41694 00fbb828 [heap]
I/DEBUG ( 9041): bed41698 00000003
I/DEBUG ( 9041): bed4169c 56c39e04
I/DEBUG ( 9041): bed416a0 bed416d0 [stack]
I/DEBUG ( 9041): bed416a4 4001e3a0 /system/lib/libc.so
I/DEBUG ( 9041): bed416a8 bed416b0 [stack]
I/DEBUG ( 9041): bed416ac 400a7b63 /system/lib/libutils.so
I/DEBUG ( 9041): bed416b0 df0027ad
I/DEBUG ( 9041): bed416b4 00000000
I/DEBUG ( 9041): #00 bed416b8 56ee2468 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed416bc 00fbb828 [heap]
I/DEBUG ( 9041): bed416c0 00000000
I/DEBUG ( 9041): bed416c4 56c39cc8
I/DEBUG ( 9041): bed416c8 bed416d0 [stack]
I/DEBUG ( 9041): bed416cc 4080cbf4 /system/lib/libdvm.so
I/DEBUG ( 9041): #01 bed416d0 56c39cc0
I/DEBUG ( 9041): bed416d4 00000001
I/DEBUG ( 9041): bed416d8 416add40 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416dc 00fbb838 [heap]
I/DEBUG ( 9041): bed416e0 41dc1598 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416e4 40846eaf /system/lib/libdvm.so
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 184): GC_EXPLICIT freed 761K, 19% free 22993K/28295K, paused 2ms+7ms
I/ActivityManager( 184): Process com.gameloft.android.ANMP.GloftM3HM (pid 17252) has died.
I/WindowManager( 184): WIN DEATH: Window{41c8af80 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Channel is unrecoverably broken and will be disposed!
D/Zygote ( 117): Process 17252 terminated by signal (11)
W/InputDispatcher( 184): Attempted to unregister already unregistered input channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)'
I/WindowManager( 184): WIN DEATH: Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
W/ActivityManager( 184): Force removing ActivityRecord{41a65688 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}: app died, no saved state
W/WindowManager( 184): Force-removing child win Window{41c0b808 SurfaceView paused=false} from container Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
I/WindowManager( 184): WIN DEATH: Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Force-removing child win Window{41bbcf68 SurfaceView paused=false} from container Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/WindowManager( 184): WINDOW DIED Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.37}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 269): GC_CONCURRENT freed 539K, 39% free 14790K/23879K, paused 1ms+12ms
W/InputManagerService( 184): Got RemoteException sending setActive(false) notification to pid 17252 uid 10132
D/dalvikvm( 184): GC_EXPLICIT freed 353K, 20% free 22715K/28295K, paused 6ms+5ms
Mine wouldn't run on Bugless Beast ROM after the last game update, but it works now after flashing back to stock 4.0.2.
Sent from my Galaxy Nexus using Tapatalk
toggle force GPU rendering in developer options in settings.
case0 said:
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** ***
[/CODE]
Click to expand...
Click to collapse
I'm not totally sure what the cause is behind the fatal error, but I parsed out the section of logcat where this happens. If you look at the log section above you'll see where it says FATAL EXCEPTION that it appears to be coming from the openGL thread complaining about an illegal argument being passed to the
com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method) method. I'm not surely why it's happening but this is the nature of the error. Sorry I couldn't be of more assistance.
Sent from my Galaxy Nexus using xda premium
I had a reboot of the phone when i close the game :'( Sorry for my bad english
I thought I was the only with that bug... I'm on AOKP M4 with Franco's kernel M2 and 2 of 3 times game suddenly stop
I've never had any fc's ( on apex/lean ) only problem I get is a bit of slowdown on the aerial stage.
Haven't played since the update and when I start now it says it wants to download the data again (750mb!!) - what's that all about?! Will it lose my game status and saves?
works perfectly with foxhound black edition 0.2 + imoseyon kernel @ 1200
For those who doesn't experience crash, are you using the latest update?
jairmoreno said:
For those who doesn't experience crash, are you using the latest update?
Click to expand...
Click to collapse
Yes, I and for what it's worth, it only asked me to download about 4mb of data after "verifying" my files for several minutes.
Unfortunately, the multitouch bug on the GN makes game unplayable.
Sent from my HP Touchpad running ICS
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Edit: just cleared the cache and its working now but lost all my saved games...... dammit!
daz.g said:
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Click to expand...
Click to collapse
I got the exact same problem. I emailed the devs about it but they haven't replied yet..
Sent from my Galaxy Nexus using xda premium
Same problem here..
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
daz.g said:
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
Click to expand...
Click to collapse
Tried it. It does not work.
nonione said:
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
Click to expand...
Click to collapse
I never use wifi.
Sent from my Galaxy Nexus using xda premium
No problem with the game so far. Maybe if I play it more I will see something wrong. Although I'm rooted/unlocked I'm using stock 4.02
Sent from my Galaxy Nexus using xda premium
My Dinc currently has cmlusco's excellent Touch of Blue v2.2 installed(a full wipe install with v6), which includes the latest OTA. I also have the latest radio (2.15.10.12.20) which cmlusco pulled from the OTA installed.
Since the latest OTA files were installed I have seen a lot of people complaining about 2am reboots. I happen to work 3rd shift, so I am awake during this time and instead of the reboots(as I am usually using my phone at this time) I begin to have mounting errors. This never happened before the new OTA files and only occurs between the times of 2am-5am.
Basically, the second it hits 2am if the screen goes to sleep(either by time or by pressing the power button) after 2-3 seconds both the sd card and emmc unmount themselves. As soon as you wake the phone up the "Preparing phone storage" message is displayed and everything is remounted. I noticed this because I listen to music from my sd card through amazon mp3, and when the screen goes dark the music stops.
I began pulling logs with alogcat and this is an example of what I see happening:
--------- beginning of /dev/log/system
D/InputManagerService( 145): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$[email protected]
--------- beginning of /dev/log/main
I/power ( 145): *** set_screen_state 0
D/PowerManagerService( 145): setScreenStateLocked++, on: false, err: 0
D/SensorService( 145): disable: connection.get() = 0x37d8f8
D/SensorService( 145): disable: get sensor name = CM3602 Light sensor
D/SensorService( 145): SensorDevice::activate: handle = 0x4, enabled = 0x0
D/SensorService( 145): noteStopSensor: uid = 0x3e8, handle = 0x4
D/SensorService( 145): pid=145, uid=1000
D/SensorService( 145): Active sensors:
D/SensorService( 145): BMA150 3-axis Accelerometer (handle=0x00000000, connections=1)
D/PowerManagerService( 145): setScreenStateLocked, turn off the button light
D/lights ( 145): set_light_buttons_func: on=0 brightness=0
V/KeyguardViewMediator( 145): password timeout delay 599226ms
D/KeyguardViewManager( 145): show(); mKeyguar[email protected]409e7148
D/HtcLockScreen( 145): createPatternUnlockScreen() ...
D/HtcLockScreen( 145): package name not found - com.htc.lockscreen
D/SensorService( 145): disable: connection.get() = 0x37d8f8
D/SensorService( 145): disable: get sensor name = BMA150 3-axis Accelerometer
D/SensorService( 145): SensorDevice::activate: handle = 0x0, enabled = 0x0
D/Sensors ( 145): Enable akm: en = 0
D/SensorService( 145): noteStopSensor: uid = 0x3e8, handle = 0x0
D/SensorService( 145): pid=145, uid=1000
D/SensorService( 145): Active sensors:
D/AlarmManager( 145): ACTION_SCREEN_OFF
W/InputManagerService( 145): Receive : Intent.ACTION_SCREEN_OFF
D/SurfaceFlinger( 145): About to give-up screen, flinger = 0xb26c0
W/InputManagerService( 145): Disable input method client.
W/IInputConnectionWrapper( 8615): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 8615): endBatchEdit on inactive InputConnection
D/StatusBarPolicy( 216): onSignalStrengthsChanged
D/StatusBarPolicy( 216): iconIndex=1
V/StatusBarPolicy( 216): cdmaLevel:3;max:4
D/StatusBarPolicy( 216): iconLevel:3
D/StatusBarService( 216): updateIcon slot=phone_signal index=20 viewIndex=14 old=StatusBarIcon(pkg=com.android.systemui id=0x7f020009 level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.systemui id=0x7f02000a level=0 visible=true num=0 )
I/USERIAL_LINUX( 458): ##### USerial_Ioctl: BT_Wake, 0x8003 ####
D/ContactWidget Matrix( 264): Received intent:android.intent.action.SCREEN_OFF
D/StatusBarManagerService( 145): disable what =1, token = [email protected], pkg = android, mBar = [email protected]
D/MountService( 145): Receive Screen OFF!
D/MountService( 145): persist.erasedirtyfat.done = 0
D/MountService( 145): The current time is 2:40:13
D/AK8973 ( 102): Compass CLOSE
D/AutoSetting( 8786): service - mHandler: cancel location update
D/AutoSetting( 8786): service - changes count: 0
D/InputManagerService( 145): Starting input on non-focused client [email protected] (uid=10108 pid=8615)
V/SyncManager( 145): runstateidle: nonHTCActiveCount++ :1
I/USERIAL_LINUX( 458): ##### USerial_Ioctl: BT_Sleep, 0x8004 ####
D/KeyguardViewMediator( 145): wakeWhenReadyLocked(26)
D/lights ( 145): set_light_buttons_func: on=2960685 brightness=45
I/power ( 145): *** set_screen_state 1
D/PowerManagerService( 145): setScreenStateLocked++, on: true, err: 0
D/SurfaceFlinger( 145): Screen about to return, flinger = 0xb26c0
D/SensorService( 145): enable: connection.get() = 0x37d8f8, (2.3.4)
D/SensorService( 145): enable: get sensor name = CM3602 Light sensor
D/SensorService( 145): SensorDevice::activate: handle = 0x4, enabled = 0x1
D/SensorService( 145): noteStartSensor: uid = 0x3e8, handle = 0x4
D/SensorService( 145): pid=145, uid=1000
D/SensorService( 145): Active sensors:
D/SensorService( 145): CM3602 Light sensor (handle=0x00000004, connections=1)
D/PowerManagerService( 145): New lightsensor value:40, lcdValue:45
D/PowerManagerService( 145): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
D/lights ( 145): set_light_buttons_func: on=16777215 brightness=255
D/PowerManagerService( 145): button light setOrientation:-1
V/KeyguardViewMediator( 145): password timeout delay 594138ms
D/AlarmManager( 145): ACTION_SCREEN_ON
W/InputManagerService( 145): Receive : Intent.ACTION_SCREEN_ON
W/InputManagerService( 145): Enable input method client.
D/HtcCdmaPhoneApp( 288): eri_id = 64 home or roaming = VZW_HOME_NETWORK
V/HtcCdmaGloableRoamingUtil( 288): localGetGlobalRoamingOption:0
D/HtcCdmaGloableRoamingUtil( 288): getNeedShowRoamingOption():true
D/HtcCdmaGloableRoamingUtil( 288): getNeedAutoSetDeny():false
D/StatusBarPolicy( 216): onSignalStrengthsChanged
D/ContactWidget Matrix( 264): Received intent:android.intent.action.SCREEN_ON
D/HtcNBPCDUtil( 288): EVENT_NBPCD_INFO
D/StatusBarPolicy( 216): iconIndex=1
V/StatusBarPolicy( 216): cdmaLevel:3;max:4
D/StatusBarPolicy( 216): iconLevel:3
D/StatusBarService( 216): updateIcon slot=phone_signal index=20 viewIndex=14 old=StatusBarIcon(pkg=com.android.systemui id=0x7f02000a level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.systemui id=0x7f02000a level=0 visible=true num=0 )
D/MountService( 145): Receive Screen ON!
D/VoldCmdListener( 90): erase stop
D/VoldCmdListener( 90): Erase stop...
W/FrameworkListener( 90): Handler 'erase' error (No such file or directory)
D/VoldCmdListener( 90): volume mount /mnt/emmc
I/Vold ( 90): /dev/block/vold/179:3 being considered for volume emmc
D/Vold ( 90): Volume emmc state changing 1 (Idle-Unmounted) -> 3 (Checking)
I/StorageNotification( 216): Media {/mnt/emmc} state changed from {unmounted} -> {checking}
I//system/bin/fsck_msdos( 90): ** /dev/block/vold/179:3
I//system/bin/fsck_msdos( 90): ** Phase 1 - Read and Compare FATs
I//system/bin/fsck_msdos( 90): Attempting to allocate 845 KB for FAT
I//system/bin/fsck_msdos( 90): Attempting to allocate 845 KB for FAT
D/KeyguardViewManager( 145): hide()
D/StatusBarManagerService( 145): disable what =0, token = [email protected], pkg = android, mBar = [email protected]
D/SensorService( 145): enable: connection.get() = 0x37d8f8, (2.3.4)
D/SensorService( 145): enable: get sensor name = BMA150 3-axis Accelerometer
D/SensorService( 145): SensorDevice::activate: handle = 0x0, enabled = 0x1
D/Sensors ( 145): Enable akm: en = 1
D/AK8973 ( 102): Compass Start
D/SensorService( 145): noteStartSensor: uid = 0x3e8, handle = 0x0
D/SensorService( 145): pid=145, uid=1000
D/SensorService( 145): Active sensors:
D/SensorService( 145): BMA150 3-axis Accelerometer (handle=0x00000000, connections=1)
D/SensorService( 145): CM3602 Light sensor (handle=0x00000004, connections=1)
D/InputManagerService( 145): Window already focused, ignoring focus gain of: [email protected]
I//system/bin/fsck_msdos( 90): ** Phase 2 - Check Cluster Chains
I//system/bin/fsck_msdos( 90): ** Phase 3 - Checking Directories
D/dalvikvm( 8615): GC_CONCURRENT freed 477K, 49% free 3323K/6407K, external 36K/548K, paused 3ms+5ms
I//system/bin/fsck_msdos( 90): ** Phase 4 - Checking for Lost Files
I//system/bin/fsck_msdos( 90): 1370 files, 2008096 free (193825 clusters)
I/Vold ( 90): Filesystem check completed OK
I/Vold ( 90): Device /dev/block/vold/179:3, target /mnt/emmc mounted @ /mnt/secure/staging
D/Vold ( 90): Volume emmc state changing 3 (Checking) -> 4 (Mounted)
I/StorageNotification( 216): Media {/mnt/emmc} state changed from {checking} -> {mounted}
D/Ringer ( 288): -- intent.getAction() =android.intent.action.MEDIA_MOUNTED
D/MountService( 145): persist.erasedirtyfat.done = 0
D/MountService( 145): The current time is 2:40:19
D/FacebookReceiver( 8190): Intent.ACTION_USER_PRESENT SyncInterval=86400000,currTime=1341902419199
D/FacebookReceiver( 8190): Intent.ACTION_USER_PRESENT lastStreamSyncTime=1341902419200,lastFriendSyncTime=1341902419200
D/dalvikvm( 987): GC_EXTERNAL_ALLOC freed 191K, 46% free 2985K/5511K, external 1759K/2270K, paused 32ms
D/AppWidgetHostView( 264): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{mikado.bizcalpro/mikado.bizcalpro.WidgetProvider4x4})
V/CalendarProvider2( 8786): ACTION_EVENT_CHANGED
D/dalvikvm( 987): GC_EXTERNAL_ALLOC freed 176K, 46% free 2986K/5511K, external 1126K/1637K, paused 31ms
D/DrmScannerReceiver( 8918): android.intent.action.MEDIA_MOUNTED
I/EMMC ( 8918): Action mounted + path: /mnt/emmc,/mnt/sdcard,/mnt/ext_sd, /mnt/emmc,android.intent.action.MEDIA_MOUNTED
D/DrmIntentService( 8918): SCAN_STORAGE
D/DrmIntentService( 8918): Scanning /images
E/MediaScannerService( 8918): Failed to delete file /data/data/com.android.providers.media/pause_scan
D/DrmIntentService( 8918): Empty in /images
I/MediaUploader( 8937): No need to wake up
D/DrmIntentService( 8918): Scanning /audio
D/DrmIntentService( 8918): Empty in /audio
D/DrmIntentService( 8918): Scanning /video
D/DrmIntentService( 8918): Empty in /video
D/DrmIntentService( 8918): Scanning /jar
D/DrmIntentService( 8918): Empty in /jar
I/AmazonAppstore.UpdateCommands( 8587): Self-updating enabled: true
W/JustPictures( 8229): External storage mounted
D/AmazonAppstore.UpdateCommands( 8587): Adding self-update command to UpdateService
D/AmazonAppstore.UpdateService( 8587): Received action: com.amazon.mas.client.framework.UpdateService.SD_CARD_MOUNTED from intent: Intent { act=com.amazon.mas.client.framework.UpdateService.SD_CARD_MOUNTED cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
D/MediaScannerService( 8918): start scanning volume phoneStorage
D/MediaProvider( 8918): lock thumbnail worker
D/MediaProvider( 8918): thread is un-locked
D/MediaProvider( 8918): lock thumbnail worker
V/MediaPlayerService( 7891): Create new media retriever from pid 8918
D/MediaScannerService( 8918): getDefaultLocale =en_US
D/MediaScannerService( 8918): [MediaScannerService][scan]+external-fc303da9.db volume ID: -63947351,phoneStorage,/mnt/emmc
D/dalvikvm( 8918): GC_CONCURRENT freed 319K, 47% free 3084K/5767K, external 712K/1024K, paused 2ms+2ms
D/MediaScanner( 8918): MediaScanner:scanDirectories.doBulkInsertAll+
D/MediaScanner( 8918): MediaScanner:scanDirectories.doBulkInsertAll-
D/MediaScanner( 8918): prescan time: 34ms
D/MediaScanner( 8918): scan time: 293ms
D/MediaScanner( 8918): postscan time: 0ms
D/MediaScanner( 8918): total time: 327ms
D/MediaScannerService( 8918): [MediaScannerService][scan]-
D/MediaProvider( 8918): un-lock thumbnail worker
D/MediaProvider( 8918): un-lock thumbnail worker
D/MediaScannerService( 8918): done scanning volume phoneStorage
E/MediaScannerService( 8918): Failed to delete file /data/data/com.android.providers.media/pause_scan
D/StatusBarPolicy( 216): onSignalStrengthsChanged
D/StatusBarPolicy( 216): iconIndex=1
V/StatusBarPolicy( 216): cdmaLevel:2;max:4
D/StatusBarPolicy( 216): iconLevel:2
D/StatusBarService( 216): updateIcon slot=phone_signal index=20 viewIndex=14 old=StatusBarIcon(pkg=com.android.systemui id=0x7f02000a level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.systemui id=0x7f020009 level=0 visible=true num=0 )
I/USERIAL_LINUX( 458): ##### USerial_Ioctl: BT_Wake, 0x8003 ####
I/USERIAL_LINUX( 458): ##### USerial_Ioctl: BT_Sleep, 0x8004 ####
Click to expand...
Click to collapse
I am very new to reading these logs but a few lines stuck out to me...
D/MountService( 145): Receive Screen OFF!
D/MountService( 145): persist.erasedirtyfat.done = 0
D/MountService( 145): The current time is 2:40:13
Click to expand...
Click to collapse
and then:
D/MountService( 145): Receive Screen ON!
D/VoldCmdListener( 90): erase stop
D/VoldCmdListener( 90): Erase stop...
W/FrameworkListener( 90): Handler 'erase' error (No such file or directory)
D/VoldCmdListener( 90): volume mount /mnt/emmc
I/Vold ( 90): /dev/block/vold/179:3 being considered for volume emmc
D/Vold ( 90): Volume emmc state changing 1 (Idle-Unmounted) -> 3 (Checking)
I/StorageNotification( 216): Media {/mnt/emmc} state changed from {unmounted} -> {checking}
Click to expand...
Click to collapse
I don't see anything obvious enough to make me understand what is going on, but I can definitely see that as soon as the screen goes off the phone checks the time and starts doing something with the mounts, and as soon as the command to turn back on again comes the phone begins working on remounting everything.
On another site someone mentioned HTC stating that the reboots were for memory optimization and should only happen once. I'm sure there is some sort of commonality between the reboots and my errors but it has me puzzled. Does anyone more experienced than me see anything in the logs that could lead to a fix, as I don't plan on changing my work schedule anytime soon.
Thanks for any assistance.
Laxnkio said:
My Dinc currently has cmlusco's excellent Touch of Blue v2.2 installed(a full wipe install with v6), which includes the latest OTA. I also have the latest radio (2.15.10.12.20) which cmlusco pulled from the OTA installed.
Since the latest OTA files were installed I have seen a lot of people complaining about 2am reboots. I happen to work 3rd shift, so I am awake during this time and instead of the reboots(as I am usually using my phone at this time) I begin to have mounting errors. This never happened before the new OTA files and only occurs between the times of 2am-5am.
Basically, the second it hits 2am if the screen goes to sleep(either by time or by pressing the power button) after 2-3 seconds both the sd card and emmc unmount themselves. As soon as you wake the phone up the "Preparing phone storage" message is displayed and everything is remounted. I noticed this because I listen to music from my sd card through amazon mp3, and when the screen goes dark the music stops.
I began pulling logs with alogcat and this is an example of what I see happening:
I am very new to reading these logs but a few lines stuck out to me...
and then:
I don't see anything obvious enough to make me understand what is going on, but I can definitely see that as soon as the screen goes off the phone checks the time and starts doing something with the mounts, and as soon as the command to turn back on again comes the phone begins working on remounting everything.
On another site someone mentioned HTC stating that the reboots were for memory optimization and should only happen once. I'm sure there is some sort of commonality between the reboots and my errors but it has me puzzled. Does anyone more experienced than me see anything in the logs that could lead to a fix, as I don't plan on changing my work schedule anytime soon.
Thanks for any assistance.
Click to expand...
Click to collapse
Those logs are interesting as with this newest update a file in /system/bin called erase_dirty_fat. From looking at this file it seems it scans emmc and the sdcard for bad sectors and errors. The mounting problems may be intentional by htc, as the script unmounts and mounts the emnc and sdcard. This could some how cause reboots i suppose just not sure how yet. I need to examine the file more to se exactly what it does.
cmlusco said:
Those logs are interesting as with this newest update a file in /system/bin called erase_dirty_fat. From looking at this file it seems it scans emmc and the sdcard for bad sectors and errors. The mounting problems may be intentional by htc, as the script unmounts and mounts the emnc and sdcard. This could some how cause reboots i suppose just not sure how yet. I need to examine the file more to se exactly what it does.
Click to expand...
Click to collapse
I'm running the odex version and except for the one time after first flashing it I haven't had another 2 am reboot since and never a problem mounting storage,
Bit of an update...after scouring the net i tried the manual setting the clock to 2am idea while I wasn't using the phone and let it sit for over 8 hours. I don't think I got any reboots but last night at the real 2am I didn't get any unmounts. So it has to be some sort of optimization script or something that can only run when you aren't using the phone. Hope tonight is the same result.
Sent from my ADR6300 using Tapatalk 2
For those of you getting the 2am reboots try this as a fix. Go to /system/bin and look for a file called " erase_dirty_fat ". Rename or move the file and reboot the phone. See if you still get the 2am reboots.
cmlusco said:
For those of you getting the 2am reboots try this as a fix. Go to /system/bin and look for a file called " erase_dirty_fat ". Rename or move the file and reboot the phone. See if you still get the 2am reboots.
Click to expand...
Click to collapse
Be interesting to know if this fixes the problem also, may try this Rom if it does.
Spoke too quickly I guess because the problem returned tonight after 5 days in the clear. Will try to erase that file now and see if it works.
Sent from my ADR6300 using Tapatalk 2
Its so weird i feel lucky, but also left out lol. I havent had it happen to me at all.
Same here in a way since I don't have the reboots. I've tried deleting that file to no avail, also tried leaving the phone alone for 2 8 hour blocks to try and let it finish but that doesn't seem to help either.
Wouldn't be a problem if I didn't work mids and listen to podcasts, the perfect storm. Good job htc screwing up a phone 2 years after release.
Sent from my ADR6300 using Tapatalk 2
Laxnkio said:
Spoke too quickly I guess because the problem returned tonight after 5 days in the clear. Will try to erase that file now and see if it works.
Sent from my ADR6300 using Tapatalk 2
Click to expand...
Click to collapse
Same with me, problem returned after a week of not having it. Deleting the mentioned system/bin file had no effect on mine, reboot problem still there.
kzoodroid said:
Same with me, problem returned after a week of not having it. Deleting the mentioned system/bin file had no effect on mine, reboot problem still there.
Click to expand...
Click to collapse
Well my next guess would be its one of the new apps mabey. The pic below shows the new apks added in the update. Try renaming them one at a time and see if the reboots stop.
{
"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"
}
I would start with linkify dispatcher. Make sure you have a backup incase it messes something up.
Linkify didn't work for me, going to try the one that starts with q next since it has sd in the name.
Sent from my ADR6300 using Tapatalk 2
Renaming qx didn't work either. So weird.
Sent from my Thrive using Tapatalk 2
Laxnkio said:
Renaming qx didn't work either. So weird.
Sent from my Thrive using Tapatalk 2
Click to expand...
Click to collapse
There were many other files updated and patched that could be the cause. Mabey its a common app like gmail or something, as i dont use the gmail app and i dont get the 2am bug. Hard to tell, im going to install gmail app and see if i get the reboots. I just keep thinking it has to be an app commonly used, but that i dont have installed. If it were in the framework i should be experiencing it too.
Hmmmm... Mine keeps asking me to update but I'm not doing it.
Sent from my ADR6300 using xda premium
I just went back to TOB 1.3 and everything is running fine.
---------- Post added at 11:24 PM ---------- Previous post was at 11:21 PM ----------
Is GingerTiny_v2_2.6.35.14_08/10/2012+ compatibe with TOB 1.3. I had a problem with this combo so I went back to the Feb release.
joeyz400 said:
I just went back to TOB 1.3 and everything is running fine.
---------- Post added at 11:24 PM ---------- Previous post was at 11:21 PM ----------
Is GingerTiny_v2_2.6.35.14_08/10/2012+ compatibe with TOB 1.3. I had a problem with this combo so I went back to the Feb release.
Click to expand...
Click to collapse
Yes, all versions of the Gingertiny kernel are compatible with all versions of TOB. What issues were you having?
cmlusco said:
Yes, all versions of the Gingertiny kernel are compatible with all versions of TOB. What issues were you having?
Click to expand...
Click to collapse
I get a lot of freezes and have to restart. I tried to reinstall it and got bootloops. I just did another recovery.
Hello
An App keeps crashing randomly and I have absolutely no clue why. After a few minutes of research, I create a logcat file but I am still clueless how the problem occures. Any kind of help is appreciated.
Logs
Code:
--------- beginning of main
04-22 23:44:24.247 5630 5630 I art : Starting a blocking GC AddRemoveAppImageSpace
04-22 23:44:24.427 5630 5647 I OpenGLRenderer: Initialized EGL, version 1.4
04-22 23:44:24.428 5630 5647 D OpenGLRenderer: Swap behavior 1
04-22 23:44:24.432 5630 5630 D Terminal: Bound to service with 0 active terminals
04-22 23:44:24.444 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:44:24.455 5630 5661 D Terminal: entering read() loop
04-22 23:44:24.461 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:44:24.487 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:44:25.029 5630 5630 D Terminal: resize(36, 90, 100)
04-22 23:44:27.818 5630 5661 I Terminal: DING!
--------- beginning of crash
04-22 23:44:28.995 5689 5689 F libc : CANNOT LINK EXECUTABLE "su": cannot locate symbol "__sendto_chk" referenced by "/system/xbin/su"...
04-22 23:44:28.995 5689 5689 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 5689 (su)
04-22 23:45:04.662 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:47:19.159 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:47:19.347 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:19.376 5630 5647 D OpenGLRenderer: endAllActiveAnimators on 0x7f69c98800 (RippleDrawable) with handle 0x7f561e5fe0
04-22 23:47:21.850 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:47:21.865 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:47:21.866 5630 5630 D Terminal: Bound to service with 1 active terminals
04-22 23:47:22.078 5630 5630 D Terminal: resize(36, 90, 100)
04-22 23:47:22.941 5630 5661 D Terminal: kill() requested
04-22 23:47:22.961 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:24.028 5630 5970 D Terminal: entering read() loop
04-22 23:47:24.031 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:47:24.039 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:47:24.084 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:25.732 5630 5647 D OpenGLRenderer: endAllActiveAnimators on 0x7f3c63c000 (TerminalView) with handle 0x7f54425f20
04-22 23:47:25.742 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:25.747 5630 5630 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
04-22 23:47:25.748 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:13:33.548 12237 12237 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:13:43.709 12378 12378 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:13:45.317 12416 12416 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:14:25.462 12519 12519 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:15:58.843 12519 12776 I OpenGLRenderer: Initialized EGL, version 1.4
04-23 00:15:58.843 12519 12776 D OpenGLRenderer: Swap behavior 1
04-23 00:15:58.846 12519 12519 D Terminal: Bound to service with 0 active terminals
04-23 00:15:58.868 12519 12789 D Terminal: entering read() loop
04-23 00:15:58.874 12519 12776 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-23 00:15:58.882 12519 12519 D Terminal: setColors(0xffffffff, 0xff000000)
04-23 00:15:58.909 12519 12519 D Terminal: resize(61, 90, 100)
04-23 00:15:59.334 12519 12519 D Terminal: resize(36, 90, 100)
04-23 00:16:00.760 12795 12795 F libc : CANNOT LINK EXECUTABLE "su": cannot locate symbol "__sendto_chk" referenced by "/system/xbin/su"...
04-23 00:16:00.760 12795 12795 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 12795 (su)
04-23 00:17:53.603 12519 12519 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:17:53.604 12519 12519 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
04-23 00:17:53.604 12519 12519 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:17:57.815 12983 12983 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:18:04.826 12983 13008 I OpenGLRenderer: Initialized EGL, version 1.4
04-23 00:18:04.827 12983 13008 D OpenGLRenderer: Swap behavior 1
04-23 00:18:04.831 12983 12983 D Terminal: Bound to service with 0 active terminals
04-23 00:18:04.838 12983 13008 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-23 00:18:04.847 12983 13021 D Terminal: entering read() loop
04-23 00:18:04.854 12983 12983 D Terminal: setColors(0xffffffff, 0xff000000)
04-23 00:18:04.881 12983 12983 D Terminal: resize(61, 90, 100)
04-23 00:18:05.302 12983 12983 D Terminal: resize(36, 90, 100)
Radio file is empty
Samsung S6
Android Version = 7.1.2
LineageOS Version = 14.1-2019026-NIGHTLY-zerofltexx