why cant me just directly edit default.prop via root explorer?

TOP

唔係好睇得明

TOP

可唔可以詳教?
淨係點裝kitchen已經唔明

TOP

why cant me just directly edit default.prop via root explorer?
roy56120 發表於 2013-3-29 22:22



    呢個我試過好似唔得 , 佢好似一開機就會OVERRIDE 個 PROP , 不過可能我部機係咁~你部機未必一樣 你都可以試下

TOP

去到extract boot.img果度失敗
個message類似係: "cannot find android header in boot.img (unsupport f ...
ptalentk 發表於 2013-3-29 02:06



    我估你應該要由 source code compile 番個 kernel 先掂....
    或者搵D KERNEL 係SET 番SECURE 同埋冇 DEBUG MODE 先OK

TOP

可唔可以詳教?
淨係點裝kitchen已經唔明
犯人唔得尊 發表於 2013-4-1 16:51



    你用咩rom 呀~不如我試下幫你搞睇下得唔得

TOP

呢個我試過好似唔得 , 佢好似一開機就會OVERRIDE 個 PROP , 不過可能我部機係咁~你部機未必一樣 你 ...
008325 發表於 2013-4-2 15:05



    因為 default.prop 喺boot partition

reboot 果時會自動OVERWRITE 返

TOP

本帖最後由 ~虎~ 於 2013-4-3 18:05 編輯

好文
我岩岩都做完一樣既野... 依家用Nexus 4 + Franco Kernel玩PAD

我仲整埋Shell script方便日後更新 (我用Ubuntu的)
rm -rf initrd
rm -rf boot-new.img
abootimg -x boot.img
mkdir initrd
cd initrd
gzip -dc ../initrd.img | cpio -i
read -p "Press [Enter] key after finish..."
cd ..
./mkbootfs ./initrd | gzip > initrd-new.img
abootimg --create boot-new.img -f bootimg.cfg -k zImage -r initrd-new.img


abootimg用apt-get裝
mkbootfs要自己compile或上網搵

TOP

已確認PAD會最少Detect呢幾樣野... 其中有一個中就彈Game
(Nexus 4同Nexus 7彈完game仲自動Clear data!?)

ro.secure=0
ro.debuggable=1
persist.service.adb.enable=1
persist.sys.usb.config=mtp,adb
/system/bin/su
/system/xbin/su
/system/app/Superuser.apk
(不包含 /data/app/內的Superuser APK, 刪掉/system/app後在Play Store再裝即可)

TOP

DEFY可以嗎?

TOP