Changes between Version 68 and Version 69 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/19/25 14:57:29 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v68 v69 53 53 [[Image(825gen2_buildsignature.png)]] 54 54 55 [[Image(825_id_storage_legacy.png)]]56 57 55 22. A few source code changes may be needed for proper operation on the 825 Gen2. If the app has USB import/export features it may use a fixed path "/mnt/fl1" for the USB drive. The USB drive path will not be the same on the 825 Gen2. Search the project for the string "/mnt/fl1" to find any code that should be changed. The library lib825ev has a function called [wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindFlashDrive FindFlashDrive] for the 825 Gen2 to get the path string. The path may be similar to "/run/media/sda1" but it is best to use the !FindFlashDrive function instead of a hard coded path. 58 56 … … 74 72 An legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this: 75 73 74 [[Image(825_id_storage_legacy.png)]] 75 76 76 [[Image(825ids_legacy_libs.png)]] 77 77