亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: 剛才刷了一下i7500的2.1版本,能跑起來(lái)了 [打印本頁(yè)]

作者: T-Bagwell    時(shí)間: 2010-06-27 16:42
標(biāo)題: 剛才刷了一下i7500的2.1版本,能跑起來(lái)了
我是從里面直接down的update.zip刷進(jìn)去的,camera不好使,其他的感覺(jué)還不錯(cuò),正在sync代碼,打算看看

分享一下連接
http://code.google.com/p/gaosp/wiki/Building

This is the way to compile Galaxy Android Open Source Project from scratch


This is the way to compile Galaxy Android Open Source Project from scratch
Be careful, google repo has changed, please sync with eclair
How to
Use your system image :
Use your update.zip (beta) :
This will give you a ready-to-use system image in "out/target/product/I7500"

Please note that the project is starting, lot of things do not work yet.

Be careful, google repo has changed, please sync with eclair
How to
Clone the Android AOSP project (Follow instructions at http://source.android.com/source/download.html. Clone eclair branch by
  1. repo init -b eclair
復(fù)制代碼
instead of cupcake. Remember to run repo sync after repo init)
Download local_manifest.xml :
  1. cd .repo && wget http://gaosp.googlecode.com/files/local_manifest.xml && cd -
復(fù)制代碼
Run
  1. repo sync
復(fù)制代碼
to update the repositories
Push the PDA tar file from official (!CHANGE!) 1.6 odin update in vendor/Samsung/I7500/ renamed as I7500-PDA.tar.
Push the last cyanogemod-ds rom (http://forum.xda-developers.com/showthread.php?t=672992) in vendor/Samsung/I7500/, renamed as CM.zip.
Extract the proprietary files from update:
  1. cd vendor/Samsung/I7500/ && ./unzip-files.sh I7500-PDA.tar && cd -
復(fù)制代碼
1) Method 1 - manual mode (will give you a system.img)

Run
  1. source build/envsetup.sh
復(fù)制代碼
to setup the build environnment
Run
  1. lunch I7500-eng
復(fù)制代碼
to setup the environnment for I7500
Run
  1. make
復(fù)制代碼
(make -j3, make -j5, regarding of the number of parallel jobs you want)
2) Method 2 - automatic mode (will give you a full update.zip) (beta)

Run
  1. source vendor/Samsung/I7500/scripts/gaosp.source
復(fù)制代碼
Run
  1. build_all
復(fù)制代碼
Note : if you have a librpc error in manual mode, just "make librpc" then "make" again.

Use your system image :
That can be dangerous. It may introduce regressions or brick your phone, do this at your own risk.

You will need drakaz' recovery image available at: http://www.drakaz.com/forum/viewtopic.php?id=5

Boot recovery (vol down + call + end call)
Backup the system with Nandroid
Get the boot.img in the download section
Place the boot.img and system.img on the sdcard : adb push out/target/product/I7500/system.img /sdcard/ and adb push boot.img /sdcard/
Remount /system in read-write : adb remount
Open shell: adb shell
Go into the /system directory :
  1. cd /system/
復(fù)制代碼
Remove all the files :
  1. rm -rf *
復(fù)制代碼
Extract the system image :
  1. unyaffs /sdcard/system.im
復(fù)制代碼
g
Flash the boot image :
  1. flash_image boot /sdcard/boot.img
復(fù)制代碼
Sync :
  1. sync
復(fù)制代碼
Select
  1. 'Wipe data' from the recovery menu.
復(fù)制代碼
Select
  1. 'Reboot system now'
復(fù)制代碼
Use your update.zip (beta) :
That can be dangerous. It may introduce regressions or brick your phone, do this at your own risk.

You will need drakaz' recovery image available at: http://www.drakaz.com/forum/viewtopic.php?id=5

Boot recovery (vol down + call + end call)
Backup the system with Nandroid
Push the update.zip in /sdcard/
Flash the update using
  1. 'Update sdcard:update.zip"
復(fù)制代碼
option
Select
  1. 'Wipe data' from the recovery menu.
復(fù)制代碼
Restore gapps by your own
Reboot : reboot
作者: send_linux    時(shí)間: 2010-06-27 22:52
不敢像你這樣刷機(jī),還是老實(shí)等著官方的包出來(lái),刷我的2.2
作者: T-Bagwell    時(shí)間: 2010-06-28 20:18
不敢像你這樣刷機(jī),還是老實(shí)等著官方的包出來(lái),刷我的2.2
send_linux 發(fā)表于 2010-06-27 22:52



   

這個(gè)叫定制了
我正在編譯呢,一會(huì)看看能不能跑上去玩玩
作者: renxiao2003    時(shí)間: 2010-06-29 09:08
我沒(méi)有手機(jī),不用刷了。
作者: T-Bagwell    時(shí)間: 2010-06-30 08:33

