Plugin encryption (create .plugin file)
Moderator: Plugin Moderators
- CommanderABab
- AB
- Reactions:
- Posts: 9118
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: [Beta]Plugin encryption
Please send me your files als well as your plugin file so I can test it myself.
=^._.^= ∫
Re: [Beta]Plugin encryption
Please try to match the case (of letters) of image names in your plugins. Otherwise they might not be found...
Will be fixed.
Will be fixed.
=^._.^= ∫
Re: [Beta]Plugin encryption
From ZipInputStream.available() Java Documentation:
The fix is to ignore available() and just try to read the data
So this method should return a value >0 if there're data available to be read. Unfortunately it looks as if some implementations don't follow this documentation and return always 0. That's why it couldn't extract plugin files properly on some devices.Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
Programs should not count on this method to return the actual number of bytes that could be read without blocking.
The fix is to ignore available() and just try to read the data

=^._.^= ∫
-
- Bell
- Reactions:
- Posts: 865
- Joined: Fri Oct 02, 2020 11:18
- Location: Saratov
- Plugins: Show
- Version: Beta
- Contact:
Re: Plugin encryption (create .plugin file)
export:{dir:"text"}