Ignore it. It is nothing important. I noticed that a rare GSI is packed without these errors.Decided to repack it again, suddenly "Invalid sparse file format at header magic" error. Can i just ignore it or is this something serious ?
Ignore it. It is nothing important. I noticed that a rare GSI is packed without these errors.Decided to repack it again, suddenly "Invalid sparse file format at header magic" error. Can i just ignore it or is this something serious ?
Thx for the answer, but can i root it with Magisk?Ignore it. It is nothing important. I noticed that a rare GSI is packed without these errors.
That should be possible. Anyway if you install a system with phhusson's patches then you probably just can install the Magisk app (or any other superuser app) and don't patch anything, because the 'su' utility is already present in the system. As far as I understand, patching basically adds the su utility to the core system, while the Android app is just a user interface for it. At least that's the case with the Andy Yan's version of LineageOS: there is no Android-level app but there is su in the underlying Linux; you can install, for example, the 'Superuser' app from F-Droid and you'll have what's usually called the rooted system.
Ok thx, but is it normal that is shows this error in download mode:That should be possible. Anyway if you install a system with phhusson's patches then you probably just can install the Magisk app (or any other superuser app) and don't patch anything, because the 'su' utility is already present in the system. As far as I understand, patching basically adds the su utility to the core system, while the Android app is just a user interface for it. At least that's the case with the Andy Yan's version of LineageOS: there is no Android-level app but there is su in the underlying Linux; you can install, for example, the 'Superuser' app from F-Droid and you'll have what's usually called the rooted system.
I remember that during experimentation I had that "SW REV CHECK FAIL" message myself and was a bit puzzled. Does your system boot and work okay? In general that message means that there is some inconsistency between the software revisions of the system components, for example if the Super partition is based on the U2 firmware, while your phone was previously flashed with the later U3 or U4. Or may be it's just because of moving back from Android 12 to 11... Full re-flashing of the stock firmware and then factory reset may help here (although I think that's a bit over the top). Or just ignore it, if it all works fine.Ok thx, but is it normal that is shows this error in download mode:
CARRIER_ID:EUX
SW REV CHECK FAIL: [super]
Fused 2 > Binary 0
After it says "PASS!" it shows this error in download mode but in yellow:
Set Warranty Bit: super
Hmmm. As far as I know virtually nothing can interfere with getting into Download mode, although it's (presumably) kept in a flash memory it is started by the primary bootloader which is kept in ROM. May be you just forgot plugging in the USB cable? It must be kept plugged into PC.Thank you really much for your precious script, I've been able to successfully install latest PE rom on my galaxy A32 4g, as instructions I used the Linux (Ubuntu) subsystem in Windows11, all went smooth except I had issue to get into download mode (because I have full unlocked bootloader so at start it asks to press power to continue and this interfered with buttons combination to get in download mode)
That is exactly the device I currently use. Mine is SM-A325F/DS, made in India. I think your problem may be related to that you're using WSL and not native Linux. At least that's the only major difference between your and mine configuration.anyway, at least for me, is not possibile to flash directly from script... it says that device isn't in download mode (even if it is of course), I have to flash Super.Img.tar directly from Odin, and as mentioned above I get download mode trought adb: adb reboot download
my device is a Samsung Galaxy A32 (4g ver)
Try to repack everything from scratch by adding the -p parameter. And add full name of the output file, e.g. pixelexperience.tar or pixelexperience.imgDecided to flash the pixelexpierence gsi from june 2022, now it has a new error:
It says:
Checking the new system file format...
The new system file does not contain a ext2/3/4 filesystem. Exiting,,,
Ok, thxTry to repack everything from scratch by adding the -p parameter. And add full name of the output file, e.g. pixelexperience.tar or pixelexperience.img
P.S.: Indeed, the logic of repacksuper.sh is barely understandable now because it has started as a very simple thing and eventually embraced more and more features... It requires refactoring for sure, at least with splitting into two separate scripts.
At least two people reported success with WSL, but you have to choose .tar (e.g. pixelexperience.tar) as the output file name and then upload it with Odin. Uploading from the script via Heimdall does not work under Windows because Heimdall talks directly to USB via libusb, so choose No when it asks.Ok, thx
I have one more question:
Does the script work with WSL, or do I have to use native Linux for this script to work?