Android Question private sign key and F5Stg

yzhy-mail

Member
Hi!
Anyone can help me?
I encrypted code with F5Stg,then I used private sign key tool .
After that I cann't run the APK Genated.
Is there something wrong?
 

DonManfred

Expert
Licensed User
Longtime User
How is F5Steg related to your private sign key?
You are using a Password to encrypt or decrypt something with F5Steg.

Upload a small project showing the problem.
After that I cann't run the APK Genated.
Do you get any Error? WHICH one? Hiding the error is the best you can do to get no help.
 
Upvote 0

yzhy-mail

Member
Thank you Manfred !

There is no relation between F5Steg and private sign key in my code .
At first I learned F5Steg to protect my code against to be copyed.
Now I know I need sign a key to put my app in store.
Then I used the private sign key tool
App will give a Error,but if i ignore it ,app still goes on.

************************************************************
B4A Version: 11.00
Parsing code. (0.24s)
Java Version: 11
Building folders structure. (0.12s)
Running custom action. (0.08s)
Compiling code. (0.23s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.08s)
Linking resources (0.43s)
Compiling generated Java code. (3.70s)
Convert byte code - optimized dex. (2.96s)
Copying libraries resources (0.51s)
ZipAlign file. (0.07s)
Signing package file (private key). (1.28s)
Installing file to device. (0.11s)
Installing with B4A-Bridge.
Completed successfully.
0bf585a2dc7154a33c3df01ab12945a.jpg
 
Upvote 0

yzhy-mail

Member
When it is released ,and run it, it will give error.
I deleted some code, just show the test code.
 

Attachments

  • Witmos.zip
    14.4 KB · Views: 72
Upvote 0
Top