ADB can't work [Issue]ADB can’t work. [Root cause]Executable filesimageExecutable obj files/root/sbin/adbdRamdiskout/target/product/tulkas/obj/EXECUTABLES/adbd_inter
[Known issue and workaround] Due to battery consumption, the suspend will work even if the 3Gfunction is available.Here’s the schematic design of 3G function.When CPU enters suspend, USB also enters suspend.But 3G modul
Can the application modify the node's permission? [Update]1. If theapplication has only the system permission, it can’t improve its permissionthrough the shell(run-asLpyCExV93hsXdwT2 su 0). So in this situation, we can’t change the node’sper
Why is the task(TimerTask) triggered many times before late resume? [Issue]Whyis the task(TimerTask) triggered many times before late resume? [Sample code]private Timer timer;private BISTTimerTask bistTimerTask; timer = new Timer();
Android2.3/4.0 USB tethering为什么不工作了? 1.需要检查PC端的driver是否安装正确.2.需要检查USB tethering的设置,比如我碰到的问题如下: Android2.3上把wifi不作为tethering 的upstream. Android4.0的确将wifi作为tethering的upstream.device/samsung/smdkc110/overlay_ulmo-ics-gmk/frameworks/base/cor
Android WiFi Tethering issue [Issue]1. enable wifi tethering;2. change password, need 1 second on Android2.3, need 7 seconds on Android4.0;3. same hardware, use CSR's APM6656 chip for BT/WiFi.[Work Flow]Android4.0 wil
Build Android SDK for window [TIP]can build the Android SDK for window on linux.here is the web link:http://tools.android.com/build[command]sudo apt-get install mingw32 tofrodossource build/envsetup.shlunch sdk-en
Add some parameters in Camera app Android4.0.3, Camera, need add some parameters(brightness/saturation/contrast) on camera app[UI flow]Camera::onCreateCamera::initializeIndicatorControl(Camera_control.xml)IndicatorContro
Some issues about building android SDK Android2.3, samsung s5pc110///////////////////////////////////////////////////////////////////////////////////////////[Audio Issue]prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-
Android shell should keep unix file format(LF) [问题]11-26 02:17:58.500: E/logwrapper(505): executing /system/etc/ifconfig_rndis0.sh failed: No such file or directory[原因]文件(ifconfig_rndis0.sh)是DOS格式,需要unix格式,[解决办法]Vi ifconfig_rndis0.sh:s
StatusBar expand View,按H/W Back KEY不起作用 [问题]StatusBar expand View,按H/W Back KEY不起作用.[原因]SatusBar的窗口属性为FLAG_NOT_FOCUSABLE, 即不接收按键消息,有点悬浮窗口的意思.如果拿掉这个属性,那么LockScreen就永远得不到焦点,就得不到KEYEVENT/TOUCHEVENT, 也就进入不了Launcher画面.[Solution]在分发KE
学习资料 [Android4 3G Module(RIL)学习资料]http://blog.csdn.net/yunfly163/article/details/7619164http://www.codroider.com/forum.php?mod=viewthread&tid=696&extra=page%3D2http://www.codroider.com/forum.php?mod=
Camera保存的图片在Gallery2中找不到 Camera保存的图片在Gallery2中找不到[问题]1. Camera保存的图片在Gallery2中找不到,//2. 如果图片是内部Flash的,在Gallery2中无法删除[参考]http://blog.csdn.net/shareviews/article/details/7709258http://blog.csdn.net/shareviews/article/
Android4.0 EXIF解析 Framework路径:frameworks/base/media/java/android/media/ExifInterface.java解析路径:external/jhead/exif.c函数:ProcessExifDir编码路径:device/samsung/common/s5p/libs3cjpeg/JpegEncoder.cpp函数:MakeExif如何
在windows运行CTS CTS测试可以在windows XP上来做:1. 请按照google提供方法操作:http://source.android.com/compatibility/cts-intro.html2.不过在windows XP上面launch CTS有些特别,[做法]:将下面的代码部分保存更名为CTS.bat;将CTS package解压到D:\android-cts;
Android Launcher icon 放大 将Kakaoke APK的icon放大显示在Workspace, 而在All APPS View界面显示的icon要和其他icon一致。如下图:放大显示在Workspace: 在All APPS View界面显示的icon: 第一:需要将icon生成普通icon或者放大的icon; 第二: 需要放到Workspace上占 2x2 的空间。这里涉及4个场景:1。启动launcher
ucOS XBF XBF和.c格式的字体是一致的,因此需要先弄明白.c格式的字体文件。.c格式的字体可以通过一个破解版本来生成。XBF格式实际上一个.c格式的字体的二进制的映射。 ////////////////////////////////////////////////////////////////////////////////////////////////////////GUI