English 中文(简体)
电话在停用时冻结
原标题:Phone freezes when uninstalling the application

I m 开发一种使用背景服务的roid应用。 我在开发甲状腺应用方面没有太多的经验,这是我第一次提出申请。 我一直在生产无数的甲型六氯环己烷,最近对该法进行了重大修改,并在试图阻止申请时遇到冻结问题。 这个问题从未在以前的版本中出现过,因此我怀疑我所改变的东西正在造成这种情况。 版本修改后,Im利用qlite数据库储存我的一些数据。 该表没有大数,只有大约5行,但约有5或6列。 使用两个类似规模的数据库的Im。 在以前版本和现在版本的Im中,利用透镜进行蓝色文档转让,有少数AyncTasks数据库读/做成并发送电子邮件。

我用三部不同的电话进行了测试:Nexus S、三星银河S II(I9100)和三星银河微型(S5570)。 它对所有电话都实行罚款,但当我试图在银河系统上公布申请时,电话显示有进步条码的固定屏幕,然后冻结。 屏幕上转,对任何纽芬兰州不作回应。 如果我等待一段时间,三星标志就显示它正在重新boot,但它实际上没有 re。 我可以摆脱这种屏幕的唯一途径是,长时间的电纽顿新闻使电离散,或拆除电池,然后重新开通电话。

我怀疑,这是一个记忆问题或万国邮联问题,因为这一问题从未在其他电话上发生。 我试图通过观察标识来诊断这一问题,但我看不到任何致命错误的信息。 我试图在规模较大的市场上安装其他众所周知的应用程序,并试图复制这一问题,但是在不冻结的情况下却无动于衷,因此我确信,这是我提出的导致冻结的申请。

我真的会赞赏这方面的任何帮助或信息。 我在申请中发现了几处记忆泄露,在拆除过程中发现了一米,但我看不出这样做会如何在不停的时候导致冻结。 当我检查电话记忆时,内部记忆中有120MB+自由空间,没有使用外部记忆。 我注意到的一件事是万国邮联的使用。 我监测了CPU的锁定和记忆,使用系统电池应用,并观察到银河小型CPU锁在很高的水平上。

So to summary my rambles,

<<>Problem>: 当我试图放弃我的申请时,银河小型电话冻结。 这个问题只在银河系统上发生(在三部电话中),而且只有我提出申请。

www.un.org/spanish/ecosoc 我对原因的猜测:

  • 我的背景服务仍在运行之中,与不振奋人心相勾结(这种声音可能发生,但以前版本从未发生过)。

  • 申请档案的删除需要很长的时间,而且对银河小型CPU来说过于紧张(由于我的仪器的大小低于5MB,因此不可能有声声波,而我尝试的是无色的安格拉斯鸟类,面积约为25MB+)。

  • 由于银河是“Froyo”,整个电话冻结在其他地方(如果申请实际运行,很可能但会冻结,那么)

  • 我的电话令人不安,对我的申请表示仇恨(声音不大可能但有可能)。

由于用了时间来读到一个相当长的职位,我真心赞赏对可能的原因或这一问题的可能解决办法提出的任何意见或建议。

最佳回答

假设你的申请通常在银河中适用(例如,CPU问题只是在总会时处理),那么你就会在银河中绕过一些公司软件。 由于你在无所不在时没有控制,你没有责任在此刻做任何事情。 如果三驾马车存在问题,那么三星的过错,而不是你。

现在,如果你对银河小公司(例如,在你服用时,装置一般运作简便),<>“可能表示你的 app有误,而无所不在的进程一般会加剧。

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签