[WIP][DEV]Htc Sense 2.1 for Infuse - Samsung Infuse 4G

I am working on porting the Galaxy Sense 1.0.2 from the GT-I9000 to our infuse and I am looking for a little bit of assistance with it. I have it to the boot animation but it loops there. I am using the libs/kernel from cm7 nightlies. Logcat ->
Code:
I/Zygote ( 314): ...preloaded 51 resources in 152ms.
I/Zygote ( 314): ...preloaded 15 resources in 3ms.
D/dalvikvm( 314): GC_EXPLICIT freed 20K, 48% free 2704K/5123K, external 0K/0K,
paused 17ms
D/dalvikvm( 314): GC_EXPLICIT freed 5K, 48% free 2698K/5123K, external 0K/0K, p
aused 16ms
D/dalvikvm( 314): GC_EXPLICIT freed <1K, 48% free 2698K/5123K, external 0K/0K,
paused 16ms
D/dalvikvm( 314): Before fork
D/dalvikvm( 314): Fork pid: 363
I/dalvikvm( 314): System server process 363 has been created
I/Zygote ( 314): Accepting command socket connections
D/dalvikvm( 363): Fork pid: 0
E/BatteryService( 363): batteryUnsupportChargePath not found
E/BatteryService( 363): wirelessOnlinePath not found
I/sysproc ( 363): Entered system_init()
I/sysproc ( 363): ServiceManager: 0x19b090
I/SurfaceFlinger( 363): SurfaceFlinger is starting
I/SurfaceFlinger( 363): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
D/libEGL ( 363): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 363): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 363): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
E/libEGL ( 363): eglSetSwapRectangleANDROID:1833 error 3008 (EGL_BAD_DISPLAY)
I/SurfaceFlinger( 363): EGL informations:
I/SurfaceFlinger( 363): # of configs : 28
I/SurfaceFlinger( 363): vendor : Android
I/SurfaceFlinger( 363): version : 1.4 Android META-EGL
I/SurfaceFlinger( 363): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_im
age_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle
I/SurfaceFlinger( 363): Client API: OpenGL ES
I/SurfaceFlinger( 363): EGLSurface: 8-8-8-8, config=0x1
I/SurfaceFlinger( 363): OpenGL informations:
I/SurfaceFlinger( 363): vendor : Imagination Technologies
I/SurfaceFlinger( 363): renderer : PowerVR SGX 540
I/SurfaceFlinger( 363): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 363): extensions: GL_OES_byte_coordinates GL_OES_fixed_point
GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_p
aletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palett
e GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_tex
ture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_
func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended
_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OE
S_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image
GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_I
MG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_forma
t_BGRA8888 GL_IMG_texture_stream GL_OES_egl_sync GL_IMG_vertex_array_object
I/SurfaceFlinger( 363): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 363): GL_MAX_VIEWPORT_DIMS = 2048
I/SurfaceFlinger( 363): flags = 00010000
I/SurfaceFlinger( 363): disable rotate animation
I/SurfaceFlinger( 363): LayerAnimationFactory::init: 480 x 800
D/SensorService( 363): nuSensorService starting...
W/zipro ( 373): Unable to open zip '/system/etc/customer/bootanimation.zip':
No such file or directory
D/HtcBootAnimation( 373): Load /system/customize/CID/default.xml
E/SurfaceFlinger( 363): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
D/HtcBootAnimation( 373): Using OpenGL
E/HtcBootAnimation( 373): Could not find width.
E/HtcBootAnimation( 373): Could not find height.
E/HtcBootAnimation( 373): Could not find framerate.
E/HtcBootAnimation( 373): Could not find part1.
E/HtcBootAnimation( 373): Could not find part2.
E/HtcBootAnimation( 373): Could not find part3.
E/HtcBootAnimation( 373): sqlite3_open error
D/libEGL ( 373): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 373): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 373): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
V/MediaPlayer( 373): constructor
V/MediaPlayer( 373): setDataSource(/system/customize/resource/android_audio.mp3
)
V/MediaPlayerService( 312): Client(1) constructor
V/MediaPlayerService( 312): Create new client(1) from pid 373, url=/system/cust
omize/resource/android_audio.mp3, connId=1, audioSessionId=2
V/MediaPlayerService( 312): setDataSource(/system/customize/resource/android_au
dio.mp3)
V/MediaPlayerService( 312): getPlayerTypeFromMAP(/system/customize/resource/and
roid_audio.mp3): PLAYERS_MAP[25].playertype 0
V/MediaPlayerService( 312): player type = 4
V/MediaPlayerService( 312): create StagefrightPlayer
V/ExtendedExtractor( 312): Failed to open MM_PARSER_LIB, dlerror = Cannot load
library: load_library[1109]: Library 'libmmparser.so' not found
V/ExtendedExtractor( 312): Failed to open MM_PARSER_LITE_LIB, dlerror = Cannot
load library: load_library[1109]: Library 'libmmparser_lite.so' not found
D/AwesomePlayer( 312): [U5B] AwesomePlayer (325)
D/AwesomePlayer( 312): [U5B] reset (502)
D/AwesomePlayer( 312): [U5B] reset_l (510)
D/AwesomePlayer( 312): [U5B] reset_l (529)
D/AwesomePlayer( 312): [U5B] reset_l (609)
V/AudioSink( 312): AudioOutput(2)
V/MediaPlayerService( 312): setDataSource
I/StagefrightPlayer( 312): setDataSource('/system/customize/resource/android_au
dio.mp3')
D/AwesomePlayer( 312): [U5B] reset_l (510)
D/AwesomePlayer( 312): [U5B] reset_l (529)
D/AwesomePlayer( 312): [U5B] reset_l (609)
V/MediaPlayer( 373): MediaPlayer::setAudioStreamType
V/MediaPlayer( 373): prepare
V/MediaPlayerService( 312): [1] setAudioStreamType(2)
V/MediaPlayerService( 312): [1] prepareAsync
D/AwesomePlayer( 312): [U5B] setDataSource_l (438)
V/MediaPlayerService( 312): [1] notify (0x16e68, 5, 0, 0)
V/MediaPlayer( 373): message received msg=5, ext1=0, ext2=0
V/MediaPlayer( 373): New video size 0 x 0
V/MediaPlayerService( 312): [1] notify (0x16e68, 1, 0, 0)
V/MediaPlayer( 373): message received msg=1, ext1=0, ext2=0
V/MediaPlayer( 373): prepared
V/MediaPlayer( 373): signal application thread
V/MediaPlayer( 373): prepare complete - status=0
V/MediaPlayer( 373): MediaPlayer::setVolume(1.000000, 1.000000)
V/MediaPlayerService( 312): [1] setVolume(1.000000, 1.000000)
V/AudioSink( 312): setVolume(1.000000, 1.000000)
D/HtcBootAnimation( 373): movie
D/HtcBootAnimation( 373): Parse the description file
E/Sensors ( 363): couldn't find 'accelerometer_sensor' input device
D/Sensors ( 363): Smb380Sensor::Smb380Sensor()
D/Sensors ( 363): Smb380Sensor::Smb380Sensor() open data_fd
E/Sensors ( 363): couldn't find 'magnetic_sensor' input device
D/HtcBootAnimation( 373): play animation 0!
D/HtcBootAnimation( 373): play mp3 at android!
V/MediaPlayer( 373): start
V/MediaPlayerService( 312): [1] setLooping(0)
V/MediaPlayerService( 312): [1] setVolume(1.000000, 1.000000)
V/AudioSink( 312): setVolume(1.000000, 1.000000)
V/MediaPlayerService( 312): [1] setAuxEffectSendLevel(0.000000)
V/AudioSink( 312): setAuxEffectSendLevel(0.000000)
V/MediaPlayerService( 312): [1] start
D/AwesomePlayer( 312): [U5B] play (848)
D/AwesomePlayer( 312): [U5B] play_l (857)
V/AudioSink( 312): open(44100, 2, 1, 4, 2)
V/AudioSink( 312): setVolume
V/AudioSink( 312): start
D/AwesomePlayer( 312): [U5B] play_l (946)
D/Sensors ( 363): CompassSensor::CompassSensor()
D/Sensors ( 363): CompassSensor::CompassSensor() open data_fd
E/Sensors ( 363): couldn't find 'orientation_sensor' input device
D/Sensors ( 363): OrientationSensor::OrientationSensor()
D/Sensors ( 363): OrientationSensor::OrientationSensor() open data_fd
D/Sensors ( 363): Smb380Sensor::~enable(0, 0)
D/Sensors ( 363): CompassSensor::~enable(0, 0)
D/Sensors ( 363): OrientationSensor::~enable(0, 0)
I/SensorService( 363): SMB380 3-axis Accelerometer
I/SensorService( 363): MS3C 3-axis Magnetic field sensor
I/SensorService( 363): CM Hacked Orientation Sensor
I/SensorService( 363): GP2A Light sensor
I/SensorService( 363): GP2A Proximity sensor
I/sysproc ( 363): System server: starting Android runtime.
I/sysproc ( 363): System server: starting Android services.
D/AudioHardware( 312): AudioHardware pcm playback is exiting standby.
D/AudioHardware( 312): openPcmOut_l() mPcmOpenCnt: 0
I/SystemServer( 363): Entered the Android system server!
D/SensorService( 363): nuSensorService thread starting...
I/sysproc ( 363): System server: entering thread pool.
I/SystemServer( 363): Entropy Service
W/AudioFlinger( 312): write blocked for 78 msecs, 1 delayed writes, thread 0x14
780
I/SystemServer( 363): Power Manager
I/SystemServer( 363): Activity Manager
I/ActivityManager( 363): Memory class: 72
W/UsageStats( 363): Usage stats version changed; dropping
W/ProcessStats( 363): Skipping unknown process pid 1
W/ProcessStats( 363): Skipping unknown process pid 2
W/ProcessStats( 363): Skipping unknown process pid 3
W/ProcessStats( 363): Skipping unknown process pid 4
W/ProcessStats( 363): Skipping unknown process pid 5
W/ProcessStats( 363): Skipping unknown process pid 6
W/ProcessStats( 363): Skipping unknown process pid 7
W/ProcessStats( 363): Skipping unknown process pid 8
W/ProcessStats( 363): Skipping unknown process pid 9
W/ProcessStats( 363): Skipping unknown process pid 10
W/ProcessStats( 363): Skipping unknown process pid 11
W/ProcessStats( 363): Skipping unknown process pid 12
W/ProcessStats( 363): Skipping unknown process pid 13
W/ProcessStats( 363): Skipping unknown process pid 14
W/ProcessStats( 363): Skipping unknown process pid 15
W/ProcessStats( 363): Skipping unknown process pid 16
W/ProcessStats( 363): Skipping unknown process pid 17
W/ProcessStats( 363): Skipping unknown process pid 18
W/ProcessStats( 363): Skipping unknown process pid 19
W/ProcessStats( 363): Skipping unknown process pid 37
W/ProcessStats( 363): Skipping unknown process pid 38
W/ProcessStats( 363): Skipping unknown process pid 39
W/ProcessStats( 363): Skipping unknown process pid 40
W/ProcessStats( 363): Skipping unknown process pid 41
W/ProcessStats( 363): Skipping unknown process pid 42
W/ProcessStats( 363): Skipping unknown process pid 43
W/ProcessStats( 363): Skipping unknown process pid 44
W/ProcessStats( 363): Skipping unknown process pid 45
W/ProcessStats( 363): Skipping unknown process pid 46
W/ProcessStats( 363): Skipping unknown process pid 47
W/ProcessStats( 363): Skipping unknown process pid 48
W/ProcessStats( 363): Skipping unknown process pid 49
W/ProcessStats( 363): Skipping unknown process pid 56
W/ProcessStats( 363): Skipping unknown process pid 57
W/ProcessStats( 363): Skipping unknown process pid 59
W/ProcessStats( 363): Skipping unknown process pid 60
W/ProcessStats( 363): Skipping unknown process pid 61
W/ProcessStats( 363): Skipping unknown process pid 62
W/ProcessStats( 363): Skipping unknown process pid 63
W/ProcessStats( 363): Skipping unknown process pid 64
W/ProcessStats( 363): Skipping unknown process pid 65
W/ProcessStats( 363): Skipping unknown process pid 66
W/ProcessStats( 363): Skipping unknown process pid 67
W/ProcessStats( 363): Skipping unknown process pid 68

Did you use the libandroid_runtime.so from sense in this? If not place the libandroid_runtime.so from sense in your port....if you already did that then try using cm7s libandroid_runtime.so
Sent from my SGH-I997 using XDA

Also...this prob should've gone in Q&A...and for log cats its usually best to upload in a .txt document...just so you know for next time
Sent from my SGH-I997 using XDA

I had not tried replacing that, I shall do it. I mainly replaced the kernel, vendor firmware and wifi drivers. Trying that now.

mg2195 said:
Also...this prob should've gone in Q&A...and for log cats its usually best to upload in a .txt document...just so you know for next time
Sent from my SGH-I997 using XDA
Click to expand...
Click to collapse
Well, I couldn't get all of the logcat, so I just pasted what I could.

darknessrise1234 said:
I had not tried replacing that, I shall do it. I mainly replaced the kernel, vendor firmware and wifi drivers. Trying that now.
Click to expand...
Click to collapse
I think that always the first lib I copy and move.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2

New logcat:
Code:
E/HtcBootAnimation( 372): Could not find framerate.
E/HtcBootAnimation( 372): Could not find part1.
E/HtcBootAnimation( 372): Could not find part2.
E/HtcBootAnimation( 372): Could not find part3.
E/HtcBootAnimation( 372): sqlite3_open error
D/libEGL ( 372): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 372): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 372): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
V/MediaPlayer( 372): constructor
V/MediaPlayer( 372): setDataSource(/system/customize/resource/android_audio.mp3
)
V/MediaPlayerService( 311): Client(1) constructor
V/MediaPlayerService( 311): Create new client(1) from pid 372, url=/system/cust
omize/resource/android_audio.mp3, connId=1, audioSessionId=2
V/MediaPlayerService( 311): setDataSource(/system/customize/resource/android_au
dio.mp3)
V/MediaPlayerService( 311): getPlayerTypeFromMAP(/system/customize/resource/and
roid_audio.mp3): PLAYERS_MAP[25].playertype 0
V/MediaPlayerService( 311): player type = 4
V/MediaPlayerService( 311): create StagefrightPlayer
V/ExtendedExtractor( 311): Failed to open MM_PARSER_LIB, dlerror = Cannot load
library: load_library[1109]: Library 'libmmparser.so' not found
V/ExtendedExtractor( 311): Failed to open MM_PARSER_LITE_LIB, dlerror = Cannot
load library: load_library[1109]: Library 'libmmparser_lite.so' not found
D/AwesomePlayer( 311): [U5B] AwesomePlayer (325)
D/AwesomePlayer( 311): [U5B] reset (502)
D/AwesomePlayer( 311): [U5B] reset_l (510)
D/AwesomePlayer( 311): [U5B] reset_l (529)
D/AwesomePlayer( 311): [U5B] reset_l (609)
V/AudioSink( 311): AudioOutput(2)
V/MediaPlayerService( 311): setDataSource
I/StagefrightPlayer( 311): setDataSource('/system/customize/resource/android_au
dio.mp3')
D/AwesomePlayer( 311): [U5B] reset_l (510)
D/AwesomePlayer( 311): [U5B] reset_l (529)
D/AwesomePlayer( 311): [U5B] reset_l (609)
V/MediaPlayer( 372): MediaPlayer::setAudioStreamType
V/MediaPlayer( 372): prepare
V/MediaPlayerService( 311): [1] setAudioStreamType(2)
V/MediaPlayerService( 311): [1] prepareAsync
E/Sensors ( 362): couldn't find 'accelerometer_sensor' input device
D/Sensors ( 362): Smb380Sensor::Smb380Sensor()
D/AwesomePlayer( 311): [U5B] setDataSource_l (438)
D/Sensors ( 362): Smb380Sensor::Smb380Sensor() open data_fd
E/Sensors ( 362): couldn't find 'magnetic_sensor' input device
D/Sensors ( 362): CompassSensor::CompassSensor()
D/Sensors ( 362): CompassSensor::CompassSensor() open data_fd
E/Sensors ( 362): couldn't find 'orientation_sensor' input device
D/Sensors ( 362): OrientationSensor::OrientationSensor()
D/Sensors ( 362): OrientationSensor::OrientationSensor() open data_fd
D/Sensors ( 362): Smb380Sensor::~enable(0, 0)
D/Sensors ( 362): CompassSensor::~enable(0, 0)
V/MediaPlayerService( 311): [1] notify (0x16e68, 5, 0, 0)
D/Sensors ( 362): OrientationSensor::~enable(0, 0)
V/MediaPlayer( 372): message received msg=5, ext1=0, ext2=0
V/MediaPlayer( 372): New video size 0 x 0
V/MediaPlayerService( 311): [1] notify (0x16e68, 1, 0, 0)
V/MediaPlayer( 372): message received msg=1, ext1=0, ext2=0
V/MediaPlayer( 372): prepared
V/MediaPlayer( 372): signal application thread
V/MediaPlayer( 372): prepare complete - status=0
V/MediaPlayer( 372): MediaPlayer::setVolume(1.000000, 1.000000)
V/MediaPlayerService( 311): [1] setVolume(1.000000, 1.000000)
V/AudioSink( 311): setVolume(1.000000, 1.000000)
D/HtcBootAnimation( 372): movie
D/HtcBootAnimation( 372): Parse the description file
I/SensorService( 362): SMB380 3-axis Accelerometer
I/SensorService( 362): MS3C 3-axis Magnetic field sensor
I/SensorService( 362): CM Hacked Orientation Sensor
I/SensorService( 362): GP2A Light sensor
I/SensorService( 362): GP2A Proximity sensor
I/sysproc ( 362): System server: starting Android runtime.
I/sysproc ( 362): System server: starting Android services.
D/HtcBootAnimation( 372): play animation 0!
D/HtcBootAnimation( 372): play mp3 at android!
V/MediaPlayer( 372): start
V/MediaPlayerService( 311): [1] setLooping(0)
V/MediaPlayerService( 311): [1] setVolume(1.000000, 1.000000)
V/AudioSink( 311): setVolume(1.000000, 1.000000)
V/MediaPlayerService( 311): [1] setAuxEffectSendLevel(0.000000)
V/AudioSink( 311): setAuxEffectSendLevel(0.000000)
I/SystemServer( 362): Entered the Android system server!
V/MediaPlayerService( 311): [1] start
D/AwesomePlayer( 311): [U5B] play (848)
D/AwesomePlayer( 311): [U5B] play_l (857)
V/AudioSink( 311): open(44100, 2, 1, 4, 2)
V/AudioSink( 311): setVolume
V/AudioSink( 311): start
D/AwesomePlayer( 311): [U5B] play_l (946)
I/sysproc ( 362): System server: entering thread pool.
D/SensorService( 362): nuSensorService thread starting...
I/SystemServer( 362): Entropy Service
D/AudioHardware( 311): AudioHardware pcm playback is exiting standby.
D/AudioHardware( 311): openPcmOut_l() mPcmOpenCnt: 0
W/AudioFlinger( 311): write blocked for 79 msecs, 1 delayed writes, thread 0x14
780
I/SystemServer( 362): Power Manager
I/SystemServer( 362): Activity Manager
I/ActivityManager( 362): Memory class: 72
W/UsageStats( 362): Usage stats version changed; dropping

darknessrise1234 said:
Well, I couldn't get all of the logcat, so I just pasted what I could.
Click to expand...
Click to collapse
That's fine...don't know how you get your log cats...but mine are saved in a folder....I use a program for Linux/Mac that has adb, apktool, and other stuff all in one thing so that's what I use for log cats...its called android utility
Sent from my SGH-I997 using XDA

mg2195 said:
That's fine...don't know how you get your log cats...but mine are saved in a folder....I use a program for Linux/Mac that has adb, apktool, and other stuff all in one thing so that's what I use for log cats...its called android utility
Sent from my SGH-I997 using XDA
Click to expand...
Click to collapse
I just get my logcats from the cmd prompt on Windows. I copy and paste it out. XD

I honestly have no idea what's wrong from these log cats...not sure but if you look at my tutorial for porting ics that may work with gingerbread roms too...not sure though...
Of course use cm7 instead of cm9 as a base
Sent from my SGH-I997 using XDA

mg2195 said:
I honestly have no idea what's wrong from these log cats...not sure but if you look at my tutorial for porting ics that may work with gingerbread roms too...not sure though...
Of course use cm7 instead of cm9 as a base
Sent from my SGH-I997 using XDA
Click to expand...
Click to collapse
I could upload my current build and allow you to see what you can do.

You could....but it would have to wait...I'm busy helping with another port...been driving me crazy lol
Sent from my SGH-I997 using XDA

mg2195 said:
You could....but it would have to wait...I'm busy helping with another port...been driving me crazy lol
Sent from my SGH-I997 using XDA
Click to expand...
Click to collapse
Well, anyways. Here it is. Took an hour to upload on my crappy internet
https://hotfile.com/dl/156421054/2bfd2a6/galaxysmtd_unsigned_052012_154943.zip.html

Is it on MTD? i think we can only goto ext4

Whatever cm9 formats to, that is what I am on. I don't know for sure tbh.
Sent from my SGH-I997 using xda premium

ext4 was the last I checked
---------- Post added at 08:53 PM ---------- Previous post was at 08:30 PM ----------
Btw It keeps bootlooping
---------- Post added at 08:54 PM ---------- Previous post was at 08:53 PM ----------
Bootlooping problems?

That's my problem. I cannot locate the issue....
Sent from my SGH-I997 using xda premium

have you ported this before. try looking at the build prop file

Once, but I didn't go very in depth.
Sent from my SGH-I997 using xda premium

When i had my captivate i had noticed this rom for it but never flashed it. I pretty sure that the rom is suppose to format to MTD but I'm not 100% positive. If so we can't use it.
Sent from my SAMSUNG-SGH-I997 using xda premium

Related

/data mounted as Read Only at boot

Hi,
My Nexus S goes on bootloop because he can't write on /data, that results to be mounted as read-only.
This problem remains for each rom I tried to flash (I tried MIUI, AOKP, Cm9, Cm10, JB OTA from CWM)
On recovery the partition is writable and works fine
Hope you can help me, thanks.
"mount" output from Recovery with everything mounted:
Code:
~ # mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/block/mtdblock4 on /cache type yaffs2 (rw,nodev,noatime,nodiratime)
/dev/block/platform/s3c-sdhci.0/by-name/userdata on /data type ext4 (rw,nodev,noatime,nodiratime,barrier=1,data=ordered)
/dev/block/platform/s3c-sdhci.0/by-name/system on /system type ext4 (rw,nodev,noatime,nodiratime,barrier=1,data=ordered)
/dev/block/platform/s3c-sdhci.0/by-name/media on /sdcard type vfat (rw,nodev,noatime,nodiratime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,ioch****t=iso8859-1,shortname=mixed,errors=remount-ro)
"mount" output from Rom:
Code:
rootfs / rootfs ro,nodev,noatime,nodiratime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,nodev,noatime,nodiratime 0 0
sysfs /sys sysfs rw,nodev,noatime,nodiratime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,noatime,nodiratime 0 0
/dev/block/mtdblock6 /efs yaffs2 rw,nosuid,nodev,noatime,nodiratime 0 0
/dev/block/platform/s3c-sdhci.0/by-name/system /system ext4 ro,nodev,noatime,nodiratime,barrier=0,data=ordered,noauto_da_alloc 0 0
/dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 ro,nosuid,nodev,noatime,nodiratime,barrier=0,nomblk_io_submit,data=ordered,noauto_da_alloc 0 0
LOGCAT:
Code:
--------- beginning of /dev/log/main
I/DEBUG ( 77): debuggerd: May 14 2012 19:13:44
E/installd( 84): Could not create directories; exiting.
E/keystore( 85): chdir: /data/misc/keystore: No such file or directory
--------- beginning of /dev/log/system
I/Vold ( 73): Vold 2.1 (the revenge) firing up
D/Vold ( 73): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 76): Netd 1.0 starting
D/Vold ( 73): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 1, PARTN 1
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 2, PARTN 2
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 3, PARTN 3
D/Vold ( 73): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
I/ ( 81): ServiceManager: 0x1307910
D/AndroidRuntime( 80):
D/AndroidRuntime( 80): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 80): CheckJNI is OFF
I/SurfaceFlinger( 79): SurfaceFlinger is starting
I/SurfaceFlinger( 79): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/core.jar'
D/libEGL ( 79): loaded /system/lib/egl/libGLES_android.so
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/framework.jar'
D/libEGL ( 79): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/filterfw.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 80): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 80): VM aborting
F/libc ( 80): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)
I/ ( 82): ServiceManager: 0x2eb958
D/libEGL ( 79): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 79): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/AudioFlinger( 82): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger( 82): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 82): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 82): setMode(NORMAL)
I/CameraService( 82): CameraService started (pid=82)
I/AudioFlinger( 82): AudioFlinger's thread 0x2ec958 ready to run
W/AudioFlinger( 82): Thread AudioOut_1 cannot connect to the power manager service
D/AudioHardware( 82): AudioStreamOutALSA::setParameters() routing=2
D/AudioHardware( 82): ### setVoiceVolume_l
I/AudioPolicyService( 82): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
I/SurfaceFlinger( 79): EGL informations:
I/SurfaceFlinger( 79): # of configs : 30
I/SurfaceFlinger( 79): vendor : Android
I/SurfaceFlinger( 79): version : 1.4 Android META-EGL
I/SurfaceFlinger( 79): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 79): Client API: OpenGL ES
I/SurfaceFlinger( 79): EGLSurface: 8-8-8-8, config=0x1
I/SurfaceFlinger( 79): OpenGL informations:
I/SurfaceFlinger( 79): vendor : Imagination Technologies
I/SurfaceFlinger( 79): renderer : PowerVR SGX 540
I/SurfaceFlinger( 79): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 79): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object
I/SurfaceFlinger( 79): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 79): GL_MAX_VIEWPORT_DIMS = 2048 x 2048
I/SurfaceFlinger( 79): flags = 00010000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[0] 4da5a000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[1] 4dbd1000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[2] 4dd48000
D/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**):: success
D/libEGL ( 164): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 164): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 164): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 164): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/ServiceManager( 72): service 'media.audio_flinger' died
I/ServiceManager( 72): service 'media.player' died
I/ServiceManager( 72): service 'media.camera' died
I/ServiceManager( 72): service 'media.audio_policy' died
I/Netd ( 186): Netd 1.0 starting
I/ServiceManager( 164): Waiting for service media.audio_flinger...
I/ ( 185): ServiceManager: 0x1d958
I/AudioFlinger( 185): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger( 185): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 185): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 185): setMode(NORMAL)
I/CameraService( 185): CameraService started (pid=185)
I/AudioFlinger( 185): AudioFlinger's thread 0x1e958 ready to run
W/AudioFlinger( 185): Thread AudioOut_1 cannot connect to the power manager service
D/AudioHardware( 185): AudioStreamOutALSA::setParameters() routing=2
D/AudioHardware( 185): ### setVoiceVolume_l
I/AudioPolicyService( 185): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/AudioFlinger( 185): Thread AudioOut_1 cannot connect to the power manager service
I/AwesomePlayer( 185): setDataSource_l('/system/media/boot_audio.mp3')
E/MediaPlayer( 164): error (1, -2147483648)
E/MediaPlayer( 164): start called in state 0
E/installd( 703): Could not create directories; exiting.
E/keystore( 704): chdir: /data/misc/keystore: No such file or directory
D/AndroidRuntime( 702):
D/AndroidRuntime( 702): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 702): CheckJNI is OFF
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/filterfw.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 702): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 702): VM aborting
EDIT:
I've tried to restore my phone to stock through fastboot.
Result: Phone not booting and from CWM I am getting "Unable to mount system (invalid argument)"
(((
M4iden_Rul3z said:
Hi,
My Nexus S goes on bootloop because he can't write on /data, that results to be mounted as read-only.
This problem remains for each rom I tried to flash (I tried MIUI, AOKP, Cm9, Cm10, JB OTA from CWM)
On recovery the partition is writable and works fine
Hope you can help me, thanks.
"mount" output from Recovery with everything mounted:
Code:
~ # mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/block/mtdblock4 on /cache type yaffs2 (rw,nodev,noatime,nodiratime)
/dev/block/platform/s3c-sdhci.0/by-name/userdata on /data type ext4 (rw,nodev,noatime,nodiratime,barrier=1,data=ordered)
/dev/block/platform/s3c-sdhci.0/by-name/system on /system type ext4 (rw,nodev,noatime,nodiratime,barrier=1,data=ordered)
/dev/block/platform/s3c-sdhci.0/by-name/media on /sdcard type vfat (rw,nodev,noatime,nodiratime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,ioch****t=iso8859-1,shortname=mixed,errors=remount-ro)
"mount" output from Rom:
Code:
rootfs / rootfs ro,nodev,noatime,nodiratime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,nodev,noatime,nodiratime 0 0
sysfs /sys sysfs rw,nodev,noatime,nodiratime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,noatime,nodiratime 0 0
/dev/block/mtdblock6 /efs yaffs2 rw,nosuid,nodev,noatime,nodiratime 0 0
/dev/block/platform/s3c-sdhci.0/by-name/system /system ext4 ro,nodev,noatime,nodiratime,barrier=0,data=ordered,noauto_da_alloc 0 0
/dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 ro,nosuid,nodev,noatime,nodiratime,barrier=0,nomblk_io_submit,data=ordered,noauto_da_alloc 0 0
LOGCAT:
Code:
--------- beginning of /dev/log/main
I/DEBUG ( 77): debuggerd: May 14 2012 19:13:44
E/installd( 84): Could not create directories; exiting.
E/keystore( 85): chdir: /data/misc/keystore: No such file or directory
--------- beginning of /dev/log/system
I/Vold ( 73): Vold 2.1 (the revenge) firing up
D/Vold ( 73): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 76): Netd 1.0 starting
D/Vold ( 73): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 1, PARTN 1
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 2, PARTN 2
D/DirectVolume( 73): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 3, PARTN 3
D/Vold ( 73): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
W/Vold ( 73): Duplicate state (1)
I/ ( 81): ServiceManager: 0x1307910
D/AndroidRuntime( 80):
D/AndroidRuntime( 80): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 80): CheckJNI is OFF
I/SurfaceFlinger( 79): SurfaceFlinger is starting
I/SurfaceFlinger( 79): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/core.jar'
D/libEGL ( 79): loaded /system/lib/egl/libGLES_android.so
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/framework.jar'
D/libEGL ( 79): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 80): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 80): Unable to open or create cache for /system/framework/filterfw.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 80): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 80): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 80): VM aborting
F/libc ( 80): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)
I/ ( 82): ServiceManager: 0x2eb958
D/libEGL ( 79): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 79): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/AudioFlinger( 82): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger( 82): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 82): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 82): setMode(NORMAL)
I/CameraService( 82): CameraService started (pid=82)
I/AudioFlinger( 82): AudioFlinger's thread 0x2ec958 ready to run
W/AudioFlinger( 82): Thread AudioOut_1 cannot connect to the power manager service
D/AudioHardware( 82): AudioStreamOutALSA::setParameters() routing=2
D/AudioHardware( 82): ### setVoiceVolume_l
I/AudioPolicyService( 82): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
I/SurfaceFlinger( 79): EGL informations:
I/SurfaceFlinger( 79): # of configs : 30
I/SurfaceFlinger( 79): vendor : Android
I/SurfaceFlinger( 79): version : 1.4 Android META-EGL
I/SurfaceFlinger( 79): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 79): Client API: OpenGL ES
I/SurfaceFlinger( 79): EGLSurface: 8-8-8-8, config=0x1
I/SurfaceFlinger( 79): OpenGL informations:
I/SurfaceFlinger( 79): vendor : Imagination Technologies
I/SurfaceFlinger( 79): renderer : PowerVR SGX 540
I/SurfaceFlinger( 79): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 79): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object
I/SurfaceFlinger( 79): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 79): GL_MAX_VIEWPORT_DIMS = 2048 x 2048
I/SurfaceFlinger( 79): flags = 00010000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[0] 4da5a000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[1] 4dbd1000
I/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[2] 4dd48000
D/hwcomposer( 79): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**):: success
D/libEGL ( 164): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 164): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 164): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 164): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/ServiceManager( 72): service 'media.audio_flinger' died
I/ServiceManager( 72): service 'media.player' died
I/ServiceManager( 72): service 'media.camera' died
I/ServiceManager( 72): service 'media.audio_policy' died
I/Netd ( 186): Netd 1.0 starting
I/ServiceManager( 164): Waiting for service media.audio_flinger...
I/ ( 185): ServiceManager: 0x1d958
I/AudioFlinger( 185): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
I/AudioFlinger( 185): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 185): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 185): setMode(NORMAL)
I/CameraService( 185): CameraService started (pid=185)
I/AudioFlinger( 185): AudioFlinger's thread 0x1e958 ready to run
W/AudioFlinger( 185): Thread AudioOut_1 cannot connect to the power manager service
D/AudioHardware( 185): AudioStreamOutALSA::setParameters() routing=2
D/AudioHardware( 185): ### setVoiceVolume_l
I/AudioPolicyService( 185): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/AudioFlinger( 185): Thread AudioOut_1 cannot connect to the power manager service
I/AwesomePlayer( 185): setDataSource_l('/system/media/boot_audio.mp3')
E/MediaPlayer( 164): error (1, -2147483648)
E/MediaPlayer( 164): start called in state 0
E/installd( 703): Could not create directories; exiting.
E/keystore( 704): chdir: /data/misc/keystore: No such file or directory
D/AndroidRuntime( 702):
D/AndroidRuntime( 702): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 702): CheckJNI is OFF
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 702): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 702): Unable to open or create cache for /system/framework/filterfw.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 702): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 702): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 702): VM aborting
EDIT:
I've tried to restore my phone to stock through fastboot.
Result: Phone not booting and from CWM I am getting "Unable to mount system (invalid argument)"
(((
Click to expand...
Click to collapse
Recently this happened to Many users... to myself was it that /sdcard/ or internal storage didn't mount. i think its the same issue...
After all my device ended getting bricked by force since it made me so mad, there ain't a way to fix this as i tried, yet i wish You luck finding a solution!
-Moon
same problem
Sorry for bumping an old thread but recently I have been experiencing the same problem on my SGS2, after some time after startup, the data partition gets mounted as ro and I am forced to reboot.
I am running CM9 stable for SGS2
Has anyone found a fix for this? This is really crucial.
I believe this may have to do with the linux kernel as someone on the ubuntu forums mentions this happens similarly on his desktop computer and formatting the partition seems to fix it.

[Q] [DEV] Tab 4 7.0 AOSP porting thread

Hello
Since HP Slate 7 6100en VoiceTab uses the same SoC (Marvell PXA1088) and has the same screen resolution (800 x 1280) it should be possible to port the firmware to our Tab 4.
I tried to do it myself using Tab 4 stock kernel and HP's /system but it's stuck in the bootanimation giving this error in logcat:
Code:
I/SystemServer( 531): Entered the Android system server!
D/SystemServer( 531): reason = 0 irc = 0
I/SystemServer( 531): Waiting for installd to be ready.
I/Installer( 531): connecting...
I/SystemServer( 531): Power Manager
I/SystemServer( 531): Activity Manager
E/AndroidRuntime( 531): *** FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager
E/AndroidRuntime( 531): java.lang.NoClassDefFoundError: com.marvell.security.MrvlActivityManagerService
E/AndroidRuntime( 531): at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1959)
E/AndroidRuntime( 531): Error reporting crash
E/AndroidRuntime( 531): java.lang.NullPointerException
E/AndroidRuntime( 531): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:84)
E/AndroidRuntime( 531): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 531): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
You can find HP Slate 7 firmware here:
http://ftp.hp.com/pub/softlib/software13/COL55456/ob-143932-1/update.zip
(from http://support.hp.com/us-en/product/HP-Slate-7-VoiceTab/6825090/model/7096415/drivers)
I am not very experienced in ROM porting, so any help will be appreciated.
isnt hp firmware worse as samsung stock?
sub77 said:
isnt hp firmware worse as samsung stock?
Click to expand...
Click to collapse
At least it's not touchwiz and it should not be much worse than Samsung stock, if not better.
sub77 said:
isnt hp firmware worse as samsung stock?
Click to expand...
Click to collapse
I'm really not trying to be disrespectful here but as someone who is developing for the 530 I would assume you know the difference between firmware and OS? He is trying to use the parts of code which correspond to the processor in the hp device merged into code for the 230. He isn't trying to port the hp version of the os without modification I would assume.
no touchwiz
Click to expand...
Click to collapse
made me convinced
gammaxgoblin said:
I'm really not trying to be disrespectful here but as someone who is developing for the 530 I would assume you know the difference between firmware and OS? He is trying to use the parts of code which correspond to the processor in the hp device merged into code for the 230. He isn't trying to port the hp version of the os without modification I would assume.
Click to expand...
Click to collapse
I am sorry again for my lack of knowledge about android development.
The goal is to get non-touchwiz version of Android running on the Tab 4 7.0, so the parts of code which correspond to the processor would not change, unless we needed to change them.
DJ_MuTeD said:
I am sorry again for my lack of knowledge about android development.
The goal is to get non-touchwiz version of Android running on the Tab 4 7.0, so the parts of code which correspond to the processor would not change, unless we needed to change them.
Click to expand...
Click to collapse
wish you a lot of fun.
This is impossible!
safariking said:
This is impossible!
Click to expand...
Click to collapse
It is not impossible but it is very difficult, I tried to carry both CM11 and CM12 and errors that I get are epic, the reach make boot but failed most things then leave the project aside because some very important exams approach to me, me no more to say goodbye.
Greetings from Costa Rica
XperiAMM
safariking said:
This is impossible!
Click to expand...
Click to collapse
Hey Safariking didn't you sell your galaxy tab 4 7.0
Sent from my SM-T230NU using XDA Free mobile app
troy5890 said:
Hey Safariking didn't you sell your galaxy tab 4 7.0
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
Yup i did have my good old tab 8.9 now
For any interested developers here who enjoy pain:
http://forum.xda-developers.com/showpost.php?p=59617257&postcount=28
http://forum.xda-developers.com/showpost.php?p=59638497&postcount=31
I think I actually made some progress with this port
Using:
Stock T230 unmodified Samsung kernel
HP Slate 7 Voicetab /system with modified build.prop
The logcat is now stuck at Waiting for service media.audio_flinger... without any hw accel errors.
I can also access the shell
{
"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"
}
Can I boot the OS skipping audio support?
I tried using both HP's libaudioflinger.so and Samsung's, none works.
Just reminding that getting AOSP rom will also allow us to get a fully functional MIUI port easily using patchrom (almost impossible with stock Touchwiz rom).
@down
Attaching logcat
Code:
--------- beginning of /dev/log/main
E/logwrapper( 111): Cannot log to file /dev/fscklogs/log
--------- beginning of /dev/log/system
I/CryptfsCH( 111): Device Encryption status is (0).
E/logwrapper( 111): Cannot log to file /dev/fscklogs/log
E/logwrapper( 111): Cannot log to file /dev/fscklogs/log
I/installd( 146): installd firing up
I/DEBUG ( 140): debuggerd: bydroot Dec 22 2014 09:45:59
I/DEBUG ( 140): bydroot waiting for connection
I/DEBUG ( 140): debuggerd: Dec 22 2014 09:45:59
I/marvellWirelessDaemon( 153): succeed to create socket and listen.
I/ ( 148): ServiceManager: 0x41393890
D/FileMonitorService( 148): Monitor directory: /data/Linux/Marvell/NVM
D/FileMonitorService( 148): Monitor directory: /NVM
D/FileMonitorService( 148): FileMonitorService event thread is started.
I/Vold ( 138): Vold 2.1 (the revenge) firing up
D/Vold ( 138): Volume extSdCard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveA state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveB state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveC state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveD state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveE state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 138): Volume UsbDriveF state changing -1 (Initializing) -> 0 (No-Media)
I/SurfaceFlinger( 142): SurfaceFlinger is starting
I/SurfaceFlinger( 142): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 142): loaded /system/lib/egl/libEGL_MRVL.so
D/libEGL ( 142): loaded /system/lib/egl/libGLESv1_CM_MRVL.so
D/libEGL ( 142): loaded /system/lib/egl/libGLESv2_MRVL.so
I/ ( 150): ServiceManager: 0x41fc0830
I/FMRadio ( 150): Current uid = 1000, gid = 1000, cap.effective = 0x3402, cap.permitted = 0x3402
I/FMRadio ( 150): groups=
I/FMRadio ( 150): 1010
E/FMRadio ( 150): Failed to open /sys/devices/platform/pxa27x-keypad/power/wakeup
I/v_gralloc( 142): using (fd=15)
I/v_gralloc( 142): id = mmp-fb
I/v_gralloc( 142): xres = 800 px
I/v_gralloc( 142): yres = 1280 px
I/v_gralloc( 142): xres_virtual = 800 px
I/v_gralloc( 142): yres_virtual = 3840 px
I/v_gralloc( 142): bpp = 32
I/v_gralloc( 142): r = 0:8
I/v_gralloc( 142): g = 8:8
I/v_gralloc( 142): b = 16:8
I/v_gralloc( 142): width = 94 mm (216.170212 dpi)
I/v_gralloc( 142): height = 150 mm (216.746674 dpi)
I/v_gralloc( 142): refresh rate = 60.00 Hz
I/v_gralloc( 142): Framebuffer phys addr = 0x17000000
I/v_gralloc( 142): LCD driver version = 0
I/v_gralloc( 142): FB device count = 1
W/v_hwc ( 142): TODO: HWC integration: display!
I/v_hwc ( 142): Default primary display
I/v_hwc ( 142): xres = 800 px
I/v_hwc ( 142): yres = 1280 px
I/v_hwc ( 142): xdpi = 216.2 dpi
I/v_hwc ( 142): ydpi = 216.7 dpi
I/v_hwc ( 142): refresh rate = 60.0 Hz
I/v_hwc ( 142): Virtual display 0 initialized.
I/v_hwc ( 142): Vivante HWComposer v2.4
I/v_hwc ( 142): Device: 0x40c13030
I/v_hwc ( 142): Separated 2D: YES
I/v_hwc ( 142): 2D PE20: YES
I/v_hwc ( 142): Multi-source blit: YES
I/v_hwc ( 142): Multi-source blit Ex: YES
I/v_hwc ( 142): OPF/YUV blit/Tiling : YES
I/v_hwc ( 142): Filter stretch : YES
I/SurfaceFlinger( 142): Using composer version 1.2
E/HWComposerMarvell( 142): hwc_getDisplayConfigs(313): TODO: disp 1 not supported!
W/SurfaceFlinger( 142): no suitable EGLConfig found, trying a simpler query
I/SurfaceFlinger( 142): EGL informations:
I/SurfaceFlinger( 142): vendor : Android
I/SurfaceFlinger( 142): version : 1.4 Android META-EGL
I/SurfaceFlinger( 142): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 142): Client API: OpenGL_ES
I/SurfaceFlinger( 142): EGLSurface: 8-8-8-8, config=0x408f6e70
D/GC ( 142): <tid=142> OES20 ===> GC Version : GC Ver rls_pxa988_KK44_GC14
D/GC ( 142):
I/SurfaceFlinger( 142): OpenGL ES informations:
I/SurfaceFlinger( 142): vendor : Vivante Corporation
I/SurfaceFlinger( 142): renderer : Vivante GC1000
I/SurfaceFlinger( 142): version : OpenGL ES 2.0
I/SurfaceFlinger( 142): extensions: GL_EXT_debug_marker GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_EGL_image GL_OES_depth24 GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_rgb8_rgba8 GL_OES_stencil1 GL_OES_stencil4 GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_depth_texture GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_get_program_binary GL_EXT_texture_format_BGRA8888 GL_IMG_read_format GL_EXT_blend_minmax GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_ARM_rgba8 GL_EXT_frag_depth GL_VIV_shader_binary GL_VIV_direct_texture GL_OES_mapbuffer GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_EXT_multisampled_render_to_texture GL_VIV_clamp_to_border GL_MRVL_texture_video GL_EXT_unpack_subimage GL_OES_element_index_uint GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc
I/SurfaceFlinger( 142): GL_MAX_TEXTURE_SIZE = 8192
I/SurfaceFlinger( 142): GL_MAX_VIEWPORT_DIMS = 8192
E/SurfaceFlinger( 142): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 142): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 142): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 142): HWComposer: framebufferTarget is null
D/SurfaceFlinger( 142): Screen acquired, type=0 flinger=0x40c10450
W/linker ( 206): libwtpsp.so has text relocations. This is wasting memory and is a security risk. Please fix.
D/libEGL ( 205): loaded /system/lib/egl/libEGL_MRVL.so
D/libEGL ( 205): loaded /system/lib/egl/libGLESv1_CM_MRVL.so
W/linker ( 225): libwtpsp.so has text relocations. This is wasting memory and is a security risk. Please fix.
D/libEGL ( 205): loaded /system/lib/egl/libGLESv2_MRVL.so
W/linker ( 234): libwtpsp.so has text relocations. This is wasting memory and is a security risk. Please fix.
D/GC ( 205): <tid=223> OES11 ===> GC Version : GC Ver rls_pxa988_KK44_GC14
D/GC ( 205):
I/ServiceManager( 205): Waiting for service media.audio_flinger...
I/ServiceManager( 205): Waiting for service media.audio_flinger...
I/ServiceManager( 205): Waiting for service media.audio_flinger...
I/ServiceManager( 205): Waiting for service media.audio_flinger...
I/ServiceManager( 205): Waiting for service media.audio_flinger...
it can be everythink, not said its audio, its a classical bootloop. you better heard at safariking.
Do you mind uploading your verndor blobs for the hp slate? Might br usefull for CM
CTXz said:
Do you mind uploading your verndor blobs for the hp slate? Might br usefull for CM
Click to expand...
Click to collapse
You can extract them from the stock rom
http://ftp.hp.com/pub/softlib/software13/COL55456/ob-143932-1/update.zip
---
---
---
I'm crying, thank you very much for giving life to me, I look forward to a version that can be used daily

