上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页
摘要: 1. 查询版本aptitude show [软件]2. 查询路径dpkg -L [软件]whereis [软件]which [软件] 阅读全文
posted @ 2013-07-15 09:11 scue 阅读(771) 评论(0) 推荐(0)
摘要: scue@Link:/home/work/ltib$ ./ltib --helpThis script is used to manage the building of BSPs with common targetroot filesystems.Normally the system default are what you need. However, if you need to finetune some of the setup parameters, edit the file .ltibrc in this directory,alternatively you may us 阅读全文
posted @ 2013-07-14 22:02 scue 阅读(543) 评论(0) 推荐(0)
摘要: 报错内容:scue@Link:/home/work/ltib$ ./ltib Processing platform: Phytec 3250 board with the NXP LPC32XX SoC=================================================================using config/platform/phy3250/.config/opt/ltib/usr/bin/rpm: error while loading shared libraries: libbz2.so.1: cannot open shared obj 阅读全文
posted @ 2013-07-14 20:44 scue 阅读(714) 评论(0) 推荐(0)
摘要: 1. 首先应当使CM代码成功编译过一次;cd /path/to/cm. build/envsetuplunch full-engmka2. 配置eclipse开发的基本环境cd /path/to/cmcp development/ide/eclipse/.classpath .chmod u+w .classpath打开eclipse:window->preferences->java->Code style->Formatter中导入development/ide/eclipse/android-formatting.xml ,配置eclipse编辑器的代码风格win 阅读全文
posted @ 2013-07-03 09:07 scue 阅读(323) 评论(0) 推荐(0)
摘要: 切换至eclipse目录:viplugins/org.eclipse.platform_4.2.*/css/e4_default_gtk.css找到.MPartStack,替换成如下代码:.MPartStack { font-size: 9; font-family: Liberation Sa... 阅读全文
posted @ 2013-07-03 08:10 scue 阅读(1260) 评论(0) 推荐(0)
摘要: 由于测试的需要,经常需要手动刷入boot.img和system.img,把它写到envsetup.sh就可以每次使用一行命令来代替了;function flashtestimage(){ if [[ "$(fastboot devices | grep \"fastboot\")" == "" ]]; then adb -s 0123456789ABCDEF reboot bootloader fi fastboot flash boot $OUT/boot.img fastboot flash system $OUT/system. 阅读全文
posted @ 2013-06-30 02:41 scue 阅读(513) 评论(0) 推荐(0)
摘要: 在/system/etc/mkshrc文中尾部添加以下代码即可:# for busyboxfor n in $(busybox --list)do eval alias $n=\'busybox $n\'done这样子方便没有基本命令的手机进行调试; 阅读全文
posted @ 2013-06-29 16:40 scue 阅读(3099) 评论(0) 推荐(0)
摘要: 源代码中的解释:[platform_build/tools/releasetools/ota_from_target_files] # Recovery is generated as a patch using both the boot image # (which contains the same linux kernel as recovery) and the file # /system/etc/recovery-resource.dat (which contains all the images # used in the recovery UI) a... 阅读全文
posted @ 2013-06-17 22:57 scue 阅读(3462) 评论(0) 推荐(1)
摘要: 其中的原文件中包含的注释如下:<?xml version="1.0" encoding="utf-8" ?><!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy 阅读全文
posted @ 2013-06-17 22:49 scue 阅读(6688) 评论(0) 推荐(1)
摘要: <?xml version="1.0" encoding="utf-8"?><!-- Fallback Fonts This file specifies the fonts, and the priority order, that will be searched for any glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml. Each entry consists of a family tag and a lis 阅读全文
posted @ 2013-06-17 22:42 scue 阅读(3323) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页