Help How to change OpenGL ES version?

Solution
I will upload it here.
Post automatically merged:


I need OpenGL ES 3.0
Post automatically merged:

Hey I uploaded my ramdisk.img but it got disappeared after I posted it.
Post automatically merged:

..
Post automatically merged:

Will this be okay?
I removed .img and edited it to .zip and uploaded it.
Screenshot_294.png

TakuruKagami_busy

Active member
- to unpack the ramdisk, you must compile the kernel and the ramdisk if it is not compiled, the ramdisk cannot be unpacked (must be with the kernel in use).

- when it's repacked, change ramdisk-new.cpio.gz to ramdisk.img and copy and then overwrite the existing ramdisk.
 

grtstha

Member
- to unpack the ramdisk, you must compile the kernel and the ramdisk if it is not compiled, the ramdisk cannot be unpacked (must be with the kernel in use).

- when it's repacked, change ramdisk-new.cpio.gz to ramdisk.img and copy and then overwrite the existing ramdisk.
can I do it from APT tool or is there any other way to unpack and repack ramdisk?
 

MrMiy4mo

Well-known member
- to unpack the ramdisk, you must compile the kernel and the ramdisk if it is not compiled, the ramdisk cannot be unpacked (must be with the kernel in use).

- when it's repacked, change ramdisk-new.cpio.gz to ramdisk.img and copy and then overwrite the existing ramdisk.
No need to compile kernel, they are not even related.
 

MrMiy4mo

Well-known member
what you're saying I don't understand because in other applications it's the same when I try it. but indeed for phone models compilation with kernel is not required.
#unpack ramdisk (must be executed at root directory, which contain ramdisk.img)
Code:
mkdir ramdisk && ( cd ramdisk && zcat ../ramdisk.img | cpio -iud )

# repack ramdisk (must be executed at root directory, which contain ramdisk folder)
Code:
cd ramdisk && find . | cpio -o -H newc | gzip > /ramdisk_new.img

"well i am not own of that syntax, it just works xD"
 

TakuruKagami_busy

Active member
#unpack ramdisk (must be executed at root directory, which contain ramdisk.img)
mkdir ramdisk && ( cd ramdisk && zcat ../ramdisk.img | cpio -iud )

# repack ramdisk (must be executed at root directory, which contain ramdisk folder)
cd ramdisk && find . | cpio -o -H newc | gzip > /ramdisk_new.img

"well i am own of that syntax, it just works xD"
For linux users it will be easy to unpack and repackage the ramdisk it seems. but I'm still using windows OS as primary so I won't use this method.
 

Similar threads

Similar threads

Get Connected

Discord Server
Top