[Q] Problem after flashing 5.1.1, downgrading to 5.1.0 still don't work (rmt_storage)

Hi,
I've flashed 5.1.1 image over my N5 using google factory images and flash-all.sh script (removed -w) option. After flash the phone rebooted correctly, but it just hangs on the 4 spinning dots. I've wait over 20 minutes but still no change. I've connected the phone again run logcat and the output was I guess the same as the pasted before.
I thought I move back to 5.1.0 but after doing that I still see the spinng dots and nothing more. The current log is pasted here.
Any help, pls? I've no idea what should I do now...
Code:
- waiting for device -
--------- beginning of main
D/QSEECOMD: ( 180): qseecom listener services process entry PPID = 1
W/auditd ( 173): type=2000 audit(0.0:1): initialized
I/auditd ( 173): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/auditd ( 173): type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
E/QSEECOMD: ( 180): Listener: index = 0, hierarchy = 0
D/QSEECOMD: ( 180): Init dlopen(librpmb.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 180): Init::Init dlsym(g_FSHandle rpmb_init_service) succeeds
I/rmt_storage( 179): No EBR found
I/rmt_storage( 179): Error (-1) parsing MBR partitions
I/rmt_storage( 179): Registering modemst1: 0x4a /boot/modem_fs1
I/rmt_storage( 179): Registering modemst2: 0x4b /boot/modem_fs2
I/rmt_storage( 179): Registering fsg: 0x58 /boot/modem_fsg
I/rmt_storage( 179): Registering ssd: 0x5d ssd
I/lowmemorykiller( 175): Using in-kernel low memory killer interface
I/rpmb ( 180): RPMB Mult = 16384, Rel_sec_cnt = 1
I/rmt_storage( 179): Registering fsc: 0xff /boot/modem_fsc
I/rmt_storage( 179): 5 GPT partitions found
E/DrmLibRpmb( 180): rpmb_init succeeded! with ret = 0
D/QSEECOMD: ( 180): Init rpmb_init_service ret = 0
D/QSEECOMD: ( 180): RPMB system services: init (Listener ID = 8192)
E/QSEECOMD: ( 180): Listener: index = 1, hierarchy = 0
D/QSEECOMD: ( 180): Init dlopen(libssd.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 180): Init::Init dlsym(g_FSHandle ssd_init_service) succeeds
E/SSD ( 180): ssd_init_service succeeded!
D/QSEECOMD: ( 180): Init ssd_init_service ret = 0
D/QSEECOMD: ( 180): SSD system services: init (Listener ID = 12288)
D/QSEECOMD: ( 180): Parent qseecom daemon process paused!!
D/QSEECOMD: ( 190): qseecom listener service threads starting!!!
D/QSEECOMD: ( 190): Total listener services to start = 4
E/QSEECOMD: ( 190): Listener: index = 0, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(librpmb.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle rpmb_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 8192 sb_length = 0x5000
D/QSEECOMD: ( 190): Init rpmb_start ret = 0
D/QSEECOMD: ( 190): RPMB system services: Started (Listener ID = 8192)
E/QSEECOMD: ( 190): Listener: index = 1, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libssd.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle ssd_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 12288 sb_length = 0x5000
D/QSEECOMD: ( 190): Init ssd_start ret = 0
D/QSEECOMD: ( 190): SSD system services: Started (Listener ID = 12288)
E/QSEECOMD: ( 190): Listener: index = 2, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libdrmtime.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle atime_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 11 sb_length = 0x5000
D/QSEECOMD: ( 190): Init atime_start ret = 0
D/QSEECOMD: ( 190): time services: Started (Listener ID = 11)
E/QSEECOMD: ( 190): Listener: index = 3, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libdrmfs.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle fs_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 10 sb_length = 0x5000
D/QSEECOMD: ( 190): Init fs_start ret = 0
D/QSEECOMD: ( 190): file system services: Started (Listener ID = 10)
D/QSEECOMD: ( 190): QSEECOM DAEMON RUNNING
--------- beginning of system
I/Vold ( 177): Vold 2.1 (the revenge) firing up
I/SurfaceFlinger( 178): SurfaceFlinger is starting
I/SurfaceFlinger( 178): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 178): loaded /vendor/lib/egl/libEGL_adreno.so
D/libEGL ( 178): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
D/libEGL ( 178): loaded /vendor/lib/egl/libGLESv2_adreno.so
I/Adreno-EGL( 178): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/14/15, ab0075f, Id3510ff6dc
I/qdutils ( 178): Right Split=0
D/qdhwcomposer( 178): int qhwc::adRead(): /sys/class/graphics/fb2/ad could not be opened : No such file or directory
I/qdhwcomposer( 178): Initializing Qualcomm Hardware Composer
I/qdhwcomposer( 178): MDP version: 500
I/SurfaceFlinger( 178): Using composer version 1.3
I/qdhwcomposer( 178): hwc_registerProcs
I/qdhwcomposer( 178): Initializing UEVENT Thread
I/qdhwcomposer( 178): Initializing VSYNC Thread
D/qdhwcomposer( 178): hwc_getDisplayAttributes disp = 0, width = 1080
D/qdhwcomposer( 178): hwc_getDisplayAttributes disp = 0, height = 1920
I/qdhwcomposer( 178): vsync_loop: Reading vsync for dpy=0 from /sys/class/graphics/fb0/vsync_event
I/qdhwcomposer( 178): vsync_loop: Reading vsync for dpy=1 from /sys/class/graphics/fb1/vsync_event
I/SurfaceFlinger( 178): EGL information:
I/SurfaceFlinger( 178): vendor : Android
I/SurfaceFlinger( 178): version : 1.4 Android META-EGL
I/SurfaceFlinger( 178): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_KHR_create_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable
I/SurfaceFlinger( 178): Client API: OpenGL_ES
I/SurfaceFlinger( 178): EGLSurface: 8-8-8-8, config=0x5
I/SurfaceFlinger( 178): OpenGL ES informations:
I/SurfaceFlinger( 178): vendor : Qualcomm
I/SurfaceFlinger( 178): renderer : Adreno (TM) 330
I/SurfaceFlinger( 178): version : OpenGL ES 3.0 [email protected] [email protected] ([email protected])
I/SurfaceFlinger( 178): extensions: GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_sync GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_con
I/SurfaceFlinger( 178): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 178): GL_MAX_VIEWPORT_DIMS = 4096
D/SurfaceFlinger( 178): Set power mode=2, type=0 flinger=0xb6082000
D/qdhwcomposer( 178): hwc_blank: Unblanking display: 0
D/qdhwcomposer( 178): hwc_blank: Done unblanking display: 0
E/qdhwcomposer( 178): hwc_vsync_control: vsync control failed. Dpy=0, enable=1 : Operation not supported on transport endpoint
E/SurfaceFlinger( 178): eventControl(0, 1) failed Operation not supported on transport endpoint
D/libEGL ( 229): loaded /vendor/lib/egl/libEGL_adreno.so
D/libEGL ( 229): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
D/libEGL ( 229): loaded /vendor/lib/egl/libGLESv2_adreno.so
I/Adreno-EGL( 229): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/14/15, ab0075f, Id3510ff6dc
E/BootAnimation( 229): couldn't find audio_conf.txt
D/qdutils ( 178): DEBUG_CALC_FPS: 0
D/qdutils ( 178): period: 10
D/qdutils ( 178): ignorethresh_us: 500000
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x1 conn_h=0xb6403070
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x1 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x1 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236803456, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x2 conn_h=0xb6403078
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x2 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x2 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236802816, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x3 conn_h=0xb6403080
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsg: clnt_h=0x3: req_h=0x3 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fsg: clnt_h=0x3 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsg: clnt_h=0x3: req_h=0x3 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236802176, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x4 conn_h=0xb6403088
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsc: clnt_h=0x4: req_h=0x4 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fsc: clnt_h=0x4 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsc: clnt_h=0x4: req_h=0x4 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236801536, name creation success: 23
I/rmt_storage( 179): rmt_storage_alloc_buff_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x5 msg_id=4: Alloc request received: Size: 1572864
I/rmt_storage( 179): rmt_storage_alloc_buff_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x5 msg_id=4: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: R/W request received
I/rmt_storage( 179): Shared mem address set to 0xb5e80000
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1236803456)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: Bytes read = 512
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1236803456) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: R/W request received
I/rmt_storage( 179): Shared mem address set to 0xb5e80000
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Unblock worker thread (th_id: -1236802816)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: Bytes read = 512
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 About to block rmt_storage client thread (th_id: -1236802816) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: R/W request received
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1236803456)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: Bytes read = 1571840
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1236803456) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x5 conn_h=0xb6403090
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: R/W request received
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Unblock worker thread (th_id: -1236802816)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: Bytes written = 1572864
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 About to block rmt_storage client thread (th_id: -1236802816) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_disconnect_cb: clnt_h=0x0x5 conn_h=0x0xb6403090
----------------------------
I've decided to go with Factory Reset procedure (5.1.0) image: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
Hope that this will eventually help...
bzyx said:
Hi,
I've flashed 5.1.1 image over my N5 using google factory images and flash-all.sh script (removed -w) option. After flash the phone rebooted correctly, but it just hangs on the 4 spinning dots. I've wait over 20 minutes but still no change. I've connected the phone again run logcat and the output was I guess the same as the pasted before.
I thought I move back to 5.1.0 but after doing that I still see the spinng dots and nothing more. The current log is pasted here.
Any help, pls? I've no idea what should I do now...
Code:
- waiting for device -
--------- beginning of main
D/QSEECOMD: ( 180): qseecom listener services process entry PPID = 1
W/auditd ( 173): type=2000 audit(0.0:1): initialized
I/auditd ( 173): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/auditd ( 173): type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
E/QSEECOMD: ( 180): Listener: index = 0, hierarchy = 0
D/QSEECOMD: ( 180): Init dlopen(librpmb.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 180): Init::Init dlsym(g_FSHandle rpmb_init_service) succeeds
I/rmt_storage( 179): No EBR found
I/rmt_storage( 179): Error (-1) parsing MBR partitions
I/rmt_storage( 179): Registering modemst1: 0x4a /boot/modem_fs1
I/rmt_storage( 179): Registering modemst2: 0x4b /boot/modem_fs2
I/rmt_storage( 179): Registering fsg: 0x58 /boot/modem_fsg
I/rmt_storage( 179): Registering ssd: 0x5d ssd
I/lowmemorykiller( 175): Using in-kernel low memory killer interface
I/rpmb ( 180): RPMB Mult = 16384, Rel_sec_cnt = 1
I/rmt_storage( 179): Registering fsc: 0xff /boot/modem_fsc
I/rmt_storage( 179): 5 GPT partitions found
E/DrmLibRpmb( 180): rpmb_init succeeded! with ret = 0
D/QSEECOMD: ( 180): Init rpmb_init_service ret = 0
D/QSEECOMD: ( 180): RPMB system services: init (Listener ID = 8192)
E/QSEECOMD: ( 180): Listener: index = 1, hierarchy = 0
D/QSEECOMD: ( 180): Init dlopen(libssd.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 180): Init::Init dlsym(g_FSHandle ssd_init_service) succeeds
E/SSD ( 180): ssd_init_service succeeded!
D/QSEECOMD: ( 180): Init ssd_init_service ret = 0
D/QSEECOMD: ( 180): SSD system services: init (Listener ID = 12288)
D/QSEECOMD: ( 180): Parent qseecom daemon process paused!!
D/QSEECOMD: ( 190): qseecom listener service threads starting!!!
D/QSEECOMD: ( 190): Total listener services to start = 4
E/QSEECOMD: ( 190): Listener: index = 0, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(librpmb.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle rpmb_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 8192 sb_length = 0x5000
D/QSEECOMD: ( 190): Init rpmb_start ret = 0
D/QSEECOMD: ( 190): RPMB system services: Started (Listener ID = 8192)
E/QSEECOMD: ( 190): Listener: index = 1, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libssd.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle ssd_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 12288 sb_length = 0x5000
D/QSEECOMD: ( 190): Init ssd_start ret = 0
D/QSEECOMD: ( 190): SSD system services: Started (Listener ID = 12288)
E/QSEECOMD: ( 190): Listener: index = 2, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libdrmtime.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle atime_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 11 sb_length = 0x5000
D/QSEECOMD: ( 190): Init atime_start ret = 0
D/QSEECOMD: ( 190): time services: Started (Listener ID = 11)
E/QSEECOMD: ( 190): Listener: index = 3, hierarchy = 1
D/QSEECOMD: ( 190): Init dlopen(libdrmfs.so, RTLD_NOW) succeeds
D/QSEECOMD: ( 190): Init::Init dlsym(g_FSHandle fs_start) succeeds
D/QSEECOMAPI: ( 190): QSEECom_register_listener 10 sb_length = 0x5000
D/QSEECOMD: ( 190): Init fs_start ret = 0
D/QSEECOMD: ( 190): file system services: Started (Listener ID = 10)
D/QSEECOMD: ( 190): QSEECOM DAEMON RUNNING
--------- beginning of system
I/Vold ( 177): Vold 2.1 (the revenge) firing up
I/SurfaceFlinger( 178): SurfaceFlinger is starting
I/SurfaceFlinger( 178): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 178): loaded /vendor/lib/egl/libEGL_adreno.so
D/libEGL ( 178): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
D/libEGL ( 178): loaded /vendor/lib/egl/libGLESv2_adreno.so
I/Adreno-EGL( 178): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/14/15, ab0075f, Id3510ff6dc
I/qdutils ( 178): Right Split=0
D/qdhwcomposer( 178): int qhwc::adRead(): /sys/class/graphics/fb2/ad could not be opened : No such file or directory
I/qdhwcomposer( 178): Initializing Qualcomm Hardware Composer
I/qdhwcomposer( 178): MDP version: 500
I/SurfaceFlinger( 178): Using composer version 1.3
I/qdhwcomposer( 178): hwc_registerProcs
I/qdhwcomposer( 178): Initializing UEVENT Thread
I/qdhwcomposer( 178): Initializing VSYNC Thread
D/qdhwcomposer( 178): hwc_getDisplayAttributes disp = 0, width = 1080
D/qdhwcomposer( 178): hwc_getDisplayAttributes disp = 0, height = 1920
I/qdhwcomposer( 178): vsync_loop: Reading vsync for dpy=0 from /sys/class/graphics/fb0/vsync_event
I/qdhwcomposer( 178): vsync_loop: Reading vsync for dpy=1 from /sys/class/graphics/fb1/vsync_event
I/SurfaceFlinger( 178): EGL information:
I/SurfaceFlinger( 178): vendor : Android
I/SurfaceFlinger( 178): version : 1.4 Android META-EGL
I/SurfaceFlinger( 178): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_KHR_create_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable
I/SurfaceFlinger( 178): Client API: OpenGL_ES
I/SurfaceFlinger( 178): EGLSurface: 8-8-8-8, config=0x5
I/SurfaceFlinger( 178): OpenGL ES informations:
I/SurfaceFlinger( 178): vendor : Qualcomm
I/SurfaceFlinger( 178): renderer : Adreno (TM) 330
I/SurfaceFlinger( 178): version : OpenGL ES 3.0 [email protected] [email protected] ([email protected])
I/SurfaceFlinger( 178): extensions: GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_sync GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_con
I/SurfaceFlinger( 178): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 178): GL_MAX_VIEWPORT_DIMS = 4096
D/SurfaceFlinger( 178): Set power mode=2, type=0 flinger=0xb6082000
D/qdhwcomposer( 178): hwc_blank: Unblanking display: 0
D/qdhwcomposer( 178): hwc_blank: Done unblanking display: 0
E/qdhwcomposer( 178): hwc_vsync_control: vsync control failed. Dpy=0, enable=1 : Operation not supported on transport endpoint
E/SurfaceFlinger( 178): eventControl(0, 1) failed Operation not supported on transport endpoint
D/libEGL ( 229): loaded /vendor/lib/egl/libEGL_adreno.so
D/libEGL ( 229): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
D/libEGL ( 229): loaded /vendor/lib/egl/libGLESv2_adreno.so
I/Adreno-EGL( 229): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/14/15, ab0075f, Id3510ff6dc
E/BootAnimation( 229): couldn't find audio_conf.txt
D/qdutils ( 178): DEBUG_CALC_FPS: 0
D/qdutils ( 178): period: 10
D/qdutils ( 178): ignorethresh_us: 500000
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x1 conn_h=0xb6403070
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x1 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x1 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236803456, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x2 conn_h=0xb6403078
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x2 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x2 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236802816, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x3 conn_h=0xb6403080
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsg: clnt_h=0x3: req_h=0x3 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fsg: clnt_h=0x3 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsg: clnt_h=0x3: req_h=0x3 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236802176, name creation success: 23
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x4 conn_h=0xb6403088
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsc: clnt_h=0x4: req_h=0x4 msg_id=1: Client found
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fsc: clnt_h=0x4 Worker thread started
I/rmt_storage( 179): rmt_storage_open_cb: /boot/modem_fsc: clnt_h=0x4: req_h=0x4 msg_id=1: Send response: res=0 err=0
I/rmt_storage( 179): wake lock name: rmt_storage_-1236801536, name creation success: 23
I/rmt_storage( 179): rmt_storage_alloc_buff_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x5 msg_id=4: Alloc request received: Size: 1572864
I/rmt_storage( 179): rmt_storage_alloc_buff_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x5 msg_id=4: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: R/W request received
I/rmt_storage( 179): Shared mem address set to 0xb5e80000
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1236803456)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: Bytes read = 512
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x6 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1236803456) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: R/W request received
I/rmt_storage( 179): Shared mem address set to 0xb5e80000
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Unblock worker thread (th_id: -1236802816)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: Bytes read = 512
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x7 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 About to block rmt_storage client thread (th_id: -1236802816) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: R/W request received
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1236803456)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: Bytes read = 1571840
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x8 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1236803456) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_connect_cb: clnt_h=0x5 conn_h=0xb6403090
I/rmt_storage( 179): rmt_storage_rw_iovec_cb: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: R/W request received
I/rmt_storage( 179): wakelock acquired: 1, error no: 2
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 Unblock worker thread (th_id: -1236802816)
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: Bytes written = 1572864
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2: req_h=0x9 msg_id=3: Send response: res=0 err=0
I/rmt_storage( 179): rmt_storage_client_thread: /boot/modem_fs2: clnt_h=0x2 About to block rmt_storage client thread (th_id: -1236802816) wakelock released: 1, error no: 0
I/rmt_storage( 179):
I/rmt_storage( 179): rmt_storage_disconnect_cb: clnt_h=0x0x5 conn_h=0x0xb6403090
----------------------------
I've decided to go with Factory Reset procedure (5.1.0) image: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
Hope that this will eventually help...
Click to expand...
Click to collapse
I have same problem porting a Xperia Z5 rom.

