zmey2010, просто надо сейчас определиться с оптимальными параметрами.. если бы побольше людей привлеч к тестированию, дело быстрее бы пошло))
zmey2010, просто надо сейчас определиться с оптимальными параметрами.. если бы побольше людей привлеч к тестированию, дело быстрее бы пошло))
zmey2010, а я ща как раз еще один вариант потестирую, ну а потом решим в конце концов че и как надо делать))
Я завтра зашью себе лайф с разгоном потещу и отпишусь, все таки есть чем откатится ))
помогите!не могу получить права root,вроде делаю всё как написано но суперюзер не устонавливается
В тему про портирование linupsa на сей девайс
https://code.google.com/p/linux-on-android/
http://www.saurik.com/id/10
streamdp, http://freespace by/download/f426ccbaab тут какая частота? У меня показывает 883.2
4aka, да там одна ссыль на пониженную частоту. Я тещу последнюю на основе лайфовской. Пока полет нормальный! Из игр и дельфина не выкидывает, интерфейс не тормозит, в общем я доволен. Прошивка у меня австралия.
Bran, Я хочу потестить с повышенной частотой (998,4) на лайфовской. Или такую ещё не мутили?
Bran, Хех)) Я не тот бут закинул когда тестил видимо. Я то думаю, чего 883.2 показывает))
На лайфовской 998.4 - 606,626,629 - попугая.
На 998,4 - 656 попугаев.
Всем привет. Блин подскажите нормальный бут с 998 метрами. я задолбался уже. ставлю 998, опера вылетает, ставлю 768 все работает.
streamdp, как тебе это? нам такое можно сделать? взято с ветки мтс evo
Как собрать себе 2.2 …. О_о
1.
Для начала нам необходима прошивка донор от U8150
http://www.huaweidevice.com/tcpsdownload/downLoadCenter?category= ... 02B827SP02
или берём здесь уже извлечённые фриспейсбай/download/c887ce5b09
U8150 2,2
2. Для распаковки качаем :
http://hiapk.com/bbs/viewthread.php?tid=583828&page=1
Или здесь фриспа/download/ad38ceecc1
3. Из архива нам необходимо :
bootimg.exe – распаковщик-запаковщик на питоне
updata.app – прошивка от 8150
поместим на диск d: ( d:\bootimg.exe )
4. Запустить CMD
команда: D: (думаю можно и через cd работать)
Enter
команда: /Bootimg.exe --unpack-updata UPDATE.APP
5 нам нужно system.img userdata userdata.img
6 из boot.img.tar.gz берем boot.img
7 все кидаем в папку с каким нить рекавери (fastboot-windows.exe содержит)
Для прошивки :
все как при обычной прошивке через фастбутт
Извиняйте не помню как у вас на 8500
При включенном фастбуте :
Создайте .bat с содержанием
fastboot-windows.exe flash boot boot.img
fastboot-windows.exe flash system system.img
fastboot-windows.exe flash userdata userdata.img
fastboot-windows.exe reboot
pause
Вот
Main language tool python, two sub-versions of the source file bootimg.py.gz (7.11 KB), and the executable file under windows exe bootimg.exe.gz (2.27 MB), content and usage is entirely consistent.
This is the updated version 2010.11.02.2.
Run method:
In the cmd file is located under the cd to the directory, enter "bootimg.exe function parameters" (in the words of the source file is bootimg.py)
Currently supports the following features:
- Repack-ramdisk, ramdisk generation
- Unpack-ramdisk, ramdisk unlock
- Repack-bootimg, generate bootimg (including boot.img and recovery.img)
- Unpack-bootimg, unlock bootimg
- Unpack-updata, unlock updata.app
- Unpack-yafffs, unlock yafffs (including data.img and system.img)
ps: The following do not understand these parameters, even if it does not matter, we can not add a small u parameter, the direct use of default on the line, as if to unpack updata.app input bootimg - unpack-updata like.
The following parameters in the function of setting them.
- Unpack-updata [file]
[File] is empty, the default UPDATA.APP
Solved, there will be four documents, boot.img, recovery.img, system.img, userdata.img
These are the flashing may need.
- Unpack-bootimg [file]
[File] is empty, the default boot.img
Solved, there will be two files, kernel, and ramdisk.gz
Also, pay attention to output, such as base, cmdline, name, etc.
- Repack-bootimg [base] [cmdline]
[Base] is empty, use the 0x200000
[Cmdline] is empty, use mem = 211 console = null androidboot.hardware = qcom
Generated bootimg, it uses kernel and ramdisk.gz (if ramdisk.cpio.gz, priority), generated boot.img
Updated:
- Repack-bootimg [base] [cmdline] [page_size] [padding_header] [padding_kernel] [padding_ramdisk]
Please note that the specific unpack the parameters of the original parameters of the time.
- Unpack-ramdisk [file] [Contents]
[File] is empty, use ramdisk.gz
[Directory] is empty, use initrd, (please make sure that the directory does not exist)
Output: cpiolist.txt, initrd files in a directory
- Repack-ramdisk [cpiolist]
[Cpiolist] is empty, read cpiolist.txt
According to generate ramdisk.cpio.gz cpiolist.txt
cpiolist.txt format
1). File
file path of the target system target system path to the current system privileges
2). Directory
dir directory path to the directory system permissions system
3). Soft links
slink directory system path to the target system privilege link path
- Unpack-yafffs [file] [Contents]
[File] is empty, use userdata.img (uh, this ratio system.img small)
[Directory] is empty, except use the file. Img outside the other content, such as the use of userdata userdata.img
Note: The directory must not exist
Unlock the file to the directory will continue
Note: windows system does not support soft links and hard links, may report a warning message