fino1624 wrote:
能不能做些好看的天線跟WIFI圖~~技術太差做不出好看的(恕刪)


圖我是不會製作, 現在 XDA 已經在很多作者,加入優化 ROM 的行列

若有比較好看的圖, 我會截取出來

可能還要等一段時間
[KERNEL][ExTweaks] SiyahKernel S3-v1.0.1 ( CWM 刷法)

http://www.gokhanmoral.com/public/files/siyahkernel-s3/v1/Siyah-s3-v1.0.1-CWM.zip

=============================================================
Features:
CPU over/underclock: 100-1800MHz 18-steps
CPU underclock (600mV-1500mV). vdd_levels and UV_mV interfaces.
GPU undervolting/overclocking (40MHz-800MHz)
Insecure adb even though we have ro.secure=1
optional smooth_scaling for those who wants to limit fast scaling of governors (such as ondemand)
triangle-away app support
added hotplug governor and modified it to support quad-core
Auto-root. You can also remove root via ExTweaks app and install it without rebooting your phone again. Auto-root can be disabled as well.
You can completely disable android logger using ExTweaks app
Adjustable charging speeds for AC and USB
Cpu governor optimizations
Gpu voltage, clock and stepcount interfaces in ExTweaks
governor-aware stand-hotplug for old conventional governors
Available CPU Governors: Pegasusq (default), Hotplug, Ondemand, Lulzactive, Conservative, Performance, Userspace, Powersave
CIFS as module
Available I/O schedulers: CFQ (default), noop, Deadline, SIO, V(R)
init.d support
ARM topology support (SCHED_MC)
default idle mode is IDLE+LPA (highly recommended). however you can change the default to AFTR+LPA using ExTweaks.
Automatic EFS Backup
Samsung proprietary ExFat modules are loaded
Lots of I/O tweaks and filesystem optimizations via some parts of thunderbolt scripts.
NTFS automounting for USB sticks. When you plug in an NTFS formatted USB flash it will be automatically mounted to /mnt/ntfs folder.
Almost everything is configurable such as scheduler features, hotplug thresholds, GPU frequencies, voltages, arm topology modes... and they are configurable via simple and free ExTweaks App from Google Play
mDNIe negative effect toggle with home button (press it four times). the purpose of this feature is to inverse the colors especially when the background is white or bright. making the background darker will make your battery last longer.
and some more not worth mentioning as separate items such as disabling mali state tracking and disabling some unnecessary debugging etc...
=========================================================================
[KERNEL][GPL][14 JUN] franco.Kernel r2 (ODIN 刷法)

http://minooch.com/franciscofranco/SGS3/boot-r2.tar

=====================================================================

Changelog:
r2
* extFat module should now be working thanks to gokhanmoral
* Added SLQB memory allocator and made it default - seems to speed things up a little bit
* More config cleanups
* NTFS + NTFS write support - useful for USB OTG
* Compile with some arch flags for some extra tiny bits of performance
* CRC32 lib updated like its common on all my kernels
* I/O writeback functionality also updated to 3.2 kernel version just like its on my other kernels
* Tuned a little bit of the dirty_writeback values on the ramdisk
* Add module to change Wi-Fi power management policy on the fly: echo Y > /sys/module/dhd/parameters/wifi_pm (pass Y to enable and N to disable; its N by default). This option only appears after the wifi is activated
* More patches that are not relevant for the changelog but are visible on my repository
=============================================================================
[Kernel][14/06] Perseus [OC/UV][WIP] ( ODIN )

http://forum.xda-developers.com/attachment.php?attachmentid=1130065&d=1339700660

===========================================================
Perseus alpha12 (14/06):
Added enhanced init.d support as per dk_zero-cool's implementation.
SHA-1 improvements
Added exception to the module loading logic for the exFat driver module thus making it work. (Credit to gokhanmoral)
=============================================================
這是剛剛 XDA 放出來的教學, 因為等一下我有事要外出, 有興趣的網友可以先行研究,看看是否可行

=========================================================================

[MOD] Android MTP <-> Mass Storage


=================================================================

Today i found how to change from Android MTP <-> Mass Storage and i want to share it with you....


rom android ICS supports MTP.
Let's modify the way the Mass Storage Gingerbread.


overlay / frameworks / base / core / res / xml / storage_list.xml is


