SignerSignUpdateZip Method AndroidLib - Beatsleigher Edition
Signs an Update.zip with test keys to flash on an Android device

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static bool SignUpdateZip(
	string unsigned
)

Parameters

unsigned
Type: SystemString
Full path to unsigned update.zip

Return Value

Type: Boolean
True if successful, false if file unsigned does not exist or if file unsigned is not a zip
Remarks

Outputs signed zip in same directory as unsigned zip

See Also

Reference