app appears in Manage Applications, but not on the main menu

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

app appears in Manage Applications, but not on the main menu

跳至解决方案
1,683 次查看
ManoharChinnadu
Contributor III

Hi All,

Here i'm trying to launch android apps by following method but fails to get the app icon on main menu.

1. download app from google play by using Real APK Leecher v1.3.5 tool.

2. install the download .apk to IMX6 android ICS device via ADB (in device settings->security-> Unknown Sources(enable)

   $ ./adb install -r *.apk

3. application installed to /data/local/tmp/ folder successfully and able to view the installed app in settings->apps

4. No shortcut menu is creating in main menu.

We are using Freescale release code(android 13.4-GA) on the target device.

标签 (1)
0 项奖励
回复
1 解答
1,521 次查看
max_tsai
NXP Employee
NXP Employee

hi,

Did you change the launcher? This problem is only related with this application, or there is same symptom for the other applications? Is it possible that too many shortcut make the specific shortcut invisible? Suggest you search the installed application in your device via "Google Search".

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,522 次查看
max_tsai
NXP Employee
NXP Employee

hi,

Did you change the launcher? This problem is only related with this application, or there is same symptom for the other applications? Is it possible that too many shortcut make the specific shortcut invisible? Suggest you search the installed application in your device via "Google Search".

0 项奖励
回复
1,521 次查看
ManoharChinnadu
Contributor III

The issue was with the KEY pad events were enabled in Linux kernel and key pad events were triggering the events and put device in SAFE MODE, In safe mode it's allow us to install the apps but allowing us to run the apps.

0 项奖励
回复