[DISCONTINUED][ROM][Z3TC] Floko ROM v2.0 pie for SGP621/SGP611 [UNOFFICIAL]

Search This thread
Floko-v2.0-scorpion_windy-20200101-UNOFFICIAL
Found a bug. When the tablet is completely turned off and if you put it on charge, the backlight does not go out. That is, the display backlight is constantly on.

Sorry for my derp.

Open "/system/vendor/etc/init/hw/init.sony.usb.rc"
And add this one line to "on charger" trigger

>write /sys/class/leds/lcd-backlight/trigger "battery-charging"

Code:
diff --git a//system/vendor/etc/init/hw/init.sony.usb.rc b//system/vendor/etc/init/hw/init.sony.usb.rc
index 18d5f0e..f92d42b 100644
--- a//system/vendor/etc/init/hw/init.sony.usb.rc
+++ b//system/vendor/etc/init/hw/init.sony.usb.rc
@@ -25,6 +25,7 @@ on boot
     setprop sys.usb.ffs.aio_compat 1

 on charger
+    write /sys/class/leds/lcd-backlight/trigger "battery-charging"
     setprop sys.usb.config mtp

 on fs
 

meksis

Member
May 14, 2013
43
6
Oryol
koron393, Unfortunately, this did not help. The backlight also does not go out. The battery indicator disappears, but the backlight does not turn off.
 

solnyshok

Senior Member
Jul 10, 2006
181
17
I lost root. I have it in developer options (had to activate developers options once again) but there are no rooted apps in the list. Also, then I use app that needs root, popup windows for granting permissions does not show up. Root checker says that I have su binary at /system/bin/su (lrwxrwxrwx 1:root, 16 cm-su)
and at /system/xbin/su (-rwsr-xr-x 1:root, 16 cm-su)
superuser app found com.android.settings @ 9 (28)
applet source found at /system/bin/toybox null

seems that I lost busybox after upgrade and cannot install it now without root
 
Last edited:
koron393, Unfortunately, this did not help. The backlight also does not go out. The battery indicator disappears, but the backlight does not turn off.

OK. I confirmed.

#141 fixes offmode charging at computers. When connect to PC-USB cable, backlight turns off.

But
When connect to charger, backlight does not turn off while charging mode.

To fix this, open "/system/vendor/etc/init/hw/init.qcom.rc"
And add this one line to "on early-init" trigger.

>write /sys/class/leds/lcd-backlight/trigger "backlight"

Fix for offmode charging at ac adapters
Code:
diff --git a//system/vendor/etc/init/hw/init.qcom.rc b//system/vendor/etc/init/hw/init.qcom.rc
index afc09f5..b95bcaa 100644
--- a//system/vendor/etc/init/hw/init.qcom.rc
+++ b//system/vendor/etc/init/hw/init.qcom.rc
@@ -25,7 +25,10 @@ on early-init
 on early-init
     mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
     chown system system /sys/kernel/debug/kgsl/proc

+    # Turn off backlight on blank
+    write /sys/class/leds/lcd-backlight/trigger "backlight"
+
 on init
     symlink /dev/block/platform/msm_sdcc.1 /dev/block/bootdevice


