
Android
文章平均质量分 66
Vera
new job: project coordinator
展开
-
cpywin error:fatal error - unable to remap(solutions)
解决 "fatal error - unable to remap" 问题 在Cygwin中,有时候需要执行SH命令,而这些命令调用DLL时经常会遇到类似的错误提示: [main] ruby 4208 C:/cygwin/bin/rubyexe(or perl.exe).: *** fatal error - unable to remap C:/cygwin/bin/cygssl转载 2009-10-06 16:39:00 · 1583 阅读 · 0 评论 -
android disable the Auto light off
in android phone there is a function that the screen light will auto turn off. to disable this function, used the view: setKeepScreenOn eg: FrameLayout frame = new FrameLayout(this);原创 2009-12-29 18:09:00 · 540 阅读 · 0 评论 -
Android 3D view overlay on Camera view
I got this problem for a long time already. finally i got the solution. 1.must used the layout to do the overlayeg:FrameLayout frame = new FrameLayout(this);frame.addView(glSurface);fra原创 2009-12-29 18:01:00 · 982 阅读 · 0 评论 -
Android: web view loading process dialog
when open a web it will show how much will it load. package com.mapking.cube; private int mProgress = 0; private static final int MAX_PROGRESS = 100; private static fina原创 2010-03-08 17:28:00 · 2410 阅读 · 0 评论 -
android read xml error: not well-formed (invalid token)
when used android to read local XML file, it show show up error: org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: not well-formed (invalid token) while, the xml file原创 2009-11-12 11:14:00 · 7443 阅读 · 2 评论 -
android tansparency(透明度)
currntly doing some project related to the draw lines and path on top of the camera view. andit require the image have to be ransparency. i did so some reasch onit, and find this "tansparent原创 2009-11-11 12:22:00 · 965 阅读 · 0 评论 -
android draw arrow on camera preview
on baidu there is really not many post which is realy relate to draw things on camera preview.(when i doing the sreach, i m going to crazy becuase can not find any useful site and the project deadlin原创 2009-11-11 12:53:00 · 2079 阅读 · 0 评论 -
install android ndk, host-setup.sh error
when i install the android ndk on my ubuntu: build/host-setup.shi got this error:Checking host development environment.NDK Root : /home/vera/programs/android-ndkGNU Make : make (version 3.转载 2009-10-17 20:30:00 · 1282 阅读 · 0 评论 -
Android forward display screen(pages), by intent.
in Main activity: HelloAndroid.java public class HelloAndroid extends Activity { private Button startBtn; private Button helpBtn; /** Called when the activity is first created. */原创 2009-10-03 11:37:00 · 476 阅读 · 0 评论 -
Android Uncaught Exception Handler邮件发送错误日志
<br />Use for "Force Close".<br /> <br />//close the activity immediately.<br /> <br />android.os.Process.killProcess(android.os.Process.myPid());<br />System.exit(0);<br /> <br /> <br />Post from:<br />http://blog.blackmoonit.com/2010/02/android-postmorte原创 2010-11-18 12:08:00 · 2174 阅读 · 0 评论