Hello everybody
I am in the following case:
* Android phone started in recovery mode - with option: "Apply update from ADB"
* connected with a usb cable on a Windows 10 x64 workstation
* with ADB and Fastboot commands installed
Only .ZIP files can be installed on the mobile using the command:
adb sideload package_name.zip
If the file is not "signed", the following messages appear on the mobile:
..."verifying update package"
"E:footer is wrong"
"E: signature verification failed"
"Installation Aborted"
My question is :
How is it possible to transform an .APK file into a "signed" .ZIP file?
So the installation of this .ZIP file will not be rejected.
The purpose of this operation is to:
* be able to re-install the Gboard keyboard which is no longer active
* and thus be able to unlock the screen.
Currently when swiping the screen to enter the password, no keyboard appears...
In advance, thank you for your help.
Cordially,
(Kindly excuse my bad English...)
I am in the following case:
* Android phone started in recovery mode - with option: "Apply update from ADB"
* connected with a usb cable on a Windows 10 x64 workstation
* with ADB and Fastboot commands installed
Only .ZIP files can be installed on the mobile using the command:
adb sideload package_name.zip
If the file is not "signed", the following messages appear on the mobile:
..."verifying update package"
"E:footer is wrong"
"E: signature verification failed"
"Installation Aborted"
My question is :
How is it possible to transform an .APK file into a "signed" .ZIP file?
So the installation of this .ZIP file will not be rejected.
The purpose of this operation is to:
* be able to re-install the Gboard keyboard which is no longer active
* and thus be able to unlock the screen.
Currently when swiping the screen to enter the password, no keyboard appears...
In advance, thank you for your help.
Cordially,
(Kindly excuse my bad English...)