Fix for offmode charging at computers (same as #141)
Code:
diff --git a//system/vendor/etc/init/hw/init.sony.usb.rc b//system/vendor/etc/init/hw/init.sony.usb.rc
index 18d5f0e..f92d42b 100644
--- a//system/vendor/etc/init/hw/init.sony.usb.rc
+++ b//system/vendor/etc/init/hw/init.sony.usb.rc
@@ -25,6 +25,7 @@ on boot
     setprop sys.usb.ffs.aio_compat 1

 on charger
+    write /sys/class/leds/lcd-backlight/trigger "battery-charging"
     setprop sys.usb.config mtp

 on fs


Thanks for reporting!
 
  • Like
Reactions: thf1973

meksis

Member
May 14, 2013
43
6
Oryol
OK. I confirmed.

#141 fixes offmode charging at computers. When connect to PC-USB cable, backlight turns off.

But
When connect to charger, backlight does not turn off while charging mode.

To fix this, open "/system/vendor/etc/init/hw/init.qcom.rc"
And add this one line to "on early-init" trigger.

>write /sys/class/leds/lcd-backlight/trigger "backlight"

Fix for offmode charging at ac adapters
Code:
diff --git a//system/vendor/etc/init/hw/init.qcom.rc b//system/vendor/etc/init/hw/init.qcom.rc
index afc09f5..b95bcaa 100644
--- a//system/vendor/etc/init/hw/init.qcom.rc
+++ b//system/vendor/etc/init/hw/init.qcom.rc
@@ -25,7 +25,10 @@ on early-init
 on early-init
     mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
     chown system system /sys/kernel/debug/kgsl/proc

+    # Turn off backlight on blank
+    write /sys/class/leds/lcd-backlight/trigger "backlight"
+
 on init
     symlink /dev/block/platform/msm_sdcc.1 /dev/block/bootdevice


Fix for offmode charging at computers (same as #141)
Code:
diff --git a//system/vendor/etc/init/hw/init.sony.usb.rc b//system/vendor/etc/init/hw/init.sony.usb.rc
index 18d5f0e..f92d42b 100644
--- a//system/vendor/etc/init/hw/init.sony.usb.rc
+++ b//system/vendor/etc/init/hw/init.sony.usb.rc
@@ -25,6 +25,7 @@ on boot
     setprop sys.usb.ffs.aio_compat 1

 on charger
+    write /sys/class/leds/lcd-backlight/trigger "battery-charging"
     setprop sys.usb.config mtp

 on fs


Thanks for reporting!
Added a line, but nothing has changed. The battery indicator disappears, but the backlight does not go out.
 

prefect472

Member
Dec 19, 2016
20
1
Could someone post the non-windy download link for the 20200101 version? Or say where it can be found?
I tried upgrading directly (from a too old version I guess) and it didn't work so I'll wipe and install new instead.
But since I wiped I don't have the link on the device itself anymore :)
 

prefect472

Member
Dec 19, 2016
20
1
Stock early in boot on latest with clean install

So I wiped all in TWRP and flashed Floko-v2.0-scorpion-20191016-UNOFFICIAL, GApps and Magisk, and rebooted. My SGP621 gets stuck on the boot animation and the log (attached) pretty much stops as below. Haven't read through the entire thread yet but figured I'd post first in case it's something new, and then take my time reading.

Do I need to go back to stock and then try again?
 

Attachments

  • boot.txt
    223.6 KB · Views: 31
Last edited:

lm.org

New member
Jan 12, 2020
2
1
Hi,
tryed last 3 builds with latest OpenGapps and still have problem with crashing Google Hangouts inmediately after start.
Logcat:


Code:
01-12 12:40:32.674  1101  1111 I .weather.clien: Background concurrent copying GC freed 90927(4MB) AllocSpace objects, 11(268KB) LOS objects, 49% free, 6MB/12MB, paused 412us total 124.766ms
01-12 12:40:33.682   728  1792 E LightsService: Light requested not available on this device. 2
01-12 12:40:33.818   333  3972 D audio_hw_primary: start_output_stream: enter: stream(0xb1271000)usecase(1: low-latency-playback) devices(0x2)
01-12 12:40:33.818   333  3972 D audio_hw_primary: start_output_stream: enter: usecase(1: low-latency-playback) devices(0x2)
01-12 12:40:33.818   333  3972 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
01-12 12:40:33.818   333  3972 W msm8974_platform: Codec backend bitwidth 16, samplerate 48000
01-12 12:40:33.818   333  3972 D hardware_info: hw_info_append_hw_type : device_name = speaker
01-12 12:40:33.818   333  3972 I msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path =  0
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_adm_topology
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_asm_topology
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audtable
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audvoltable
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_afe_cal
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
01-12 12:40:33.818   333  3972 D audio_route: Apply path: speaker
01-12 12:40:33.819   333  3972 D audio_route: Apply path: low-latency-playback speaker
01-12 12:40:33.823   728  3913 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.talk/.SigningInActivity bnds=[415,64][600,299]} from uid 1000
01-12 12:40:33.832   333  3972 D audio_hw_primary: select_devices: done
01-12 12:40:33.861   361   361 E QCOM PowerHAL: Failed to acquire lock.
01-12 12:40:33.861   361   361 E QCOM PowerHAL: Failed to perform launch boost
01-12 12:40:33.915  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
01-12 12:40:33.952  3891  4361 I PBSessionCacheImpl: Deleted sessionId[17114377796907728] from persistence.
01-12 12:40:34.003  3891  4361 W SearchServiceCore: Abort, client detached.
01-12 12:40:34.004  3891  4361 I StreamController: cleanUpControllerScope(nowcards-15-6c4b51-6ef5)
01-12 12:40:34.010  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
01-12 12:40:34.144   279   279 E Minikin : addFont failed to create font, invalid request
01-12 12:40:34.144   279   279 E Typeface: Error creating font /system/fonts/NotoSerifCJK-Regular.ttc#4
01-12 12:40:34.207   728   745 I ActivityManager: Start proc 1428:com.google.android.talk/u0a201 for activity com.google.android.talk/.SigningInActivity
01-12 12:40:34.217  1428  1428 I Zygote  : seccomp disabled by setenforce 0
01-12 12:40:34.232  1428  1428 E le.android.tal: Not starting debugger since process cannot load the jdwp agent.
01-12 12:40:34.302  1428  1428 I le.android.tal: The ClassLoaderContext is a special shared library.
01-12 12:40:34.341  1428  1428 F libnativeloader: Cannot find "vndk" namespace for vendor apks
01-12 12:40:34.345  1428  1428 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 1428 (le.android.talk), pid 1428 (le.android.talk)
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1439: I/O error
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1440: I/O error
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1441: I/O error
01-12 12:40:34.418  1460  1460 W crash_dump32: failed to fetch registers for thread 1442: I/O error
01-12 12:40:34.418  1460  1460 W crash_dump32: failed to fetch registers for thread 1443: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1444: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1445: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1446: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1458: I/O error
01-12 12:40:34.455  1460  1460 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-12 12:40:34.456 31593 31593 I /system/bin/tombstoned: received crash request for pid 1428
01-12 12:40:34.457 31593 31593 F /system/bin/tombstoned: tombstoned.cpp:123] failed to create temporary tombstone in /data/tombstones: Permission denied
01-12 12:40:34.457 31593 31593 E /system/bin/tombstoned: received fatal signal 6
01-12 12:40:34.458  1460  1460 E libc    : received DumpRequest response packet of incorrect length (expected 12, got 0)
01-12 12:40:34.458  1460  1460 I crash_dump32: performing dump of process 1428 (target tid = 1428)
01-12 12:40:34.516  1464  1464 I tombstoned: type=1400 audit(0.0:575): avc: denied { getattr } for path="/system/vendor/bin/credmgrd" dev="mmcblk0p23" ino=3183 scontext=u:r:tombstoned:s0 tcontext=u:object_r:credmgrd_exec:s0 tclass=file permissive=1
01-12 12:40:34.530  1460  1460 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-12 12:40:34.530  1460  1460 F DEBUG   : crDroid Version: '2.0'
01-12 12:40:34.530  1460  1460 F DEBUG   : Build fingerprint: 'Sony/SGP621/SGP621:6.0.1/23.5.A.1.291/3706784398:user/release-keys'
01-12 12:40:34.530  1460  1460 F DEBUG   : Revision: '0'
01-12 12:40:34.530  1460  1460 F DEBUG   : ABI: 'arm'
01-12 12:40:34.530  1460  1460 F DEBUG   : pid: 1428, tid: 1428, name: le.android.talk  >>> com.google.android.talk <<<
01-12 12:40:34.530  1460  1460 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-12 12:40:34.530  1460  1460 F DEBUG   : Abort message: 'Cannot find "vndk" namespace for vendor apks'
01-12 12:40:34.530  1460  1460 F DEBUG   :     r0  00000000  r1  00000594  r2  00000006  r3  00000008
01-12 12:40:34.530  1460  1460 F DEBUG   :     r4  00000594  r5  00000594  r6  bed0d7e4  r7  0000010c
01-12 12:40:34.531  1460  1460 F DEBUG   :     r8  00000000  r9  bed0dc70  r10 bed0dd50  r11 afc1df60
01-12 12:40:34.531  1460  1460 F DEBUG   :     ip  00000041  sp  bed0d7d0  lr  b20af5f5  pc  b20a6f7e
01-12 12:40:34.539  1464  1464 I /system/bin/tombstoned: tombstoned successfully initialized
01-12 12:40:34.720  1460  1460 F DEBUG   : 
01-12 12:40:34.720  1460  1460 F DEBUG   : backtrace:
01-12 12:40:34.720  1460  1460 F DEBUG   :     #00 pc 0001cf7e  /system/lib/libc.so (abort+58)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #01 pc 00006eb1  /system/lib/liblog.so (__android_log_assert+156)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #02 pc 00002eb5  /system/lib/libnativeloader.so (android::LibraryNamespaces::Create(_JNIEnv*, unsigned int, _jobject*, bool, bool, _jstring*, _jstring*, android::NativeLoaderNamespace*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*)+2260)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #03 pc 0000257f  /system/lib/libnativeloader.so (android::CreateClassLoaderNamespace(_JNIEnv*, int, _jobject*, bool, bool, _jstring*, _jstring*)+78)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #04 pc 0010bcf7  /system/lib/libandroid_runtime.so (createClassloaderNamespace_native(_JNIEnv*, _jobject*, _jobject*, int, _jstring*, _jstring*, unsigned char, unsigned char)+38)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #05 pc 003a16d5  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ClassLoaderFactory.createClassloaderNamespace+188)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #06 pc 009eb315  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ClassLoaderFactory.createClassLoader+356)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #07 pc 00650f95  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ApplicationLoaders.getClassLoader+268)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #08 pc 006511fd  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ApplicationLoaders.getClassLoader+84)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #09 pc 006591e5  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.createOrUpdateClassLoaderLocked+2076)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #10 pc 0065b72d  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.getClassLoader+76)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #11 pc 0065bac9  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.getResources+320)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #12 pc 0074f66d  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ContextImpl.createAppContext+140)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #13 pc 0073972f  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread.handleBindApplication+4430)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #14 pc 00735f79  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread$H.handleMessage+6112)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #15 pc 008f7339  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.os.Handler.dispatchMessage+136)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #16 pc 008f9aa7  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.os.Looper.loop+1286)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #17 pc 0073f0a5  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread.main+612)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #18 pc 00418575  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #19 pc 003f1a4b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #20 pc 000a1043  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #21 pc 0035127d  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #22 pc 003526cf  /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+962)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #23 pc 003032c1  /system/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+40)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #24 pc 0010c1f7  /system/framework/arm/boot.oat (offset 0x106000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+110)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #25 pc 009f201b  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+114)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #26 pc 009f7fd5  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ZygoteInit.main+2884)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #27 pc 00418575  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #28 pc 003f1a4b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #29 pc 000a1043  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #30 pc 0035127d  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #31 pc 00351091  /system/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+300)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #32 pc 00294a69  /system/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+476)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #33 pc 0006c987  /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+38)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #34 pc 0006ef0f  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+438)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #35 pc 000019fb  /system/bin/app_process32 (main+858)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #36 pc 0008e98d  /system/lib/libc.so (__libc_init+48)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #37 pc 00001661  /system/bin/app_process32 (_start_main+40)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #38 pc 0001a577  /system/bin/linker (__dl__ZN6soinfoD1Ev+14)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #39 pc 007feb10  <anonymous:be511000>
01-12 12:40:35.439   728  1472 W ActivityManager:   Force finishing activity com.google.android.talk/.SigningInActivity
01-12 12:40:35.461   728  1472 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1005 com.android.server.am.AppErrors.crashApplicationInner:464 com.android.server.am.AppErrors.crashApplication:392 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:15662 com.android.server.am.NativeCrashListener$NativeCrashReporter.run:85 
01-12 12:40:35.483   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-12 12:40:35.483   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
01-12 12:40:35.484   383   383 E lowmemorykiller: Error writing /proc/1428/oom_score_adj; errno=22
01-12 12:40:35.508   728  3195 I ActivityManager: Process com.google.android.talk (pid 1428) has died: vis  +99TOP 
01-12 12:40:35.509   728   746 W libprocessgroup: kill(-1428, 9) failed: No such process
01-12 12:40:35.509   728   746 I libprocessgroup: Successfully killed process cgroup uid 10201 pid 1428 in 0ms
01-12 12:40:35.517   386   417 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.google.android.talk#0
01-12 12:40:35.518   386   417 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.google.android.talk#0
01-12 12:40:35.519   279   279 I Zygote  : Process 1428 exited due to signal (6)
01-12 12:40:35.522   728  1740 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5571 com.android.server.wm.WindowManagerService.removeWindow:1657 com.android.server.wm.Session.remove:226 
01-12 12:40:35.531   386  4264 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{107ad8c token=Token{2faa2bf ActivityRecord{ac630de u0 com.google.android.talk/.SigningInActivity t49}}}#0
01-12 12:40:35.583  3891  4408 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
01-12 12:40:35.586  3891  4408 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
01-12 12:40:35.601  3811  3903 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
01-12 12:40:35.608  3811  3903 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
01-12 12:40:35.632  3891  3891 W ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
01-12 12:40:35.634  3811  3811 D PredictionsDispatcher: Components cleared!
01-12 12:40:35.677  3811  3811 D PredictionsDispatcher: Got predicted apps
01-12 12:40:35.714  3891  4361 I StreamController: registerScope: nowcards-15-6c4b51-6ef5
01-12 12:40:35.747   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-12 12:40:35.748   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
01-12 12:40:35.852  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
 
  • Like
