This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libcam.camshot.so | |
libcam.client.so | |
libcam.device1.so | |
libcam.device3.so | |
libcam.exif.so | |
libcam.exif.v3.so | |
libcam.hal3a.v3.so | |
libcam.hal3a.v3.dng.so | |
libcam.halsensor.so | |
libcam.iopipe.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
igor@igor-VirtualBox ~/symdep $ ./symdep /home/igor/rom/aosp/out/target/product/s3plus_n560a/system/lib64/egl/libGLES_mali.so | |
/home/igor/rom/aosp/out/target/product/s3plus_n560a/system/lib64/egl/libGLES_mali.so | |
libbinder.so: No such file or directory | |
libc.so: No such file or directory | |
libcutils.so: No such file or directory | |
libdl.so: No such file or directory | |
libdpframework.so: No such file or directory | |
libged.so: No such file or directory | |
libgpu_aux.so: No such file or directory | |
libgralloc_extra.so: No such file or directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?:??: W/?(?): --------- beginning of main | |
01-02 07:56:03.630: I/auditd(195): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 | |
01-02 07:56:05.070: I/init(1): type=1400 audit(0.0:3): avc: denied { create } for name="sdcard" scontext=u:r:init:s0 tcontext=u:object_r:tmpfs:s0 tclass=lnk_file permissive=1 | |
01-02 07:56:05.070: I/init(1): --------- beginning of system | |
01-02 07:56:05.899: I/vold(198): Vold 3.0 (the awakening) firing up | |
01-02 07:56:05.907: I/(196): debuggerd: starting | |
01-02 07:56:06.189: E/vold(198): Failed to chmod /data/system_ce/0: No such file or directory | |
01-02 07:56:06.190: E/vold(198): Failed to chmod /data/misc_ce/0: No such file or directory | |
01-02 07:56:06.191: I/vdc(1): 200 199 Command succeeded | |
01-02 07:56:06.239: I//system/bin/tzdatacheck(213): tzdata file /data/misc/zoneinfo/current/tzdata does not exist. No action required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ram console header, hw_status: 2, fiq step 0. | |
[ 31.100564]<0>-(0)[1:init]MTK_WDT_MODE:0x14 | |
=1 (GED boost)[MALI] mtk_kbase_set_bottom_gpu_freq_fp() ui32FreqLevel=0, g_custom_gpu_boost_id=1 (GED boost) | |
[ 21.963766]<0> (0)[51:kworker/0:1][MALI] mtk_kbase_set_bottom_gpu_freq_fp() ui32FreqLevel=0, g_custom_gpu_boost_id=1 (GED boost)[ 21.977406]ADDLOG datagram_poll sk_queue_empty mask:0 | |
[ 21.977629]<3> (3)[280:servicemanager]ADDLOG datagram_poll sk_queue_empty mask:0[ 21.977846]ADDLOG datagram_poll sk_queue_empty mask:0init: [PropSet]: pid:1369 uid:0 gid:1005 set persist.af.losslessbt.on=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -ri Postcamera | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali:.class Landroid/hardware/IPostCamera$Stub$Proxy; | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali:.source "IPostCamera.java" | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali:.implements Landroid/hardware/IPostCamera; | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali: value = Landroid/hardware/IPostCamera$Stub; | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali: iput-object p1, p0, Landroid/hardware/IPostCamera$Stub$Proxy;->mRemote:Landroid/os/IBinder; | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali: iget-object v0, p0, Landroid/hardware/IPostCamera$Stub$Proxy;->mRemote:Landroid/os/IBinder; | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali: const-string v2, "android.hardware.IPostCamera" | |
framework/smali/android/hardware/IPostCamera$Stub$Proxy.smali: iget-object v2, p0, Landroid/hardware/IPostCamera$Stub$Proxy;->mRemote:Landroid/os/IBinder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -ri android.hardware.PostCamera | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.class Landroid/hardware/PostCamera$EventHandler; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: value = Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.field private mCamera:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.field final synthetic this$0:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.method public constructor <init>(Landroid/hardware/PostCamera;Landroid/hardware/PostCamera;Landroid/os/Looper;)V | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: .param p2, "c" # Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: iput-object p1, p0, Landroid/hardware/PostCamera$EventHandler;->this$0:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -ri android.hardware.PostCamera | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.class Landroid/hardware/PostCamera$EventHandler; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: value = Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.field private mCamera:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.field final synthetic this$0:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali:.method public constructor <init>(Landroid/hardware/PostCamera;Landroid/hardware/PostCamera;Landroid/os/Looper;)V | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: .param p2, "c" # Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: iput-object p1, p0, Landroid/hardware/PostCamera$EventHandler;->this$0:Landroid/hardware/PostCamera; | |
framework/smali/android/hardware/PostCamera$EventHandler.smali: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################## | |
# script by: WyTHuK | |
# special for: http://4pda.ru | |
- general: MTK_PLATFORM_CFG | |
info: | |
- config_version: V1.1.2 | |
platform: MT6752 | |
project: GetScatter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################################ | |
# | |
# General Setting | |
# | |
############################################################################################################ | |
- general: MTK_PLATFORM_CFG | |
info: | |
- config_version: V1.1.2 | |
platform: MT6735 | |
project: TIT-AL00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10-14 09:27:34.175: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:35.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:37.938: W/MALI(774): glDrawArrays:714: [MALI] glDrawArrays takes more than 5ms here. Total elapse time(us): 24201 | |
10-14 09:27:38.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:39.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:40.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:41.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:42.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:43.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) | |
10-14 09:27:45.174: E/PROXIMITY(616): ProximitySensor: unknown event (type=3, code=0) |