Skip to content

Commit

Permalink
merged v4.4.3.6
Browse files Browse the repository at this point in the history
- [new] Moved all Tool saved data into root tool path
- [fixed] Logo build name text box
- [fixed] Small spaces between group box radio buttons
- [fixed] Internal code
- [updated] AndroidLib adb & fastboot to -> r31.0.1
  • Loading branch information
Franco28 committed Apr 10, 2021
1 parent 38f51d8 commit f7b03f3
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 23 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,31 @@
#

## Prerequisites Windows
- You must have .Net Framework 4.8 installed on your PC (Select .NET Framework 4.8 Runtime) * [.Net Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48)
- You must have .NET Framework 4.8 installed on your PC (Select .NET Framework 4.8 Runtime) * [.Net Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48)
- Windows 7+ x64 (64) or x86 (32) Bits

## Install
- Start the "Moto_Boot_Logo_Maker_x.x.x_Setup.exe"
- The installer will create a desktop shortcut and in Windows app will create a folder, with the tool inside.
- Start the "Moto_Boot_Logo_Maker_v4.4.3.x_Setup.exe"
- The installer will create a desktop shortcut and in Windows app will create a folder, with the Tool inside.

## How it works
## How it works - Normal version
- The installation will create a "Moto_Boot_Logo_Maker" shortcut on desktop
- When you launch the Tool on the first time this will:

---- unpack on "C:\\Users\\%USERNAME%\\AppData\\Local\\Franco28\\ -> (Tool Settings)
---- unpack on "C:\\Moto_Boot_Logo_Maker\\Settings\\ -> (Tool Settings)

---- unpack on "C:\\Moto_Boot_Logo_Maker\\Logs\\ -> (Tool Logs)

---- unpack on "C:\\adb\\" -> (ADB & FASTBOOT)

---- unpack on "C:\\NewMotoLogo\\" -> default folder to save logo build, you can change this!

## How it works - Portable version
NOTE: USERPORTABLEPATH = Wherever you unpack Tool

---- unpack on "%USERPORTABLEPATH%\\Settings\\ -> (Tool Settings)

---- unpack on "%USERPORTABLEPATH%\\Logs\\ -> (Tool Logs)

---- unpack on "C:\\adb\\" -> (ADB & FASTBOOT)

Expand All @@ -39,10 +52,10 @@

## Downloads SF

#### Download Moto_Boot_Logo_Maker v4.4.3.5 (08-04-2021) from here * [Moto_Boot_Logo_Maker](https://master.dl.sourceforge.net/project/motobootlogomaker/Moto_Boot_Logo_Maker_v4.4.3.5_Setup.exe)
#### Download Moto_Boot_Logo_Maker v4.4.3.6 (09-04-2021) from here * [Moto_Boot_Logo_Maker](https://master.dl.sourceforge.net/project/motobootlogomaker/Moto_Boot_Logo_Maker_v4.4.3.6_Setup.exe)

## Downloads Mirror AFH
#### Download Moto_Boot_Logo_Maker v4.4.3.5 (08-04-2021) from here * [Moto_Boot_Logo_Maker](https://www.androidfilehost.com/?fid=2188818919693778483)
#### Download Moto_Boot_Logo_Maker v4.4.3.6 (09-04-2021) from here * [Moto_Boot_Logo_Maker](https://www.androidfilehost.com/?fid=2188818919693780426)

### Changelog * [Changelog](https://raw.githubusercontent.com/Franco28/Moto_Boot_Logo_Maker/master/Tool/Setup/changelog.txt)

Expand Down Expand Up @@ -81,4 +94,5 @@
#### Thanks to [CaitSith2](https://github.com/CaitSith2/MotoBootLogoMaker) main Tool creator!
#### Thanks to [regaw-leinad](https://github.com/regaw-leinad/AndroidLib) for AndroidLib dll!
#### Thanks to [rbsoft](https://github.com/ravibpatel/AutoUpdater.NET) for AutoUpdater dll!
#### Thanks to [RobinPerris](https://github.com/RobinPerris/DarkUI) for DarkUI!
#### Thanks to [RobinPerris](https://github.com/RobinPerris/DarkUI) for DarkUI!
#### Thanks to [alxnull](https://github.com/bluegrams/SettingsProviders) for SettingsProviders class!
Binary file modified Tool/.vs/Moto_Logo/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Tool/Moto_Logo/Moto_Logo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="AndroidLib, Version=1.5.3.0, Culture=neutral, PublicKeyToken=a80a6e5735e30a18, processorArchitecture=MSIL">
<Reference Include="AndroidLib, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Setup\AndroidLib.dll</HintPath>
</Reference>
Expand Down
Binary file modified Tool/Setup/AndroidLib.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions Tool/Setup/InstallerOTA.iss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Source: "..\SetupTheme\VclStylesinno.dll"; DestDir: "{app}"; Flags: dontcopy
Source: "..\SetupTheme\Glossy.vsf"; DestDir: "{app}"; Flags: dontcopy
Source: "Moto_Boot_Logo_Maker.exe"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Moto_Boot_Logo_Maker.exe.config"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "credits.txt"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}";
Expand Down
17 changes: 10 additions & 7 deletions Tool/Setup/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,28 @@