Reactions: koron393

meksis

Member
May 14, 2013
43
6
Oryol
Hello dear koron393. Updated on your latest firmware Floko-v2.0-scorpion_windy-20200112-UNOFFICIAL. Everything is fine, now the screen backlight turns off. Thank you for your work. I would like to ask you whether something can be done with auto screen brightness? She works very poorly. With dark lighting, the brightness scale is almost unchanged, and if changed, it is very rare and small. Is it possible to do something about this? Thanks. Regards, meksis
 
Hello dear koron393. Updated on your latest firmware Floko-v2.0-scorpion_windy-20200112-UNOFFICIAL. Everything is fine, now the screen backlight turns off. Thank you for your work. I would like to ask you whether something can be done with auto screen brightness? She works very poorly. With dark lighting, the brightness scale is almost unchanged, and if changed, it is very rare and small. Is it possible to do something about this? Thanks. Regards, meksis

Please try this zip (for windy)
https://www.androidfilehost.com/?fid=4349826312261700162

  1. Unpack zip
  2. Push framework-res.apk to /system/framework/framework-res.apk
  3. reboot (or stop and start)

Automatic brightness is personal preference. This zip's setting is marlin's one.
https://android.googlesource.com/de...rameworks/base/core/res/res/values/config.xml
 
  • Like
