0% found this document useful (0 votes)
85 views

Debug

This document contains log information from an app attempting to download assets from a server. It initialized download processes, checked for required permissions, and sent an HTTP request to a download URL. The request failed with a socket exception, and a second attempt also failed with the same exception.

Uploaded by

Xiomara
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Debug

This document contains log information from an app attempting to download assets from a server. It initialized download processes, checked for required permissions, and sent an HTTP request to a download URL. The request failed with a socket exception, and a second attempt also failed with the same exception.

Uploaded by

Xiomara
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 28

DownloadActivityInternal.

init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
APK version: 2.0.7

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal resumeState - Making a new runnable to resume.
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{31f06dd7
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:641)
at libcore.io.IoBridge.recvfrom(IoBridge.java:603)
at java.net.PlainSocketImpl.read(PlainSocketImpl.java:492)
at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:42)
at
java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:242)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:108)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:196)
at
org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.jav
a:88)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:179)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:185)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:252)
at
org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractC
lientConnAdapter.java:264)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:298)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:140)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:433)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)
Caused by: android.system.ErrnoException: recvfrom failed: ECONNRESET (Connection
reset by peer)
at libcore.io.Posix.recvfromBytes(Native Method)
at libcore.io.Posix.recvfrom(Posix.java:185)
at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:250)
at libcore.io.IoBridge.recvfrom(IoBridge.java:600)
... 20 more

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Trying sendHttpPost again...
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:641)
at libcore.io.IoBridge.recvfrom(IoBridge.java:603)
at java.net.PlainSocketImpl.read(PlainSocketImpl.java:492)
at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:42)
at
java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:242)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:108)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:196)
at
org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.jav
a:88)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:179)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:185)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:252)
at
org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractC
lientConnAdapter.java:264)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:298)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:140)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:433)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)
Caused by: android.system.ErrnoException: recvfrom failed: ECONNRESET (Connection
reset by peer)
at libcore.io.Posix.recvfromBytes(Native Method)
at libcore.io.Posix.recvfrom(Posix.java:185)
at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:250)
at libcore.io.IoBridge.recvfrom(IoBridge.java:600)
... 21 more

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Already tried sendHttpPost after failure.
Assets not found on the device. ADC will try to download from the server.
ERROR OCCURRED: -15 (total: 1)
[ERROR] Failed to retrieve download file list
Ignoring ERROR_FILE_LIST_RETRIEVE_FAILED and going to STATE_SHOW_WIFI_DIALOG.
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{34445200 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

DownloadActivityInternal resumeState - Making a new runnable to resume.

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
APK version: 2.0.7

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{3bfc0274
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[JSON RESULT]
{"files":
[{"fileName":"assets.zip","fileSize":"8497681","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.eamobil
e.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/4.0.4
\/lang\/en\/fname\/assets.zip","language":"en","version":"4.0.4"},
{"fileName":"assets.zip.checksums","fileSize":"102","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.ea
mobile.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/
4.0.4\/lang\/en\/fname\/assets.zip.checksums","language":"en","version":"4.0.4"}]}
FILES:
--------------------------------------
Filename:assets.zip
Size (bytes): 8497681
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip
--------------------------------------
--------------------------------------
Filename:assets.zip.checksums
Size (bytes): 102
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip.checksums
--------------------------------------
org.json.JSONException: No value for totalUncompressFilesSize
Assets not found on the device. ADC will try to download from the server.
Using main location: External Storage is 882667520
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.DownloadMsgView{33f4dcb0
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_SHOW_DOWNLOAD_MSG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.DownloadMsgView{33f4dcb0
V.E..... ......I. 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
Using main location: External Storage is 882667520
startWifiDownload
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_CHECKING_HOST_IP
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{2cc4939d
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.CheckingHostIpView{2cc4939d V.E.....
......I. 0,0-0,0}
resumeState: before calling pCurrentView.resume()
checking wifi: FAILED
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{1a9fc729 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
onResult assetPath = /storage/emulated/0/Android/data/com.eamobile.life/files
result = 0
DownloadProgressView clean
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
APK version: 2.0.7

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
DownloadActivityInternal resumeState - Making a new runnable to resume.
Calling: DownloadActivityInternal checkBackgroundImage()
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{e4ae6ef
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[JSON RESULT]
{"files":
[{"fileName":"assets.zip","fileSize":"8497681","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.eamobil
e.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/4.0.4
\/lang\/en\/fname\/assets.zip","language":"en","version":"4.0.4"},
{"fileName":"assets.zip.checksums","fileSize":"102","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.ea
mobile.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/
4.0.4\/lang\/en\/fname\/assets.zip.checksums","language":"en","version":"4.0.4"}]}
FILES:
--------------------------------------
Filename:assets.zip
Size (bytes): 8497681
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip
--------------------------------------
--------------------------------------
Filename:assets.zip.checksums
Size (bytes): 102
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip.checksums
--------------------------------------
org.json.JSONException: No value for totalUncompressFilesSize
Assets not found on the device. ADC will try to download from the server.
Using main location: External Storage is 882667520
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.DownloadMsgView{1cca9d1b
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_SHOW_DOWNLOAD_MSG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.DownloadMsgView{1cca9d1b
V.E..... ........ 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
Using main location: External Storage is 882667520
startWifiDownload
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_CHECKING_HOST_IP
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{341b55fc
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.CheckingHostIpView{341b55fc V.E.....
......I. 0,0-0,0}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
checking wifi: FAILED
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{1c054eb8 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
onResult assetPath = /storage/emulated/0/Android/data/com.eamobile.life/files
result = 0
DownloadProgressView clean
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
APK version: 2.0.7

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
DownloadActivityInternal resumeState - Making a new runnable to resume.
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{e4ae6ef
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[JSON RESULT]
{"files":
[{"fileName":"assets.zip","fileSize":"8497681","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.eamobil
e.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/4.0.4
\/lang\/en\/fname\/assets.zip","language":"en","version":"4.0.4"},
{"fileName":"assets.zip.checksums","fileSize":"102","fileURL":"https:\/\/round-lake.dustinice.workers.dev:443\/http\/cdn.skum.ea
mobile.com\/cms\/android\/core\/s\/865431\/res\/720x1280\/text\/uncompressed\/ver\/
4.0.4\/lang\/en\/fname\/assets.zip.checksums","language":"en","version":"4.0.4"}]}
FILES:
--------------------------------------
Filename:assets.zip
Size (bytes): 8497681
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip
--------------------------------------
--------------------------------------
Filename:assets.zip.checksums
Size (bytes): 102
Version: 4.0.4
Language: en
URL:
http://cdn.skum.eamobile.com/cms/android/core/s/865431/res/720x1280/text/uncompress
ed/ver/4.0.4/lang/en/fname/assets.zip.checksums
--------------------------------------
org.json.JSONException: No value for totalUncompressFilesSize
Assets not found on the device. ADC will try to download from the server.
Using main location: External Storage is 882647040
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.DownloadMsgView{1cca9d1b
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_SHOW_DOWNLOAD_MSG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.DownloadMsgView{1cca9d1b
V.E..... ......I. 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
APK version: 2.0.7
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
DownloadActivityInternal resumeState - Making a new runnable to resume.
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{14172ed4
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.UnknownHostException: Unable to resolve host "gam.eamobile.com": No
address associated with hostname
at java.net.InetAddress.lookupHostByName(InetAddress.java:479)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:259)
at java.net.InetAddress.getAllByName(InetAddress.java:221)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:147)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Posix.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
at java.net.InetAddress.lookupHostByName(InetAddress.java:445)
... 13 more

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Trying sendHttpPost again...
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.UnknownHostException: Unable to resolve host "gam.eamobile.com": No
address associated with hostname
at java.net.InetAddress.lookupHostByName(InetAddress.java:434)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:259)
at java.net.InetAddress.getAllByName(InetAddress.java:221)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:147)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Already tried sendHttpPost after failure.
setState: after calling setContentView
Assets not found on the device. ADC will try to download from the server.
ERROR OCCURRED: -15 (total: 1)
[ERROR] Failed to retrieve download file list
Ignoring ERROR_FILE_LIST_RETRIEVE_FAILED and going to STATE_SHOW_WIFI_DIALOG.
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{10c7e209 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.onResume()
startWifiDownload
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{2a1bb87d
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
checking wifi: FAILED
DownloadActivityInternal resumeState: STATE_SHOW_WIFI_DIALOG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.ShowWifiView{10c7e209
V.E..... ........ 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_SHOW_3G_DIALOG
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.Show3GView{1fbab828 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.Show3GView{1fbab828 V.E.....
......I. 0,0-0,0}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_3G_UNAVAILABLE
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.NetworkUnavailableView{27f02c0e
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.NetworkUnavailableView{27f02c0e
V.E..... ......I. 0,0-0,0}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.onResume()
startWifiDownload
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{2a1bb87d
V.E..... ........ 0,0-1280,720}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{2a1bb87d
V.E..... ......ID 0,0-1280,720}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
checking wifi: FAILED
DownloadActivityInternal resumeState: STATE_SHOW_WIFI_DIALOG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.ShowWifiView{10c7e209
V.E..... ........ 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
APK version: 2.0.7

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DownloadActivityInternal resumeState - Making a new runnable to resume.
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false

[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{1a962411
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.UnknownHostException: Unable to resolve host "gam.eamobile.com": No
address associated with hostname
at java.net.InetAddress.lookupHostByName(InetAddress.java:479)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:259)
at java.net.InetAddress.getAllByName(InetAddress.java:221)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:147)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Posix.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
at java.net.InetAddress.lookupHostByName(InetAddress.java:445)
... 13 more

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Trying sendHttpPost again...
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
java.net.UnknownHostException: Unable to resolve host "gam.eamobile.com": No
address associated with hostname
at java.net.InetAddress.lookupHostByName(InetAddress.java:434)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:259)
at java.net.InetAddress.getAllByName(InetAddress.java:221)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:147)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Already tried sendHttpPost after failure.
Assets not found on the device. ADC will try to download from the server.
ERROR OCCURRED: -15 (total: 1)
[ERROR] Failed to retrieve download file list
Ignoring ERROR_FILE_LIST_RETRIEVE_FAILED and going to STATE_SHOW_WIFI_DIALOG.
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{16929552 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal.onResume()
startWifiDownload
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.CheckingHostIpView{710b976
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
checking wifi: FAILED
DownloadActivityInternal resumeState: STATE_SHOW_WIFI_DIALOG
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.ShowWifiView{16929552
V.E..... ......I. 0,0-1280,720}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_SHOW_DOWNLOAD_MSG
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.DownloadMsgView{17a0d5dd
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView
DownloadActivityInternal resumeState - Making a new runnable to resume.
resumeState: pCurrentView = com.eamobile.views.DownloadMsgView{17a0d5dd
V.E..... ......I. 0,0-0,0}
resumeState: before calling pCurrentView.resume()
resumeState: after calling pCurrentView.resume()
DownloadActivityInternal.init()
DownloadProgressView constructor
DownloadActivityInternal.onResume()
DownloadActivityInternal resumeState: STATE_INVALID
DownloadActivityInternal resumeState - Making a new runnable to resume.
Calling: DownloadActivityInternal init()

[ADC lib info]


ADC build version: @ADC_BUILD_VERSION_DYNAMIC_VALUE@
ADC build time: @ADC_BUILD_TIME_DYNAMIC_VALUE@

[Device/App info]
Device: HUAWEI-HUAWEI+CUN-L03
Brand: HUAWEI
Android Unique ID: androidId=c45f104d430ea690&imei=869889024138964
Application name: The Game Of Life
DownloadActivityInternal.onResume()
APK version: 2.0.7
DownloadActivityInternal resumeState: STATE_INVALID

[config.properties]
MASTER_SELL_ID: 865431
PRODUCT_ID: 27762
TOTAL_SPACE_MB: 12
USE_INTERNAL_STORAGE: false
ALTERNATIVE_DATA_FOLDER: false
DATA_FOLDER not specified in config.properties
setAssetPath(), mAssetPath =
/storage/emulated/0/Android/data/com.eamobile.life/files
TIMEOUT: 10000 milliseconds
DOWNLOAD_URL: http://gam.eamobile.com/
UNCOMPRESS_ZIP_ON_DEVICE: false
CUSTOM_PROGRESS_BAR: true
USE_OLD_PROGRESS_BAR: false
TOTAL_SPACE_MB_MIN: 0
DISABLE_3G: false
FORCE_WAKE_DURING_DOWNLOAD: false
DO_NOT_OPEN_STORAGE_SETTINGS: false
MIN_ASSET_VERSION_REQUIRED: null
DELETE_ASSETS_ON_UPDATE: false
UNSAFE_ASSET_DELETION_ON_UPDATE: false
REDOWNLOAD_ON_SCREEN_SIZE_CHANGE: false
NUMBER_OF_HOURS_TO_UPDATE_CHECKING: 0 hours
RETRIEVE_FULL_SCREEN_RESOLUTION: false
[uses-permission tags]
Checking permissions for package: com.eamobile.life
Permission android.permission.CHANGE_NETWORK_STATE is missing.

!!!!! WARNING !!!!!


One or more expected permissions is missing. Please check uses-permission
tags in AndroidManifest.xml
!!!!! WARNING !!!!!

Calling: DownloadActivityInternal checkLanguageChange()


Locale: es_PE
Language: es
loadString(es_PE)
Opening file: downloadcontent/es_PE.txt
File not found: downloadcontent/es_PE.txt
loadString(es)
Opening file: downloadcontent/es.txt
Calling: DownloadActivityInternal checkBackgroundImage()
DownloadActivityInternal resumeState - Making a new runnable to resume.
Creating background image
DownloadProgress: constructor
Calling setWifiManager...
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ContactingServerView{a128e07
V.E..... ......I. 0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
Calling getResolutionUsingDisplayMetrics()...
displayMetrics: DisplayMetrics{density=2.0, width=1196, height=720,
scaledDensity=2.0, xdpi=320.0, ydpi=320.0}
SCREEN_ORIENTATION_LANDSCAPE

[OVERRIDE DEVICE DATA]


Checking if device data have been overridden in onRetrievedDeviceData()...
onRetrievedDeviceData() not implemented.

[SENDING REQUEST]
DOWNLOAD DATA URL
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
TYPE: POST
PARAMETERS:
glext: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture
GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8
GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8
GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette
GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate
GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat
GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB
ADDITIONAL INFORMATION:
Product ID:27762
Sell ID:865431
Brand:HUAWEI
Device:HUAWEI-HUAWEI+CUN-L03
Resolution:1280x720
Language:es_PE
setState: after calling setContentView
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
org.apache.http.conn.ConnectTimeoutException: Connect to /159.153.64.54:80 timed
out
at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.jav
a:126)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:168)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Trying sendHttpPost again...
[ERROR] An exception occurred in sendHttpPost while trying to obtain the file list.
org.apache.http.conn.ConnectTimeoutException: Connect to /159.153.64.54:80 timed
out
at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.jav
a:126)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:168)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:365)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:540)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:518)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.sendHttpPost(Unknown Source)
at com.eamobile.DownloadActivityInternal.updateDownloadFilesData(Unknown
Source)
at com.eamobile.DownloadActivityInternal.checkServerContent(Unknown Source)
at com.eamobile.views.ContactingServerView$2.run(Unknown Source)

URL:
http://gam.eamobile.com/androidContentWS/cms/android/gameasset/application/865431/p
Id/27762/version/2.0.7/resolution/1280x720/glext/device/HUAWEI-HUAWEI+CUN-
L03/brand/HUAWEI?language=es_PE
jsonObjSend: {"glext":"GL_EXT_debug_marker GL_OES_byte_coordinates
GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get
GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite
GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil
GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette
GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate
GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap
GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix
GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot
GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object
GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8
GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage
GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr
GL_KHR_texture_compression_astc_hdr GL_OES_surfaceless_context
GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug
GL_EXT_sRGB "}
Already tried sendHttpPost after failure.
Assets not found on the device. ADC will try to download from the server.
ERROR OCCURRED: -15 (total: 1)
[ERROR] Failed to retrieve download file list
Ignoring ERROR_FILE_LIST_RETRIEVE_FAILED and going to STATE_SHOW_WIFI_DIALOG.
DownloadActivityInternal setState - Making a new runnable to init.
setState: pCurrentView = com.eamobile.views.ShowWifiView{130c170 V.E..... ......I.
0,0-0,0}
setState: before calling pCurrentView.init()
setState: after calling pCurrentView.init()
setState: after calling setContentView

You might also like