2011-09-29 87 views
0

我有一个扎根三星Galaxy S(史诗)与辛迪加罗姆冰冻1.2 ROM。Android应用程序不会从eclipse/adb推送到手机

我开发了应用程序。

当ROM做了ROM的时候,我认为他们遗漏了一些重要的东西。我首先必须通过将shell添加到顶部来修复“am”。现在,当我尝试从Eclipse/adb直接在我的设备上运行应用程序时,它们将无法运行。

ROM(1.1)的最新版本运行得很好。所以我认为当厨师制作1.2时,其他东西一定会被搞砸。

关于为什么ROM不能安装的任何想法?我可以检查什么?我怎样才能解决这个问题?

[2011-09-29 12:39:55 - Drag Racing Workbench] Automatic Target Mode: using device 'D7005af7xxxx' 
[2011-09-29 12:39:55 - Drag Racing Workbench] Uploading Drag Racing Workbench.apk onto device 'D7005af7xxxx' 
[2011-09-29 12:39:56 - Drag Racing Workbench] Installing Drag Racing Workbench.apk... 
[2011-09-29 12:39:56 - Drag Racing Workbench] Success! 
[2011-09-29 12:39:56 - Drag Racing Workbench] Starting activity com.motorcitysoftware.dragracingworkbench.startPage on device D7005af7xxxx 
[2011-09-29 12:39:56 - Drag Racing Workbench] New package not yet registered with the system. Waiting 3 seconds before next attempt. 
[2011-09-29 12:39:59 - Drag Racing Workbench] Starting activity com.motorcitysoftware.dragracingworkbench.startPage on device D7005af7xxxx 
[2011-09-29 12:40:00 - Drag Racing Workbench] New package not yet registered with the system. Waiting 3 seconds before next attempt. 
[2011-09-29 12:40:03 - Drag Racing Workbench] Starting activity com.motorcitysoftware.dragracingworkbench.startPage on device D7005af7xxxx 
[2011-09-29 12:40:03 - Drag Racing Workbench] New package not yet registered with the system. Waiting 3 seconds before next attempt. 
[2011-09-29 12:40:06 - Drag Racing Workbench] Starting activity com.motorcitysoftware.dragracingworkbench.startPage on device D7005af7xxxx 
[2011-09-29 12:40:07 - Drag Racing Workbench] New package not yet registered with the system. Waiting 3 seconds before next attempt. 
[2011-09-29 12:40:10 - Drag Racing Workbench] Starting activity com.motorcitysoftware.dragracingworkbench.startPage on device D7005af7xxxx 
[2011-09-29 12:40:10 - Drag Racing Workbench] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.motorcitysoftware.dragracingworkbench/.startPage } 
[2011-09-29 12:40:10 - Drag Racing Workbench] ActivityManager: Error type 3 
[2011-09-29 12:40:10 - Drag Racing Workbench] ActivityManager: Error: Activity class {com.motorcitysoftware.dragracingworkbench/com.motorcitysoftware.dragracingworkbench.startPage} does not exist. 

回答

1

/system/bin/pm和/ system/bin/am已损坏。他们都需要#/系统/ bin/sh的

手动添加此,从连接的PC

运行:亚行外壳 现在你炮轰的设备。

运行busybox vi/system/bin/pm 并插入该行。为我做同样的事情。

相关问题