Closed Saicobo closed 10 months ago
When you start the application it does not allow you to configure any app, the simple application closes.
v1.7.7 App Android 13 Poco F4 GT (K50)
I added a Crashlytics to Geto app so I can investigate the cause of the crash. Kindly download the APK here https://github.com/JackEblan/Geto/actions/runs/7408304376
Looking forward for your respond.
FATAL EXCEPTION: main Process: com.android.geto, PID: 3264 java.lang.IllegalStateException: A migration from 1 to 2 was required but not found. Please provide the necessary Migration path via RoomDatabase.Builder.addMigration(Migration ...) or allow for destructive migrations via one of the RoomDatabase.Builder.fallbackToDestructiveMigration* methods. at androidx.room.RoomOpenHelper.onUpgrade(RoomOpenHelper.kt:109) at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.onUpgrade(FrameworkSQLiteOpenHelper.kt:253) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:416) at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:316) at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableOrReadableDatabase(FrameworkSQLiteOpenHelper.kt:232) at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.innerGetDatabase(FrameworkSQLiteOpenHelper.kt:190) at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getSupportDatabase(FrameworkSQLiteOpenHelper.kt:151) at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.kt:104) at androidx.room.RoomDatabase.inTransaction(RoomDatabase.kt:632) at androidx.room.RoomDatabase.assertNotSuspendingTransaction(RoomDatabase.kt:451) at androidx.room.RoomDatabase.query(RoomDatabase.kt:480) at androidx.room.util.DBUtil.query(DBUtil.kt:75) at com.core.database.dao.AppSettingsDao_Impl$6.call(AppSettingsDao_Impl.java:146) at com.core.database.dao.AppSettingsDao_Impl$6.call(AppSettingsDao_Impl.java:142) at androidx.room.CoroutinesRoom$Companion$createFlow$1$1$1.invokeSuspend(CoroutinesRoom.kt:129) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@eefbfae, Dispatchers.Main.immediate]
@islam2hamy can you try the latest version please, https://github.com/JackEblan/Geto/releases/tag/v1.9
I have fixed this bug. Thank you.
@JackEblan , thank you for your reply
new error :
FATAL EXCEPTION: main
Process: com.android.geto, PID: 14634
android.database.sqlite.SQLiteException: no such table: AppSettingsItemEntity (code 1 SQLITE_ERROR): , while compiling: INSERT INTO new_table (enabled, settingsType, packageName, label, key, valueOnLaunch, valueOnRevert) SELECT * FROM AppSettingsItemEntity
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1069)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:673)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
at android.database.sqlite.SQLiteProgram.
@JackEblan any update?
@JackEblan any update?
Did you try this? https://github.com/JackEblan/Geto/releases/tag/v1.10
Try uninstalling old versions. Still waiting for the fix on FDroid. Seems I cannot update the app there atm.
It works
thank you
When you start the application it does not allow you to configure any app, the simple application closes.
v1.7.7 App Android 13 Poco F4 GT (K50)