среда, 22 июня 2011 г.

MeeGo nokia n9

Ютуб линк


Хабрабыдлятник




























Не дайте себя наебать, там не MeeGo установлена.
Там нечто похожее на Maemo + проприетарное нокиевское говно.

Вот тут можно прочитать про то что там внутри




Дальше заглянем вот сюда


Why Harmattan is not exactly MeeGo and what are the differences?

Очевидно, потому что в Миго используется rpm, в том что представила нокиа deb и оно явно ближе к Maemo, чем к миго.
Правда используются фреймворки, которые таки написало комьюнити, да.


Здесь пруфы про дебы и прочий проприетарный шит

воскресенье, 19 июня 2011 г.

Motorola Charm recovery

Big Bootstrapped Recovery Update































I totally reworked process for start clockwork recovery.

[*]Now it started via hijacking mot_boot_mode.
[*]More stable.
[*]Not needed symlinks for mot_boot_mode.
[*]Not needed shell-scripts for reboot into recovery (rr.sh).
[*]Not needed terminal or adb shell acess.
[*]APK available :D


How it works.
It hijacked mot_boot_mode executable if /data/.recovery_mode file exist
system at boot will start recovery from
/cdrom/recovery/


# ls -l /cdrom/recovery
-rwxr-xr-x root root 483020 2011-06-17 03:52 hijack
-rwxr-xr-x root root 1422867 2011-06-17 03:52 recovery.zip
-rwxr-xr-x root root 255908 2011-06-17 03:52 update-binary

Hijacked executable will unpack recovery.zip via update-binary, restart root-hacked adbd.


Don't forget that/cdrom/cdrom_vfat.bin will be REMOVED
If you need it backup it by hands.


If you use my previous recovery you need
or manually remove all files (needed normal lvl of unix knowledge)
or reflash your phone via RsdLite or sbf_flash

known bug:


[*]system can't remount from recovery menu.

Temorary fix:
adb shell
umount -l /system
sync

Download here