How to Install by ADB on Nokia 6300 4G?

706 views Asked by At

I have a Nokia 6300 4G running KaiOS. I've turned on ADB and USB Debugging on it. When I try to push an apk to the phone, it looks like it's working at first (it says a file gets pushed) but then it throws an error and nothing gets installed. What am I doing wrong?

Here is my terminal output:

adb install myapp.apk
Performing Push Install
myapp.apk: 1 file pushed, 0 skipped. 1.8 MB/s (42103965 bytes in 21.748s)
/system/bin/pm[6]: app_process: not found
0

There are 0 answers