<StorageList Xmlns:android="http://schemas.android.com/apk/res/android">
<! - Removable is not set in nosdcard product ->
<Storage android: mountPoint = "/ mnt / sdcard"
android: storageDescription = "@ string / storage_usb"
android: primary = "true"
android: emulated = "true"
android: mtpReserve = "100" />
</ StorageList>

Replace as follows.



<StorageList Xmlns:android="http://schemas.android.com/apk/res/android">
<! - Removable is not set in nosdcard product ->
<Storage android: mountPoint = "/ mnt / sdcard"
android: storageDescription = "@ string / storage_internal"
android: primary = "true"
android: emulated = "false"
android: allowMassStorage = "true" />
</ StorageList>

init. [PRODUCT_NAME]. rc

Delete the relevant portions of fuse.



on post-fs-data
# We will remap this as / mnt / sdcard with the sdcard fuse tool
mkdir / data / media 0775 media_rw media_rw
chown media_rw media_rw / data / media


on fs
mount ext4 ...
mount ext4 ...
mount ext4 ...
setprop ro.crypto.fuse_sdcard true

# / Sdcard

export EXTERNAL_STORAGE / mnt / sdcard
mkdir / mnt / sdcard 0000 system system
symlink / mnt / sdcard / sdcard



# Create virtual SD card at / mnt / sdcard, based on the / data / media directory
# Daemon will drop to user / group system / media_rw after initializing
# Underlying files in / data / media will be created with user and group media_rw (1023)
service sdcard / system / bin / sdcard / data / media 1023 1023
class late_start

init. [PRODUCT_NAME]. usb.rc


on property: sys.usb.config = mtp
write / sys/class/android_usb/android0/enable 0
.
.
setprop sys.usb.state $ sys.usb.config

on property: sys.usb.config = mtp, adb
.
.
start adbd

Replace the mass_storage mtp.

And vold.fstab create


# # Vold 2.0 Generic fstab
# # - San Mehat (san@android.com)
# #

# # # # # # # # # # # # # # # # # # # # # # #
# # Regular device mount
# #
# # Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
# # Label - Label for the volume
# # Mount_point - Where the volume will be mounted
# # Part - Partition # (1 based), or 'auto' for first usable partition.
# # <sysfs_path> - List of sysfs paths to source devices, must start with '/' character
# # Flags - (optional) Comma separated list of flags, must not contain '/' character
# # # # # # # # # # # # # # # # # # # # # #


dev_mount sdcard / mnt / sdcard auto [vfat mount to node] nonremovable, encryptable


And in BoardCongig.mk or device.mk vold.fstab adds a sentence to copy.

PRODUCT_COPY_FILES + = \
device/hardkernel/odroida4/vold.fstab: system / etc / vold.fstab \
.

changes to the mass_storage persist.sys.usb.config = mtp.


# Set default USB interface
PRODUCT_DEFAULT_PROPERTY_OVERRIDES + = \
persist.sys.usb.config = mass_storage


Espower wrote:
[ROM 轉載][中...(恕刪)


E大您好,我刷了您推薦的"Omega v5.0"ROM,

遇到了一個問題,行動上網一直出現"透過proxy伺服器驗證失敗",

在還沒刷這ROM之前在家一直都使用行動上網的,

可是這次就不行了!!

我是使用遠傳電信的,不知道有甚麼解決方案嗎?

麻煩您了

a305259 wrote:
我刷了您推薦的"Omega v5.0"ROM,
遇到了一個問題,行動上網一直出現"透過proxy伺服器驗證失敗",
在還沒刷這ROM之前在家一直都使用行動上網的,
可是這次就不行了!!
我是使用遠傳電信的,不知道有甚麼解決方案嗎?
麻煩您了(恕刪)


遠傳電信 自從升級 4.0.3 以後, 這個問題就一直發生

解決方式

APN 要設為 Internet

設定>更多=>行動網路>存取點名稱>internet

7c wrote:
謝謝 CC大 和 E大 我美化成功了!!(恕刪)


7c 你好

你這個彩虹 訊號 圖示很漂亮

可不可以分享你的 SYSTEMUI,APK

我再做個通用包,讓大家刷


Espower wrote:
大之龍 你好CS 最...(恕刪)


E大....你客氣了....只要我有辦法回答可以幫助的就幫忙一下......
還有很多問題還要請教CS大.....還有板上在我之上的大大們......
文章分享
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 1793)

今日熱門文章 網友點擊推薦!