Reactions: meksis

lm.org

New member
Jan 12, 2020
2
1
Thank You very much, 20200112 fixes hangtout crash. Very nice ROM image :)


Hi,
tryed last 3 builds with latest OpenGapps and still have problem with crashing Google Hangouts inmediately after start.
Logcat:


Code:
01-12 12:40:32.674  1101  1111 I .weather.clien: Background concurrent copying GC freed 90927(4MB) AllocSpace objects, 11(268KB) LOS objects, 49% free, 6MB/12MB, paused 412us total 124.766ms
01-12 12:40:33.682   728  1792 E LightsService: Light requested not available on this device. 2
01-12 12:40:33.818   333  3972 D audio_hw_primary: start_output_stream: enter: stream(0xb1271000)usecase(1: low-latency-playback) devices(0x2)
01-12 12:40:33.818   333  3972 D audio_hw_primary: start_output_stream: enter: usecase(1: low-latency-playback) devices(0x2)
01-12 12:40:33.818   333  3972 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
01-12 12:40:33.818   333  3972 W msm8974_platform: Codec backend bitwidth 16, samplerate 48000
01-12 12:40:33.818   333  3972 D hardware_info: hw_info_append_hw_type : device_name = speaker
01-12 12:40:33.818   333  3972 I msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path =  0
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_adm_topology
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_asm_topology
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audtable
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_audvoltable
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> send_afe_cal
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
01-12 12:40:33.818   333  3972 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
01-12 12:40:33.818   333  3972 D audio_route: Apply path: speaker
01-12 12:40:33.819   333  3972 D audio_route: Apply path: low-latency-playback speaker
01-12 12:40:33.823   728  3913 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.talk/.SigningInActivity bnds=[415,64][600,299]} from uid 1000
01-12 12:40:33.832   333  3972 D audio_hw_primary: select_devices: done
01-12 12:40:33.861   361   361 E QCOM PowerHAL: Failed to acquire lock.
01-12 12:40:33.861   361   361 E QCOM PowerHAL: Failed to perform launch boost
01-12 12:40:33.915  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
01-12 12:40:33.952  3891  4361 I PBSessionCacheImpl: Deleted sessionId[17114377796907728] from persistence.
01-12 12:40:34.003  3891  4361 W SearchServiceCore: Abort, client detached.
01-12 12:40:34.004  3891  4361 I StreamController: cleanUpControllerScope(nowcards-15-6c4b51-6ef5)
01-12 12:40:34.010  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
01-12 12:40:34.144   279   279 E Minikin : addFont failed to create font, invalid request
01-12 12:40:34.144   279   279 E Typeface: Error creating font /system/fonts/NotoSerifCJK-Regular.ttc#4
01-12 12:40:34.207   728   745 I ActivityManager: Start proc 1428:com.google.android.talk/u0a201 for activity com.google.android.talk/.SigningInActivity
01-12 12:40:34.217  1428  1428 I Zygote  : seccomp disabled by setenforce 0
01-12 12:40:34.232  1428  1428 E le.android.tal: Not starting debugger since process cannot load the jdwp agent.
01-12 12:40:34.302  1428  1428 I le.android.tal: The ClassLoaderContext is a special shared library.
01-12 12:40:34.341  1428  1428 F libnativeloader: Cannot find "vndk" namespace for vendor apks
01-12 12:40:34.345  1428  1428 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 1428 (le.android.talk), pid 1428 (le.android.talk)
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1439: I/O error
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1440: I/O error
01-12 12:40:34.417  1460  1460 W crash_dump32: failed to fetch registers for thread 1441: I/O error
01-12 12:40:34.418  1460  1460 W crash_dump32: failed to fetch registers for thread 1442: I/O error
01-12 12:40:34.418  1460  1460 W crash_dump32: failed to fetch registers for thread 1443: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1444: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1445: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1446: I/O error
01-12 12:40:34.419  1460  1460 W crash_dump32: failed to fetch registers for thread 1458: I/O error
01-12 12:40:34.455  1460  1460 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-12 12:40:34.456 31593 31593 I /system/bin/tombstoned: received crash request for pid 1428
01-12 12:40:34.457 31593 31593 F /system/bin/tombstoned: tombstoned.cpp:123] failed to create temporary tombstone in /data/tombstones: Permission denied
01-12 12:40:34.457 31593 31593 E /system/bin/tombstoned: received fatal signal 6
01-12 12:40:34.458  1460  1460 E libc    : received DumpRequest response packet of incorrect length (expected 12, got 0)
01-12 12:40:34.458  1460  1460 I crash_dump32: performing dump of process 1428 (target tid = 1428)
01-12 12:40:34.516  1464  1464 I tombstoned: type=1400 audit(0.0:575): avc: denied { getattr } for path="/system/vendor/bin/credmgrd" dev="mmcblk0p23" ino=3183 scontext=u:r:tombstoned:s0 tcontext=u:object_r:credmgrd_exec:s0 tclass=file permissive=1
01-12 12:40:34.530  1460  1460 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-12 12:40:34.530  1460  1460 F DEBUG   : crDroid Version: '2.0'
01-12 12:40:34.530  1460  1460 F DEBUG   : Build fingerprint: 'Sony/SGP621/SGP621:6.0.1/23.5.A.1.291/3706784398:user/release-keys'
01-12 12:40:34.530  1460  1460 F DEBUG   : Revision: '0'
01-12 12:40:34.530  1460  1460 F DEBUG   : ABI: 'arm'
01-12 12:40:34.530  1460  1460 F DEBUG   : pid: 1428, tid: 1428, name: le.android.talk  >>> com.google.android.talk <<<
01-12 12:40:34.530  1460  1460 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-12 12:40:34.530  1460  1460 F DEBUG   : Abort message: 'Cannot find "vndk" namespace for vendor apks'
01-12 12:40:34.530  1460  1460 F DEBUG   :     r0  00000000  r1  00000594  r2  00000006  r3  00000008
01-12 12:40:34.530  1460  1460 F DEBUG   :     r4  00000594  r5  00000594  r6  bed0d7e4  r7  0000010c
01-12 12:40:34.531  1460  1460 F DEBUG   :     r8  00000000  r9  bed0dc70  r10 bed0dd50  r11 afc1df60
01-12 12:40:34.531  1460  1460 F DEBUG   :     ip  00000041  sp  bed0d7d0  lr  b20af5f5  pc  b20a6f7e
01-12 12:40:34.539  1464  1464 I /system/bin/tombstoned: tombstoned successfully initialized
01-12 12:40:34.720  1460  1460 F DEBUG   : 
01-12 12:40:34.720  1460  1460 F DEBUG   : backtrace:
01-12 12:40:34.720  1460  1460 F DEBUG   :     #00 pc 0001cf7e  /system/lib/libc.so (abort+58)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #01 pc 00006eb1  /system/lib/liblog.so (__android_log_assert+156)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #02 pc 00002eb5  /system/lib/libnativeloader.so (android::LibraryNamespaces::Create(_JNIEnv*, unsigned int, _jobject*, bool, bool, _jstring*, _jstring*, android::NativeLoaderNamespace*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*)+2260)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #03 pc 0000257f  /system/lib/libnativeloader.so (android::CreateClassLoaderNamespace(_JNIEnv*, int, _jobject*, bool, bool, _jstring*, _jstring*)+78)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #04 pc 0010bcf7  /system/lib/libandroid_runtime.so (createClassloaderNamespace_native(_JNIEnv*, _jobject*, _jobject*, int, _jstring*, _jstring*, unsigned char, unsigned char)+38)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #05 pc 003a16d5  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ClassLoaderFactory.createClassloaderNamespace+188)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #06 pc 009eb315  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ClassLoaderFactory.createClassLoader+356)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #07 pc 00650f95  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ApplicationLoaders.getClassLoader+268)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #08 pc 006511fd  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ApplicationLoaders.getClassLoader+84)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #09 pc 006591e5  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.createOrUpdateClassLoaderLocked+2076)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #10 pc 0065b72d  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.getClassLoader+76)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #11 pc 0065bac9  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.LoadedApk.getResources+320)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #12 pc 0074f66d  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ContextImpl.createAppContext+140)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #13 pc 0073972f  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread.handleBindApplication+4430)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #14 pc 00735f79  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread$H.handleMessage+6112)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #15 pc 008f7339  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.os.Handler.dispatchMessage+136)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #16 pc 008f9aa7  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.os.Looper.loop+1286)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #17 pc 0073f0a5  /system/framework/arm/boot-framework.oat (offset 0x381000) (android.app.ActivityThread.main+612)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #18 pc 00418575  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #19 pc 003f1a4b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
01-12 12:40:34.720  1460  1460 F DEBUG   :     #20 pc 000a1043  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #21 pc 0035127d  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #22 pc 003526cf  /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+962)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #23 pc 003032c1  /system/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+40)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #24 pc 0010c1f7  /system/framework/arm/boot.oat (offset 0x106000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+110)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #25 pc 009f201b  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+114)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #26 pc 009f7fd5  /system/framework/arm/boot-framework.oat (offset 0x381000) (com.android.internal.os.ZygoteInit.main+2884)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #27 pc 00418575  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #28 pc 003f1a4b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #29 pc 000a1043  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #30 pc 0035127d  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #31 pc 00351091  /system/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+300)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #32 pc 00294a69  /system/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+476)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #33 pc 0006c987  /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+38)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #34 pc 0006ef0f  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+438)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #35 pc 000019fb  /system/bin/app_process32 (main+858)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #36 pc 0008e98d  /system/lib/libc.so (__libc_init+48)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #37 pc 00001661  /system/bin/app_process32 (_start_main+40)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #38 pc 0001a577  /system/bin/linker (__dl__ZN6soinfoD1Ev+14)
01-12 12:40:34.721  1460  1460 F DEBUG   :     #39 pc 007feb10  <anonymous:be511000>
01-12 12:40:35.439   728  1472 W ActivityManager:   Force finishing activity com.google.android.talk/.SigningInActivity
01-12 12:40:35.461   728  1472 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1005 com.android.server.am.AppErrors.crashApplicationInner:464 com.android.server.am.AppErrors.crashApplication:392 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:15662 com.android.server.am.NativeCrashListener$NativeCrashReporter.run:85 
01-12 12:40:35.483   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-12 12:40:35.483   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
01-12 12:40:35.484   383   383 E lowmemorykiller: Error writing /proc/1428/oom_score_adj; errno=22
01-12 12:40:35.508   728  3195 I ActivityManager: Process com.google.android.talk (pid 1428) has died: vis  +99TOP 
01-12 12:40:35.509   728   746 W libprocessgroup: kill(-1428, 9) failed: No such process
01-12 12:40:35.509   728   746 I libprocessgroup: Successfully killed process cgroup uid 10201 pid 1428 in 0ms
01-12 12:40:35.517   386   417 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.google.android.talk#0
01-12 12:40:35.518   386   417 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.google.android.talk#0
01-12 12:40:35.519   279   279 I Zygote  : Process 1428 exited due to signal (6)
01-12 12:40:35.522   728  1740 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5571 com.android.server.wm.WindowManagerService.removeWindow:1657 com.android.server.wm.Session.remove:226 
01-12 12:40:35.531   386  4264 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{107ad8c token=Token{2faa2bf ActivityRecord{ac630de u0 com.google.android.talk/.SigningInActivity t49}}}#0
01-12 12:40:35.583  3891  4408 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
01-12 12:40:35.586  3891  4408 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
01-12 12:40:35.601  3811  3903 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
01-12 12:40:35.608  3811  3903 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
01-12 12:40:35.632  3891  3891 W ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
01-12 12:40:35.634  3811  3811 D PredictionsDispatcher: Components cleared!
01-12 12:40:35.677  3811  3811 D PredictionsDispatcher: Got predicted apps
01-12 12:40:35.714  3891  4361 I StreamController: registerScope: nowcards-15-6c4b51-6ef5
01-12 12:40:35.747   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-12 12:40:35.748   728   743 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
01-12 12:40:35.852  3891  4361 I MicroDetectionState: Should stop hotword detection immediately - false
 

