在调试的Kindle Fire的Adobe AIR应用程序 [英] Debugging Adobe AIR apps on Kindle Fire

查看:149
本文介绍了在调试的Kindle Fire的Adobe AIR应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能?

我觉得要做到这一点,我需要对消防AIR运行时升级为3,但在App Store的版本将不会安装。我不能创建一个AIR APK既圈养运​​行和调试,我知道的,所以应用程序的调试版本已经安装AIR运行时运行。由于消防配备了2.7,3.X应用程序将无法运行在调试模式。

I think to do this I need to upgrade the AIR runtime on the Fire to 3, but the version in the app store won't install. I can't create an AIR apk that is both captive runtime and debug that I know of, so the debug version of the app has to run on the AIR runtime installed. Since the Fire comes with 2.7, 3.x apps won't run in debug mode.

有没有人设法在消防AIR 3的运行,而无需使用圈养运行?

Has anyone managed to get AIR 3 running on a Fire without using captive runtime?

推荐答案

要在您的KF更新AIR,你必须获得root权限。也请记住,Android编译KF上没有任何复制命令(它切断)。所以我发现最好的办法是更新您的KF与修改(pre-根)股票版本,然后安装新的空气。

To update AIR on your KF you have to get root privileges. Also keep in mind that android build on KF doesn't have any copy command (it cut off). So the best way I found is to flash your KF with modified (pre-rooted) stock version and then install new air.

  1. 获取pre-扎根股票的版本(我把它在这里 )。重要提示:它通过TWRP安装,谷歌如何在KF安装TWRP
  2. 把下载的.zip或air_runtime.apk(最新版本的AIR)的KF的根源。
  3. 重新启动在恢复模式(TWRP应该加载)
  4. 的Flash这个版本。
  5. 在您的电脑打开CMD,然后运行亚行壳(确保你看到你的列表中的设备上运行亚行装置,否则检查驱动程序时)。
  6. 运行苏(如果您下载安全版本)。
  7. 在外壳到SD卡(LS获得的文件/文件夹列表中,并且CD FOLDER_NAME就可以进入),然后运行安装air_runtime.apk /system/app/air_runtime.apk(我觉得你可以只运行安装/sdcard/folder_with_air/air_runtime.apk /system/app/air_runtime.apk)。 (7A如果告诉你,不能因为文件的安装已经存在,运行以下两个命令:安装邻重新装载RW /系统(安装系统具有读/写权限)和MV /系统/应用程序/ air_runtime.apk /system/app/air_runtime.bak(重命名air_runtime.apk到air_runtime.bak)。然后重复步骤7。)
  8. 在KF只运行(安装)air_runtime.apk(使用任何文件浏览器,例如下载ES亚马逊文件浏览器)。
  9. 检查AIR版本的应用程序。
  1. Get pre-rooted stock version (I took it here). IMPORTANT: it installs via TWRP, google how to install TWRP on KF.
  2. Put downloaded .zip and air_runtime.apk (latest AIR version) in the root of KF.
  3. Reboot in Recovery mode (TWRP should load)
  4. Flash this version.
  5. On your PC open cmd and run "adb shell" (make sure you see your device in list when run "adb devices" otherwise check drivers).
  6. Run "su" (if you downloaded secure version).
  7. In shell go to sdcard ("ls" to get list of files/folders and "cd folder_name" to get into) and run "install air_runtime.apk /system/app/air_runtime.apk" (I think you can just run "install /sdcard/folder_with_air/air_runtime.apk /system/app/air_runtime.apk"). (7a. If it tells you that can't install because of file already exist, run the following two commands: "mount -o remount rw /system" (mount 'system' with read/write rights) and "mv /system/app/air_runtime.apk /system/app/air_runtime.bak" (rename air_runtime.apk into air_runtime.bak). Then repeat step 7.)
  8. In KF just run (install) air_runtime.apk (use any file explorer, e.g. download ES File Explorer from Amazon).
  9. Check AIR version in Applications.

这就是全部。看起来有点复杂,但在实际它来更新AIR大约需要4-5分钟,我(但我已经安装TWRP)。

That's all. Looks a bit complex, but in real it takes about 4-5 mins for me to update AIR (BUT I have TWRP already installed).

希望它帮助。

UPD。经过你的Kindle会自动更新(6.3.1版本,目前最新的),你会失去你SU权限。 AIR也将回滚到2.7。您可以prevent KF自动更新或闪烁的实际pre-扎根版本(它可以让你没有问题了几个月)(在XDA如何做到这一点搜索)。

UPD. After your Kindle updates itself (version 6.3.1 currently the latest) you'll lose you SU privileges. AIR also will be rolled back to 2.7. You can prevent KF auto-updates (search on xda how to do it) or flash actual pre-rooted version (it gives you several months without problems).

这篇关于在调试的Kindle Fire的Adobe AIR应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