Giter Club home page Giter Club logo

android_device_samsung_loganreltexx's People

Contributors

lpfann avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

schemingweasels

android_device_samsung_loganreltexx's Issues

ThermalDaemon config missing

The /etc/thermald.conf for the ThermalDaemon is not linked to the folder although it is done in init.qcom.thermal.conf

# Check if symlink does not exist
if [ ! -h $THERMALD_CONF_SYMLINK ]; then
 # create symlink to target-specific config file
 case "$platformid" in
     "109" | "130") #APQ/MPQ8064
     ln -s /etc/thermald-8064.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;

     "153") #APQ/MPQ8064ab
     ln -s /etc/thermald-8064ab.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;

     "116" | "117" | "118" | "119" | "120" | "121" | "142" | "143" | "144" | "160" | "179" | "180" | "181") #MSM8x30&MSM8x27
     ln -s /etc/thermald-8930.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;

     "154" | "155" | "156" | "157") #MSM8930ab
     ln -s /etc/thermald-8930ab.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;

     "138" | "139" | "140" | "141") #MSM8960ab
     ln -s /etc/thermald-8960ab.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;

     "123") #MSM8260a
     revision=`getprop ro.revision`
     if [ "$revision" = "4" ]; then
      ln -s /etc/thermald-8260a.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     else
      ln -s /etc/thermald-8960.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     fi
     ;;

     *) #MSM8960, etc
     ln -s /etc/thermald-8960.conf $THERMALD_CONF_SYMLINK 2>/dev/null
     ;;
 esac
fi

No idea why it isnt creating the link like it should.

NFC

I heard that it doesn't work with 4.4.4?

Issues found

Camera
Sensors

Sensors logcat output:
W/OrientationEventListener( 8516): Cannot detect sensors. Invalid disable

Camera logcat output:
E/mm-camera( 7987): qcamsvr_start: old_mode = 3f
E/mm-camera( 7987): mctl_load_frame_proc_lib Error opening frame_proc library: dlopen failed: could not load library "libmmcamera_wavelet_lib.so" needed by "libmmcamera_frameproc.so"; caused by could not load library "libqc-opt.so" needed by "libmmcamera_wavelet_lib.so"; caused by cannot locate symbol "utext_openUChars_48" referenced by "libqc-opt.so"...
E/mm-camera( 7987): mctl_load_comps: mctl_load_frame_proc_lib() error = -1
E/mm-camera( 7987): mctl_load_comps: my_shared_stats_proc_lib.ptr.comp_destroy failed
E/mm-camera( 7987): mctl_load_comps: eeprom_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: ACTUATOR_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: VFE_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: CAMIF_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: flash_strobe_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: flash_led_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: sensor_comp_destroy() failed
E/mm-camera( 7987): mctl_load_comps: AXI_comp_destroy() failed
E/mm-camera( 7987): qcamsvr_start: mctl_load_comps failed

SensorManager not working correctly

The sensors of the device (accelerometer etc.) are working and you can look at the raw data in the specified spots but the SensorManager has got problems with registering them to the System so no App can use them.

Camera partially broken

The camera works at first but after taking a photo or switching to video mode crashes or freezes.
Sometimes it works, sometimes the preview image is just frozen.
There are a lot of errors in the logs but its unclear which of them are the real reason of this behavour. Could be that the camera wrapper from msm8930 is not working correctly for this camera.
If somebody could narrow down the cause, that would be great.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.