meksis

Member
May 14, 2013
43
6
Oryol
Please try this zip (for windy)
https://www.androidfilehost.com/?fid=4349826312261700162

  1. Unpack zip
  2. Push framework-res.apk to /system/framework/framework-res.apk
  3. reboot (or stop and start)

Automatic brightness is personal preference. This zip's setting is marlin's one.
https://android.googlesource.com/de...rameworks/base/core/res/res/values/config.xml
Installed the latest Floko-v2.0-scorpion_windy-20200114-UNOFFICIAL firmware and replaced the framework-res.apk file. Now auto screen brightness works perfectly. Thank you very much and respect.
 

zuifon

Senior Member
Aug 20, 2008
91
10
Can you make a more "clear" tutorial ? I misunderstand it.

MAKE A BACKUP OF ALL YOUR DATA. -> OK no problem
(First time) Extact boot.img from ROM zip -> I have extracted boot.img for Floko ROM zip
(First time) Reboot to bootloader -> I think it's pressing the UP while plugging USB cable
(First time) Flash extracted boot.img to boot -> I think it's typing FLASHBOOT FLASH BOOT BOOT.IMG
(First time) Flash TWRP to FOTAKernel and recovery (Please don't forget update TWRP for the first Floko install) -> I Think it's typing FLASHBOOT FLASH FOTAKernel TWRPxxx.zip and typing FLASHBOOT FLASH recovery TWRPxxx.zip
Reboot to Recovery -> Problem only red LED because I think something I have misunderstood something before !!!!

I think the Scorpion Windy TWRP from this link is incorrect : https://xdaforums.com/devdb/project/?id=32667#downloads
TWRP 3.0.2.0 is working but I can't install TWRP 3.3.0.0
How to do ?
 
Last edited:

mrcstrlh

New member
Jan 25, 2019
1
0
EDIT:
It turns out, running into boot loops is a known issue with opengapps versions 20200121 and newer! Current workaround is to flash version 20200117!

So I wiped all in TWRP and flashed Floko-v2.0-scorpion-20191016-UNOFFICIAL, GApps and Magisk, and rebooted. My SGP621 gets stuck on the boot animation and the log (attached) pretty much stops as below. Haven't read through the entire thread yet but figured I'd post first in case it's something new, and then take my time reading.

Do I need to go back to stock and then try again?

Did you ever find a solution to that issue?

I'm in a similar situation with the latest build (20200114). I can flash the ROM and boot it without issues but as soon as I include GApps (no matter which version, pico or nano, and no matter whether I wipe Dalvik / Cache after flashing or not) it gets stuck on the boot animation.

Does anyone have an idea what this might be related to? The GApps install goes through fine, all I get is a warning about duplicate files since the ROM includes some Google stuff (e.g. /system/etc/permissions/com.google.android.media.effects.xml).

Any help would be greatly appreciated.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 23
    floko-logo-banner.png


    Your warranty is now void.

    I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
    Please do some research if you have any concerns about features included in this ROM before flashing it!
    YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.

    Features

    FlokoROM v2.0 is based on crDroid, but we have some differences like:
    • OmniSwitch included
    • Kawaii Easter Egg in Floko Settings
    • Remove Music Player
    • Remove Extra Font Packages

    crDroid and LineageOS features:
    • SmartNav (SmartBar, Fling, Pulse...)
    • Network traffic monitor
    • switch 4G/LTE icon
    • Battery bar
    • Statusbar Quick/Smart pulldown
    • QS columns
    • Lockscreen customization
    • Switch "Recents" style
    • HW button configurations
    • Expanded desktop
    • Rounded corners
    • Style (Theming)
    • Volume panel customization
    • brand-new dashboard

    Known Issues

    • Videos recorded by snap are missing the last second.
    • Power off during plugged USB PC cable
    • Disk encryption. (Tablet is encryptable but NO DECRYPTABLE RECOVERY now)
    • Direct PCM playback (force fallback to deep buffer)
    • Wrong Wi-Fi band in some country (Probably broadcom firmware related. It's hard to fix.)
    • If you encountered other issues, please tell me

    How to Install

    1. MAKE A BACKUP OF ALL YOUR DATA.
    2. (First time) Extact boot.img from ROM zip
    3. (First time) Reboot to bootloader
    4. (First time) Flash extracted boot.img to boot
    5. (First time) Flash TWRP to FOTAKernel and recovery (Please don't forget update TWRP for the first Floko install)
    6. Reboot to Recovery
    7. Wipe /system, /data, /cache, Dalvik/ART Cache
    8. Flash ROM, GApps, Magisk (optional), ...
    9. Reboot to System
    10. Enjoy.

    Thanks

    love. respect. and love.

    • crDroid
    • LineageOS
    • OmniROM
    • Dirty Unicorns
    • AICP

    Team


    Downloads

    • Floko-v2.0-scorpion-20200114-UNOFFICIAL
    • Floko-v2.0-scorpion_windy-20200114-UNOFFICIAL

    Source Codes



    XDA:DevDB Information
    FlokoROM, ROM for the Sony Xperia Z3 Tablet Compact

    Contributors
    koron393, 1indwurm
    Source Code: https://github.com/FlokoROM

    ROM OS Version: 9.x Pie
    ROM Kernel: Linux 3.4.x
    ROM Firmware Required: 23.5.A.1.291
    Based On: crDroid

    Version Information
    Status: Beta

    Created 2019-05-08
    Last Updated 2020-02-17
    9
    7
    It has been a long time since I last wrote.

    I'm testing Android 11 crDroid (base of Floko) ROM.

    Screenshot_20211124-010544988.jpgScreenshot_20211124-010528969.jpgScreenshot_20211124-010607463.jpg
    7
    Nooo! Don't stop this ROM, koron393!
    You are my life line to keep my Z3 Tab Compact going. For most of your followers, almost everything works very well. Pre-Floko, AICP one worked very well too.
    To me it looks like recent complaints regarding installation issues are coming from people not following the process carefully enough, or not read the whole forums before taking the plunge.
    Please reconsider, and continue. Please.
    5
    Changelogs...

    Changelog

    You can read full changelog (Git changes) in FlokoROM. Open Settings -> Floko Settings -> about FlokoROM -> current changelog .


    Code:
    20200114-UNOFFICIAL
    
      * Fix offload audio playback (mp3/aac etc.)
    
    
    20200112-UNOFFICIAL
    
      * Fix Hangout app crash
      * Headphones Hi-Res playback support via the Neutron Music Player app
        Only check out "AUDIO HARDWARE -> Generic Driver -> Hi-Res Codec (Direct PCM)"
        If Hi-Res is enabled, "Bits" display in "AUDIO HARDWARE" shows "(out:8.24 int)"
    
    
    20200111-UNOFFICIAL
    
      * Sync upstream sources.
        Apply January 2020 Security Patches.
      * Fix power off during plugged USB PC cable (Again)
    
    
    20200101-UNOFFICIAL
    
      * A Happy New Year release.
      * Sync upstream sources.
        Apply December 2019 Security Patches.
    
    
    20191016-UNOFFICIAL
    
      * Sync upstream sources.
        Apply October 2019 Security Patches.
      * Fix power off during plugged USB PC cable
    
    
    20191006-UNOFFICIAL
    
      * Fix some apps crash
    
    
    20191001-UNOFFICIAL
    
      * Small optimizations
        Build with Snapdragon LLVM compiler again.
        Small kernel fix for lowmemorykiller.
    
    
    20190914-UNOFFICIAL
    
      * Sync upstream sources.
        Framework is now crDroid 5.8 based (September 2019 Security Patches).
      * Change Recorder application.
    
    
    20190813-UNOFFICIAL
    
      * Sync upstream sources.
        Framework is now crDroid 5.7 based (August 2019 Security Patches).
      * Stop releaseing windy ROM because of installing problem.
        (Please send me TWRP logs)
    
    
    20190714-UNOFFICIAL
    
      * Sync upstream sources.
        Framework is now crDroid 5.6 based (July 2019 Security Patches).
      * Add game mode option
      * Kernel full rebased
    
    
    20190629-UNOFFICIAL
    
      * Sync upstream sources.
      * Build with AOSP compiler -O3 option.
    
    
    20190625-UNOFFICIAL (Little dangerous)
    
      * Sync upstream sources.
        Framework is now crDroid 5.5 based (June 2019 Security Patches).
      * Fix device doesn't turn into deep sleep mode (20190608 build bug).
      * Build with Snapdragon LLVM compiler -Os option.
    
    
    20190608-UNOFFICIAL
    
      * Sync upstream sources.
      * Fix lowest brightness
    
    
    20190525-UNOFFICIAL
    
      * Wi-Fi updates
        Update firmware / Small fix for kernel driver / Update buffer
      * Add Navigation Bar Tuner Editor
    
    
    20190519-UNOFFICIAL
    
      * Little speed up tuning
      * Add language/locale QS tile
      * Add option for OmniSwitch recent (Now testing)
    
    
    20190512-UNOFFICIAL
    
      * Sync upstream sources.
        Framework is now crDroid 5.4 based (May 2019 Security Patches).
      * Add HDMI (MHL) audio output.
        And other small audio changes (Works in progress)
    
    
    20190511-UNOFFICIAL
    
      * Replace prebuilt camera app to Snap2
      * Audio mixer fix
    
    
    20190509-UNOFFICIAL
    
      * First Relase. (too cheap...)