VegaBobo / DSU-Sideloader

A simple app made to help users easily install GSIs via DSU's Android feature.
Apache License 2.0
1.49k stars 113 forks source link

gsiservice died #113

Open rust2 opened 1 year ago

rust2 commented 1 year ago

gsiservice died. I don't know why it is

Logs:

Device: M2006C3MNG
SDK: Android 10 (29)
UserSelection(userSelectedUserdata=2147483648, userSelectedImageSize=1606930944, selectedFileUri=content://com.mixplorer.silver.fileProvider/CEWvRkIDpqtERwAodrdmLajAIekIjpc9GxMvXw==/System_raw.gz, selectedFileName=system_raw.gz)
SingleSystemImage(uri=content://com.mixplorer.silver.fileProvider/CEWvRkIDpqtERwAodrdmLajAIekIjpc9GxMvXw==/System_raw.gz, fileSize=1606930944, type=SINGLE_SYSTEM_IMAGE)
InstallationPreferences(isUnmountSdCard=false, useBuiltinInstaller=false)
operationMode: ROOT
Package: vegabobo.dsusideloader
Version: 2.03 - 8 (release})
checkDynamicPartitions: true
checkUnavaiableStorage: true
checkReadLogsPermission: true
allocPercentage: 0.4
hasAvailableStorage: true
maximumAllowedForAllocation: 6

--------- beginning of main
--------- beginning of system
D/DynSystemInstallationService: onStartCommand(): action=android.os.image.action.START_INSTALL
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
D/DynSystemInstallationService: postStatus(): statusCode=2, causeCode=0
--------- beginning of crash
W/DynamicSystemService: gsiservice died; reconnecting
D/DynSystemInstallationService: postStatus(): statusCode=1, causeCode=6
VegaBobo commented 1 year ago

Try enabling full logcat logging (go to about section, and tap in the application icon a lot of times), after doing so, go back, and select "Full logcat logging", it should give us more log information, maybe it gives us something we can analyze further

rust2 commented 1 year ago

sure, here it is: logs2.txt

VegaBobo commented 1 year ago

Sorry for late answer, since you're rooted, can you try installing the module? install the one containing the custom gsid https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.03/module_DSU_Sideloader-gsid.zip After installing the module, reboot and check if installation works

rust2 commented 1 year ago

the same error happens šŸ˜„ logcat.txt

VegaBobo commented 1 year ago

Again, sorry for late answer, kinda busy :\ Anyway, i think it may need some new patches in gsid binary, ill let this issue open, i may look further once in future.