[Completed] Boot animation frozen after install any custom rom, have logcat

I tried install some customs roms, and all them frozen at boot animation.
Already tried all kinds of wipe and format caches, etc, and still doesn't work.
It's only work when I flash stock rom from Odin.
I don't have problems to install ROOT and Custom Recovery, the only problem is booting the system after installation.
My device is one Samsung Galaxy GT-I9305 4G LTE
Stock rom is I9305XXUFNI3
Android 4.4.4
Logcat generated after install AOSP Rom (AOSP-5.1.1-20150807-i9305-rodman01) and wait a while in bootloading animation.
Code:
--------- beginning of system
I/Vold ( 1988): Vold 2.1 (the revenge) firing up
D/Vold ( 1988): Volume sdcard1 state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 1988): Volume usbdisk0 state changing -1 (Initializing) -> 0 (No-Media)
I/Cryptfs ( 1988): Check if PFE is activated on Boot
E/Cryptfs ( 1988): Bad magic for real block device /dev/block/platform/dw_mmc/by-name/USERDATA
E/Cryptfs ( 1988): Error getting crypt footer and key
D/Vold ( 1988): Volume sdcard1 state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 1988): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 17, PARTN 1
D/Vold ( 1988): Volume sdcard1 state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/SurfaceFlinger( 1989): SurfaceFlinger is starting
I/SurfaceFlinger( 1989): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 1989): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 1989): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 1989): loaded /system/lib/egl/libGLESv2_mali.so
E/ ( 1989): Device driver API match
E/ ( 1989): Device driver API version: 29
E/ ( 1989): User space API version: 29
E/ ( 1989): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Tue Jul 22 19:59:34 KST 2014
D/gralloc ( 1989): int init_frame_buffer_locked(private_module_t*) Initializingframebuffer
I/gralloc ( 1989): using (fd=18)
I/gralloc ( 1989): id = s3cfb
I/gralloc ( 1989): xres = 720 px
I/gralloc ( 1989): yres = 1280 px
I/gralloc ( 1989): xres_virtual = 720 px
I/gralloc ( 1989): yres_virtual = 2560 px
I/gralloc ( 1989): bpp = 32
I/gralloc ( 1989): r = 16:8
I/gralloc ( 1989): g = 8:8
I/gralloc ( 1989): b = 0:8
I/gralloc ( 1989): width = 60 mm (304.799988 dpi)
I/gralloc ( 1989): height = 106 mm (306.716980 dpi)
I/gralloc ( 1989): refresh rate = 60.00 Hz
E/HAL ( 1989): load: module=/system/lib/hw/hwcomposer.smdk4x12.so
E/HAL ( 1989): dlopen failed: library "libhdmiclient.so" not found
E/SurfaceFlinger( 1989): hwcomposer module not found
I/SurfaceFlinger( 1989): EGL information:
I/SurfaceFlinger( 1989): vendor : Android
I/SurfaceFlinger( 1989): version : 1.4 Android META-EGL
I/SurfaceFlinger( 1989): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_EXT_create_context_robustness EG
L_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 1989): Client API: OpenGL_ES
I/SurfaceFlinger( 1989): EGLSurface: 8-8-8-8, config=0x60000014
I/SurfaceFlinger( 1989): OpenGL ES informations:
I/SurfaceFlinger( 1989): vendor : ARM
I/SurfaceFlinger( 1989): renderer : Mali-400 MP
I/SurfaceFlinger( 1989): version : OpenGL ES 2.0
I/SurfaceFlinger( 1989): extensions: GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL
_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_E
GL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_progr
am_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map
I/SurfaceFlinger( 1989): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 1989): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace( 1989): Error opening trace file: Permission denied (13)
D/SurfaceFlinger( 1989): Set power mode=2, type=0 flinger=0x40c82000
D/SurfaceFlinger( 1989): SF. shader cache generated - 26 shaders in 37.015167 ms
D/libEGL ( 2089): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 2089): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 2089): loaded /system/lib/egl/libGLESv2_mali.so
E/ ( 2089): Device driver API match
E/ ( 2089): Device driver API version: 29
E/ ( 2089): User space API version: 29
E/ ( 2089): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Tue Jul 22 19:59:34 KST 2014
E/cutils-trace( 2089): Error opening trace file: Permission denied (13)
E/BootAnimation( 2089): couldn't find audio_conf.txt
W/BootAnimation( 2089): Audio service is not initiated.
And here it's stopped
Hello, and welcome to XDA Assist! The best thing to do would be to register and post your question here: Galaxy S III Q&A, Help & Troubleshooting. People should be able to help you out in that forum.
Good luck!

