LuK1337 changed the topic of #titandev to: Loliés! | *yiff* | https://libera.irclog.whitequark.org/titandev
_whitelogger has joined #titandev
clfbbn has joined #titandev
clfbbn has quit [Remote host closed the connection]
clfbbn has joined #titandev
clfbbn has quit [Client Quit]
bbn has joined #titandev
bbn is now known as clfbbn
<clfbbn> Hi luk, does kirin sony implements its camera service through vendor.somc.hardware.camera.provider@1.0-service, or simply uses android.hardware.camera.provider@2.?-service? I can see that the akari tree uses the former (https://github.com/LineageOS/android_device_sony_akari/blob/lineage-19.1/proprietary-files.txt#L44) but in kirin, it seems that it does not blob such service.
<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.
<LuK1337> i don't think that's device specific...
<clfbbn> OK then..
clfbbn has quit [Quit: WeeChat 3.5]