Replies from พชรพล
ใช้ดีมั้ยครับ youtube กระตุกเปล่า
อ๋อ ทำได้ครับทำได้ เพียงแค่ใช้ app อะไรก็ได้ที่เข้าไปแก้ไฟล์ในตัวเครื่องด้านในได้ และก็เข้าไปตามนี้
system/build.prop แล้วก็ไปเพิ่ม code ตามรูป แล้วก็ reboot เครื่อง ไอปุ่มนั้นมันก็จะขึ้นมาแล้วครับ ถ้าจะเอาออกก็ไปลบ code ที่เพิ่มแล้ว reboot มันก็จะหายไป
อันนี้มันวิธี Root ของ rom 2.3.6 นะครับ ไม่ใช่ Jelly bean
ผมก็อยากลองนะ แต่ไม่แน่ใจว่าทำใน terminal app ที่ติดมากับ Cm หรือ ทำใน cmd ในคอม
Minion Rush เล่นได้หรอครับ ไม่กระตุกหรอ
ผมแนะนำให้ไปอ่านในเว็บที่ผมให้ไว้อีกที (ในความเห็นที่ 5) ผมว่าน่าจะดูเข้าใจมากขึ้น เพราะว่าผม copy มาอีกทีมันเลย ดูสเปะสปะ
ใครเก่ง eng ไปแปลเลยครับ ผมก็ทำไม่เป็น
1.Turn phone on in recovery mode, connect it to computer using usb cable.
2.Open terminal / console (Ctrl+Alt+T)
2a. Enter command:
Code:
Select Code
adb devicesYou should see device connected (some numbers and letters)
3.Write (press enter after each command):
Code:
Select Code
adb shell
su
parted /dev/block/mmcblk0
unit kb
printYou should see default partition scheme (just as one first screen above)
OK., say goodbye to your old partitions. Deleting other partitions could (and probably – will) have irreversible consequences!!
Now we will delete partitions, starting from the last one:
Code:
Select Code
rm 8
rm 11
rm 9
rm 4Now you will encounter some error – despite of the unmounting partitions before abovementioned procedure – /cache partition is now mounted. Do not unplug phone, just enter “mount and storage” submenu in recovery, and unmount cache partition)
So let’s continue:
Code:
Select Code
rm 4
rm 5
rm 3You just deleted all “safe” partitions, enter to check this:
Code:
Select Code
printOK., it’s time to (re)create!
(SYSTEM, partition 3)
Code:
Select Code
mkpart primary 105906 525906(CACHEFS, partition 4)
Code:
Select Code
mkpart primary 3848809 3948809(DATAFS, partition 5)
Code:
Select Code
mkpart primary 525906 3848809(HIDDEN, partition 8)
Code:
Select Code
mkpart primary 3948873 3948937(UMS, partition 9)
Code:
Select Code
mkpart primary 3948809 3948873Let’s rename them properly (probably you can do it in one mkpart command, but it doesn’t matter):
Code:
Select Code
name 3 SYSTEM
name 4 CACHEFS
name 5 DATAFS
name 8 UMS
name 9 HIDDENAlmost done, let’s check:
Code:
Select Code
printNice? Of course it’s nice!!! )
One last thing – we have to make our magic /preload (HIDDEN) partition visible for phone [it won’t boot without it!!] Because recovery won’t format it properly, lets use parted command for a last time (wait after each command):
Code:
Select Code
mkfs
y
9
ext2Now you can unplug the phone and format (in recovery) partitions:
/system
/data
/cache
OK, as I said before – you’ll have to switch storages BEFORE using phone again.
For now – you will have to manage it by yourself, just to make it short:
-for 4.2.x ROMs you can use modified vold.fstab file
-for 4.3.x ROMs – you have to manually modify build.prop, or use available zip package that will do it for you (that method is supposed to work with 4.2.x ROMs, but I didn’t test it!)
-I never used any of 4.4.x ROMs, but as I heard, there is method for switching memories too.
WARNING!
I didn’t test the way back to original partition sizes! It was tested by tesla-Madal93 though…
Sometimes (when transfer ring from one android version ROM to other, or using some old version where /preload partition was set as SWAP) you will need manualny format HIDDEN partition, just as shown above:
in adb shell mode:
Code:
Select Code
parted /dev/block/mmcblk0
Code:
Select Code
mkfs
y
9
ext2
อันนี้เลยครับแต่ผมไม่รู้ว่าทำไงนะ ลองดูได้ ไม่ได้มาบอกกันด้วย
ผมก็ใช้อยู่ครับรอมโม 4.4 แต่มันรันแอพ AIS LIVE TV ไม่ได้ครับไม่รู้เป็นเพราะอะไร แต่ถ้าใช้รอมศูนย์มันรันได้ตามปกติ
ปรับแต่งยังไงมั่งครับ เอามาแชร์กันหน่อย แต่ของผมเครื่องธรรมดานะครับ
คือผมอยากลอง overclock ดู แต่ไม่ใช่รอมตัวนี้นะครับเป็นตัวนี้
http://forum.xda-developers.com/showthread.php?t=2555021
เข้าก็ให้วิธีมาแล้วนะครับแต่ผมไม่ค่อยเก่งเรื่องพวดนี้เลยไม่รู้เรื่องเลยอยากถามว่ามันทำยังไง นี้ครับวิธีที่เขาให้มา
1. IMPORTANT : Set governor : performance
2. Do float benchmark on setcpu ( to have some starting result – do it few times to get best score)
3. Overclock ( in terminal emulator , via adb shell or make init.d script ):
1000 MHZ:
Code:
cd /d/ab8500
echo write 0x04 0x0b 0x2f > hwreg
cd /sys/kernel/prc*
echo 0x88 0x0001011a > regs
1190MHz
Code:
cd /d/ab8500
echo write 0x04 0x0b 0x3f > hwreg
cd /sys/kernel/prc*
echo 0x88 0x0001011f > regs
1228 MHz:
Code:
cd /d/ab8500
echo write 0x04 0x0b 0x3f > hwreg
echo write 0x04 0x11 0xcf > hwreg
cd /sys/kernel/prc*
echo 0x88 0x00010120 > regs
4. Run float benchmark again
5. Enjoy.
After reboot everything resets so i suggest you to make init.d script to OC on every reboot.
ไปเลือกเอาเองครับ
http://forum.xda-developers.com/galaxy-ace/ace-2-develop
ผมแนะนำคลาส 10 เพราะเวลาเราเปลี่ยนเครื่องก็จะได้ใช้ตัวนี้เลย จะได้อ่านข้อมูลไวๆ หรือมาม่าก็ได้ 5555
ยกเว้นจะใช้ launcher ตัวอื่น -_-