Serius problem, memory corruption or something

I started having this problem one day when the phone fell to the ground while some apps were updated from the play store, I've done hard resets, I've installed everything from scratch and I still have this problem although I still have not tried installing another rom, After I took my cell phone from the ground, I turned it on and went into a bootloop but it was not any bootloop, It went into "Starting Android" and then went back to the start animation, I have solved this problem uninstalling all the apps deleting files with ADB in /data/app but when I install any app it happens again, besides the system starts sending app crash reports whenever It tries to open any application that need access that memory address, for example the Launcher or the Applications section of android settings. I read that it could be a persistent partition corruption, but i haven't found any information.
my device is a Samsung Galaxy J5 M [SM-J500M]
i have CUSTOM ROM CYANOGEN MOD 12.1 PREMIUM SPEED BY ZONIK SAMSUNG J500M/F/FN/G/Y/07 rom
found here
Code:
mega.co.nz/#!CJMWQKwB!RdhHCOzxfNGi1_2vvenoibLhp1j_k4EaPC1-H4DpYvc
and i can provide you with some debug trace of the error when i try to open Aplications in Android settings.
logcat:
Code:
I/Timeline( 6745): Timeline: Activity_launch_request id:com.android.settings time:996754
I/ActivityManager( 791): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
D/audio_hw_primary( 291): start_output_stream: enter: stream(0xb7692370)usecase(1: low-latency-playback) devices(0x2)
V/audio_hw_primary( 291): select_devices: ENTER
V/audio_hw_primary( 291): select_devices: usecase(normal)
V/audio_hw_primary( 291): select_devices: usecase(PCM_PLAYBACK)
V/msm8974_platform( 291): platform_get_output_snd_device: enter: output devices(0x2)
V/msm8974_platform( 291): get_OUTPUT_snd_device: for Normal Playback
V/msm8974_platform( 291): platform_get_output_snd_device: exit: snd_device(speaker)
D/audio_hw_primary( 291): select_devices: out_snd_device(2: speaker)
D/audio_hw_primary( 291): select_devices: in_snd_device(0: dummy)
D/hardware_info( 291): hw_info_append_hw_type : device_name = speaker
V/msm8974_platform( 291): platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
D/ACDB-LOADER( 291): ACDB -> send_audio_cal, acdb_id = 15, path = 0
D/ACDB-LOADER( 291): ACDB -> send_asm_topology
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
D/ACDB-LOADER( 291): ACDB -> send_adm_topology
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
D/ACDB-LOADER( 291): ACDB -> send_audtable
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AUDPROC_CAL
D/ACDB-LOADER( 291): ACDB -> send_audvoltable
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
D/ACDB-LOADER( 291): ACDB -> send_afe_cal
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AFE_CAL
D/ACDB-LOADER( 291): ACDB -> send_hw_delay : acdb_id = 15 path = 0
D/ACDB-LOADER( 291): ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
V/audio_hw_primary( 291): enable_snd_device: snd_device(2: speaker, speaker)
D/audio_route( 291): ++++ audio_route_update_path ==============
D/audio_route( 291): Setting mixer control: MI2S_RX Channels, value: 1
D/audio_route( 291): Setting mixer control: RX3 MIX1 INP1, value: 3
V/WindowManager( 791): addAppToken: AppWindowToken{2bf62761 token=Token{2dd43ac8 ActivityRecord{db06f6b u0 com.android.settings/.SubSettings t2767}}} to stack=1 task=2767 at 1
D/audio_route( 291): Setting mixer control: RX3 MIX1 INP2, value: 4
D/audio_route( 291): Setting mixer control: SPK DAC Switch, value: 1
D/audio_route( 291): Setting mixer control: Speaker Boost, value: 1
D/audio_route( 291): Setting mixer control: RX3 Digital Volume, value: 87
D/audio_route( 291): ---- audio_route_update_path ==============
D/audio_route( 291): ++++ audio_route_update_mixer ==============
D/audio_route( 291): ------ audio_route_update_mixer ==============
V/audio_hw_primary( 291): enable_audio_route: enter: usecase(1)
V/audio_hw_primary( 291): enable_audio_route: apply mixer path: low-latency-playback
D/audio_route( 291): ++++ audio_route_update_mixer ==============
D/audio_route( 291): Setting mixer control: PRI_MI2S_RX Audio Mixer MultiMedia5, value: 1
D/audio_route( 291): ------ audio_route_update_mixer ==============
V/audio_hw_primary( 291): enable_audio_route: exit
V/msm8974_platform( 291): platform_get_output_snd_device: enter: output devices(0x2)
V/msm8974_platform( 291): get_OUTPUT_snd_device: for Normal Playback
V/msm8974_platform( 291): platform_get_output_snd_device: exit: snd_device(speaker)
V/msm8974_platform( 291): platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
D/ACDB-LOADER( 291): ACDB -> send_audio_cal, acdb_id = 15, path = 0
D/ACDB-LOADER( 291): ACDB -> send_asm_topology
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
D/ACDB-LOADER( 291): ACDB -> send_adm_topology
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
D/ACDB-LOADER( 291): ACDB -> send_audtable
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AUDPROC_CAL
D/ACDB-LOADER( 291): ACDB -> send_audvoltable
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
D/ACDB-LOADER( 291): ACDB -> send_afe_cal
D/ACDB-LOADER( 291): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
D/ACDB-LOADER( 291): ACDB -> AUDIO_SET_AFE_CAL
D/ACDB-LOADER( 291): ACDB -> send_hw_delay : acdb_id = 15 path = 0
D/ACDB-LOADER( 291): ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
V/audio_hw_primary( 291): start_output_stream: Opening PCM device card_id(0) device_id(12)
V/audio_hw_primary( 291): start_output_stream: exit
D/SubSettings( 6745): Launching fragment com.android.settings.applications.ManageApplications
W/ContextImpl( 6745): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1787 android.content.ContextWrapper.bindService:545 com.android.settings.applications.ManageApplications.onCreate:894 android.app.Fragment.performCreate:2031 android.app.FragmentManagerImpl.moveToState:863
V/WindowManager( 791): Adding window Window{2586aad1 u0 com.android.settings/com.android.settings.SubSettings} at 5 of 8 (after Window{c61c1e7 u0 com.android.settings/com.android.settings.Settings})
I/ActivityManager( 791): Displayed com.android.settings/.SubSettings: +1s69ms
I/GoogleInputMethod( 2702): onFinishInput() : Dummy InputConnection bound
I/GoogleInputMethod( 2702): onStartInput() : Dummy InputConnection bound
W/ResourceType( 6745): No package identifier when getting value for resource number 0x00000000
W/PackageManager( 6745): Failure retrieving resources for com.google.android.onetimeinitializer: Resource ID #0x0
I/Timeline( 6745): Timeline: Activity_idle id: [email protected] time:998100
F/libc ( 6745): invalid address or address of corrupt block 0x23 passed to dlfree
F/libc ( 6745): Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdeadbaad in tid 6873 (onsState.Loader)
I/DEBUG ( 288): property debug.db.uid not set; NOT waiting for gdb.
I/DEBUG ( 288): HINT: adb shell setprop debug.db.uid 100000
I/DEBUG ( 288): HINT: adb forward tcp:5039 tcp:5039
I/Timeline( 791): Timeline: Activity_windows_visible id: ActivityRecord{db06f6b u0 com.android.settings/.SubSettings t2767} time:998209
I/DEBUG ( 288): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 288): Build fingerprint: 'samsung/j5ltexx/unknown:5.1.1/LMY49J/c2fef168b1:userdebug/test-keys'
I/DEBUG ( 288): Revision: '5'
I/DEBUG ( 288): ABI: 'arm'
I/DEBUG ( 288): pid: 6745, tid: 6873, name: onsState.Loader >>> com.android.settings <<<
I/DEBUG ( 288): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdeadbaad
I/DEBUG ( 288): Abort message: 'invalid address or address of corrupt block 0x23 passed to dlfree'
I/DEBUG ( 288): r0 00000000 r1 b6e23dec r2 deadbaad r3 00000000
I/DEBUG ( 288): r4 00000023 r5 b6e250d8 r6 99546000 r7 0000002b
I/DEBUG ( 288): r8 a13505bc r9 a135067c sl b6cf7272 fp b6cf727b
I/DEBUG ( 288): ip 00008000 sp a1350568 lr b6df4f07 pc b6df4f08 cpsr 600d0030
I/DEBUG ( 288):
I/DEBUG ( 288): backtrace:
I/DEBUG ( 288): #00 pc 00028f08 /system/lib/libc.so (dlfree+1239)
I/DEBUG ( 288): #01 pc 0000f363 /system/lib/libc.so (free+10)
I/DEBUG ( 288): #02 pc 00012b15 /system/lib/libandroidfw.so (_ZN7android13ResStringPool6uninitEv+38)
I/DEBUG ( 288): #03 pc 0001384f /system/lib/libandroidfw.so (_ZN7android10ResXMLTree6uninitEv+12)
I/DEBUG ( 288): #04 pc 0001386d /system/lib/libandroidfw.so (_ZN7android10ResXMLTreeD1Ev+4)
I/DEBUG ( 288): #05 pc 0001053b /system/lib/libandroidfw.so (_ZN7android12AssetManager10getPkgNameEPKc+258)
I/DEBUG ( 288): #06 pc 0001059d /system/lib/libandroidfw.so (_ZN7android12AssetManager18getBasePackageNameEj+68)
I/DEBUG ( 288): #07 pc 000822cf /system/lib/libandroid_runtime.so
I/DEBUG ( 288): #08 pc 0027b38b /data/dalvik-cache/arm/[email protected]@boot.oat
I/DEBUG ( 288):
I/DEBUG ( 288): Tombstone written to: /data/tombstones/tombstone_01
I/BootReceiver( 791): Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 791): Process com.android.settings has crashed too many times: killing!
W/ActivityManager( 791): Force finishing activity 4 com.android.settings/.SubSettings
W/ActivityManager( 791): Force finishing activity 4 com.android.settings/.Settings
W/ActivityManager( 791): Wtf, activity ActivityRecord{380996b1 u0 com.android.settings/.Settings t2767 f} in proc activity list not using proc ProcessRecord{4a20df5 6745:com.android.settings/1000}?!?
W/ActivityManager( 791): Wtf, activity ActivityRecord{db06f6b u0 com.android.settings/.SubSettings t2767 f} in proc activity list not using proc ProcessRecord{4a20df5 6745:com.android.settings/1000}?!?
E/lowmemorykiller( 276): Error writing /proc/6745/oom_score_adj; errno=22
I/ActivityManager( 791): Killing 6745:com.android.settings/1000 (adj 9): crash
I/DeviceScanner( 3230): [MDNS] Received response from "LaWeaWeonQlo" (ae3e11b29fd758c5a27837b5c44262b3) with result "0 No change"
I/WindowState( 791): WIN DEATH: Window{c61c1e7 u0 com.android.settings/com.android.settings.Settings}
D/WifiService( 791): Client connection lost with reason: 4
I/Zygote ( 302): Process 6745 exited due to signal (11)
W/ActivityManager( 791): Spurious death for ProcessRecord{4a20df5 0:com.android.settings/1000}, curProc for 6745: null
W/ResourceType( 2410): No package identifier when getting value for resource number 0x00000000
W/PackageManager( 2410): Failure retrieving resources for com.android.settings: Resource ID #0x0
W/InputMethodManagerService( 791): Got RemoteException sending setActive(false) notification to pid 6745 uid 1000
I/GoogleInputMethod( 2702): onFinishInput() : Dummy InputConnection bound
I/GoogleInputMethod( 2702): onStartInput() : Dummy InputConnection bound
W/ajjl ( 2779): Empty context buffer. Thus might mean that the context is not synced down.
W/ajfs ( 2779): Empty context model while retrieving upload opt-in status!
I/Timeline( 2410): Timeline: Activity_idle id: [email protected] time:999085
I/Timeline( 791): Timeline: Activity_windows_visible id: ActivityRecord{e961ecf u0 com.android.systemui/.recents.RecentsActivity t2770} time:999100
W/ajjl ( 2779): Empty context buffer. Thus might mean that the context is not synced down.
W/ajfs ( 2779): Empty context model while retrieving upload opt-in status!
V/audio_hw_primary( 291): out_standby: enter: usecase(1: low-latency-playback)
V/audio_hw_primary( 291): stop_output_stream: enter: usecase(1: low-latency-playback)
V/audio_hw_primary( 291): disable_audio_route: enter: usecase(1)
V/audio_hw_primary( 291): disable_audio_route: reset mixer path: low-latency-playback
D/audio_route( 291): ++++ audio_route_update_mixer ==============
D/audio_route( 291): Setting mixer control: PRI_MI2S_RX Audio Mixer MultiMedia5, value: 0
D/audio_route( 291): ------ audio_route_update_mixer ==============
V/audio_hw_primary( 291): disable_audio_route: exit
D/hardware_info( 291): hw_info_append_hw_type : device_name = speaker
V/audio_hw_primary( 291): disable_snd_device: snd_device(2: speaker)
D/audio_route( 291): ++++ audio_route_update_path ==============
D/audio_route( 291): Setting mixer control: RX3 Digital Volume, value: 84
D/audio_route( 291): Setting mixer control: Speaker Boost, value: 0
D/audio_route( 291): Setting mixer control: SPK DAC Switch, value: 0
D/audio_route( 291): Setting mixer control: RX3 MIX1 INP2, value: 0
D/audio_route( 291): Setting mixer control: RX3 MIX1 INP1, value: 0
D/audio_route( 291): Setting mixer control: MI2S_RX Channels, value: 0
D/audio_route( 291): ---- audio_route_update_path ==============
V/audio_hw_primary( 291): stop_output_stream: exit: status(0)
V/audio_hw_primary( 291): out_standby: exit
and the /data/tombstones/tombstone_01 on pastebin
Code:
pastebin.com/jwZGN4Qr
sorry but i have recently signed up in XDA so i cant post links
Bumping, also, update i think it memory corruption because it isn't something linked directly to an aplication, i think it crash the app that tries to use that segment with a segfault sometimes crashes the launcher, sometimes the Settings, now i just installed tumblr from playstore and it just simply crashes with Segmentation fault deadbaad. in the time my cellphone fell, i use to link apps to MicroSD, thats the only thing i have not formatted, should i?
bump :c

Categories

Resources