I'm using Ubuntu 22.04.
The following command can be used to pull the /proc/config.gz when Android Emulator is running:
adb pull /proc/config.gzHere is android sdk system image file list:
# ls -alithtotal 4.3G44313324 drwxrwxr-x 4 test test 4.0K May 1 23:54 ..44313325 drwxrwxr-x 3 test test 4.0K May 1 23:09 .44313328 drwxrwxr-x 3 test test 4.0K May 1 23:09 data44313345 -rw-rw-r-- 1 test test 19K May 1 23:09 package.xml44313341 -rw-rw-r-- 1 test test 157M May 1 23:09 vendor.img44313339 -rw-rw-r-- 1 test test 1.0M May 1 23:09 userdata.img44313346 -rw-rw-r-- 1 test test 4.1G May 1 23:09 system.img44313340 -rw-rw-r-- 1 test test 293 May 1 23:08 source.properties44313338 -rw-rw-r-- 1 test test 18M May 1 23:08 encryptionkey.img44313343 -rw-rw-r-- 1 test test 22M May 1 23:08 kernel-ranchu44313344 -rw-rw-r-- 1 test test 3.5M May 1 23:08 ramdisk.img44313342 -rw-rw-r-- 1 test test 680 May 1 23:08 advancedFeatures.ini44313327 -rw-rw-r-- 1 test test 4.4K May 1 23:08 build.prop44313326 -rw-rw-r-- 1 test test 13M May 1 23:08 NOTICE.txt44313337 -rw-rw-r-- 1 test test 356 May 1 23:08 VerifiedBootParams.textprotoIs it able to extract the /proc/config.gz from the "kernel-ranchu" directly without running the Android Emulator?
Is there any bash command to extract the "kernel-ranchu" file on Ubuntu?