Hello everyone! I have been a lurker for nearly two years and have recently decided to try my best at compiling CM9 for the Thunderbolt. I know we have TwistedUmbrella's excellent ICS build based on work from liquid, jester, AOSP, AOKP, and CM, but I'm mainly wanting to do this for the learning experience. If I develop a working, usable build then that's all the better!
So far I have done the following:
Setup a build environment on Xubuntu 12.10 64-bit
Installed dependencies
Installed Android SDK
Installed Java
Synced CyanogenMod repo
Ran build/envsetup.sh
Ran vendor/cm/get-prebuilts
Compiled CM10.1 for my Nexus 7
Learned build process (breakfast, lunch, brunch, mka, make clobber, repo, etc.)
Learned how the different pieces come together for a device
Ensured that my system was setup correctly by building without errors
Ensured that build worked by flashing it to device
Switched repo to ICS branch
Modified local_manifest.xml to pull in sources from Twisted's github "ThePlayground"
<project name="ThePlayground/android_device_htc_msm7x30-common" path="device/htc/msm7x30-common" remote="github" revision="ics" />
<project name="ThePlayground/android_kernel_htc_mecha" path="kernel/htc/mecha" remote="github" revision="ics" />
<project name="ThePlayground/android_device_htc_mecha" path="device/htc/mecha" remote="github" revision="ics" />
<project name="ThePlayground/android_device_htc_common" path="device/htc/common" remote="github" revision="ics" />
<project name="ThePlayground/proprietary_vendor_qcom" path="vendor/qcom" remote="github" revision="ics" />
Click to expand...
Click to collapse
Ran extract-files.sh with phone running Twisted's ICS build
Script might be out of date or for gingerbread, as rild_ims, spkamp, and qcrild do not exist on Twisted's, Liquid's or the ICS leak's builds in system/bin
Renamed rild_ims to rild
Added spkamp and qcrild from a gingerbread build to prevent build errors (assuming if it compiled it would be unstable)
Modified device/htc/mecha/BoardConfig.mk to not use Twisted's "lean_aosp_defconfig" kernel
Changed to TARGET_KERNEL_CONFIG := mecha_defconfig
Selected mecha-userdebug from lunch and hoped I could mka some bacon
The build process ran for fifteen minutes and stopped with these errors:
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'virtual ssize_t android_audio_legacy::AudioHardware::AudioStreamInMSM72xx::read(void*, ssize_t)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3524: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3524: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3545: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3556: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3618: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t'
make: *** [out/target/product/mecha/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/AudioHardware.o] Error 1
Click to expand...
Click to collapse
To temporarily bypass these errors, I disabled anything related to QCOM_AUDIO in device/htc/msm7x30-common/BoardConfigCommon.mk. The build then fails on a display overlay issue, so I re-enabled QCOM_AUDIO and have come here to ask for help. Any ideas?
Note: As you can see, I am using some of Twisted's sources on github. I have tried asking permission to use his sources in a public manner by emailing him but he hasn't responded. He doesn't accept private messages on XDA so maybe this will get his attention. I'm assuming there's nothing wrong with me using his sources privately since they're available on github, but if something usable comes of this I would want his good graces before sharing it.
Maybe it had something to do with the fact that you changed the defconfig. I would leave it alone and try again. If you get the same error then you know it wasn't that at least.
Sent from my ADR6400L using Tapatalk 2
I switched back to the lean kernel config and the build process stopped at exactly the same spot. Here is an expanded log if it helps anyone determine what's going on:
target thumb C: audio.primary.default <= hardware/libhardware/modules/audio/audio_hw.c
target thumb C++: audio.primary.msm7x30 <= hardware/qcom/media/audio/7x30/AudioHardware.cpp
target thumb C++: audio.primary.msm7x30 <= hardware/qcom/media/audio/7x30/audio_hw_hal.cpp
target thumb C++: libaudiohw_legacy <= hardware/libhardware_legacy/audio/AudioHardwareInterface.cpp
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In function 'android::status_t android_audio_legacy::updateDeviceInfo(int, int, uint32_t, uint32_t)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:403: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:426: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:447: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:456: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:456: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.h: In constructor 'android_audio_legacy::AudioHardware::AudioHardware()':
hardware/qcom/media/audio/7x30/AudioHardware.h:520: warning: 'android_audio_legacy::AudioHardware::mOutput' will be initialized after
hardware/qcom/media/audio/7x30/AudioHardware.h:515: warning: 'bool android_audio_legacy::AudioHardware::mBluetoothVGS'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:520: warning: when initialized here
hardware/qcom/media/audio/7x30/AudioHardware.h:532: warning: 'android_audio_legacy::AudioHardware::mEffectEnabled' will be initialized after
hardware/qcom/media/audio/7x30/AudioHardware.h:513: warning: 'int android_audio_legacy::AudioHardware::mFmFd'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:520: warning: when initialized here
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'virtual size_t android_audio_legacy::AudioHardware::getInputBufferSize(uint32_t, int, int)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1136: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1137: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1153: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1155: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'virtual android::status_t android_audio_legacy::AudioHardware::setVoiceVolume(float)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1209: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1210: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1211: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In function 'android::status_t android_audio_legacy::do_route_audio_rpc(uint32_t, bool, bool, uint32_t, uint32_t)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1378: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1468: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1470: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1476: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1476: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1490: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1493: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1497: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1503: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1528: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:1528: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'android::status_t android_audio_legacy::AudioHardware::doRouting(android_audio_legacy::AudioHardware::AudioStreamInMSM72xx*)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:2161: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp:2164: warning: comparison between signed and unsigned integer expressions
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'android::status_t android_audio_legacy::AudioHardware::AudioStreamInMSM72xx::set(android_audio_legacy::AudioHardware*, uint32_t, int*, uint32_t*, uint32_t*, android_audio_legacy::AudioSystem::audio_in_acoustics)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:2906: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:2907: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3086: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3155: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp: In member function 'virtual ssize_t android_audio_legacy::AudioHardware::AudioStreamInMSM72xx::read(void*, ssize_t)':
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3524: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3524: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3545: error: 'EVRC' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3556: error: 'QCELP' is not a member of 'android_audio_legacy::AudioSystem'
hardware/qcom/media/audio/7x30/AudioHardware.cpp:3618: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t'
make: *** [out/target/product/mecha/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/AudioHardware.o] Error 1
Click to expand...
Click to collapse
I also added the following repositories to local_manifest.xml but they did not help. Maybe I'm missing something else?
<project name="ThePlayground/android_hardware_qcom_display" path="hardware/qcom/display" remote="github" revision="ics" />
<project name="ThePlayground/android_hardware_qcom_camera" path="hardware/qcom/camera" remote="github" revision="ics" />
<project name="ThePlayground/android_hardware_qcom_media" path="hardware/qcom/media" remote="github" revision="ics" />
<project name="ThePlayground/android_hardware_qcom_gps" path="hardware/qcom/gps" remote="github" revision="ics" />
Click to expand...
Click to collapse
I'm thinking about using CyanogenMod's repository for android_device_htc_msm7x30-common and seeing what happens. There are a number of differences in the BoardConfigCommon.mk (things obviously specific to the Thunderbolt such as the lack of HDMI out). Also, this project is where Twisted placed his custom boot animation so that's different as well.
Worth a shot.
Sent from my ADR6400L using Tapatalk 2
Syntax error: LINK
The C++ warning for the comparison between signed and unsigned integers shouldn't stop the compiler. I noticed a number of them when compiling CM10.1 for the Nexus 7, so they're surprisingly common. Typically those warnings will compile with a worst-case scenario of unexpected behavior or crashing during execution. Thanks for the input though, I appreciate it.
The error seems to be that AudioHardware.cpp is trying to use variables within the AudioHardware class (defined in hardware/qcom/media/audio/msm7x30/AudioHardware.h under the android_audio_legacy namespace) that doesn't include them as members. I might try adding them in manually, but I'm skeptical since Twisted's build works so well and these are the sources he's using (I'm assuming).
Well I changed out Twisted's msm7x30-common with CM's repository and it compiled for about 30 minutes. It seems it got to compiling the kernel then stopped at a C++ library issue. My install script that I use on fresh installations accidentally referenced g++-4.5-multilib instead of g++-multilib, so that explains it. Regardless, this is encouraging!
make -C kernel/htc/mecha O=~/Documents/Development/android/out/target/product/mecha/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" ~/Documents/Development/android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-" headers_install
make[1]: Entering directory `~/Documents/Development/android/kernel/htc/mecha'
host Executable: mkbootfs (out/host/linux-x86/obj/EXECUTABLES/mkbootfs_intermediates/mkbootfs)
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libstdc++.a when searching for -lstdc++
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make: *** [out/host/linux-x86/obj/EXECUTABLES/mkbootfs_intermediates/mkbootfs] Error 1
Click to expand...
Click to collapse
It compiled! I'm going to flash it and report back.
System UI and com.android.phone keep crashing, not letting me get past them. For a brief moment the status bar was visible, and when I hold the power button I can see the power menu. Pressing the volume keys also shows the volume slider, although I can't use it. I'm not sure where to go from here, so I might get into modifying CM's msm7x30-common and comparing it with Twisted's to see what's missing.
If you want to reach Twisted, best way is probably through the forums of his website, think it's in his signature here on xda
Sent from my ThunderBolt using xda premium
Good idea! I just set up an account on his forum and will message him momentarily.
So far I've been diving into the differences with msm7x30-common and trying to find out precisely why Twisted's version won't compile for me. It's a time consuming process since I have to 'make clobber' and try to rebuild each time I change something.
I got busy doing other things and put this project away until a few days ago. I have since started rebuilding the device tree for mecha in order to sort things out. However, I haven't been able to get a build to compile due to an error with something entirely unrelated to mecha. I get a Java error code 41 as shown below. I have scoured the Internet for hours trying to find a solution but haven't had any luck.
target Java: FmRadioTransmitter (out/target/common/obj/APPS/FmRadioTransmitter_intermediates/classes)
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:21: package android.hardware.fm does not exist
import android.hardware.fm.FmBand;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:22: package android.hardware.fm does not exist
import android.hardware.fm.FmTransmitter;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:46: package FmTransmitter does not exist
private FmTransmitter.OnScanListener mTransmitterScanListener;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:49: package FmTransmitter does not exist
private FmTransmitter.OnStartedListener mTransmitterStartedListener;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:55: cannot find symbol
symbol : class FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
private FmBand mFmBand;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:58: cannot find symbol
symbol : class FmTransmitter
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
private FmTransmitter mFmTransmitter;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:101: cannot find symbol
symbol : class FmTransmitter
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mFmTransmitter = (FmTransmitter) getSystemService(Context.RADIO_FM_TRANSMITTER_SERVICE);
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:101: cannot find symbol
symbol : variable RADIO_FM_TRANSMITTER_SERVICE
location: class android.content.Context
mFmTransmitter = (FmTransmitter) getSystemService(Context.RADIO_FM_TRANSMITTER_SERVICE);
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:104: cannot find symbol
symbol : class FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mFmBand = new FmBand(mSelectedBand);
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:116: package android.hardware.fm.FmTransmitter does not exist
mTransmitterStartedListener = new android.hardware.fm.FmTransmitter.OnStartedListener() {
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:128: package android.hardware.fm.FmTransmitter does not exist
mTransmitterScanListener = new android.hardware.fm.FmTransmitter.OnScanListener() {
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:279: cannot find symbol
symbol: variable FmTransmitter
case FmTransmitter.STATE_IDLE:
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:289: cannot find symbol
symbol: variable FmTransmitter
case FmTransmitter.STATE_PAUSED:
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:300: cannot find symbol
symbol: variable FmTransmitter
case FmTransmitter.STATE_STARTED:
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:352: cannot find symbol
symbol : variable FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mSelectedBand = FmBand.BAND_US;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:356: cannot find symbol
symbol : variable FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mSelectedBand = FmBand.BAND_EU;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:360: cannot find symbol
symbol : variable FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mSelectedBand = FmBand.BAND_JAPAN;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:364: cannot find symbol
symbol : variable FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mSelectedBand = FmBand.BAND_CHINA;
^
development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java:370: cannot find symbol
symbol : class FmBand
location: class com.example.android.fmradiotransmitter.FmRadioTransmitter
mFmBand = new FmBand(mSelectedBand);
^
19 errors
make: *** [out/target/common/obj/APPS/FmRadioTransmitter_intermediates/classes-full-debug.jar] Error 41
Click to expand...
Click to collapse
So far I have done the following without success:
make clobber and clean multiple times (build gets to 14GB before this happens - still takes time even with ccache enabled)
uninstalled and reinstalled Oracle Sun JDK 6 and set to default for good measure (thinking about trying JDK 7, but JDK 6 is recommended)
'make update-api' as recommended from other threads on this subject
Modified development/samples/FmRadioTransmitter/src/com/example/android/fmradiotransmitter/FmRadioTransmitter.java
Changed 'import android.hardware.fm' to 'import com.stericsson.hardware.fm' (and later back again)
Code resides in frameworks/base/fmradio/java/com/stericsson/hardware/fm
So far the general concensus online seems to point ot this being a build environment issue, although I haven't had problems compiling CM before this. Any ideas?
Try skipping the fm radio altogether. What version of Linux are you running? I couldn't compile Cm10.1 on mint 12 but it works fine on Ubuntu 12.1.
Sent from my personally built from source CM10.1 N7.
Compiled but not booting
I'm running the same configuration from earlier on Xubuntu 12.10. I wanted to tackle what the problem was instead of disable things, but rolling back android/development by one commit bypassed the inclusion of the FM Radio and let me finish my build. Strangely, it didn't make a final flashable zip so I had to run 'make -j# otapackage' manually.
Anyways, I just flashed it to my Thunderbolt and it doesn't get past the boot animation. Judging from the logcat it seems that there's some audio problems with msm7x30-common that I need to tackle. The logcat posted below is the section that loops continuously.
I/rmt_storage( 2001): rmt_storage user app start
I/rmt_storage( 2001): rmt_storage open success
I/rmt_storage( 2001): rmt_storage shared memory ioctl success
I/rmt_storage( 2001): rmt_storage mmap addr = 4000d000
E/rmt_storage( 2001): rmt_storage wait event ioctl failed
I/Netd ( 2002): Netd 1.0 starting
D/AndroidRuntime( 2003):
D/AndroidRuntime( 2003): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 2003): CheckJNI is OFF
I/ ( 2004): ServiceManager: 0xf958
D/AudioHardwareMSM7X30( 2004): msm_mixer_open: Opening the device
D/AudioHardwareMSM7X30( 2004): msm_mixer_count:mixer_cnt =31
I/AudioHardwareMSM7X30( 2004): ******* name[0] = [handset_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[1] = [handset_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[2] = [headset_stereo_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[3] = [headset_mono_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[4] = [headset_mono_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[5] = [fmradio_handset_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[6] = [speaker_mono_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[7] = [fmradio_speaker_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[8] = [fmradio_headset_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[9] = [tty_headset_mono_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[10] = [tty_headset_mono_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[11] = [speaker_mono_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[12] = [headset_speaker_stereo_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[13] = [usb_headset_stereo_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[14] = [hac_mono_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[15] = [alt_mono_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[16] = [handset_vr_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[17] = [dual_mic_stereo_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[18] = [headset_vr_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[19] = [bt_sco_rx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[20] = [bt_sco_tx] *********
I/AudioHardwareMSM7X30( 2004): ******* name[21] = [hdmi_stereo_rx] *********
I/HTC Acoustic( 2004): libhtc_acoustic.so(7x30 platform) version 1.1.0.3
D/HTC Acoustic( 2004): int android::support_audience(), support_a1026: 0
I/HTC Acoustic( 2004): Open /system/etc/AdieHWCodec.csv success.
D/HTC Acoustic( 2004): XD_Mecha_20101130
D/HTC Acoustic( 2004): [1] dev_name = handset_rx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=26, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [2] dev_name = handset_rx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=26, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [30] dev_name = hac_mono_rx
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=26, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [3] dev_name = handset_tx_midi_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [4] dev_name = handset_tx_voice_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [5] dev_name = handset_tx_voice_16000
I/HTC Acoustic( 2004): parse freq 16000
I/HTC Acoustic( 2004): act_size=25, freq=16000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [6] dev_name = handset_tx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [7] dev_name = handset_tx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [33] dev_name = handset_vr_tx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [8] dev_name = headset_stereo_rx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=28, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [9] dev_name = headset_stereo_rx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=28, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [10] dev_name = headset_mono_tx_midi_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [11] dev_name = headset_mono_tx_voice_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [12] dev_name = headset_mono_tx_voice_16000
I/HTC Acoustic( 2004): parse freq 16000
I/HTC Acoustic( 2004): act_size=25, freq=16000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [13] dev_name = headset_mono_tx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [34] dev_name = headset_vr_tx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [14] dev_name = headset_mono_tx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [15] dev_name = speaker_mono_rx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [16] dev_name = speaker_mono_rx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [31] dev_name = usb_headset_stereo_rx
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=18, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [17] dev_name = speaker_mono_tx_midi_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [18] dev_name = speaker_mono_tx_voice_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [19] dev_name = speaker_mono_tx_voice_16000
I/HTC Acoustic( 2004): parse freq 16000
I/HTC Acoustic( 2004): act_size=25, freq=16000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [20] dev_name = speaker_mono_tx_midi_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [21] dev_name = speaker_mono_tx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [22] dev_name = tty_headset_mono_rx_voice_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=28, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [23] dev_name = tty_headset_mono_rx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=28, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [24] dev_name = tty_headset_mono_tx_voice_8000
I/HTC Acoustic( 2004): parse freq 8000
I/HTC Acoustic( 2004): act_size=25, freq=8000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [25] dev_name = tty_headset_mono_tx_voice_16000
I/HTC Acoustic( 2004): parse freq 16000
I/HTC Acoustic( 2004): act_size=25, freq=16000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [32] dev_name = tty_headset_mono_tx_voice_48000
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=25, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [26] dev_name = fmradio_headset_rx
I/HTC Acoustic( 2004): act_size=18, freq=0
E/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 2004): [27] dev_name = fmradio_speaker_rx
I/HTC Acoustic( 2004): act_size=18, freq=0
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [28] dev_name = headset_speaker_stereo_rx
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=33, freq=48000
D/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 2004): [29] dev_name = fmtx_headset
I/HTC Acoustic( 2004): parse freq 48000
I/HTC Acoustic( 2004): act_size=28, freq=48000
E/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 2004): [35] dev_name = Stereo_recording_tx_midi_48000
I/HTC Acoustic( 2004): act_size=26, freq=0
E/HTC Acoustic( 2004): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 2004): Success on updating adie setting
I/HTC Acoustic( 2004): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 2004): BT ID table version: Mecha_HTC_20101105
D/HTC Acoustic( 2004): int android::support_audience(), support_a1026: 0
D/HTC Acoustic( 2004): update_acdb_table, return 0
I/HTC Acoustic( 2004): open /system/etc/TPA2051_CFG.csv success.
D/HTC Acoustic( 2004): int android::support_codec_aic3254(), support_aic3254: 1
D/HTC Acoustic( 2004): int android::support_back_mic(), support_back_mic: 1
I/HTC Acoustic( 2004): open /system/etc/AIC3254_REG_DualMicXD02.csv success.
I/HTC Acoustic( 2004): AIC3254 table version: HTC_Mecha_20101130_XD02_MCLK_DSP
I/HTC Acoustic( 2004): loading codec effect file: /system/etc/CodecDSPID.txt
I/HTC Acoustic( 2004): Codec dsp mapping table version: Mecha_soundeffet_2011_0325
E/HTC Acoustic( 2004): (Original,/system/etc/soundimage/Sound_Original.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Original.txt success.
E/HTC Acoustic( 2004): (Original_SPK,/system/etc/soundimage/Sound_Original_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Original_SPK.txt success.
E/HTC Acoustic( 2004): (Original_Phone,/system/etc/soundimage/Sound_Original.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Original.txt success.
E/HTC Acoustic( 2004): (Original_Phone_REC,/system/etc/soundimage/Sound_Phone_Original_REC.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Phone_Original_REC.txt success.
E/HTC Acoustic( 2004): (Original_Phone_HP,/system/etc/soundimage/Sound_Phone_Original_HP.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Phone_Original_HP.txt success.
E/HTC Acoustic( 2004): (Original_Phone_SPK,/system/etc/soundimage/Sound_Phone_Original_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Phone_Original_SPK.txt success.
E/HTC Acoustic( 2004): (DualMic_Phone,/system/etc/soundimage/Sound_Dualmic.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dualmic.txt success.
E/HTC Acoustic( 2004): (DualMic_Phone_EP,/system/etc/soundimage/Sound_Dualmic_EP.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dualmic_EP.txt success.
E/HTC Acoustic( 2004): (DualMic_Phone_SPK,/system/etc/soundimage/Sound_Dualmic_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dualmic_SPK.txt success.
E/HTC Acoustic( 2004): (Srs_a_hp,/system/etc/soundimage/Sound_SRS_A_HP.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_SRS_A_HP.txt success.
E/HTC Acoustic( 2004): (Srs_a_spk,/system/etc/soundimage/Sound_SRS_A_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_SRS_A_SPK.txt success.
I/SamplingProfilerIntegration( 2003): Profiling disabled.
E/HTC Acoustic( 2004): (Srs_v_hp,/system/etc/soundimage/Sound_SRS_V_HP.txt)
I/Zygote ( 2003): Preloading classes...
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_SRS_V_HP.txt success.
D/dalvikvm( 2003): GC_EXPLICIT freed 37K, 84% free 413K/2560K, paused 0ms+1ms
E/HTC Acoustic( 2004): (Srs_v_spk,/system/etc/soundimage/Sound_SRS_V_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_SRS_V_SPK.txt success.
E/HTC Acoustic( 2004): (dolby_a_hp,/system/etc/soundimage/Sound_Dolby_A_HP.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dolby_A_HP.txt success.
E/HTC Acoustic( 2004): (dolby_a_spk,/system/etc/soundimage/Sound_Dolby_A_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dolby_A_SPK.txt success.
E/HTC Acoustic( 2004): (dolby_v_hp,/system/etc/soundimage/Sound_Dolby_V_HP.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dolby_V_HP.txt success.
E/HTC Acoustic( 2004): (dolby_v_spk,/system/etc/soundimage/Sound_Dolby_V_SPK.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Dolby_V_SPK.txt success.
E/HTC Acoustic( 2004): (Bass Booster,/system/etc/soundimage/Sound_Bass_Booster.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Bass_Booster.txt success.
E/HTC Acoustic( 2004): (Blues,/system/etc/soundimage/Sound_Blues.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Blues.txt success.
E/HTC Acoustic( 2004): (Classical,/system/etc/soundimage/Sound_Classical.txt)
D/TextLayoutCache( 2003): Using debug level: 0 - Debug Enabled: 0
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Classical.txt success.
E/HTC Acoustic( 2004): (Country,/system/etc/soundimage/Sound_Country.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Country.txt success.
E/HTC Acoustic( 2004): (Jazz,/system/etc/soundimage/Sound_Jazz.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Jazz.txt success.
E/HTC Acoustic( 2004): (Latin,/system/etc/soundimage/Sound_Latin.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Latin.txt success.
E/HTC Acoustic( 2004): (New age,/system/etc/soundimage/Sound_New_Age.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_New_Age.txt success.
E/HTC Acoustic( 2004): (Piano,/system/etc/soundimage/Sound_Piano.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Piano.txt success.
E/HTC Acoustic( 2004): (Pop,/system/etc/soundimage/Sound_Pop.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Pop.txt success.
E/HTC Acoustic( 2004): (R&B,/system/etc/soundimage/Sound_R_B.txt)
I/dalvikvm( 2003): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_R_B.txt success.
D/MtpDeviceJNI( 2003): register_android_mtp_MtpDevice
I/dalvikvm( 2003): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 2003): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
E/MediaProfilesJNI( 2003): native_init
E/MediaProfilesJNI( 2003): After native_init lock
E/MediaProfilesJNI( 2003): Guru : native_init profiles
E/MediaProfiles( 2003): getInstance
E/MediaProfiles( 2003): Guru :Else 1
F/libc ( 2003): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
E/HTC Acoustic( 2004): (Rock,/system/etc/soundimage/Sound_Rock.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Rock.txt success.
E/HTC Acoustic( 2004): (Treble Booster,/system/etc/soundimage/Sound_Treble_Booster.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Treble_Booster.txt success.
E/HTC Acoustic( 2004): (Vocal Booster,/system/etc/soundimage/Sound_Vocal_Booster.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Vocal_Booster.txt success.
E/HTC Acoustic( 2004): (Original_Recording,/system/etc/soundimage/Sound_Original_Recording.txt)
I/HTC Acoustic( 2004): open /system/etc/soundimage/Sound_Original_Recording.txt success.
D/HTC Acoustic( 2004): int android::support_back_mic(), support_back_mic: 1
I/AudioFlinger( 2004): Loaded primary audio interface from QCOM Audio HW HAL (audio)
I/AudioFlinger( 2004): Using 'QCOM Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 2004): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 2004): setMode(NORMAL)
I/AudioHardwareMSM7X30( 2004): Set master volume to 7.
I/CameraService( 2004): CameraService started (pid=2004)
E/CameraService( 2004): Could not load camera HAL module
I/AudioFlinger( 2004): AudioFlinger's thread 0x178f0 ready to run
W/AudioFlinger( 2004): Thread AudioOut_1 cannot connect to the power manager service
D/AudioHardwareMSM7X30( 2004): AudioStreamOutMSM72xx::standby()
W/AudioFlinger( 2004): Thread AudioOut_1 cannot connect to the power manager service
I/AudioHardwareMSM7X30( 2004): Routing audio to Speakerphone
D/AudioHardwareMSM7X30( 2004): aic3254_config: device 1 enabled 1
D/AudioHardwareMSM7X30( 2004): aic3254_config: loading effect Original
I/HTC Acoustic( 2004): set_audio_effect: Original
I/HTC Acoustic( 2004): set_audio_effect: match with name Original (0)
D/AudioHardwareMSM7X30( 2004): do_aic3254_control device: 1 mode: 0 record: 0
D/AudioHardwareMSM7X30( 2004): aic3254_ioctl: new_aic_rxmode 29 cur_aic_rx 29
D/AudioHardwareMSM7X30( 2004): aic3254_ioctl: new_aic_txmode 29 cur_aic_tx 29
D/AudioHardwareMSM7X30( 2004): aic3254_powerdown
D/AudioHardwareMSM7X30( 2004): aic3254_ioctl()
D/AudioHardwareMSM7X30( 2004): aic3254_ioctl: try ioctl 0x40047325 with arg 0
D/AudioHardwareMSM7X30( 2004): new_rx = 6
D/AudioHardwareMSM7X30( 2004): new_tx = 11
E/AudioHardwareMSM7X30( 2004): updateDeviceInfo: E rx_device 6 and tx_device 11
D/AudioHardwareMSM7X30( 2004): No active voicecall/playback, disabling cur_rx 65535
D/AudioHardwareMSM7X30( 2004): No active voicecall/recording, disabling cur_tx 65535
E/AudioHardwareMSM7X30( 2004): updateDeviceInfo: X cur_rx 6 cur_tx 11
D/AudioHardwareMSM7X30( 2004): update TPA2051_SET_MODE to mode 1 success
D/AudioHardwareMSM7X30( 2004): Enable ALT for speaker
D/AudioHardwareMSM7X30( 2004): ALT batt_temp = 250
D/AudioHardwareMSM7X30( 2004): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 2004): Setting in-call volume to 100 (available range is 0 to 100)
E/AudioHardwareMSM7X30( 2004): msm_set_voice_rx_vol(100) failed errno = 1
I/AudioPolicyService( 2004): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
I/DEBUG ( 1478): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1478): Build fingerprint: 'verizon_wwe/htc_mecha/mecha:4.0.4/IML74K/370649.2:user/release-keys'
I/DEBUG ( 1478): pid: 2003, tid: 2003 >>> zygote <<<
I/DEBUG ( 1478): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 1478): r0 4094f1f0 r1 00000000 r2 0000006d r3 80000000
I/DEBUG ( 1478): r4 000e5bd8 r5 000e2b00 r6 000e5bd8 r7 00000000
I/DEBUG ( 1478): r8 000e24d8 r9 000e3203 10 000e3203 fp bef5666c
I/DEBUG ( 1478): ip 409690b8 sp bef564a0 lr 40949e3b pc 400120e4 cpsr 00030010
I/DEBUG ( 1478): d0 20202020200a2e6c d1 6573656854202020
I/DEBUG ( 1478): d2 6920657261207365 d3 616d69636564206e
I/DEBUG ( 1478): d4 654c4356415f4f45 d5 200a2e31346c6576
I/DEBUG ( 1478): d6 5020202020202020 d7 6f6e20657361656c
I/DEBUG ( 1478): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1478): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1478): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1478): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1478): d16 0000000700000000 d17 3fe999999999999a
I/DEBUG ( 1478): d18 41ccaaaa1c800000 d19 0000000000000000
I/DEBUG ( 1478): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1478): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1478): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1478): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1478): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1478): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1478): scr 60000010
I/DEBUG ( 1478):
I/Modem_Link( 2030): open port : /dev/ttyHSUSB0, transfer unit = 4096
I/Modem_Link( 2030): open smd channel
E/Modem_Link( 2030): open sap socket failed, errno = 2
I/DEBUG ( 1478): #00 pc 0000e0e4 /system/lib/libc.so (strcmp)
I/DEBUG ( 1478): #01 pc 0004ae38 /system/lib/libmedia.so (_ZN7android13MediaProfiles20createVideoEditorCapEPPKcPS0_)
I/DEBUG ( 1478): #02 pc 0004b7b6 /system/lib/libmedia.so (_ZN7android13MediaProfiles19startElementHandlerEPvPKcPS3_)
I/DEBUG ( 1478): #03 pc 0000571e /system/lib/libexpat.so
I/DEBUG ( 1478): #04 pc 00005be4 /system/lib/libexpat.so
I/DEBUG ( 1478): #05 pc 00002034 /system/lib/libexpat.so (XML_ParseBuffer)
I/DEBUG ( 1478): #06 pc 0004a812 /system/lib/libmedia.so (_ZN7android13MediaProfiles25createInstanceFromXmlFileEPKc)
I/DEBUG ( 1478): #07 pc 0004ad26 /system/lib/libmedia.so (_ZN7android13MediaProfiles11getInstanceEv)
I/DEBUG ( 1478): #08 pc 0000c80e /system/lib/libmedia_jni.so
I/DEBUG ( 1478): #09 pc 0001edb0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 1478): #10 pc 00058dd4 /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 1478):
I/DEBUG ( 1478): code around pc:
I/DEBUG ( 1478): 400120c4 0afffff9 e20330ff e0630c20 e49d4004 .....0.. [email protected]
I/DEBUG ( 1478): 400120d4 e12fff1e e3100003 0a000006 e4d02001 ../.......... ..
I/DEBUG ( 1478): 400120e4 e4d13001 e3520001 21520003 0afffff8 .0....R...R!....
I/DEBUG ( 1478): 400120f4 e0420003 e12fff1e e52d5004 e52d4004 ..B.../[email protected]
I/DEBUG ( 1478): 40012104 e3a02001 e1822402 e1822802 e201c003 . ...$...(......
I/DEBUG ( 1478):
I/DEBUG ( 1478): code around lr:
I/DEBUG ( 1478): 40949e18 69214822 f7e94478 b958ee46 69a14820 "H!ixD..F.X. H.i
I/DEBUG ( 1478): 40949e28 f7e94478 b928ee40 6a21481e f7e94478 [email protected](..H!jxD..
I/DEBUG ( 1478): 40949e38 b138ee3a 491d481c 44784a1d 447a4479 :.8..H.I.JxDyDzD
I/DEBUG ( 1478): 40949e48 efe6f7e9 f7ea6860 4682e832 f7ea68e0 ....`h..2..F.h..
I/DEBUG ( 1478): 40949e58 4681e82e f7ea6960 4680e82a f7ea69e0 ...F`i..*..F.i..
I/DEBUG ( 1478):
I/DEBUG ( 1478): stack:
I/DEBUG ( 1478): bef56460 000e2338 [heap]
I/DEBUG ( 1478): bef56464 401b886f /system/lib/libexpat.so
I/DEBUG ( 1478): bef56468 00000001
I/DEBUG ( 1478): bef5646c 00000001
I/DEBUG ( 1478): bef56470 00000001
I/DEBUG ( 1478): bef56474 00001f40
I/DEBUG ( 1478): bef56478 00001f40
I/DEBUG ( 1478): bef5647c 00002fa8
I/DEBUG ( 1478): bef56480 000e2b18 [heap]
I/DEBUG ( 1478): bef56484 400bada1 /system/lib/libutils.so
I/DEBUG ( 1478): bef56488 000e2b18 [heap]
I/DEBUG ( 1478): bef5648c 00000004
I/DEBUG ( 1478): bef56490 bef56534 [stack]
I/DEBUG ( 1478): bef56494 00000004
I/DEBUG ( 1478): bef56498 df0027ad
I/DEBUG ( 1478): bef5649c 00000000
I/DEBUG ( 1478): #01 bef564a0 000e2b00 [heap]
I/DEBUG ( 1478): bef564a4 000e53b0 [heap]
I/DEBUG ( 1478): bef564a8 000e5bd8 [heap]
I/DEBUG ( 1478): bef564ac 00000000
I/DEBUG ( 1478): bef564b0 000e24d8 [heap]
I/DEBUG ( 1478): bef564b4 000e3203 [heap]
I/DEBUG ( 1478): bef564b8 000e3203 [heap]
I/DEBUG ( 1478): bef564bc 4094a7bb /system/lib/libmedia.so
I/ServiceManager( 1475): service 'media.audio_flinger' died
I/ServiceManager( 1475): service 'media.player' died
I/ServiceManager( 1475): service 'media.camera' died
I/ServiceManager( 1475): service 'media.audio_policy' died
Click to expand...
Click to collapse
My guess based on your log, and past experience with building cm and logs I have seen, is this.
The problem appears to be a mismatch between SAP kernel libraries and database libraries.
It can rectified by only matching the patch levels of both.
But this is something I believe Twisted was fighting with as well, and although rectified enough to boot, it was what I believe was causing his reboot issues upon searching in text fields and other similar instances.
Not sure that any of that helps or is 100% accurate, but that's what I have to offer for now.
Good luck!
santod040 said:
My guess based on your log, and past experience with building cm and logs I have seen, is this.
The problem appears to be a mismatch between SAP kernel libraries and database libraries.
It can rectified by only matching the patch levels of both.
But this is something I believe Twisted was fighting with as well, and although rectified enough to boot, it was what I believe was causing his reboot issues upon searching in text fields and other similar instances.
Not sure that any of that helps or is 100% accurate, but that's what I have to offer for now.
Good luck!
Click to expand...
Click to collapse
I'm not too familiar with kernel development so can you explain where I would "match the patch levels"? I have done some searching (related to errors with msm audio, I was fruitless with searches related to "SAP kernel patch level") and revealed that some people had issues with libraries such as libandroid_runtime.so, libandroid_servers.so, libmedia_jni.so, and others. I am currently pulling libs from Twisted's build so those are identical. I haven't tried using any libs from the stock ICS build because I'm assuming they won't work without HTC's kernel source. I'll give it a shot if it's a viable option, though. I am comparing the system folder from Twisted's to mine to see if there are any other glaring differences. I'm also thinking about using his kernel as a prebuilt even though mine compiled without issue.
I have nearly finished rewriting a new device_htc_mecha folder using a combination of Twisted's, liquid's, default CM, and other device trees (such as ace, pyramid and fat-tire's encore) that hasn't caused any issues thus far. I had to start over since many overlays caused issues with CM. However, I had to revert back to using CM's device_htc_msm7x30-common device tree with a few minor modifications due to complications in building Twisted's heavily modified version. His makes calls and sprawls out into his own other customized vendor folders to copy over gapps (I guess to integrate them into the ROM zip, I'd rather keep them separate for legal and debugging purposes) and other misc apps. It also makes a call to a vendor_qcom folder (supposedly form https://developer.qualcomm.com/mobile-development/mobile-technologies/gaming-graphics-optimization-adreno) that has more proprietary files in it. As an aside, I chuckled when I saw in git he added himself to their copyright license.
I'll start work on making a new msm7x30-common device tree and judging whether or not additions belong in that common folder or in mecha (or a new makefile to keep the differences obvious). Obviously CM's device tree works for their supported devices, so I don't want to cause problems later on in case this ends up being officially supported (one can dream).
My github is https://github.com/jblack248.
Santod, I saw on your forum that you're making an AOSP / CM9 ROM. Are you compiling from source or using stock ICS as a base? From your screenshots it seems like you're using the Sense kernel, but I could be wrong. I have a feeling things will be hard going until HTC drops their source. I emailed them and got a canned response so who knows when it will happen. Regardless, if you're compiling from source in any way then it would be great to join forces on this!
Also, I have no idea how to follow your ROM naming scheme. UnSense DeSensed ReBorN NuEra NuSense AWESOME BEATS ICS AOSP/CM9 is pretty creative even if it's confusing, though. I'd be unoriginal and go with "CM9 Unofficial" or something.
UnSense isn't cm9 but a heavily desensed and themed sense.
Sent from my ADR6400L using Tapatalk 2
disconnecktie said:
UnSense isn't cm9 but a heavily desensed and themed sense.
Sent from my ADR6400L using Tapatalk 2
Click to expand...
Click to collapse
Well that's disappointing but still good news overall. I might give it a shot and flash it in the meantime. I tried Santod's stock debloated version once and uninstalled even more things but couldn't get used to Sense after using an AOSP base for so long. Having a Nexus 7 and a girlfriend with a Samsung GS3 running CM10.1 doesn't help either. On the other hand it would be nice to have reliable LTE and Netflix again!
disconnecktie said:
UnSense isn't cm9 but a heavily desensed and themed sense.
Sent from my ADR6400L using Tapatalk 2
Click to expand...
Click to collapse
Correct, UnSenseROM is a Desensed rom which is as close to AOSP as I can make it using the HTC Kernel and Ril.
Keeping the stability of our Sense bases and radio functionality.
I am in the process of updating it, tonight/tomorrow as well.
My thread regarding my true CM9 build is HERE.
Related
Hi. I've been using Pulse News for reading RSS feeds lately, but now i find a little bit "messy".So I launched HTC News. I remembered that it was working perfectly the time i bought mine Legend, but now every time I'm trying to search a feed by a keyword, it gives me blank results no matter what I type in.
I'm using B 0.8.4. If anyone could check if they have the same problem and report here, I would be grateful.
Heres a logcat when I'm trying to search for a feed:
Code:
D/Newsstand( 916): Search feeds by Keyword Pclab.pl
D/Newsstand( 916): server id1
D/HtcDebugger_Eng( 1240): SF service connected
I/Custom Debugger( 1240): Searching online..
I/ Debugger.print( 1240): Searching : Pclab.pl
D/HtcDebugger_Eng( 1240): search online type = 1
D/HtcDebugger_Eng( 1240): sf taskId = 4
D/HtcDebugger_Eng( 1240): after adding sf taskId 4 to sf_task_list
D/Newsstand( 916): SearchChannelAct4 onStart
D/Newsstand( 916): data storage space=126279680
D/Newsstand( 916): SearchChannelAct4 onResume
D/Newsstand( 916): counter 0
D/Newsstand( 916): No select
I/webview ( 1208): setSIPisVisible=false hasWindowFocus()=false oldvisible=true
inEditingMode()=false [email protected]
D/dalvikvm( 269): GC_EXPLICIT freed 1589 objects / 63880 bytes in 192ms
D/NewsManager( 916): release() 2
D/BT HS/HF( 276): gsmAsuToSignal=9
D/BT HS/HF( 276): gsmAsuToSignal=10
D/HtcDebugger_Eng( 1240): notifyResult, send a intent out
D/HtcDebugger_Eng( 1240): nofityResult, callback count = 2
D/HtcDebugger_Eng( 1240): i = 0 taskId = 4
D/HtcDebugger_Eng( 1240): task 4 is not ac
D/HtcDebugger_Eng( 1240): i = 1 taskId = 4
D/HtcDebugger_Eng( 1240): task 4 is sf
D/Newsstand( 916): Search Feed OK
I have the same problem with the same ROM. The problem existed even with earlier versions of the Blay0's rom and Ogo2's desocialized version. I posted about it in the main thread and if I recall a couple people had the same issue (including Ogo2).
This is my first attempt at a port, I am trying to port the myTouch 4g Gingerbread leak to the G2 and I have had it up and running and now for some reason I cant seem to get it past the splash screen. Can anyone help me out? I see a lot of errors that seem to be audio related and I am guessing that it is something to do with the lib files but I have no idea where to start. I couldn't post what I believe to be the entire log I know it repeats but I believe I cut out all the repition but it is 4AM and I have been up a while so sorry if some of it is doubled up, so I posted the rest in the second post.
Code:
--------- beginning of /dev/log/main
I/rmt_storage( 1250): rmt_storage user app start
I/rmt_storage( 1250): rmt_storage open success
I/rmt_storage( 1250): rmt_storage shared memory ioctl success
I/rmt_storage( 1250): rmt_storage mmap addr = 40011000
D/AK8975 ( 1247): AK8975 daemon 1.1.0 Start
D/AK8975 ( 1247): (Library version : 1.2.1.1125)
E/HtcEbdLog( 1251): =====Kernel Key Words=====
E/HtcEbdLog( 1251): [KLog_Size,Rotate_Bundary] = [1024,2097152]
E/HtcEbdLog( 1261): /system/bin/logcat2
E/HtcEbdLog( 1261): -v
E/HtcEbdLog( 1261): time
E/HtcEbdLog( 1261): -f
E/HtcEbdLog( 1261): /devlog/system_log
E/HtcEbdLog( 1261): -r
E/HtcEbdLog( 1261): 1024
E/HtcEbdLog( 1261): -n
E/HtcEbdLog( 1261): 55
E/HtcEbdLog( 1261): *:w
E/HtcEbdLog( 1261):
E/HtcEbdLog( 1251): [htc_ebdlog_kmsg_main] g_outByteCount = 737280
E/HtcEbdLog( 1251): msg format not match: l
E/LogCat2 ( 1261): Use New System Priority = 3
E/LogCat2 ( 1261): =====System Key Words=====
E/LogCat2 ( 1261): SysLV=5, KWNum=1
E/LogCat2 ( 1261): KW=ConnectivityChange for
E/LogCat2 ( 1261): Logcat2: [SLog_Size,Rotate_Bundary] = [1024,2097152]
D/KIPC ( 1238): KIPC_Init()
D/KIPC ( 1238): Address is 127.0.0.1, Port is 45211
D/KIPC ( 1238): Binding...
D/KIPC ( 1238): listening...
D/KIPC ( 1238): accepting...
--------- beginning of /dev/log/system
I/Vold ( 1235): Vold 2.1 (the revenge) firing up
D/Vold ( 1235): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 1236): Netd 1.0 starting
I//system/bin/iptables( 1236): Flushing chain `INPUT'
D/DirectVolume( 1235): device name = mmcblk1
D/Vold ( 1235): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
I//system/bin/iptables( 1236): Flushing chain `OUTPUT'
D/Vold ( 1235): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I//system/bin/iptables( 1236): Flushing chain `FORWARD'
I//system/bin/iptables( 1236): Flushing chain `PREROUTING'
I//system/bin/iptables( 1236): Flushing chain `OUTPUT'
I//system/bin/iptables( 1236): Flushing chain `POSTROUTING'
I/DEBUG ( 1237): debuggerd: Jun 29 2011 12:46:56
W/Vold ( 1235): Ignoring unknown switch 'msm72k_udc'
D/Vold ( 1235): USB connected
D/Vold ( 1235): Share method ums now available
D/GANRIL ( 1238): GAN RIL STARTING
D/GANRIL ( 1238): ENTERING MAIN LOOP
D/GANAT ( 1238): 65 6e 74 65 72 69 6e 67 20 6d 61 69 6e 4c 6f 6f
D/GANAT ( 1238): 70 28 29
D/GANAT ( 1238): GAN_at_open
D/GANPSAT ( 1238): GAN_ps_at_open
D/GANAT ( 1238): Additional logging enabled. Going to call readline()
D/GANAT ( 1238): readLine
D/GANAT ( 1238): ReadLine : Before read
D/AndroidRuntime( 1239):
D/AndroidRuntime( 1239): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1239): CheckJNI is OFF
D/dalvikvm( 1239): creating instr width table
I/htcfs-main( 1241): main()
I/htcfs-main( 1241): ############# HTC FS - START ##################
I/dalvikvm( 1239): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=13
I/dalvikvm( 1239): mlock(1114009600, 4847392), fd=13
I/ ( 1240): ServiceManager: 0xae38
D/HTC Acoustic( 1240): int android::support_audience(), support_a1026: 0
D/AudioHardwareMSM7X30( 1240): device handset_rx (index 0, id 0)
D/AudioHardwareMSM7X30( 1240): device handset_tx (index 1, id 1)
D/AudioHardwareMSM7X30( 1240): device headset_stereo_rx (index 2, id 2)
D/AudioHardwareMSM7X30( 1240): device headset_mono_rx (index 3, id 3)
D/AudioHardwareMSM7X30( 1240): device headset_mono_tx (index 4, id 4)
D/AudioHardwareMSM7X30( 1240): device fmradio_handset_rx (index 5, id 5)
D/AudioHardwareMSM7X30( 1240): device speaker_mono_rx (index 6, id 6)
D/AudioHardwareMSM7X30( 1240): device fmradio_speaker_rx (index 7, id 7)
D/AudioHardwareMSM7X30( 1240): device fmradio_headset_rx (index 8, id 8)
D/AudioHardwareMSM7X30( 1240): device tty_headset_mono_tx (index 9, id 9)
D/AudioHardwareMSM7X30( 1240): device tty_headset_mono_rx (index 10, id 10)
I/dalvikvm( 1239): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=23
I/dalvikvm( 1239): mlock(1137070080, 5839768), fd=23
D/AudioHardwareMSM7X30( 1240): device speaker_mono_tx (index 11, id 11)
D/AudioHardwareMSM7X30( 1240): device headset_speaker_stereo_rx (index 12, id 12)
D/AudioHardwareMSM7X30( 1240): device usb_headset_stereo_rx (index 13, id 13)
D/AudioHardwareMSM7X30( 1240): device hac_mono_rx (index 14, id 14)
D/AudioHardwareMSM7X30( 1240): device gan_lite_handset_rx (index 19, id 18)
D/AudioHardwareMSM7X30( 1240): device gan_lite_speaker_mono_rx (index 20, id 19)
D/AudioHardwareMSM7X30( 1240): device bt_sco_rx (index 15, id 20)
D/AudioHardwareMSM7X30( 1240): device bt_sco_tx (index 16, id 21)
I/HTC Acoustic( 1240): libhtc_acoustic.so(7x30 platform) version 1.1.0.3
D/HTC Acoustic( 1240): int android::support_audience(), support_a1026: 0
I/HTC Acoustic( 1240): Open /system/etc/AdieHWCodec.csv success.
I/rmt_storage( 1250): rmt_storage open event
I/rmt_storage( 1250): rmt_storage client thread started
I/rmt_storage( 1250): rmt_storage events processing done
I/rmt_storage( 1250): rmt_storage register cb event
I/rmt_storage( 1250): rmt_storage status id = 2
I/rmt_storage( 1250): rmt_storage events processing done
I/rmt_storage( 1250): rmt_storage open event
I/rmt_storage( 1250): rmt_storage client thread started
I/rmt_storage( 1250): rmt_storage events processing done
I/rmt_storage( 1250): rmt_storage register cb event
I/rmt_storage( 1250): rmt_storage status id = 2
I/rmt_storage( 1250): rmt_storage events processing done
I/rmt_storage( 1250): rmt_storage write event
I/rmt_storage( 1250): rmt_storage events processing done
I/rmt_storage( 1250): unblock rmt_storage client thread
D/HTC Acoustic( 1240): Glacier_HTC_20100920_GAN_LITE
D/HTC Acoustic( 1240): [1] dev_name = handset_rx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=26, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [2] dev_name = handset_rx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=26, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [3] dev_name = handset_tx_midi_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [4] dev_name = handset_tx_voice_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [5] dev_name = handset_tx_voice_16000
I/HTC Acoustic( 1240): parse freq 16000
I/HTC Acoustic( 1240): act_size=25, freq=16000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [6] dev_name = handset_tx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [7] dev_name = handset_tx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [8] dev_name = headset_stereo_rx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=28, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [9] dev_name = headset_stereo_rx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=28, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [10] dev_name = headset_mono_tx_midi_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [11] dev_name = headset_mono_tx_voice_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [12] dev_name = headset_mono_tx_voice_16000
I/HTC Acoustic( 1240): parse freq 16000
I/HTC Acoustic( 1240): act_size=25, freq=16000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [13] dev_name = headset_mono_tx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [14] dev_name = headset_mono_tx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [15] dev_name = speaker_mono_rx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [16] dev_name = speaker_mono_rx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [17] dev_name = speaker_mono_tx_midi_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [18] dev_name = speaker_mono_tx_voice_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=25, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [19] dev_name = speaker_mono_tx_voice_16000
I/HTC Acoustic( 1240): parse freq 16000
I/HTC Acoustic( 1240): act_size=25, freq=16000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [20] dev_name = speaker_mono_tx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [21] dev_name = speaker_mono_tx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [22] dev_name = tty_headset_mono_rx_voice_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=28, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [23] dev_name = tty_headset_mono_rx_voice_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=28, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [24] dev_name = tty_headset_mono_tx_voice_8000
I/HTC Acoustic( 1240): parse freq 8000
I/HTC Acoustic( 1240): act_size=24, freq=8000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [25] dev_name = tty_headset_mono_tx_voice_16000
I/HTC Acoustic( 1240): parse freq 16000
I/HTC Acoustic( 1240): act_size=24, freq=16000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [26] dev_name = fmradio_headset_rx
I/HTC Acoustic( 1240): act_size=18, freq=0
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1240): [27] dev_name = fmradio_speaker_rx
I/HTC Acoustic( 1240): act_size=31, freq=0
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1240): [28] dev_name = headset_speaker_stereo_rx
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=33, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [29] dev_name = fmtx_headset
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=28, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1240): [30] dev_name = gan_lite_handset_rx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=26, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1240): [31] dev_name = gan_lite_speaker_mono_rx_midi_48000
I/HTC Acoustic( 1240): parse freq 48000
I/HTC Acoustic( 1240): act_size=25, freq=48000
D/HTC Acoustic( 1240): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 1240): Success on updating adie setting
I/HTC Acoustic( 1240): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 1240): BT ID table version: GLR_HTC_20100719
D/HTC Acoustic( 1240): int android::support_audience(), support_a1026: 0
I/rmt_storage( 1250): rmt_storage write: bytes written = 3145216
I/rmt_storage( 1250): rmt_storage write: bytes written = 512
I/rmt_storage( 1250): rmt_storage status handle = 1
D/dalvikvm( 1239): Unable to stat classpath element '/system/framework/android.supl.jar'
D/HTC Acoustic( 1240): update_acdb_table, return 0
D/AudioHardwareMSM7X30( 1240): mNumBTEndpoints = 22
D/AudioHardwareMSM7X30( 1240): BT name Default (tx,rx)=(1001,1101)
D/AudioHardwareMSM7X30( 1240): BT name Default Car-kit (tx,rx)=(1201,1301)
D/AudioHardwareMSM7X30( 1240): BT name JKDAP3264 (tx,rx)=(1002,1102)
D/AudioHardwareMSM7X30( 1240): BT name JKDAP3265 (tx,rx)=(1003,1103)
D/AudioHardwareMSM7X30( 1240): BT name 9xxPlantronics (tx,rx)=(1004,1104)
D/AudioHardwareMSM7X30( 1240): BT name PROPlantronics (tx,rx)=(1005,1105)
D/AudioHardwareMSM7X30( 1240): BT name 9xxBackBeat (tx,rx)=(1006,1106)
D/AudioHardwareMSM7X30( 1240): BT name Motorola H790 (tx,rx)=(1007,1107)
D/AudioHardwareMSM7X30( 1240): BT name Motorola S9 (tx,rx)=(1009,1109)
D/AudioHardwareMSM7X30( 1240): BT name HBH-IV840 (tx,rx)=(1010,1110)
D/AudioHardwareMSM7X30( 1240): BT name HBH-PV740 (tx,rx)=(1011,1111)
D/AudioHardwareMSM7X30( 1240): BT name HBH-DS220 (tx,rx)=(1012,1112)
D/AudioHardwareMSM7X30( 1240): BT name HBH-DS980 (tx,rx)=(1013,1113)
D/AudioHardwareMSM7X30( 1240): BT name Jabra Halo (tx,rx)=(1014,1114)
D/AudioHardwareMSM7X30( 1240): BT name Jabra STONE (tx,rx)=(1015,1115)
D/AudioHardwareMSM7X30( 1240): BT name Jabra BT3030 (tx,rx)=(1016,1116)
D/AudioHardwareMSM7X30( 1240): BT name BH M300 (tx,rx)=(1017,1117)
D/AudioHardwareMSM7X30( 1240): BT name Nokia BH-905 (tx,rx)=(1018,1118)
D/AudioHardwareMSM7X30( 1240): BT name Nokia BH-106 (tx,rx)=(1019,1119)
D/AudioHardwareMSM7X30( 1240): BT name Nokia BH-216 (tx,rx)=(1020,1120)
D/AudioHardwareMSM7X30( 1240): BT name Samsung WEP410 (tx,rx)=(1021,1121)
D/AudioHardwareMSM7X30( 1240): BT name END (tx,rx)=(0,0)
D/HTC Acoustic( 1240): failed to open A2051 CSV files /system/etc/TPA2051_CFG.csv.
D/AudioHardwareMSM7X30( 1240): set_tpa2051_parameters fail
D/HTC Acoustic( 1240): int android::support_codec_aic3254(), support_aic3254: 0
E/AudioHardwareMSM7X30( 1240): set_aic3254_parameters failed
D/AudioHardwareInterface( 1240): setMode(NORMAL)
I/AudioHardwareMSM7X30( 1240): Set master volume to 7.
V/MediaPlayerService( 1240): MediaPlayerService created
D/SkypeAVHost( 1240): [Skype] getInstance(), getInstance
D/SkypeAVHost( 1240): [Skype] SkypeAVHost(), constructor
D/SkypePCMHost( 1240): [Skype] SkypePCMHost(), constructor
D/SkypePCMHost( 1240): [Skype] start(), IN
D/SkypePCMHost( 1240): [Skype] pcmHostThread(), pcmHostThread
D/SkypePCMHost( 1240): [Skype] pcmHost(), pcmHost
D/SkypePCMHost( 1240): [Skype] pcmHost(), entry thread(1346) signal
D/SkypePCMHost( 1240): [Skype] start(), skype pcm host thread started
D/SkypePCMHost( 1240): [Skype] start(), OUT
D/SkypeAVHost( 1240): [Skype] SkypeAVHost(), creating SkypeVideoHost...
I/CameraService( 1240): CameraService started (pid=1240)
D/OLAWORK ( 1240): create OlaEngine
D/OLAWORK ( 1240): create Ola FD
D/HTC Acoustic( 1240): int android::support_back_mic(), support_back_mic: 0
D/AudioPolicyManagerBase( 1240): mSupportBacMic = 0
D/AudioPolicyService( 1240): AudioPolicyService::AudioCommandThread::parametersCommand() before command->mCond.wait()
I/ ( 1240): Entering Skype Video Host!
D/SkypekitTestEngine( 1240): TF_F: SkypeVideoRTPInterfaceGet
D/SkypekitTestEngine( 1240): TF_F: SkypekitTestEngine
I/Configuration( 1240): Creating an example conf file /etc/RTPTestEngine.conf.example (rename to /etc/RTPTestEngine.conf manually)
W/Configuration( 1240): Unable to create: /etc/RTPTestEngine.conf.example
I/Configuration( 1240): Opened conf file /etc/RTPTestEngine.conf
I/AudioFlinger( 1240): AudioFlinger's thread 0x16e18 ready to run
I/AudioHardwareMSM7X30( 1240): Routing audio to Speakerphone
I/AudioHardwareMSM7X30( 1240): do_route_audio_rpc(1, 1, 1)
I/AudioHardwareMSM7X30( 1240): new_rx = 6
I/AudioHardwareMSM7X30( 1240): new_tx = 11
D/AudioPolicyService( 1240): AudioPolicyService::AudioCommandThread::parametersCommand() after command->mCond.wait()
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:0, audio_devices:2)
D/AudioSystem( 1240): initGainTables(), Init GainTableMusicHeadset.
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:1, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:2, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:3, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:4, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:5, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:7, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:8, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
Code:
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1240): linearToSpecifyHtcVolume(volume:100, streamType:9, audio_devices:2)
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1240): volume after AudioSystem::linearToLog: 1.000000
D/AudioHardwareMSM7X30( 1240): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 1240): Setting in-call volume to 100 (available range is 0 to 100)
I/AudioHardwareMSM7X30( 1240): msm_set_voice_rx_vol(100) succeeded
I/AudioHardwareMSM7X30( 1240): AudioHardware pcm playback is going to standby.
V/SID ( 1240): VideohostRun waiting connection...
W/dalvikvm( 1239): Exception Ljava/util/regex/PatternSyntaxException; thrown while initializing Landroid/graphics/Rect;
I/dalvikvm( 1239): Rejecting re-init on previously-failed class Landroid/graphics/Rect; v=0x0
E/dalvikvm( 1239): Class lookup Ljava/lang/NoClassDefFoundError; attempted while exception Ljava/lang/ExceptionInInitializerError; pending
I/dalvikvm( 1239): DALVIK THREADS:
I/dalvikvm( 1239): (mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0)
I/dalvikvm( 1239): "main" prio=5 tid=1 RUNNABLE
I/dalvikvm( 1239): | group="main" sCount=0 dsCount=0 obj=0x400275b0 self=0xcfe8
I/dalvikvm( 1239): | sysTid=1239 nice=0 sched=0/0 cgrp=default handle=-1345006240
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1239):
E/dalvikvm( 1239): Pending exception
I/dalvikvm( 1239): Ljava/lang/ExceptionInInitializerError;:
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1239): Caused by:
I/dalvikvm( 1239): Ljava/util/regex/PatternSyntaxException;:
I/dalvikvm( 1239): at java.util.regex.Pattern.compileImpl(Native Method)
I/dalvikvm( 1239): at java.util.regex.Pattern.compile(Pattern.java:400)
I/dalvikvm( 1239): at java.util.regex.Pattern.<init>(Pattern.java:383)
I/dalvikvm( 1239): at java.util.regex.Pattern.compile(Pattern.java:374)
I/dalvikvm( 1239): at android.graphics.Rect.<clinit>(Rect.java:39)
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1239): at dalvik.system.NativeStart.main(Native Method)
E/dalvikvm( 1239): VM aborting
I/DEBUG ( 1237): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1237): Build fingerprint: 'tmobile/htc_glacier/glacier:2.3.4/GRJ22/95282:user/release-keys'
I/DEBUG ( 1237): pid: 1239, tid: 1239 >>> zygote <<<
I/DEBUG ( 1237): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d
I/DEBUG ( 1237): r0 fffffe78 r1 deadd00d r2 00000026 r3 00000000
I/DEBUG ( 1237): r4 800a7678 r5 0000cfe8 r6 800a7678 r7 8008e046
I/DEBUG ( 1237): r8 00000000 r9 00000000 10 ad38455b fp ad384561
I/DEBUG ( 1237): ip 800a7788 sp be869918 lr afd19341 pc 80046b64 cpsr 20000030
I/DEBUG ( 1237): d0 74726f6261204d69 d1 614e2e6d6574736e
I/DEBUG ( 1237): d2 6c6961662d796c67 d3 7373616c6320640a
I/DEBUG ( 1237): d4 42156fb442156f80 d5 4215820842156fe8
I/DEBUG ( 1237): d6 421582704215823c d7 421582d8421582a4
I/DEBUG ( 1237): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1237): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1237): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1237): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1237): d16 4219ec5040030998 d17 0000000000000000
I/DEBUG ( 1237): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 1237): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1237): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1237): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1237): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1237): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1237): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1237): scr 60000010
I/DEBUG ( 1237):
I/DEBUG ( 1237): #00 pc 00046b64 /system/lib/libdvm.so
I/DEBUG ( 1237): #01 pc 0006c7e4 /system/lib/libdvm.so
I/DEBUG ( 1237): #02 pc 0006ca8a /system/lib/libdvm.so
I/DEBUG ( 1237): #03 pc 0006caa2 /system/lib/libdvm.so
I/DEBUG ( 1237): #04 pc 000464d8 /system/lib/libdvm.so
I/DEBUG ( 1237): #05 pc 00046534 /system/lib/libdvm.so
I/DEBUG ( 1237): #06 pc 0006a562 /system/lib/libdvm.so
I/DEBUG ( 1237): #07 pc 0006c4ee /system/lib/libdvm.so
I/DEBUG ( 1237): #08 pc 0004dd70 /system/lib/libdvm.so
I/DEBUG ( 1237): #09 pc 0005b778 /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): #10 pc 0005b7d6 /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): #11 pc 00036cae /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): #12 pc 00036ce8 /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): #13 pc 00036db2 /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): #14 pc 00008cca /system/bin/app_process
I/DEBUG ( 1237): #15 pc 00014cba /system/lib/libc.so
I/DEBUG ( 1237):
I/DEBUG ( 1237): code around pc:
I/DEBUG ( 1237): 80046b44 447a4479 f7d04c0b 2000eea0 efaaf7d0
I/DEBUG ( 1237): 80046b54 447c4809 6bdb5823 4798b103 22264902
I/DEBUG ( 1237): 80046b64 f7d1700a bf00e81e deadd00d 00044677
I/DEBUG ( 1237): 80046b74 0004629c 00060b1e fffffe78 4b09b40e
I/DEBUG ( 1237): 80046b84 4c09b517 aa05447b f852591b 6b5b1b04
I/DEBUG ( 1237):
I/DEBUG ( 1237): code around lr:
I/DEBUG ( 1237): afd19320 4a0e4b0d e92d447b 589c41f0 26004680
I/DEBUG ( 1237): afd19330 686768a5 f9b5e006 b113300c 47c04628
I/DEBUG ( 1237): afd19340 35544306 37fff117 6824d5f5 d1ef2c00
I/DEBUG ( 1237): afd19350 e8bd4630 bf0081f0 000280e4 ffffff80
I/DEBUG ( 1237): afd19360 b086b570 f602fb01 9004460c a804a901
I/DEBUG ( 1237):
I/DEBUG ( 1237): stack:
I/DEBUG ( 1237): be8698d8 40030860
I/DEBUG ( 1237): be8698dc 40030860
I/DEBUG ( 1237): be8698e0 400162e8
I/DEBUG ( 1237): be8698e4 400118f0
I/DEBUG ( 1237): be8698e8 afd4260c
I/DEBUG ( 1237): be8698ec afd425b8
I/DEBUG ( 1237): be8698f0 00000000
I/DEBUG ( 1237): be8698f4 afd19341 /system/lib/libc.so
I/DEBUG ( 1237): be8698f8 00060b1e
I/DEBUG ( 1237): be8698fc 0000cfe8
I/DEBUG ( 1237): be869900 800a7678
I/DEBUG ( 1237): be869904 8008e046 /system/lib/libdvm.so
I/DEBUG ( 1237): be869908 00000000
I/DEBUG ( 1237): be86990c afd18439 /system/lib/libc.so
I/DEBUG ( 1237): be869910 df002777
I/DEBUG ( 1237): be869914 e3a070ad
I/DEBUG ( 1237): #00 be869918 8008b1bf /system/lib/libdvm.so
I/DEBUG ( 1237): be86991c 8006c7e9 /system/lib/libdvm.so
I/DEBUG ( 1237): #01 be869920 429a674b
I/DEBUG ( 1237): be869924 00000000
I/DEBUG ( 1237): be869928 00000000
I/DEBUG ( 1237): be86992c 800acdc8
I/DEBUG ( 1237): be869930 0009a9a0
I/DEBUG ( 1237): be869934 8008e046 /system/lib/libdvm.so
I/DEBUG ( 1237): be869938 00000000
I/DEBUG ( 1237): be86993c 0000cfe8
I/DEBUG ( 1237): be869940 ad37fabe /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): be869944 ad384557 /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): be869948 ad38455b /system/lib/libandroid_runtime.so
I/DEBUG ( 1237): be86994c 8006ca8f /system/lib/libdvm.so
I/ServiceManager( 1234): service 'media.audio_flinger' died
I/ServiceManager( 1234): service 'media.player' died
I/ServiceManager( 1234): service 'media.audio_policy' died
I/ServiceManager( 1234): service 'media.camera' died
I/Netd ( 1353): Netd 1.0 starting
I//system/bin/iptables( 1353): Flushing chain `INPUT'
I//system/bin/iptables( 1353): Flushing chain `OUTPUT'
I//system/bin/iptables( 1353): Flushing chain `FORWARD'
I//system/bin/iptables( 1353): Flushing chain `PREROUTING'
I//system/bin/iptables( 1353): Flushing chain `OUTPUT'
I//system/bin/iptables( 1353): Flushing chain `POSTROUTING'
I/ ( 1352): ServiceManager: 0xae38
D/HTC Acoustic( 1352): int android::support_audience(), support_a1026: 0
D/AudioHardwareMSM7X30( 1352): device handset_rx (index 0, id 0)
D/AudioHardwareMSM7X30( 1352): device handset_tx (index 1, id 1)
D/AudioHardwareMSM7X30( 1352): device headset_stereo_rx (index 2, id 2)
D/AudioHardwareMSM7X30( 1352): device headset_mono_rx (index 3, id 3)
D/AudioHardwareMSM7X30( 1352): device headset_mono_tx (index 4, id 4)
D/AudioHardwareMSM7X30( 1352): device fmradio_handset_rx (index 5, id 5)
D/AudioHardwareMSM7X30( 1352): device speaker_mono_rx (index 6, id 6)
D/AudioHardwareMSM7X30( 1352): device fmradio_speaker_rx (index 7, id 7)
D/AudioHardwareMSM7X30( 1352): device fmradio_headset_rx (index 8, id 8)
D/AudioHardwareMSM7X30( 1352): device tty_headset_mono_tx (index 9, id 9)
D/AudioHardwareMSM7X30( 1352): device tty_headset_mono_rx (index 10, id 10)
D/AudioHardwareMSM7X30( 1352): device speaker_mono_tx (index 11, id 11)
D/AudioHardwareMSM7X30( 1352): device headset_speaker_stereo_rx (index 12, id 12)
D/AudioHardwareMSM7X30( 1352): device usb_headset_stereo_rx (index 13, id 13)
D/AudioHardwareMSM7X30( 1352): device hac_mono_rx (index 14, id 14)
D/AudioHardwareMSM7X30( 1352): device gan_lite_handset_rx (index 19, id 18)
D/AudioHardwareMSM7X30( 1352): device gan_lite_speaker_mono_rx (index 20, id 19)
D/AudioHardwareMSM7X30( 1352): device bt_sco_rx (index 15, id 20)
D/AudioHardwareMSM7X30( 1352): device bt_sco_tx (index 16, id 21)
I/HTC Acoustic( 1352): libhtc_acoustic.so(7x30 platform) version 1.1.0.3
D/HTC Acoustic( 1352): int android::support_audience(), support_a1026: 0
I/HTC Acoustic( 1352): Open /system/etc/AdieHWCodec.csv success.
D/HTC Acoustic( 1352): Glacier_HTC_20100920_GAN_LITE
D/HTC Acoustic( 1352): [1] dev_name = handset_rx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=26, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [2] dev_name = handset_rx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=26, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [3] dev_name = handset_tx_midi_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [4] dev_name = handset_tx_voice_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [5] dev_name = handset_tx_voice_16000
I/HTC Acoustic( 1352): parse freq 16000
I/HTC Acoustic( 1352): act_size=25, freq=16000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [6] dev_name = handset_tx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [7] dev_name = handset_tx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [8] dev_name = headset_stereo_rx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=28, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [9] dev_name = headset_stereo_rx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=28, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [10] dev_name = headset_mono_tx_midi_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [11] dev_name = headset_mono_tx_voice_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [12] dev_name = headset_mono_tx_voice_16000
I/HTC Acoustic( 1352): parse freq 16000
I/HTC Acoustic( 1352): act_size=25, freq=16000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [13] dev_name = headset_mono_tx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [14] dev_name = headset_mono_tx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [15] dev_name = speaker_mono_rx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [16] dev_name = speaker_mono_rx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [17] dev_name = speaker_mono_tx_midi_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [18] dev_name = speaker_mono_tx_voice_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=25, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [19] dev_name = speaker_mono_tx_voice_16000
I/HTC Acoustic( 1352): parse freq 16000
I/HTC Acoustic( 1352): act_size=25, freq=16000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [20] dev_name = speaker_mono_tx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [21] dev_name = speaker_mono_tx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [22] dev_name = tty_headset_mono_rx_voice_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=28, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [23] dev_name = tty_headset_mono_rx_voice_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=28, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [24] dev_name = tty_headset_mono_tx_voice_8000
I/HTC Acoustic( 1352): parse freq 8000
I/HTC Acoustic( 1352): act_size=24, freq=8000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [25] dev_name = tty_headset_mono_tx_voice_16000
I/HTC Acoustic( 1352): parse freq 16000
I/HTC Acoustic( 1352): act_size=24, freq=16000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [26] dev_name = fmradio_headset_rx
I/HTC Acoustic( 1352): act_size=18, freq=0
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1352): [27] dev_name = fmradio_speaker_rx
I/HTC Acoustic( 1352): act_size=31, freq=0
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1352): [28] dev_name = headset_speaker_stereo_rx
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=33, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [29] dev_name = fmtx_headset
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=28, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE failed -1
D/HTC Acoustic( 1352): [30] dev_name = gan_lite_handset_rx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=26, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 1352): [31] dev_name = gan_lite_speaker_mono_rx_midi_48000
I/HTC Acoustic( 1352): parse freq 48000
I/HTC Acoustic( 1352): act_size=25, freq=48000
D/HTC Acoustic( 1352): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 1352): Success on updating adie setting
I/HTC Acoustic( 1352): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 1352): BT ID table version: GLR_HTC_20100719
D/HTC Acoustic( 1352): int android::support_audience(), support_a1026: 0
D/HTC Acoustic( 1352): update_acdb_table, return 0
D/AudioHardwareMSM7X30( 1352): mNumBTEndpoints = 22
D/AudioHardwareMSM7X30( 1352): BT name Default (tx,rx)=(1001,1101)
D/AudioHardwareMSM7X30( 1352): BT name Default Car-kit (tx,rx)=(1201,1301)
D/AudioHardwareMSM7X30( 1352): BT name JKDAP3264 (tx,rx)=(1002,1102)
D/AudioHardwareMSM7X30( 1352): BT name JKDAP3265 (tx,rx)=(1003,1103)
D/AudioHardwareMSM7X30( 1352): BT name 9xxPlantronics (tx,rx)=(1004,1104)
D/AudioHardwareMSM7X30( 1352): BT name PROPlantronics (tx,rx)=(1005,1105)
D/AudioHardwareMSM7X30( 1352): BT name 9xxBackBeat (tx,rx)=(1006,1106)
D/AudioHardwareMSM7X30( 1352): BT name Motorola H790 (tx,rx)=(1007,1107)
D/AudioHardwareMSM7X30( 1352): BT name Motorola S9 (tx,rx)=(1009,1109)
D/AudioHardwareMSM7X30( 1352): BT name HBH-IV840 (tx,rx)=(1010,1110)
D/AudioHardwareMSM7X30( 1352): BT name HBH-PV740 (tx,rx)=(1011,1111)
D/AudioHardwareMSM7X30( 1352): BT name HBH-DS220 (tx,rx)=(1012,1112)
D/AudioHardwareMSM7X30( 1352): BT name HBH-DS980 (tx,rx)=(1013,1113)
D/AudioHardwareMSM7X30( 1352): BT name Jabra Halo (tx,rx)=(1014,1114)
D/AudioHardwareMSM7X30( 1352): BT name Jabra STONE (tx,rx)=(1015,1115)
D/AudioHardwareMSM7X30( 1352): BT name Jabra BT3030 (tx,rx)=(1016,1116)
D/AudioHardwareMSM7X30( 1352): BT name BH M300 (tx,rx)=(1017,1117)
D/AudioHardwareMSM7X30( 1352): BT name Nokia BH-905 (tx,rx)=(1018,1118)
D/AudioHardwareMSM7X30( 1352): BT name Nokia BH-106 (tx,rx)=(1019,1119)
D/AudioHardwareMSM7X30( 1352): BT name Nokia BH-216 (tx,rx)=(1020,1120)
D/AudioHardwareMSM7X30( 1352): BT name Samsung WEP410 (tx,rx)=(1021,1121)
D/AudioHardwareMSM7X30( 1352): BT name END (tx,rx)=(0,0)
D/HTC Acoustic( 1352): failed to open A2051 CSV files /system/etc/TPA2051_CFG.csv.
D/AudioHardwareMSM7X30( 1352): set_tpa2051_parameters fail
D/HTC Acoustic( 1352): int android::support_codec_aic3254(), support_aic3254: 0
E/AudioHardwareMSM7X30( 1352): set_aic3254_parameters failed
D/AudioHardwareInterface( 1352): setMode(NORMAL)
I/AudioHardwareMSM7X30( 1352): Set master volume to 7.
V/MediaPlayerService( 1352): MediaPlayerService created
D/SkypeAVHost( 1352): [Skype] getInstance(), getInstance
D/SkypeAVHost( 1352): [Skype] SkypeAVHost(), constructor
D/SkypePCMHost( 1352): [Skype] SkypePCMHost(), constructor
D/SkypePCMHost( 1352): [Skype] start(), IN
D/SkypePCMHost( 1352): [Skype] pcmHostThread(), pcmHostThread
D/SkypePCMHost( 1352): [Skype] pcmHost(), pcmHost
D/SkypePCMHost( 1352): [Skype] pcmHost(), entry thread(1373) signal
D/SkypePCMHost( 1352): [Skype] start(), skype pcm host thread started
D/SkypePCMHost( 1352): [Skype] start(), OUT
D/SkypeAVHost( 1352): [Skype] SkypeAVHost(), creating SkypeVideoHost...
I/CameraService( 1352): CameraService started (pid=1352)
D/OLAWORK ( 1352): create OlaEngine
D/OLAWORK ( 1352): create Ola FD
D/HTC Acoustic( 1352): int android::support_back_mic(), support_back_mic: 0
I/ ( 1352): Entering Skype Video Host!
D/SkypekitTestEngine( 1352): TF_F: SkypeVideoRTPInterfaceGet
D/SkypekitTestEngine( 1352): TF_F: SkypekitTestEngine
I/Configuration( 1352): Creating an example conf file /etc/RTPTestEngine.conf.example (rename to /etc/RTPTestEngine.conf manually)
W/Configuration( 1352): Unable to create: /etc/RTPTestEngine.conf.example
I/Configuration( 1352): Opened conf file /etc/RTPTestEngine.conf
V/SID ( 1352): VideohostRun waiting connection...
D/AudioPolicyManagerBase( 1352): mSupportBacMic = 0
D/AudioPolicyService( 1352): AudioPolicyService::AudioCommandThread::parametersCommand() before command->mCond.wait()
I/AudioFlinger( 1352): AudioFlinger's thread 0x196f8 ready to run
I/AudioHardwareMSM7X30( 1352): Routing audio to Speakerphone
I/AudioHardwareMSM7X30( 1352): do_route_audio_rpc(1, 1, 1)
I/AudioHardwareMSM7X30( 1352): new_rx = 6
I/AudioHardwareMSM7X30( 1352): new_tx = 11
D/AudioPolicyService( 1352): AudioPolicyService::AudioCommandThread::parametersCommand() after command->mCond.wait()
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:0, audio_devices:2)
D/AudioSystem( 1352): initGainTables(), Init GainTableMusicHeadset.
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioHardwareMSM7X30( 1352): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 1352): Setting in-call volume to 100 (available range is 0 to 100)
I/AudioHardwareMSM7X30( 1352): msm_set_voice_rx_vol(100) succeeded
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:1, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:2, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:3, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
I/AudioHardwareMSM7X30( 1352): AudioHardware pcm playback is going to standby.
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:4, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:5, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:7, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:8, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
D/AudioSystem( 1352): linearToSpecifyHtcVolume(volume:100, streamType:9, audio_devices:2)
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToSpecifyHtcVolum: -1.000000
D/AudioPolicyManagerBase( 1352): volume after AudioSystem::linearToLog: 1.000000
I figured it out. The rom I created was to big for the phone, so I flashed the DZ hboot and now it is fine. I realized that most people with a G2 probably have the G2 hboot so I downsized the rom for those. But thanks for uh..... nevermind lol.
{
"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"
}
Boot to Gecko (B2G) is an open source operating system in development by Mozilla Corporation that aims to support HTML5 apps written using "open Web" technologies rather than platform-specific native APIs. It initially targets Android-compatible smartphones.
https://wiki.mozilla.org/B2G [Source code]
https://github.com/mozilla-b2g
Here is an example of how to build it (Samsung Galaxy S2.) Video. Galaxy Nexus Rom thread here.
Demo.
Hardware requirements:
Do you have any specifics yet on what kind of Hardware this will function best on?
"We have run it [on hardware] down to a 600mhz processor with 256meg of ram; so pretty low-end hardware spec. It will run really well down at that level. It's pretty light-weight because we don't have a lot of middle-ware in there." - source
Click to expand...
Click to collapse
Further info video.
Setting up Boot-to-Gecko build environment: https://developer.mozilla.org/en/Mozilla/Boot_to_Gecko/
Support: IRC
Conversations and ad-hoc coordination often happen on IRC. Most modules have their own IRC channels. The channels relevant to the B2G project are:
#b2g
#webapi
#gaia
Servers: gravel.mozilla.org | concrete.mozilla.org
#b2g IRC channel (web-based)
Click to expand...
Click to collapse
Nightlies
You'll first have to install one of the nightlies from Mozilla's website, then use the command line to download and configure Gaia, the HTML 5 UI layer.
http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/
Click to expand...
Click to collapse
i second this : B2G for Hero
developers, Bharat_goku, elelinux, erasmux
this will be great for Hero. i would love to try the compilation for my phone, it has to wait till July 6th, though. i will be home and jobless, literally...
it will be cool if you can give us better instructions, it will be reassuring.
thanks.
i second this also but we lack at dev support these days... so I guess it will not come to our Hero.
First view: Too big for our hero's internal /system memory. Kernel used unknown. Some folders that are needed for gecko's apps that are like 130mb, some gecko drivers - don't know if we need to replace those or just leave it as they are. the /system seems the same as any other rom.
Although im not a dev for the hero gsm i am for the evo shift, hero cdma, and a little for the nook tablet.. ive been requested to help and im willin gto give it a go.. thanks and ill be looking forward to working with the gsm side =)
Sent from my BNTV250 using xda premium
megaghostgamer said:
Although im not a dev for the hero gsm i am for the evo shift, hero cdma, and a little for the nook tablet.. ive been requested to help and im willin gto give it a go.. thanks and ill be looking forward to working with the gsm side =)
Sent from my BNTV250 using xda premium
Click to expand...
Click to collapse
Again, thank you so much
And ill be willing to test and logcat, and feedback
Alright, dont get too excited because there is no apps folder in the rom..im not sure if i can port it
Sent from my BNTV250 using xda premium
megaghostgamer said:
Alright, dont get too excited because there is no apps folder in the rom..im not sure if i can port it
Sent from my BNTV250 using xda premium
Click to expand...
Click to collapse
it has apps folder. it is just too big for a phone like hero. try to see the nexus build of gecko.
Regarding Webcam access using HTML5:
http://www.engadget.com/2012/07/09/google-chrome-beta-lets-webcams-go-plugin-free/
Google I/O 2012 - WebRTC: Real-time Audio/Video and P2P in HTML5
http://www.youtube.com/watch?v=E8C8ouiXHHk
Nightlies are now available.
http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/
Click to expand...
Click to collapse
Users will have to do a little bit of configuration in order to run the software. The process involves obtaining the latest Gaia code from the GitHub repository and generating a profile to use in the environment. The steps to follow are documented on the Gaia Hacking page of the Mozilla Wiki.
Click to expand...
Click to collapse
They have this booting on the G1!!!!!
http://forum.xda-developers.com/showthread.php?t=1796960
jordfaz said:
They have this booting on the G1!!!!!
http://forum.xda-developers.com/showthread.php?t=1796960
Click to expand...
Click to collapse
yeah but it boots only in shell...
need help with B2G
http://www.mediafire.com/download.php?ucscxb64yf385hy
Flashes, logcats, doesnt boot.
jordfaz said:
need help with B2G
http://www.mediafire.com/download.php?ucscxb64yf385hy
Flashes, logcats, doesnt boot.
Click to expand...
Click to collapse
regarding the logcat, the issue is this:
/system/lib/libc.so
you've replaced libs or this is a port? we might need to replace that library with another one working. take one from any other GB rom for hero and if it doesn't work, take one from ics. also get a logcat after you push that new file and hit me with it because the phone might then have other problems and it will bootloop again.
1ceb0x said:
regarding the logcat, the issue is this:
/system/lib/libc.so
you've replaced libs or this is a port? we might need to replace that library with another one working. take one from any other GB rom for hero and if it doesn't work, take one from ics. also get a logcat after you push that new file and hit me with it because the phone might then have another problems and it will bootloop again.
Click to expand...
Click to collapse
Its built from source, it threw out the same error even when i replaced libc with one from ICS, shelnutt2 was helping me a lot last night
jordfaz said:
Its built from source, it threw out the same error even when i replaced libc with one from ICS, shelnutt2 was helping me a lot last night
Click to expand...
Click to collapse
/system/bin/linker
/system/b2g/b2g
take these from G1 or nexus rom that boots!
1ceb0x said:
/system/bin/linker
/system/b2g/b2g
take these from G1 or nexus rom that boots!
Click to expand...
Click to collapse
Downloading now, i hope this works
Boots back to recovery with linker from nexus, b2g from nexus only gives same logcat:/
jordfaz said:
Downloading now, i hope this works
Boots back to recovery with linker from nexus, b2g from nexus only gives same logcat:/
Click to expand...
Click to collapse
paste the log?
1ceb0x said:
paste the log?
Click to expand...
Click to collapse
Code:
I/DEBUG ( 88): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 88): Build fingerprint: 'generic/full_hero/hero:4.0.4.0.4.0.4/OPENMASTER/eng.tyler.20120726.151029:eng/test-keys'
I/DEBUG ( 88): pid: 154, tid: 154 >>> /system/b2g/b2g <<<
I/DEBUG ( 88): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 00008768
I/DEBUG ( 88): r0 00000001 r1 bef83c54 r2 bef83c5c r3 400c7090
I/DEBUG ( 88): r4 bef83c54 r5 00000001 r6 bef83c5c r7 00008714
I/DEBUG ( 88): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 88): ip 0000ac48 sp bef83c38 lr 4001a4f5 pc 00008768 cpsr 00000030
I/DEBUG ( 88): #00 pc 00008768 /system/b2g/b2g
I/DEBUG ( 88): #01 pc 000164f2 /system/lib/libc.so (__libc_init)
I/DEBUG ( 88):
I/DEBUG ( 88): code around pc:
I/DEBUG ( 88): 00008748 607a30a8 ef4ef7ff 0708f107 e8bd46bd .0z`..N......F..
I/DEBUG ( 88): 00008758 b0044080 bf004770 000024fc fffffffc [email protected]$......
I/DEBUG ( 88): 00008768 47f0e92d f5ad4605 488d5d02 460cb088 -..G.F...].H...F
I/DEBUG ( 88): 00008778 af024478 ef3cf7ff b9084603 447b4b89 xD....<..F...K{D
I/DEBUG ( 88): 00008788 5680f507 36184a88 3e144988 4479447a ...V.J.6.I.>zDyD
I/DEBUG ( 88):
I/DEBUG ( 88): code around lr:
I/DEBUG ( 88): 4001a4d4 1c681c17 19a60086 d0052900 22004b05 ..h......)...K."
I/DEBUG ( 88): 4001a4e4 6818447b f854f008 1c321c21 47b81c28 {D.h..T.!.2.(..G
I/DEBUG ( 88): 4001a4f4 f9d2f008 0002cfb4 4805b510 68032200 ...........H.".h
I/DEBUG ( 88): 4001a504 60da68d8 fe46f010 fd12f7ff 46c0bd10 .h.`..F........F
I/DEBUG ( 88): 4001a514 ffff0ff0 e24dd008 e2102003 f5d0f000 ......M.. ......
I/DEBUG ( 88):
I/DEBUG ( 88): memory map around addr 00008768:
I/DEBUG ( 88): (no map below)
I/DEBUG ( 88): 00008000-0000a000 /system/b2g/b2g
I/DEBUG ( 88): 0000a000-0000b000 /system/b2g/b2g
I/DEBUG ( 88):
I/DEBUG ( 88): stack:
I/DEBUG ( 88): bef83bf8 b000a0a4
I/DEBUG ( 88): bef83bfc 0000000c
I/DEBUG ( 88): bef83c00 400c7000
I/DEBUG ( 88): bef83c04 4002b161 /system/lib/libc.so
I/DEBUG ( 88): bef83c08 00000023
I/DEBUG ( 88): bef83c0c b00094f4 /system/bin/linker
I/DEBUG ( 88): bef83c10 00000000
I/DEBUG ( 88): bef83c14 4002b161 /system/lib/libc.so
I/DEBUG ( 88): bef83c18 0000ab70 /system/b2g/b2g
I/DEBUG ( 88): bef83c1c 00000000
I/DEBUG ( 88): bef83c20 00000000
I/DEBUG ( 88): bef83c24 bef83c54 [stack]
I/DEBUG ( 88): bef83c28 00000001
I/DEBUG ( 88): bef83c2c bef83c5c [stack]
I/DEBUG ( 88): bef83c30 df0027ad
I/DEBUG ( 88): bef83c34 00000000
I/DEBUG ( 88): #01 bef83c38 00008718 /system/b2g/b2g
I/DEBUG ( 88): bef83c3c 00000000
I/DEBUG ( 88): bef83c40 00000000
I/DEBUG ( 88): bef83c44 00000000
I/DEBUG ( 88): bef83c48 00000000
I/DEBUG ( 88): bef83c4c b00046f1 /system/bin/linker
I/DEBUG ( 88): bef83c50 00000001
I/DEBUG ( 88): bef83c54 bef83d40 [stack]
I/DEBUG ( 88): bef83c58 00000000
I/DEBUG ( 88): bef83c5c bef83d50 [stack]
I/DEBUG ( 88): bef83c60 bef83d67 [stack]
I/DEBUG ( 88): bef83c64 bef83d9b [stack]
I/DEBUG ( 88): bef83c68 bef83db0 [stack]
I/DEBUG ( 88): bef83c6c bef83ded [stack]
I/DEBUG ( 88): bef83c70 bef83e15 [stack]
I/DEBUG ( 88): bef83c74 bef83e28 [stack]
I/DEBUG ( 88): bef83c78 bef83e3d [stack]
I/DEBUG ( 88): bef83c7c bef83e58 [stack]
I/ServiceManager( 82): service 'media.audio_flinger' died
I/ServiceManager( 82): service 'media.player' died
I/ServiceManager( 82): service 'media.camera' died
I/ServiceManager( 82): service 'media.audio_policy' died
I/ ( 155): ServiceManager: 0xf958
I/HTC Acoustic( 155): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic( 155): Fail to open /system/etc/AudioPara_COMMON.csv -1.
I/HTC Acoustic( 155): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 155): acoustic table version: Hero_HTC_20090610
I/HTC Acoustic( 155): read_audio_para_from_file success.
I/HTC Acoustic( 155): get_audpp_filter
I/HTC Acoustic( 155): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 155): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 155): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 155): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 155): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 155): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 155): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 155): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 155): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 155): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 155): EQ flag = ffff.
I/HTC Acoustic( 155): get_audpre_filter
I/HTC Acoustic( 155): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 155): mNumSndEndpoints = 69
V/AudioHardwareMSM72XX( 155): constructed 69 SND endpoints)
D/AudioHardwareMSM72XX( 155): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 155): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 155): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 155): BT MATCH BT
D/AudioHardwareMSM72XX( 155): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 155): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 155): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 155): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 155): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 155): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 155): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 155): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 155): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 155): BT MATCH CURRENT
D/AudioHardwareMSM72XX( 155): BT MATCH BT_EC_OFF
I/AudioFlinger( 155): Loaded primary audio interface from QCOM Audio HW HAL (audio)
I/AudioFlinger( 155): Using 'QCOM Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 155): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 155): setMode(NORMAL)
I/AudioHardwareMSM72XX( 155): Set master volume to 5.
I/CameraService( 155): CameraService started (pid=155)
E/HAL ( 155): load: module=/system/lib/hw/camera.msm7k.so
E/HAL ( 155): Cannot load library: link_image[1943]: 155 could not load needed library 'libcamera.so' for 'camera.msm7k.so' (reloc_library[1292]: 155 cannot locate '_ZN7android16CameraParameters20KEY_GPS_LATITUDE_REFE'...
E/HAL ( 155): )
E/CameraService( 155): Could not load camera HAL module
I/AudioFlinger( 155): AudioFlinger's thread 0x12be0 ready to run
W/AudioFlinger( 155): Thread AudioOut_1 cannot connect to the power manager service
V/AudioHardwareMSM72XX( 155): AudioStreamOutMSM72xx::setParameters() routing=2
V/AudioHardwareMSM72XX( 155): set output routing 2
I/AudioHardwareMSM72XX( 155): Routing audio to Speakerphone
V/AudioHardwareMSM72XX( 155): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1
D/HTC Acoustic( 155): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 155): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 155): Setting in-call volume to 5 (available range is 0 to 5)
I/AudioPolicyService( 155): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
F/libc ( 160): Fatal signal 4 (SIGILL) at 0x00008768 (code=1)
I/DEBUG ( 88): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 88): Build fingerprint: 'generic/full_hero/hero:4.0.4.0.4.0.4/OPENMASTER/eng.tyler.20120726.151029:eng/test-keys'
I/DEBUG ( 88): pid: 160, tid: 160 >>> /system/b2g/b2g <<<
I/DEBUG ( 88): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 00008768
I/DEBUG ( 88): r0 00000001 r1 beda3c54 r2 beda3c5c r3 400c7090
I/DEBUG ( 88): r4 beda3c54 r5 00000001 r6 beda3c5c r7 00008714
I/DEBUG ( 88): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 88): ip 0000ac48 sp beda3c38 lr 4001a4f5 pc 00008768 cpsr 00000030
I/DEBUG ( 88): #00 pc 00008768 /system/b2g/b2g
I/DEBUG ( 88): #01 pc 000164f2 /system/lib/libc.so (__libc_init)
I/DEBUG ( 88):
I/DEBUG ( 88): code around pc:
I/DEBUG ( 88): 00008748 607a30a8 ef4ef7ff 0708f107 e8bd46bd .0z`..N......F..
I/DEBUG ( 88): 00008758 b0044080 bf004770 000024fc fffffffc [email protected]$......
I/DEBUG ( 88): 00008768 47f0e92d f5ad4605 488d5d02 460cb088 -..G.F...].H...F
I/DEBUG ( 88): 00008778 af024478 ef3cf7ff b9084603 447b4b89 xD....<..F...K{D
I/DEBUG ( 88): 00008788 5680f507 36184a88 3e144988 4479447a ...V.J.6.I.>zDyD
I/DEBUG ( 88):
I/DEBUG ( 88): code around lr:
I/DEBUG ( 88): 4001a4d4 1c681c17 19a60086 d0052900 22004b05 ..h......)...K."
I/DEBUG ( 88): 4001a4e4 6818447b f854f008 1c321c21 47b81c28 {D.h..T.!.2.(..G
I/DEBUG ( 88): 4001a4f4 f9d2f008 0002cfb4 4805b510 68032200 ...........H.".h
I/DEBUG ( 88): 4001a504 60da68d8 fe46f010 fd12f7ff 46c0bd10 .h.`..F........F
I/DEBUG ( 88): 4001a514 ffff0ff0 e24dd008 e2102003 f5d0f000 ......M.. ......
I/DEBUG ( 88):
I/DEBUG ( 88): memory map around addr 00008768:
I/DEBUG ( 88): (no map below)
I/DEBUG ( 88): 00008000-0000a000 /system/b2g/b2g
I/DEBUG ( 88): 0000a000-0000b000 /system/b2g/b2g
I/DEBUG ( 88):
I/DEBUG ( 88): stack:
I/DEBUG ( 88): beda3bf8 b000a0a4
I/DEBUG ( 88): beda3bfc 0000000c
I/DEBUG ( 88): beda3c00 400c7000
I/DEBUG ( 88): beda3c04 4002b161 /system/lib/libc.so
I/DEBUG ( 88): beda3c08 00000023
I/DEBUG ( 88): beda3c0c b00094f4 /system/bin/linker
I/DEBUG ( 88): beda3c10 00000000
I/DEBUG ( 88): beda3c14 4002b161 /system/lib/libc.so
I/DEBUG ( 88): beda3c18 0000ab70 /system/b2g/b2g
I/DEBUG ( 88): beda3c1c 00000000
I/DEBUG ( 88): beda3c20 00000000
I/DEBUG ( 88): beda3c24 beda3c54 [stack]
I/DEBUG ( 88): beda3c28 00000001
I/DEBUG ( 88): beda3c2c beda3c5c [stack]
I/DEBUG ( 88): beda3c30 df0027ad
I/DEBUG ( 88): beda3c34 00000000
I/DEBUG ( 88): #01 beda3c38 00008718 /system/b2g/b2g
I/DEBUG ( 88): beda3c3c 00000000
I/DEBUG ( 88): beda3c40 00000000
I/DEBUG ( 88): beda3c44 00000000
I/DEBUG ( 88): beda3c48 00000000
I/DEBUG ( 88): beda3c4c b00046f1 /system/bin/linker
I/DEBUG ( 88): beda3c50 00000001
I/DEBUG ( 88): beda3c54 beda3d40 [stack]
I/DEBUG ( 88): beda3c58 00000000
I/DEBUG ( 88): beda3c5c beda3d50 [stack]
I/DEBUG ( 88): beda3c60 beda3d67 [stack]
I/DEBUG ( 88): beda3c64 beda3d9b [stack]
I/DEBUG ( 88): beda3c68 beda3db0 [stack]
I/DEBUG ( 88): beda3c6c beda3ded [stack]
I/DEBUG ( 88): beda3c70 beda3e15 [stack]
I/DEBUG ( 88): beda3c74 beda3e28 [stack]
I/DEBUG ( 88): beda3c78 beda3e3d [stack]
I/DEBUG ( 88): beda3c7c beda3e58 [stack]
I/ServiceManager( 82): service 'media.audio_flinger' died
I/ServiceManager( 82): service 'media.player' died
I/ServiceManager( 82): service 'media.camera' died
I/ServiceManager( 82): service 'media.audio_policy' died
I/ ( 161): ServiceManager: 0xf958
I/HTC Acoustic( 161): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic( 161): Fail to open /system/etc/AudioPara_COMMON.csv -1.
I/HTC Acoustic( 161): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 161): acoustic table version: Hero_HTC_20090610
I/HTC Acoustic( 161): read_audio_para_from_file success.
I/HTC Acoustic( 161): get_audpp_filter
I/HTC Acoustic( 161): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 161): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 161): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 161): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 161): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 161): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 161): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 161): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 161): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 161): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 161): EQ flag = ffff.
I/HTC Acoustic( 161): get_audpre_filter
I/HTC Acoustic( 161): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 161): mNumSndEndpoints = 69
V/AudioHardwareMSM72XX( 161): constructed 69 SND endpoints)
D/AudioHardwareMSM72XX( 161): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 161): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 161): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 161): BT MATCH BT
D/AudioHardwareMSM72XX( 161): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 161): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 161): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 161): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 161): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 161): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 161): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 161): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 161): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 161): BT MATCH CURRENT
D/AudioHardwareMSM72XX( 161): BT MATCH BT_EC_OFF
I/AudioFlinger( 161): Loaded primary audio interface from QCOM Audio HW HAL (audio)
I/AudioFlinger( 161): Using 'QCOM Audio HW HAL' (audio.primary) as the primary audio interface
I/AudioFlinger( 161): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 161): setMode(NORMAL)
I/AudioHardwareMSM72XX( 161): Set master volume to 5.
I/CameraService( 161): CameraService started (pid=161)
E/HAL ( 161): load: module=/system/lib/hw/camera.msm7k.so
E/HAL ( 161): Cannot load library: link_image[1943]: 161 could not load needed library 'libcamera.so' for 'camera.msm7k.so' (reloc_library[1292]: 161 cannot locate '_ZN7android16CameraParameters20KEY_GPS_LATITUDE_REFE'...
E/HAL ( 161): )
E/CameraService( 161): Could not load camera HAL module
I/AudioFlinger( 161): AudioFlinger's thread 0x12a80 ready to run
W/AudioFlinger( 161): Thread AudioOut_1 cannot connect to the power manager service
V/AudioHardwareMSM72XX( 161): AudioStreamOutMSM72xx::setParameters() routing=2
V/AudioHardwareMSM72XX( 161): set output routing 2
I/AudioHardwareMSM72XX( 161): Routing audio to Speakerphone
V/AudioHardwareMSM72XX( 161): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1
D/HTC Acoustic( 161): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 161): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 161): Setting in-call volume to 5 (available range is 0 to 5)
I/AudioPolicyService( 161): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
F/libc ( 166): Fatal signal 4 (SIGILL) at 0x00008768 (code=1)
Keeps repeating this...
This is the new log btw.
the problem is libc .... that's crashing. dunno what we could do further...
1ceb0x said:
the problem is libc .... that's crashing. dunno what we could do further...
Click to expand...
Click to collapse
Ive tried GB and ICS libc, no luck, it cant just be that thats failing, something else must be making it fail.
I'm back with a new question concerning the latest beta of my ROM, but this time the problem is really incredible! After creating the ROM with cygwin I tested and it has started but I noticed that the app Settings.apk was not how I wanted so I uninstalled the ROM and I restoring a backup from recovery, after adjusting the Settings.apk I put in the ROM, I have created with cygwin and installed, all normal so far, but unfortunately the strange thing is now in fact incredibly the ROM does not start! And remains blocked on the logo of Fastweb (my smartphone is branded) and the find really an amazing thing! Because without that I touched anything belonging to the have replaced the Settings.apk, the ROM first started,and now will not start, I made a LogCat and here is the result ..(I copied directly from CMD)
Code:
D/AudioHardwareMSM72XX( 758): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 758): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 758): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 758): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 758): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 758): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 758): BT MATCH CURRENT
D/AudioHardwareInterface( 758): setMode(NORMAL)
I/AudioHardwareMSM72XX( 758): Set master volume to 5.
I/CameraService( 758): CameraService started (pid=758)
D/AudioFlinger( 758): setParameters(): io 1, keyvalue routing=2, tid 764, calli
ng tid 758
I/AudioFlinger( 758): AudioFlinger's thread 0xf2e0 ready to run
I/AudioHardwareMSM72XX( 758): Routing audio to Speakerphone
D/HTC Acoustic( 758): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 758): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 758): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 769):
D/AndroidRuntime( 769): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 769): Heap size: -Xmx24m
D/AndroidRuntime( 769): CheckJNI is OFF
I/SamplingProfilerIntegration( 769): Profiler is disabled.
I/Zygote ( 769): Preloading classes...
D/dalvikvm( 769): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 5ms
D/dalvikvm( 769): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 5ms
I/bluetooth_ScoSocket.cpp( 769): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 769): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 769): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 7ms
D/dalvikvm( 769): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 9ms
D/dalvikvm( 769): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 769): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 17ms
W/asset ( 769): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 769): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 769): Error preloading android.text.AutoText.
E/Zygote ( 769): java.lang.ExceptionInInitializerError
E/Zygote ( 769): at java.lang.Class.classForName(Native Method)
E/Zygote ( 769): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 769): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 769): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 769): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 769): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 769): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 769): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 769): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 769): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 769): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 769): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 769): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 769): ... 6 more
E/Zygote ( 769): setreuid() failed. errno: 17
D/AndroidRuntime( 769): Shutting down VM
W/dalvikvm( 769): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 769): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 771): Netd 1.0 starting
I/ ( 770): ServiceManager: 0xad50
I/HTC Acoustic( 770): libhtc_acoustic.so version 1.0.1.4.
E/HTC Acoustic( 770): Fail to open /system/etc/AudioPara_Fastweb-IT.csv -1.
I/HTC Acoustic( 770): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 770): acoustic table version: Click_Generic_20100804
I/HTC Acoustic( 770): read_audio_para_from_file success.
I/HTC Acoustic( 770): get_audpp_filter
I/HTC Acoustic( 770): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 770): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 770): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 770): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 770): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 770): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 770): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 770): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 770): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 770): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 770): EQ flag = ffff.
I/HTC Acoustic( 770): get_audpre_filter
I/HTC Acoustic( 770): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 770): mNumSndEndpoints = 80
D/AudioHardwareMSM72XX( 770): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 770): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH BT
D/AudioHardwareMSM72XX( 770): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 770): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 770): BT MATCH CURRENT
D/AudioHardwareInterface( 770): setMode(NORMAL)
I/AudioHardwareMSM72XX( 770): Set master volume to 5.
I/CameraService( 770): CameraService started (pid=770)
I/AudioFlinger( 770): AudioFlinger's thread 0xf2e0 ready to run
D/AudioFlinger( 770): setParameters(): io 1, keyvalue routing=2, tid 776, calli
ng tid 770
I/AudioHardwareMSM72XX( 770): Routing audio to Speakerphone
D/HTC Acoustic( 770): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 770): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 770): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 781):
D/AndroidRuntime( 781): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 781): Heap size: -Xmx24m
D/AndroidRuntime( 781): CheckJNI is OFF
I/SamplingProfilerIntegration( 781): Profiler is disabled.
I/Zygote ( 781): Preloading classes...
D/dalvikvm( 781): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 5ms
D/dalvikvm( 781): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 4ms
D/dalvikvm( 781): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 6ms
I/bluetooth_ScoSocket.cpp( 781): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 781): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 781): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 781): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 781): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 8ms
D/dalvikvm( 781): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 10ms
D/dalvikvm( 781): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 781): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 18ms
W/asset ( 781): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 781): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 781): Error preloading android.text.AutoText.
E/Zygote ( 781): java.lang.ExceptionInInitializerError
E/Zygote ( 781): at java.lang.Class.classForName(Native Method)
E/Zygote ( 781): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 781): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 781): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 781): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 781): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 781): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 781): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 781): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 781): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 781): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 781): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 781): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 781): ... 6 more
E/Zygote ( 781): setreuid() failed. errno: 17
D/AndroidRuntime( 781): Shutting down VM
W/dalvikvm( 781): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 781): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 783): Netd 1.0 starting
I/ ( 782): ServiceManager: 0xad50
I/HTC Acoustic( 782): libhtc_acoustic.so version 1.0.1.4.
E/HTC Acoustic( 782): Fail to open /system/etc/AudioPara_Fastweb-IT.csv -1.
I/HTC Acoustic( 782): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 782): acoustic table version: Click_Generic_20100804
I/HTC Acoustic( 782): read_audio_para_from_file success.
I/HTC Acoustic( 782): get_audpp_filter
I/HTC Acoustic( 782): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 782): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 782): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 782): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 782): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 782): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 782): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 782): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 782): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 782): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 782): EQ flag = ffff.
I/HTC Acoustic( 782): get_audpre_filter
I/HTC Acoustic( 782): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 782): mNumSndEndpoints = 80
D/AudioHardwareMSM72XX( 782): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 782): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH BT
D/AudioHardwareMSM72XX( 782): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 782): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 782): BT MATCH CURRENT
D/AudioHardwareInterface( 782): setMode(NORMAL)
I/AudioHardwareMSM72XX( 782): Set master volume to 5.
I/CameraService( 782): CameraService started (pid=782)
D/AudioFlinger( 782): setParameters(): io 1, keyvalue routing=2, tid 788, calli
ng tid 782
I/AudioFlinger( 782): AudioFlinger's thread 0xf2e0 ready to run
I/AudioHardwareMSM72XX( 782): Routing audio to Speakerphone
D/HTC Acoustic( 782): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 782): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 782): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 793):
D/AndroidRuntime( 793): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 793): Heap size: -Xmx24m
D/AndroidRuntime( 793): CheckJNI is OFF
I/SamplingProfilerIntegration( 793): Profiler is disabled.
I/Zygote ( 793): Preloading classes...
D/dalvikvm( 793): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 5ms
D/dalvikvm( 793): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 5ms
I/bluetooth_ScoSocket.cpp( 793): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 793): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 793): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 8ms
D/dalvikvm( 793): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 10ms
D/dalvikvm( 793): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 793): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 17ms
W/asset ( 793): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 793): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 793): Error preloading android.text.AutoText.
E/Zygote ( 793): java.lang.ExceptionInInitializerError
E/Zygote ( 793): at java.lang.Class.classForName(Native Method)
E/Zygote ( 793): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 793): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 793): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 793): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 793): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 793): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 793): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 793): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 793): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 793): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 793): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 793): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 793): ... 6 more
E/Zygote ( 793): setreuid() failed. errno: 17
D/AndroidRuntime( 793): Shutting down VM
W/dalvikvm( 793): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 793): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 796): Netd 1.0 starting
What happened? Like never before the ROM started and now will not start? and especially as I solve his??
Thanks in advance for the help
---blacksoul--- said:
I'm back with a new question concerning the latest beta of my ROM, but this time the problem is really incredible! After creating the ROM with cygwin I tested and it has started but I noticed that the app Settings.apk was not how I wanted so I uninstalled the ROM and I restoring a backup from recovery, after adjusting the Settings.apk I put in the ROM, I have created with cygwin and installed, all normal so far, but unfortunately the strange thing is now in fact incredibly the ROM does not start! And remains blocked on the logo of Fastweb (my smartphone is branded) and the find really an amazing thing! Because without that I touched anything belonging to the have replaced the Settings.apk, the ROM first started,and now will not start, I made a LogCat and here is the result ..(I copied directly from CMD)
Code:
D/AudioHardwareMSM72XX( 758): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 758): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 758): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 758): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 758): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 758): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 758): BT MATCH CURRENT
D/AudioHardwareInterface( 758): setMode(NORMAL)
I/AudioHardwareMSM72XX( 758): Set master volume to 5.
I/CameraService( 758): CameraService started (pid=758)
D/AudioFlinger( 758): setParameters(): io 1, keyvalue routing=2, tid 764, calli
ng tid 758
I/AudioFlinger( 758): AudioFlinger's thread 0xf2e0 ready to run
I/AudioHardwareMSM72XX( 758): Routing audio to Speakerphone
D/HTC Acoustic( 758): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 758): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 758): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 769):
D/AndroidRuntime( 769): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 769): Heap size: -Xmx24m
D/AndroidRuntime( 769): CheckJNI is OFF
I/SamplingProfilerIntegration( 769): Profiler is disabled.
I/Zygote ( 769): Preloading classes...
D/dalvikvm( 769): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 5ms
D/dalvikvm( 769): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 5ms
I/bluetooth_ScoSocket.cpp( 769): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 769): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 769): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 769): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 7ms
D/dalvikvm( 769): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 9ms
D/dalvikvm( 769): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 769): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 17ms
W/asset ( 769): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 769): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 769): Error preloading android.text.AutoText.
E/Zygote ( 769): java.lang.ExceptionInInitializerError
E/Zygote ( 769): at java.lang.Class.classForName(Native Method)
E/Zygote ( 769): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 769): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 769): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 769): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 769): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 769): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 769): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 769): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 769): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 769): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 769): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 769): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 769): ... 6 more
E/Zygote ( 769): setreuid() failed. errno: 17
D/AndroidRuntime( 769): Shutting down VM
W/dalvikvm( 769): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 769): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 771): Netd 1.0 starting
I/ ( 770): ServiceManager: 0xad50
I/HTC Acoustic( 770): libhtc_acoustic.so version 1.0.1.4.
E/HTC Acoustic( 770): Fail to open /system/etc/AudioPara_Fastweb-IT.csv -1.
I/HTC Acoustic( 770): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 770): acoustic table version: Click_Generic_20100804
I/HTC Acoustic( 770): read_audio_para_from_file success.
I/HTC Acoustic( 770): get_audpp_filter
I/HTC Acoustic( 770): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 770): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 770): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 770): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 770): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 770): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 770): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 770): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 770): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 770): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 770): EQ flag = ffff.
I/HTC Acoustic( 770): get_audpre_filter
I/HTC Acoustic( 770): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 770): mNumSndEndpoints = 80
D/AudioHardwareMSM72XX( 770): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 770): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH BT
D/AudioHardwareMSM72XX( 770): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 770): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 770): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 770): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 770): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 770): BT MATCH CURRENT
D/AudioHardwareInterface( 770): setMode(NORMAL)
I/AudioHardwareMSM72XX( 770): Set master volume to 5.
I/CameraService( 770): CameraService started (pid=770)
I/AudioFlinger( 770): AudioFlinger's thread 0xf2e0 ready to run
D/AudioFlinger( 770): setParameters(): io 1, keyvalue routing=2, tid 776, calli
ng tid 770
I/AudioHardwareMSM72XX( 770): Routing audio to Speakerphone
D/HTC Acoustic( 770): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 770): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 770): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 781):
D/AndroidRuntime( 781): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 781): Heap size: -Xmx24m
D/AndroidRuntime( 781): CheckJNI is OFF
I/SamplingProfilerIntegration( 781): Profiler is disabled.
I/Zygote ( 781): Preloading classes...
D/dalvikvm( 781): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 5ms
D/dalvikvm( 781): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 4ms
D/dalvikvm( 781): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 6ms
I/bluetooth_ScoSocket.cpp( 781): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 781): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 781): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 781): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 781): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 8ms
D/dalvikvm( 781): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 10ms
D/dalvikvm( 781): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 781): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 18ms
W/asset ( 781): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 781): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 781): Error preloading android.text.AutoText.
E/Zygote ( 781): java.lang.ExceptionInInitializerError
E/Zygote ( 781): at java.lang.Class.classForName(Native Method)
E/Zygote ( 781): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 781): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 781): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 781): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 781): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 781): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 781): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 781): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 781): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 781): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 781): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 781): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 781): ... 6 more
E/Zygote ( 781): setreuid() failed. errno: 17
D/AndroidRuntime( 781): Shutting down VM
W/dalvikvm( 781): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 781): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 783): Netd 1.0 starting
I/ ( 782): ServiceManager: 0xad50
I/HTC Acoustic( 782): libhtc_acoustic.so version 1.0.1.4.
E/HTC Acoustic( 782): Fail to open /system/etc/AudioPara_Fastweb-IT.csv -1.
I/HTC Acoustic( 782): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 782): acoustic table version: Click_Generic_20100804
I/HTC Acoustic( 782): read_audio_para_from_file success.
I/HTC Acoustic( 782): get_audpp_filter
I/HTC Acoustic( 782): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 782): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 782): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 782): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 782): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 782): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 782): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 782): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 782): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 782): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 782): EQ flag = ffff.
I/HTC Acoustic( 782): get_audpre_filter
I/HTC Acoustic( 782): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 782): mNumSndEndpoints = 80
D/AudioHardwareMSM72XX( 782): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 782): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH BT
D/AudioHardwareMSM72XX( 782): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 782): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 782): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 782): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 782): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 782): BT MATCH CURRENT
D/AudioHardwareInterface( 782): setMode(NORMAL)
I/AudioHardwareMSM72XX( 782): Set master volume to 5.
I/CameraService( 782): CameraService started (pid=782)
D/AudioFlinger( 782): setParameters(): io 1, keyvalue routing=2, tid 788, calli
ng tid 782
I/AudioFlinger( 782): AudioFlinger's thread 0xf2e0 ready to run
I/AudioHardwareMSM72XX( 782): Routing audio to Speakerphone
D/HTC Acoustic( 782): msm72xx_enable_audpp: 0x0007
D/AudioHardwareMSM72XX( 782): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 782): Setting in-call volume to 5 (available range is 0
to 5)
D/AndroidRuntime( 793):
D/AndroidRuntime( 793): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 793): Heap size: -Xmx24m
D/AndroidRuntime( 793): CheckJNI is OFF
I/SamplingProfilerIntegration( 793): Profiler is disabled.
I/Zygote ( 793): Preloading classes...
D/dalvikvm( 793): GC_EXPLICIT freed 47K, 77% free 236K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 1K, 72% free 286K/1024K, external 0K/0K, pa
used 5ms
D/dalvikvm( 793): GC_EXPLICIT freed 20K, 69% free 320K/1024K, external 0K/0K, p
aused 5ms
I/bluetooth_ScoSocket.cpp( 793): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 793): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 793): GC_EXPLICIT freed 16K, 65% free 358K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 25K, 63% free 387K/1024K, external 0K/0K, p
aused 6ms
D/dalvikvm( 793): GC_EXPLICIT freed 23K, 57% free 447K/1024K, external 0K/0K, p
aused 8ms
D/dalvikvm( 793): GC_EXPLICIT freed 99K, 46% free 560K/1024K, external 0K/0K, p
aused 10ms
D/dalvikvm( 793): GC_EXPLICIT freed 272K, 27% free 899K/1219K, external 0K/0K,
paused 19ms
D/dalvikvm( 793): GC_EXPLICIT freed 21K, 21% free 968K/1219K, external 0K/0K, p
aused 17ms
W/asset ( 793): Asset path /system/framework/framework-res.apk is neither a d
irectory nor file (type=1).
W/dalvikvm( 793): Exception Landroid/content/res/Resources$NotFoundException; t
hrown while initializing Landroid/text/AutoText;
E/Zygote ( 793): Error preloading android.text.AutoText.
E/Zygote ( 793): java.lang.ExceptionInInitializerError
E/Zygote ( 793): at java.lang.Class.classForName(Native Method)
E/Zygote ( 793): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 793): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 793): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:298)
E/Zygote ( 793): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:572)
E/Zygote ( 793): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 793): Caused by: android.content.res.Resources$NotFoundException: R
esource ID #0x10b0001
E/Zygote ( 793): at android.content.res.Resources.getValue(Resources.java
:929)
E/Zygote ( 793): at android.content.res.Resources.loadXmlResourceParser(R
esources.java:1955)
E/Zygote ( 793): at android.content.res.Resources.getXml(Resources.java:8
17)
E/Zygote ( 793): at android.text.AutoText.init(AutoText.java:206)
E/Zygote ( 793): at android.text.AutoText.<init>(AutoText.java:89)
E/Zygote ( 793): at android.text.AutoText.<clinit>(AutoText.java:62)
E/Zygote ( 793): ... 6 more
E/Zygote ( 793): setreuid() failed. errno: 17
D/AndroidRuntime( 793): Shutting down VM
W/dalvikvm( 793): threadid=1: thread exiting with uncaught exception (group=0x4
0018560)
D/skia ( 793): purging 6K from font cache [1 entries]
I/ServiceManager( 119): service 'media.audio_flinger' died
I/ServiceManager( 119): service 'media.player' died
I/ServiceManager( 119): service 'media.camera' died
I/ServiceManager( 119): service 'media.audio_policy' died
I/Netd ( 796): Netd 1.0 starting
What happened? Like never before the ROM started and now will not start? and especially as I solve his??
Thanks in advance for the help
Click to expand...
Click to collapse
People need to learn pastebin...did you edit the manifest at all? What did your change consist of? If it worked before your change then I'm guessing you did something wrong in your edit. Double-check your work.
1. Fail to open /system/etc/AudioPara_Fastweb-IT.csv
2. Hardware problems
3. Asset path /system/framework/framework-res.apk is neither a directory nor file
thewadegeek said:
People need to learn pastebin...did you edit the manifest at all? What did your change consist of? If it worked before your change then I'm guessing you did something wrong in your edit. Double-check your work.
Click to expand...
Click to collapse
I mean really an APK can not boot the system? however, I simply changed the images and I hasn't have modified the manifest of any app, you prefer to load the folder of cygwin here is contained the project so have a look?
Peteragent5 said:
1. Fail to open /system/etc/AudioPara_Fastweb-IT.csv
2. Hardware problems
3. Asset path /system/framework/framework-res.apk is neither a directory nor file
Click to expand...
Click to collapse
I've double checked everything, but all the files are in place and I can not truly understand what kind of hardware problem could be
UP!!
UP!! I am attaching the job folder, so at least we hope you manage to figure it out
Any UP!! Nobody can help me?
Any UP need help me?
Ive been running the ICS version of DigitalHigh's MIUI for a while and decided it was time to upgrade to v5.
I went and flashed the v5 version with a full wipe and it started rebooting a few seconds after the MIUI bootscreen showed up.
I panicked and went to restore my Nand of the ICS version and now it's also rebooting on the bootscreen.
I was able to flash Trib's stock ICS rom and boot it on the first attempt.
I have a logcat of the reboots and they seem to end the same every time.
However, I don't know how to interpret the logcat to figoure out how to fix it.
LOGCAT from fresh clean current miui v5 install.
Code:
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [15] dev_name = speaker_mono_rx_midi_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [16] dev_name = speaker_mono_rx_voice_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [31] dev_name = usb_headset_stereo_rx
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [32] dev_name = alt_mono_rx_midi_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [17] dev_name = speaker_mono_tx_midi_8000
I/HTC Acoustic( 183): parse freq 8000
I/HTC Acoustic( 183): act_size=25, freq=8000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [18] dev_name = speaker_mono_tx_voice_8000
I/HTC Acoustic( 183): parse freq 8000
I/HTC Acoustic( 183): act_size=25, freq=8000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [19] dev_name = speaker_mono_tx_voice_16000
I/HTC Acoustic( 183): parse freq 16000
I/HTC Acoustic( 183): act_size=25, freq=16000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [20] dev_name = speaker_mono_tx_midi_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [21] dev_name = speaker_mono_tx_voice_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=25, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [22] dev_name = tty_headset_mono_rx_voice_8000
I/HTC Acoustic( 183): parse freq 8000
I/HTC Acoustic( 183): act_size=28, freq=8000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [23] dev_name = tty_headset_mono_rx_voice_48000
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=28, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [24] dev_name = tty_headset_mono_tx_voice_8000
I/HTC Acoustic( 183): parse freq 8000
I/HTC Acoustic( 183): act_size=24, freq=8000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [25] dev_name = tty_headset_mono_tx_voice_16000
I/HTC Acoustic( 183): parse freq 16000
I/HTC Acoustic( 183): act_size=24, freq=16000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [26] dev_name = fmradio_headset_rx
I/HTC Acoustic( 183): act_size=18, freq=0
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [27] dev_name = fmradio_speaker_rx
I/HTC Acoustic( 183): act_size=18, freq=0
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [28] dev_name = headset_speaker_stereo_rx
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=33, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
D/HTC Acoustic( 183): [29] dev_name = fmtx_headset
I/HTC Acoustic( 183): parse freq 48000
I/HTC Acoustic( 183): act_size=28, freq=48000
D/HTC Acoustic( 183): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 183): Success on updating adie setting
I/HTC Acoustic( 183): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 183): BT ID table version: Shooter_HTC_20110331
E/HTC Acoustic( 183): read ACOUSTIC_GET_TABLES fail. -1
I/HTC Acoustic( 183): TPA2051 CSV File Open From /system/etc/TPA2051_CFG.csv
I/HTC Acoustic( 183): open /system/etc/TPA2051_CFG.csv success.
D/HTC Acoustic( 183): int android_audio_legacy::support_codec_aic3254(), suppor
t_aic3254: 1
D/HTC Acoustic( 183): int android_audio_legacy::support_back_mic(), support_bac
k_mic: 1
D/HTC Acoustic( 183): int android_audio_legacy::support_audience(), support_a10
26: 0
E/HTC Acoustic( 183): read ACOUSTIC_GET_TABLES fail. -1
D/HTC Acoustic( 183): failed to open file /system/etc/AIC3254_REG_MFG.csv: No s
uch file or directory (2).
D/HTC Acoustic( 183): int android_audio_legacy::support_audience(), support_a10
26: 0
D/HTC Acoustic( 183): failed to open file /system/etc/AIC3254_REG_MFG.txt: No s
uch file or directory (2).
D/HTC Acoustic( 183): failed to open file /system/etc/AIC3254_REG_COMMON_DualMi
c.csv: No such file or directory (2).
D/HTC Acoustic( 183): int android_audio_legacy::support_back_mic(), support_bac
k_mic: 1
I/HTC Acoustic( 183): open /system/etc/AIC3254_REG_DualMic.csv success.
I/HTC Acoustic( 183): AIC3254 table version: HTC_SHR_0112_1_StereoRecording
D/HTC Acoustic( 183): int android_audio_legacy::support_audience(), support_a10
26: 0
D/HTC Acoustic( 183): int android_audio_legacy::support_audience(), support_a10
26: 0
D/HTC Acoustic( 183): AMR_WB not supported. /system/etc/CodecDSPID_WB.txt canno
t be opened.
D/HTC Acoustic( 183): int android_audio_legacy::support_amr_wb(), support_amr_w
b: 0
D/HTC Acoustic( 183): int android_audio_legacy::support_audience(), support_a10
26: 0
I/HTC Acoustic( 183): open /system/etc/CodecDSPID.txt success.
I/HTC Acoustic( 183): Codec dsp mapping table version: SHR_soundeffet_2011_041
2
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original.txt succ
ess.
I/HTC Acoustic( 183): (Phone_Default,/system/etc/soundimage/Sound_Phone_Origina
l.txt) with index 0
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Original.txt success.
D/dalvikvm( 278): DexOpt: load 10ms, verify+opt 14ms, 140348 bytes
I/HTC Acoustic( 183): (Playback_Default,/system/etc/soundimage/Sound_Original.t
xt) with index 1
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Original_SPK.txt succes
s.
D/dalvikvm( 181): DexOpt: --- END 'core-junit.jar' (success) ---
D/dalvikvm( 181): DEX prep '/system/framework/core-junit.jar': unzip in 0ms, re
write 64ms
I/HTC Acoustic( 183): (Playback_Speaker_Default,/system/etc/soundimage/Sound_Or
iginal_SPK.txt) with index 2
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Original_Recording.txt
success.
I/HTC Acoustic( 183): (Record_Default,/system/etc/soundimage/Sound_Original_Rec
ording.txt) with index 3
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original_REC.txt
success.
D/dalvikvm( 181): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) ---
I/HTC Acoustic( 183): (Phone_Handset_Dualmic,/system/etc/soundimage/Sound_Phone
_Original_REC.txt) with index 4
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original_SPK.txt
success.
I/HTC Acoustic( 183): (Phone_Speaker_Dualmic,/system/etc/soundimage/Sound_Phone
_Original_SPK.txt) with index 5
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original_HP.txt s
uccess.
I/HTC Acoustic( 183): (Phone_Headset,/system/etc/soundimage/Sound_Phone_Origina
l_HP.txt) with index 6
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original_REC.txt
success.
I/HTC Acoustic( 183): (Phone_HAC,/system/etc/soundimage/Sound_Phone_Original_RE
C.txt) with index 7
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Phone_Original.txt succ
ess.
I/HTC Acoustic( 183): (Phone_TTY,/system/etc/soundimage/Sound_Phone_Original.tx
t) with index 8
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Rec_mono.txt success.
I/rmt_storage( 175): rmt_storage open event: handle=1
I/rmt_storage( 175): Opened /dev/block/mmcblk0p26 for /boot/modem_fs1
I/rmt_storage( 175): rmt_storage events processing done. (handle=1)
I/rmt_storage( 175): rmt_storage send user data event: handle=1
I/rmt_storage( 175): rmt_storage events processing done. (handle=1)
I/rmt_storage( 175): rmt_storage open event: handle=2
I/rmt_storage( 175): Opened /dev/block/mmcblk0p27 for /boot/modem_fs2
I/rmt_storage( 175): rmt_storage events processing done. (handle=2)
I/rmt_storage( 175): rmt_storage send user data event: handle=2
I/rmt_storage( 175): rmt_storage events processing done. (handle=2)
I/rmt_storage( 175): rmt_storage open event: handle=3
E/rmt_storage( 175): Unable to open /boot/modem_fsg
I/rmt_storage( 175): rmt_storage events processing done. (handle=3)
I/rmt_storage( 175): rmt_storage send user data event: handle=3
E/rmt_storage( 175): Invalid rmt_storage client
I/rmt_storage( 175): rmt_storage events processing done. (handle=3)
I/rmt_storage( 175): rmt_storage client thread started... (handle=2)
I/rmt_storage( 175): rmt_storage client thread waiting... (handle=2)
I/rmt_storage( 175): rmt_storage client thread started... (handle=1)
I/rmt_storage( 175): rmt_storage client thread waiting... (handle=1)
I/rmt_storage( 175): rmt_storage open event: handle=4
I/rmt_storage( 175): Opened /dev/block/mmcblk0p19 for /boot/radio_config
I/rmt_storage( 175): rmt_storage events processing done. (handle=4)
I/rmt_storage( 175): rmt_storage send user data event: handle=4
I/rmt_storage( 175): rmt_storage events processing done. (handle=4)
I/rmt_storage( 175): rmt_storage client thread started... (handle=4)
I/rmt_storage( 175): rmt_storage client thread waiting... (handle=4)
I/rmt_storage( 175): rmt_storage read event: handle=1
I/rmt_storage( 175): Try to unblock rmt_storage client thread... (handle=1)
I/rmt_storage( 175): rmt_storage events processing done. (handle=1)
I/rmt_storage( 175): rmt_storage client thread is unblocked. (handle=1)
I/rmt_storage( 175): rmt_storage fop(4) fd(8) handle(1): bytes required=512, of
fset=0
I/rmt_storage( 175): rmt_storage fop(4) fd(8) handle(1): bytes transferred=512
I/rmt_storage( 175): rmt_storage fop(4) fd(8) handle(1): bytes required=512, of
fset=3145216
I/rmt_storage( 175): rmt_storage fop(4) fd(8) handle(1): bytes transferred=512
I/rmt_storage( 175): rmt_storage_send_status fop(4) fd(8) handle(1): error_code
= 0
I/rmt_storage( 175): rmt_storage client thread waiting... (handle=1)
I/rmt_storage( 175): rmt_storage read event: handle=2
I/rmt_storage( 175): Try to unblock rmt_storage client thread... (handle=2)
I/rmt_storage( 175): rmt_storage events processing done. (handle=2)
I/rmt_storage( 175): rmt_storage client thread is unblocked. (handle=2)
I/rmt_storage( 175): rmt_storage fop(4) fd(10) handle(2): bytes required=512, o
ffset=0
I/rmt_storage( 175): rmt_storage fop(4) fd(10) handle(2): bytes transferred=512
I/rmt_storage( 175): rmt_storage fop(4) fd(10) handle(2): bytes required=512, o
ffset=3145216
I/rmt_storage( 175): rmt_storage fop(4) fd(10) handle(2): bytes transferred=512
I/rmt_storage( 175): rmt_storage_send_status fop(4) fd(10) handle(2): error_cod
e = 0
I/rmt_storage( 175): rmt_storage client thread waiting... (handle=2)
I/HTC Acoustic( 183): (Record_V_Mono,/system/etc/soundimage/Sound_Rec_mono.txt)
with index 9
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Rec_Landscape.txt succe
ss.
I/HTC Acoustic( 183): (Record_V_IMIC_Landscape_Stereo,/system/etc/soundimage/So
und_Rec_Landscape.txt) with index 10
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Rec_Portrait.txt succes
s.
I/HTC Acoustic( 183): (Record_V_IMIC_Protrait_Stereo,/system/etc/soundimage/Sou
nd_Rec_Portrait.txt) with index 11
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Rec_Voice_record.txt su
ccess.
I/HTC Acoustic( 183): (Record_A_IMIC_Mono,/system/etc/soundimage/Sound_Rec_Voic
e_record.txt) with index 12
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_Rec_Voice_record.txt su
ccess.
I/HTC Acoustic( 183): (Record_A_EMIC_Mono,/system/etc/soundimage/Sound_Rec_Voic
e_record.txt) with index 13
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_FM_HP.txt success.
I/HTC Acoustic( 183): (FM_Headset,/system/etc/soundimage/Sound_FM_HP.txt) with
index 14
I/HTC Acoustic( 183): open /system/etc/soundimage/Sound_FM_SPK.txt success.
I/HTC Acoustic( 183): (FM_Speaker,/system/etc/soundimage/Sound_FM_SPK.txt) with
index 15
I/HTC Acoustic( 183): htc_effect_mask = 0x3fbfe
D/HTC Acoustic( 183): int android_audio_legacy::support_back_mic(), support_bac
k_mic: 1
I/AudioFlinger( 183): loadHwModule() Loaded primary audio interface from QCOM A
udio HW HAL (audio) handle 1
I/AudioFlinger( 183): HAL output buffer size 1200 frames, normal mix buffer siz
e 1200 frames
W/EffectsFactory( 183): loadLibrary() failed to open /system/lib/soundfx/libcya
nogen-dsp.so
W/EffectsFactory( 183): loadEffect() could not get library cm
W/EffectsFactory( 183): loadEffect() could not get library cm
W/EffectsFactory( 183): loadEffect() could not get library cm
W/EffectsFactory( 183): loadEffect() could not get library cm
I/AudioMixer( 183): found effect "Multichannel Downmix To Stereo" from The Andr
oid Open Source Project
I/AudioFlinger( 183): Using module 1 has the primary audio interface
D/AudioHardwareInterface( 183): setMode(NORMAL)
I/AudioFlinger( 183): AudioFlinger's thread 0x1a930b8 ready to run
I/AudioHardwareMSM8660( 183): Set master volume to 7.
W/AudioFlinger( 183): Thread AudioOut_2 cannot connect to the power manager ser
vice
D/AudioHardwareMSM8660( 183): AudioStreamOutMSM8x60::standby()
W/AudioFlinger( 183): Thread AudioOut_2 cannot connect to the power manager ser
vice
I/AudioHardwareMSM8660( 183): Routing audio to Speakerphone
D/AudioHardwareMSM8660( 183): aic3254_config: device 1 enabled 1
D/AudioHardwareMSM8660( 183): aic3254_config: loading effect Playback_Default
I/HTC Acoustic( 183): set_audio_effect: Playback_Default
I/HTC Acoustic( 183): set_audio_effect: match with name Playback_Default (1)
I/HTC Acoustic( 183): found enabled DSP firmwares and return 0
D/AudioHardwareMSM8660( 183): do_aic3254_control device: 1 mode: 0 record: 0
I/AudioHardwareMSM8660( 183): aic3254 powered off
D/AudioHardwareMSM8660( 183): new_rx = 2
D/AudioHardwareMSM8660( 183): new_tx = 4
D/AudioHardwareMSM8660( 183): updateDeviceInfo() called for default case
D/AudioHardwareMSM8660( 183): updateDeviceInfo: E
D/AudioHardwareMSM8660( 183): simple device switch
D/AudioHardwareMSM8660( 183): update TPA2051_SET_MODE to mode 4 success
E/AudioHardwareMSM8660( 183): unknown stream
I/AudioFlinger( 183): loadHwModule() Loaded a2dp audio interface from A2DP Audi
o HW HAL (audio) handle 3
I/AudioPolicyService( 183): Loaded audio policy from QCOM Audio Policy HAL (aud
io_policy)
D/MDnsDS ( 177): MDnsSdListener::Hander starting up
D/MDnsDS ( 177): MDnsSdListener starting to monitor
D/MDnsDS ( 177): Going to poll with pollCount 1
D/dalvikvm( 303): DexOpt: load 20ms, verify+opt 395ms, 601812 bytes
D/dalvikvm( 181): DexOpt: --- END 'bouncycastle.jar' (success) ---
D/dalvikvm( 181): DEX prep '/system/framework/bouncycastle.jar': unzip in 38ms,
rewrite 484ms
D/dalvikvm( 181): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) ---
D/dalvikvm( 389): DexOpt: load 36ms, verify+opt 467ms, 940124 bytes
D/dalvikvm( 181): DexOpt: --- END 'ext.jar' (success) ---
D/dalvikvm( 181): DEX prep '/system/framework/ext.jar': unzip in 48ms, rewrite
593ms
D/dalvikvm( 181): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) ---
I/rmt_storage( 175): rmt_storage write event: handle=1
I/rmt_storage( 175): Try to unblock rmt_storage client thread... (handle=1)
I/rmt_storage( 175): rmt_storage events processing done. (handle=1)
I/rmt_storage( 175): rmt_storage client thread is unblocked. (handle=1)
I/rmt_storage( 175): rmt_storage fop(1) fd(8) handle(1): bytes required=3145216
, offset=0
I/rmt_storage( 175): rmt_storage fop(1) fd(8) handle(1): bytes transferred=3276
8
I/rmt_storage( 175): rmt_storage fop(1) fd(8) handle(1): bytes required=512, of
fset=3145216
E/rmt_storage( 175): rmt_storage fop(1) fd(8) handle(1): failed with error=-1
I/rmt_storage( 175): rmt_storage_send_status fop(1) fd(8) handle(1): error_code
= -1
Please help me fix this reboot loop.
Thank you.