Skip to content

Commit

Permalink
Maintenance Release
Browse files Browse the repository at this point in the history
Updated Amazfit Bip's GPS firmware file
Updated APK selection prompt
Increased application revision for release
Removed debug output from RSS reader
  • Loading branch information
FreeTheTech101 committed Nov 18, 2018
1 parent 4087b65 commit 898b57a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions MiFirm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void Main(string[] args)
new WatchModels() { WatchName = "Mi Band 2", FirmwareFiles = { "Mili_pro.ft.en" } },
new WatchModels() { WatchName = "Mi Band 3", FirmwareFiles = {"Mili_wuhan.fw", "Mili_wuhan.res" } },
new WatchModels() { WatchName = "Mi Band 3 (NFC)", FirmwareFiles = { "Mili_chongqing.fw", "Mili_chongqing.res" } },
new WatchModels() { WatchName = "Amazfit Bip", FirmwareFiles = { "Mili_chaohu.fw", "Mili_chaohu.res", "Mili_chaohu.gps" } },
new WatchModels() { WatchName = "Amazfit Bip", FirmwareFiles = { "Mili_chaohu.fw", "Mili_chaohu.res", "Mili_dth.gps" } },
new WatchModels() { WatchName = "Amazfit Cor", FirmwareFiles = { "Mili_tempo.fw", "Mili_tempo.res" } }
};

Expand Down Expand Up @@ -60,7 +60,6 @@ static void Main(string[] args)
SyndicationFeed rssReader = SyndicationFeed.Load(xmlReader);
foreach (SyndicationItem item in rssReader.Items)
{
Console.WriteLine(item.Id);
Process.Start(item.Id);
break;
}
Expand All @@ -78,7 +77,7 @@ static void Main(string[] args)

// No matter what the users choice was, prompt them for the full path to the APK file
Console.Clear();
Console.WriteLine("Please enter the full path of the APK file you would like to extract:");
Console.WriteLine("Please drag APK file onto the console window which you wish to extract:");
string apkPath = Console.ReadLine();

// Do some basic checks in order to ensure that the APK file actually exists and is a logical file size
Expand Down
4 changes: 2 additions & 2 deletions MiFirm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: NeutralResourcesLanguage("en-CA")]

0 comments on commit 898b57a

Please sign in to comment.