android/linux 經典開發環境下載連結:Ubuntu+VMWare

    我上傳到網盤的,下載連結是http://www.kuaipan.cn/file/id_111610411723298346.htm 訪問密碼:L6V2wm請大家按照下面的方法註冊金山快盤,然後驗證一下自己的郵箱,然後收藏到自己的網盤,然後同步到自己的電腦,非常好用,最好別直接下載,直接下載有時候會損壞資料!#金山快盤#以前檔案備份都是往隨身碟拷貝,費時費力,還不保險。自從用上 [快盤] ,如獲至寶! [快盤]

這周周末要搞懂的一個S5PV210 android驅動入門函數s3c_keypad_probe

static int __init s3c_keypad_probe(struct platform_device *pdev){struct resource *res, *keypad_mem, *keypad_irq;struct input_dev *input_dev;struct s3c_keypad *s3c_keypad;int ret, size;int key, code;res = platform_get_resource(pdev, IORESOURCE_MEM, 0)

單獨編譯android模組的方法

1. 擷取一些額外的命令,來用於part build一些子模組Android_4.2.2_SourceCode/build/下的envsetup.sh指令碼可以使這些額外的命令被啟用,這樣才可以編譯子模組。USER-NAME@MACHINE-NAME:~/Android_4.2.2_SourceCode$ . ./build/envsetup.shincluding device/asus/grouper/vendorsetup.shincluding

android boot.img 結構

android 的boot.img 包括 boot header,kernel, ramdisk首先來看看Makefile是如何產生我們的boot.img的:boot鏡像不是普通意義上的檔案系統,而是一種特殊的Android定製格式,由boot header,壓縮的核心,ramdisk以及second stage loader(可選)組成,可以從mkbootimg.h檔案中看到。boot,img檔案跳過4k的檔案頭之後,包括兩個

ubuntu12.04(64bit)編譯android-3.4核心代碼

老羅是用11.04編譯android的核心的android-gldfish-2.6.29代碼。而代碼樹是會變的,使用他的方法,有些地方需要改變才能成功。。。。。1. 下載goldfish核心代碼。goldfish時Google為android的emulator製作的核心代碼,具體百度。。。$ git clone

Android中AlertDialog訊息內部代碼探析

AlertDialog下面是自我提問。。。1.建立視窗的過程?2.如何處理OnDismissListener, OnCancelListener, OnShowListener和OnKeyListener這些訊息的?自我總結:視窗建立過程一般當你調用AlertDialog dlg = new AlertDialog(context);的時候最終在Dialog類的建構函式裡面建立視窗,代碼如下: Dialog(Context context, int theme, boolean

Android中ListView內部代碼探析

1. ListView是如何添加HeadView的?一般給ListView添加HeadView代碼如下:View headerView = mInflater.inflate(R.layout.listview_header, null);mListView.addHeadView(headerView);下面進入android內部代碼探析 public void addHeaderView(View v) { addHeaderView(v, null, true);

Android中View內部代碼探析

一般研究原始碼都是以問答為切入點的。1. View類的performClick和callOnClick有什麼區別?    /**     * Call this view's OnClickListener, if it is defined.  Performs all normal     * actions associated with clicking: reporting accessibility event, playing     * a sound, etc.     *  

Android中TouchDelegate的用法淺析

一般TouchDelegate是在View類中的。View類中出現TouchDelegate的地方如下:public class View implements Drawable.Callback, KeyEvent.Callback, AccessibilityEventSource {// ... /** * The delegate to handle touch events that are physically in this view *

Android中Activity(四大組件之一)代碼淺析

這次寫的匆忙,暫時先將其運行過程帖出來,記錄一下。。。public class TestActivity extends Activity {private LinearLayout mView1, mViewBounds;private Button mView2;@Overrideprotected void onCreate(Bundle savedInstanceState) {// TODO Auto-generated method

android boot.img 結構

[轉]android boot.img 結構2011-04-16 20:44http://blog.csdn.net/zhenwenxian/archive/2011/03/02/6219431.aspxandroid 的boot.img 包括 boot header,kernel, ramdisk首先來看看Makefile是如何產生我們的boot.img的:boot鏡像不是普通意義上的檔案系統,而是一種特殊的Android定製格式,由boot

android system.img,ramdisk.img,boot.img 分析

android 源碼編譯後得到system.img,ramdisk.img,userdata.img映像檔案。其中, ramdisk.img是emulator的 檔案系統,system.img包括了主要的包、庫等檔案,userdata.img包括了一些使用者資料,emulator負責載入這3個映像檔案後,會 把system.img和userdata.img分別載入到 ramdisk檔案系統中的system和

終於鬆了口氣,說說這周我調試Sate210 android下DM9000 驅動的吐槽經曆

  // Topic:終於鬆了口氣,說說這周我調試Sate210 android下DM9000 驅動的吐槽經曆//作者:gooogleman//著作權:gooogleman//發布日期:2012.05.05 23:00//最後修改:2012.05.06 19:00// 原文地址:http://blog.csdn.net/gooogleman/article/details/7538560//注意事項:商業網站未經作者同意不能轉載,並且不能刪除文章的任何部分,否則追究責任!//----------

解決 S5pv210 android system.img 燒寫失敗問題

NAND write: device 0 offset 0x1000000, size 0x65ac3c0Input block length is not page alignedData did not fit into device, due to bad blocks 106611648 bytes written: ERRORflashing 'system' failed上面是sdfuse flash system system.img  命令會這樣。用fastboot flash 

菜鳥給 S5pv210 android 增加VGA800*600 VGA1024*768 支援

      平台:S5pv210 之Sate210      作者:gooogleman      日期:2012.06.06     早就把 Sate210 4.3 寸和7 寸調試好給客戶了,但是因為解決DM9000 網卡和marvell8787 wifi 藍芽的問題,就把VGA 放下了,現在來增加上去!不做好VGA顯示,豈不是浪費了S5pv210 的強大顯示效能了。    找到mach-smdkc110.c檔案(通常很多配置都在這裡的)發現有struct s3cfb_lcd sata210_

How to read Android crash log and stack trace

  不錯的文章,感謝作者,原文地址       http://bootloader.wikidot.com/linux:android:crashlog    An Android crash in C/C++ code often generates some crash log which looks like the following. They can be seen either with "adb logcat" or found in one of the tombstones

Android下的網路攝影機驅動開發

Android下的網路攝影機驅動開發由 King 發表於:2012/02/14 10:00 星期二 這幾天拿到一個MINI210開發板,於是嘗試著把ov7670移植到開發板上.仔細的觀察了一下友善給的驅動發現友善提供了ov9650的驅動,因為ov7670和ov9650的驅動比較類似.於是想在ov9650的基礎上改動一下.

use addr2line in android

Let's say that logcat show you the following crash log (this is from one of my projects): Log代碼  I/DEBUG   (   31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***   I/DEBUG   (   31): Build fingerprint: 'generic/sdk/generic:2.3/GRH55

Android and stack traces

Android and stack tracesWhile doing native development for the Android platform, native segmentation faults happen. And they are not very descriptive to the usual developer (which includes me, of course). You would see something along those lines:***

android crash log

在android下,如果我們寫jni程式,可能經常會出現類似下面的crash log:10-11 20:47:24.527: INFO/DEBUG(61): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***10-11 20:47:24.527: INFO/DEBUG(61): Build fingerprint: 'rockchip/rk29sdk/rk29sdk:2.3.1/GINGERBREAD/eng.root.

總頁數: 2771 1 .... 630 631 632 633 634 .... 2771 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.