• urgent! Kyocera home app needed

Path/to/desired/destination is the path on your computer that you want the file to go to.

  • Myi replied to this.
    • MMyiLevel 3 - Gold Member

      yteps That would be very cool if that works.

      So one can do that to pull an app as well I take it.

        yteps
        Myi that generally won't work for a system app. Meaning it will look like you've pulled it, but it won't install anywhere else. However in your case it may work since it's the same phone.
        Hatzlacha!

          Jumptoheaven it will pull it. Is the problem that it just won't work to install it? Is the problem permission errors (which could be solved... )?

          Maybe if you want you can find a different launcher apk like for Android tv that works with the kyocera after it's modified

            [Login to see the link] [Login to see the link] [Login to see the link] [Login to see the link] thanks for replying!
            I tried the pull command, it pulled the app successfully, but trying to install it returned error:
            adb: failed to install C:\Users\ay\Documents\New folder\platform-tools\KcHomeAFP.apk: Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be installed in /data/app/jp.kyocera.kyocerahome-1: Package /data/app/jp.kyocera.kyocerahome-1/base.apk code is missing]
            and trying to "push" returned this error:
            adb: error: failed to copy 'KcHomeAFP.apk' to '/system/priv-app/KcHomeAFP/KcHomeAFP.apk': remote couldn't create file: Read-only file system so what is the next step here?

            Random thanks. I'm temporarily using the "list launcher" but I'm looking for a better solution...

            The issue is that the apk is odexed hence a seperate oat file. You have to pull the apk file and the oat file and deodex it. Unfortunately the process is quite complex and to much to tell over in this forum. Check around on xda, you may find guidance there.

              Apps4Flip-Admin I have the odex file. does it help the situation?
              I cannot push it to the other device as its read-only.

              [Login to see the link] you have to rebuild the apk with the odex file contained within. It is tricky and we do not know how to do it off hand