Moto_Boot_Logo_Maker Copyright (C) 2020 - 2021 Franco28.

The licenses for files are:
The Licenses for files are:

1) Moto_Boot_Logo_Maker.exe:
- The "MIT License" as main license for most of the code.
- The "GNU LGPL License" for some code.
- The "BSD-style License" for Zlib.
- The "BSD 3-Clause License" for PortableSettingsProvider.

2) AndroidLib.dll:
- The "MIT License" as main license for most of the code.
- The "MIT License" as main License for most of the code.

3) HtmlAgilityPack.dll:
- The "MIT License" as main license for most of the code.
- The "MIT License" as main License for most of the code.

4) DarkUI.dll:
- The "MIT License" as main License for most of the code.
--

NOTE:
I. You can use Moto_Boot_Logo_Maker on any computer with this minimum requirements:
1. NetFramework v4.8.
2. Windows 7, Windows 8, Windows 8.1 & Windows 10.
1. Net Framework v4.8.
2. Windows 7, Windows 8, Windows 8.1 or Windows 10.
3. arch x86 or x64 (any cpu).
II. Redistributions in binary form must reproduce related license information from this file.

Expand Down Expand Up @@ -66,8 +69,8 @@
http://www.gnu.org/
--

BSD-style information
---------------------
BSD-style/BSD 3-Clause information
----------------------------------
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Expand Down
5 changes: 3 additions & 2 deletions Tool/Setup/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
#####################

---------------------------------------
v4.4.3.6 - Released April 09, 2021 WIP
v4.4.3.6 - Released April 09, 2021
---------------------------------------
NOTE: Some translations are missing, I will be working on this, for now still in english

- [new] Moved all Tool saved data into root tool path
- [fixed] Logo build name text box
- [fixed] Small spaces between radio buttons group box
- [fixed] Small spaces between group box radio buttons
- [fixed] Internal code
- [updated] AndroidLib adb & fastboot to -> r31.0.1

---------------------------------------
v4.4.3.5 - Released April 08, 2021
Expand Down
4 changes: 2 additions & 2 deletions Windows/OTAS/updates.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<item>
<version>4.4.3.5</version>
<url>https://master.dl.sourceforge.net/project/motobootlogomaker/OTA/MBLM_v4.4.3.5_OTA.exe</url>
<version>4.4.3.6</version>
<url>https://master.dl.sourceforge.net/project/motobootlogomaker/OTA/MBLM_v4.4.3.6_OTA.exe</url>
<changelog>https://raw.githubusercontent.com/Franco28/Moto_Boot_Logo_Maker/master/Tool/Setup/changelog.txt</changelog>
<mandatory>true</mandatory>
</item>
6 changes: 3 additions & 3 deletions Windows/OTAS/updates_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<filever>1.0.0.6</filever>
<url>https://master.dl.sourceforge.net/project/motobootlogomaker/FILES/Moto_Boot_Logo_Maker_Files-v1.0.0.6.zip</url>
<filename>Moto_Boot_Logo_Maker_Files-v1.0.0.6.zip</filename>
<fileverDLL>1.0.0.5</fileverDLL>
<urlDLL>https://master.dl.sourceforge.net/project/motobootlogomaker/FILES/Moto_Boot_Logo_Maker_Libs-v1.0.0.5.zip</urlDLL>
<filenameDLL>Moto_Boot_Logo_Maker_Libs-v1.0.0.5.zip</filenameDLL>
<fileverDLL>1.0.0.6</fileverDLL>
<urlDLL>https://master.dl.sourceforge.net/project/motobootlogomaker/FILES/Moto_Boot_Logo_Maker_Libs-v1.0.0.6.zip</urlDLL>
<filenameDLL>Moto_Boot_Logo_Maker_Libs-v1.0.0.6.zip</filenameDLL>
</item>

0 comments on commit f7b03f3

Please # to comment.