編譯完了,燒到手機(jī)里面了
看來(lái)了一下camera不能使用的原因
camera用的是libqcamera.so了,這個(gè)libqcamera.so是在
vendor/Samsung/I7500/qcom/proprietary-open/dsp/libqcamera/Android.mk
不過(guò)這個(gè)文件注掉了,可能是里面寫(xiě)的有問(wèn)題吧
作者: prolj    時(shí)間: 2010-06-30 09:30
重新編譯libqcamera.so,push上去就可以了。
作者: 0vk0    時(shí)間: 2010-06-30 12:35
不敢像你這樣刷機(jī),還是老實(shí)等著官方的包出來(lái),刷我的2.2
send_linux 發(fā)表于 2010-06-27 22:52



    這樣才能學(xué)習(xí)嘛
作者: T-Bagwell    時(shí)間: 2010-06-30 19:56
重新編譯libqcamera.so,push上去就可以了。
prolj 發(fā)表于 2010-06-30 09:30



   
那你能幫編一個(gè)不?
我不會(huì)
作者: prolj    時(shí)間: 2010-07-01 09:41
回復(fù) 8# T-Bagwell


     ft,我沒(méi)你的代碼啊。
就是cd到那個(gè)模塊的目錄,然后mm,然后在out下面可以找到那個(gè)so。
作者: starT_T    時(shí)間: 2010-07-01 17:56
編譯完了,燒到手機(jī)里面了
看來(lái)了一下camera不能使用的原因
camera用的是libqcamera.so了,這個(gè)libqcam ...
T-Bagwell 發(fā)表于 2010-06-30 08:33



    liu qi hahaha....
作者: T-Bagwell    時(shí)間: 2010-07-01 20:14
liu qi hahaha....
starT_T 發(fā)表于 2010-07-01 17:56



   
作者: snow888    時(shí)間: 2010-07-06 18:32
不敢像你這樣刷機(jī),還是老實(shí)等著官方的包出來(lái),刷我的2.2
send_linux 發(fā)表于 2010-06-27 22:52



    難道你的也是 N1 ?
作者: shdnzwy    時(shí)間: 2010-07-09 10:13
各位大大,正研究能不能把ANDROID編譯刷進(jìn)三星I8320中去,有沒(méi)有較詳細(xì)資料可提供些幫助的?主要是驅(qū)動(dòng)問(wèn)題,現(xiàn)在已經(jīng)下載了I8320的源代碼和I7500的源代碼,試比較下找出驅(qū)動(dòng)部分,注:I8320是LIMO系統(tǒng),基于LINUX2.6內(nèi)核的,如果各位高手們有興趣,可以指導(dǎo)下我(拜你們?yōu)閹熞部梢,不要?wèn)年齡,我比你們大了,不是計(jì)算機(jī)專(zhuān)業(yè),業(yè)余愛(ài)好)。
作者: qishking    時(shí)間: 2010-07-09 14:18
各位大大,正研究能不能把ANDROID編譯刷進(jìn)三星I8320中去,有沒(méi)有較詳細(xì)資料可提供些幫助的?主要是驅(qū)動(dòng)問(wèn)題 ...
shdnzwy 發(fā)表于 2010-07-09 10:13



    理論上是可以,看你愿意花多少時(shí)間
作者: shdnzwy    時(shí)間: 2010-07-10 14:34
時(shí)間不是愿不愿意的問(wèn)題,有時(shí)單位工作任務(wù)重了,就沒(méi)辦法,只能抽空玩下,如果各位大大有比較熟悉的指點(diǎn)下畢竟可以少走些彎路,成功率也高點(diǎn),呵呵……
作者: rilee    時(shí)間: 2010-08-20 10:02
回復(fù) 1# T-Bagwell


    bagwell,這些是在linux下直接編譯,還是要在android的開(kāi)發(fā)環(huán)境里面編譯,能不能提供一個(gè)文檔?
作者: rilee    時(shí)間: 2010-08-20 10:02
回復(fù) 2# send_linux


    i7500官方包還能出來(lái)嗎???
作者: T-Bagwell    時(shí)間: 2010-08-20 20:58
內(nèi)容我都發(fā)出來(lái)了呀
作者: youmuren_cu    時(shí)間: 2010-08-26 11:19
我打算弄個(gè)7500回來(lái),兩千塊了現(xiàn)在,到時(shí)候我刷刷試試?萬(wàn)一板磚了T兄能幫我弄好么?
對(duì)了,T兄在哪個(gè)區(qū)啊?
我是從里面直接down的update.zip刷進(jìn)去的,camera不好使,其他的感覺(jué)還不錯(cuò),正在sync代碼,打算看看

分 ...
T-Bagwell 發(fā)表于 2010-06-27 16:42





歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2