<LuK1337>
kirin is nothing like normal sony devices
<LuK1337>
so don't even bother comparing camera with it
<LuK1337>
also kirin is old af
<clfbbn>
OK, I see it.
clfbbn has quit [Ping timeout: 258 seconds]
clfbbn has joined #titandev
clfbbn has quit [Remote host closed the connection]
clfbbn has joined #titandev
<clfbbn>
Sony seems to have its own gralloc implementation? When I use libgralloc (libgralloccore.so, libgrallocutils.so), video recording will not work (not able to connect to camera). So I can only use stock version of these 2 files...
<LuK1337>
time to learn reverse engineering
<LuK1337>
:^)
<clfbbn>
I used to use ghidra, and I am struggling with the process, even with asm decompiled to c code, really hard to read
<clfbbn>
Unlike decompiling a jar file -_-
<LuK1337>
jar is easy mode
<LuK1337>
especially android rom jar
<LuK1337>
because these aren't really obfuscated
<clfbbn>
Yes, from java to c is like heaven to hell
<clfbbn>
Will try that next week
<LuK1337>
at least these aren't very c++
<LuK1337>
:^)
<clfbbn>
I can always see code (from decompiler) like: (code **)(this + 0x20)
<clfbbn>
That said, what tool are you using for reverse engineering?
<LuK1337>
ghidra / liberated ida pro
<clfbbn>
OK, I will use ghidra then. I haven't seen any "leaked" IDA pro for linux to be honest (only windows version).
<LuK1337>
wine
<LuK1337>
:^)
<LuK1337>
there was very old linux ida
<LuK1337>
but no clue why you'd use it
<LuK1337>
7.5 works just fine on wine
<clfbbn>
Haha, good idea!
<clfbbn>
I am also having a minor problem: When in setup wizard, the mobile data won't enable. I do see in logcat: QC_RIL_OEM_HOOK: QCRIL send data enable status DONE!. And as soon as I finished the setup wizard, the mobile data is enabled, automatically.