- Thread Starter
- #16
CM v6.0.4.3Hmm...I always thought you did it from recovery. Which recovery do you have: CM or TWRP?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CM v6.0.4.3Hmm...I always thought you did it from recovery. Which recovery do you have: CM or TWRP?
CM v6.0.4.3
Thanks for your help. As i was saying I've no app called Google Webview or Android System Webview; i read that this should be a default app, could that be the problem since i don't have it installed?Uninstall all updates to Google Webview in the system app manager. That seems to be a very big issue lately, as previously alluded to. Uninstalling the latest updates seems to be nigh-panacea in effect.
Good luck.
Thanks for your help. As i was saying I've no app called Google Webview or Android System Webview; i read that this should be a default app, could that be the problem since i don't have it installed?
I already cleared dalvik cache 2-3 times for this, if that was in the default package that should be installed by now. I tried to download the latest apk of the Android System Webview but apparently my phone doesn't recognize it as a proper package and doesn't install it.It's a possibility since a lot of apps use System Webview to invoke the UI elements that run Material Design. I've been hearing some murmurs among XDA that you don't have to have it, but I haven't reached out to any rooted users to verify this. Normally this would be included in a GApps package if it was needed. Other than that you may have to push it through recovery.
I already cleared dalvik cache 2-3 times for this, if that was in the default package that should be installed by now. I tried to download the latest apk of the Android System Webview but apparently my phone doesn't recognize it as a proper package and doesn't install it.
Ok i did that but it didn't get installed. I was reading that this app is compatible for android version 5.0+ while my phone is 4.3.1, maybe my version didn't need the webview to make some app works.Gotcha. I've been away from the rooting game awhile so forgive my ignorance. That means you have to push the application to the device itself. I'm not sure where you can find a good APK for it to push. However, here are the instructions on how to do it.
D/Finsky (14515): [1] FinskyApp.onCreate: Clearing cache due to crash on previous run.
D/Volley (14515): [1] DiskBasedCache.clear: Cache cleared.
D/Finsky (14515): [1] FinskyApp.onCreate: Initializing network with DFE https://android.clients.google.com/fdfe/
D/Finsky (14515): [1] DailyHygiene.goMakeHygieneIfDirty: Dirty, need more hygiene.
E/SQLiteLog(14515): (14) cannot open file at line 30199 of [00bb9c9ce4]
E/SQLiteLog(14515): (14) os_unix.c:30199: (5) open(/data/data/com.android.vending/databases/library.db) -
W/Settings(14515): Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
E/SQLiteDatabase(14515): Failed to open database '/data/data/com.android.vending/databases/library.db'.
E/SQLiteDatabase(14515): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:209)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:804)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:789)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:694)
E/SQLiteDatabase(14515): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:934)
E/SQLiteDatabase(14515): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:235)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:224)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:164)
E/SQLiteDatabase(14515): at com.google.android.finsky.library.SQLiteLibrary.reopen(SQLiteLibrary.java:244)
E/SQLiteDatabase(14515): at com.google.android.finsky.library.LibraryLoader.loadBlocking(LibraryLoader.java:65)
E/SQLiteDatabase(14515): at com.google.android.finsky.library.LibraryLoader$1.run(LibraryLoader.java:56)
E/SQLiteDatabase(14515): at android.os.Handler.handleCallback(Handler.java:730)
E/SQLiteDatabase(14515): at android.os.Handler.dispatchMessage(Handler.java:92)
E/SQLiteDatabase(14515): at android.os.Looper.loop(Looper.java:137)
E/SQLiteDatabase(14515): at android.os.HandlerThread.run(HandlerThread.java:61)
W/dalvikvm(14515): threadid=25: thread exiting with uncaught exception (group=0x418f37c0)
W/Settings(14515): Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
E/AndroidRuntime(14515): FATAL EXCEPTION: libraries-thread
E/AndroidRuntime(14515): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:209)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:804)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:789)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:694)
E/AndroidRuntime(14515): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:934)
E/AndroidRuntime(14515): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:235)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:224)
E/AndroidRuntime(14515): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:164)
E/AndroidRuntime(14515): at com.google.android.finsky.library.SQLiteLibrary.reopen(SQLiteLibrary.java:244)
E/AndroidRuntime(14515): at com.google.android.finsky.library.LibraryLoader.loadBlocking(LibraryLoader.java:65)
E/AndroidRuntime(14515): at com.google.android.finsky.library.LibraryLoader$1.run(LibraryLoader.java:56)
E/AndroidRuntime(14515): at android.os.Handler.handleCallback(Handler.java:730)
E/AndroidRuntime(14515): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(14515): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(14515): at android.os.HandlerThread.run(HandlerThread.java:61)
W/ActivityManager( 2277): Force finishing activity com.android.vending/com.google.android.finsky.activities.AppCrashProxy
E/SQLiteLog(14515): (14) cannot open file at line 30199 of [00bb9c9ce4]
E/SQLiteLog(14515): (14) os_unix.c:30199: (5) open(/data/data/com.android.vending/databases/localappstate.db) -
E/SQLiteDatabase(14515): Failed to open database '/data/data/com.android.vending/databases/localappstate.db'.
E/SQLiteDatabase(14515): android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:209)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:804)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:789)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:694)
E/SQLiteDatabase(14515): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:934)
E/SQLiteDatabase(14515): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:235)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:224)
E/SQLiteDatabase(14515): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:164)
E/SQLiteDatabase(14515): at com.google.android.finsky.appstate.SQLiteInstallerDataStore.reopen(SQLiteInstallerDataStore.java:181)
E/SQLiteDatabase(14515): at com.google.android.finsky.appstate.SQLiteInstallerDataStore.getAll(SQLiteInstallerDataStore.java:209)
E/SQLiteDatabase(14515): at com.google.android.finsky.appstate.WriteThroughInstallerDataStore.load(WriteThroughInstallerDataStore.java:54)
E/SQLiteDatabase(14515): at com.google.android.finsky.appstate.AppStates.blockingLoad(AppStates.java:74)
E/SQLiteDatabase(14515): at com.google.android.finsky.receivers.InstallerImpl$1.doInBackground(InstallerImpl.java:160)
E/SQLiteDatabase(14515): at com.google.android.finsky.receivers.InstallerImpl$1.doInBackground(InstallerImpl.java:142)
E/SQLiteDatabase(14515): at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/SQLiteDatabase(14515): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
E/SQLiteDatabase(14515): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
E/SQLiteDatabase(14515): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
E/SQLiteDatabase(14515): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/SQLiteDatabase(14515): at java.lang.Thread.run(Thread.java:841)
W/dalvikvm(14515): threadid=26: thread exiting with uncaught exception (group=0x418f37c0)
I/Process (14515): Sending signal. PID: 14515 SIG: 9
W/InputMethodManagerService( 2277): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4279ef78 attribute=null, token = android.os.BinderProxy@42b39518
I/ActivityManager( 2277): Process com.android.vending (pid 14515) has died.
W/InputMethodManagerService( 2277): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4213dc98 attribute=null, token = android.os.BinderProxy@42b39518
I/ActivityManager( 2277): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.services.DailyHygiene: pid=14550 uid=10064 gids={50064, 3003, 1015, 1028}
W/ActivityManager( 2277): Force finishing activity com.whatsapp/.Main
I/WindowManager( 2277): Screenshot max retries 4 of Token{41f31530 ActivityRecord{427d51d8 u0 com.whatsapp/.Main}} appWin=Window{42392418 u0 Starting com.whatsapp} drawState=4
W/WindowManager( 2277): Screenshot failure taking screenshot for (720x1280) to layer 21045
W/ActivityManager( 2277): Activity pause timeout for ActivityRecord{427d51d8 u0 com.whatsapp/.Main}
I/ActivityManager( 2277): START u0 {act=android.intent.action.APP_ERROR flg=0x10000000 cmp=com.android.vending/com.google.android.finsky.activities.AppCrashProxy (has extras)} from pid 2277
W/InputMethodManagerService( 2277): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42b00748 attribute=null, token = android.os.BinderProxy@42b39518
I/ActivityManager( 2277): Start proc com.android.vending for activity com.android.vending/com.google.android.finsky.activities.AppCrashProxy: pid=14515 uid=10064 gids={50064, 3003, 1015, 1028}
I/ActivityManager( 2277): Process com.whatsapp (pid 14486) has died.
Ok i did that but it didn't get installed. I was reading that this app is compatible for android version 5.0+ while my phone is 4.3.1, maybe my version didn't need the webview to make some app works.