-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have unpacked and repacked the files contained inside your boot.img file. Did I do everything correct or not ? #5
Comments
I use the |
I didn't use magiskboot because it does not work on Ubuntu. This point is not clear on your tutorial. How to do "magiskboot unpack boot.img" if I don't have any magiskboot on ubuntu ? Did you do this operation while you ran Android ? Did you run an Android emulator for Linux ? Did you install termux on Android to issue that command ? Can you you be clearer on these points on your instructions ? thanks. |
Magisk has some native static linked binary for x86 packed inside their apk. Download the magisk's apk, unzip it, look inside |
Can you attach the missing executables here ? thanks. The tutorial suggests to run magiskboot,but I don't have this executable.
|
---> chmod +x libmagiskboot.so and then ./libmagiskboot.so can you explain this on your tutorial ? I didn't know that the .so files could be executable. I know that they are only libraries. Excuse me for my ignorance. But maybe not everyone knows that this can be done. |
My bad. I should have written that. |
Hello,
I have unpacked and repacked files from your boot.img file. I have unpacked the files stored inside this boot.img file :
https://github.com/raspiduino/a6lte-kvm/releases/download/0.01/boot.tar
and I've used a tool called "unpackbootimg" that I've got from this link :
https://github.com/osm0sis/mkbootimg
this is how I have extracted the files from the boot.img file :
this is what happened :
then I have removed the old kernel and I have replaced it with a new kernel re-compiled by me,where I have enabled KVM. At this point,I have repacked the files previously extracted and this is how I did that :
I would like to know if I did everything correctly. I didn't see any error,but I'm not sure to have done the whole procedure correctly. Thanks.
The text was updated successfully, but these errors were encountered: