freemyipod r858 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r857‎ | r858 | r859 >
Date:21:53, 2 January 2012
Author:farthen
Status:new
Tags:
Comment:
installer-ipodclassic: Remove init.emcoreapp on install again (reverts the change from r835)
This is needed for any fastboot user upgrading from the latest release with a CE-ATA iPod classic.
Modified paths:
  • /apps/installer-ipodclassic/main.c (modified) (history)

Diff [purge]

Index: apps/installer-ipodclassic/main.c
@@ -344,6 +344,7 @@
345345 backlight_set_brightness(177);
346346 backlight_on(true);
347347
 348+ remove("/.boot/init.emcoreapp");
348349 int cost;
349350 if (updating)
350351 {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r835emCORE: Add argc/argv argument passing mechanism for apps/libs and arg0-arg3 ...theseven00:31, 26 December 2011