跳至主要内容

招商银行掌上生活引起的手机存储空间爆满

招商银行一直强推其掌上生活APP,平时用它来撸点积分,买些饭票、电影票什么的也还算方便。利用强制驻留内存、守护进程让其关掉后自动启动且不设禁止开关等流氓软件的招数也算了,但是因为掌上生活导致的手机问题,却让俺在手机上安装了又删,再装再删。


第一次删除

安装招商银行掌上生活后,手机耗电量比平时快了一倍,各种折腾,最后实在没有办法,3天后把掌上生活删除后,天下太平。这是第一次短暂的掌上生活体验,可以说是恶劣。

第二次删除

第一次安装半年后,因为要撸招行的各种福利加上问身边朋友都说应用没问题,于是再一次安装了掌上生活。发现问题依旧,耗电严重,各种重启。为了福利俺也忍了。

不过自从安装了招商银行掌上生活后,手机三天两头就报存储空间满了,把照片备份后,删除,保证手机有10GB的剩余空间。没想过不到3天,又来一次存储空间将满预警,简直没法活了。仔细分析了手机的存储空间,发现手机里有个名为hce_minidmp的文件夹,里面有几万个后缀名为dmp的文件,每个大小在256K左右。所有的这些文件,均是招商银行掌上生活APP自动生成的,再多的存储空间也顶不住这样折腾呀。实在是受不了了,只好再一次把掌上生活删除。

原因

俺用的是Google Nexus手机,运行的操作系统均为最新版的Android,感觉招行银行的APP开发团队压根就没有在类似的系统上做过测试。做为一直鼓吹IT技术领先的商业银行,在其强推的旗舰APP上出现这种问题,实在是与其身份不符,也令人失望。

另外,想告诉招商银行的APP开发团队,好的APP应该是吸引用户主动去使用,用强制启动、守护进程等流氓软件使用的招数,实在与招商银行的形象不配。

评论

此博客中的热门博文

Installing RHEL EPEL Repo on Centos 5.x or 6.x

习惯了用yum来安装东西,试了下这篇文章提到的做法workable,再做一次搬运工。 原文出处: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x Authored by: Rackspace Support How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a CentOS 5.x-based or Centos 6.x-based system to use Fedora Epel repos and third party remi package repos. These package repositories are not officially supported by CentOS, but they provide much more current versions of popular applications like PHP or MYSQL. Install the extra repositories The first step requires downloading some RPM files that contain the additional YUM repository definitions. The instructions below point to the 64-bit versions that work with our Cloud Server instances. Centos 5.x wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm sudo rpm -Uvh remi-release-5*.rpm epel...

64位OEL 6安装Oracle RCU报“libXext.so.6: cannot open shared object file: No such file or directory”的解决方法

在64位的Oracle Enterprise Linux 6上时报“ libXext.so.6: cannot open shared object file: No such file or directory ”的错误,已经装了64位x11相关的包,可见是缺少32位的包引起的。 1.libXext.so.6错误信息如下: 无法使用位置 /home/ecm/oinstall/rcuHome/rcu/log/logdir.2011-12-26_09-54/rcu.log 初始化日志记录程序 使用以下位置初始化日志记录程序: /tmp/logdir.2011-12-26_09-54/rcu.log Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ecm/oinstall/rcuHome/jdk/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)     at java.lang.Runtime.load0(Runtime.java:770)     at java.lang.System.load(System.java:1003)     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrar...

How to Convert a VMware Pre-allocated Virtual Disk to a Growable Virtual Disk

受不了动辄几百G的虚机,记给自己看,只是在网络上搬运,来源在这里: http://www.virtuatopia.com/index.php/How_to_Convert_a_VMware_Pre-allocated_Virtual_Disk_to_a_Growable_Virtual_Disk 。 he vmware-vdiskmanager tool The VMware Disk Management Tool is a command line tool which is installed by default with VMware Server. The executable file is named   vmware-vdiskmanager   and is located in   \Program Files\VMware\VMware Server   on Windows hosts, and   /usr/bin   on Linux systems. The tool accepts a number of command-line arguments, a full listing of which can be obtained by running vmware-vdiskmanager with no options. vmware-vdiskmanager Virtual Disk Types The type to which a virtual disk is to be converted is specified using the -t flag, together with the target disk type. This is represented by a number as outlined in the following table: Type Identifier Description 0 Growable (single .vmdk file) 1 Growable (multiple 2GB files) 2 Pre-allocated (single file) 3 Pre...