2013. október 24., csütörtök

crJelly-TSM 2.43 /Nexus 4/


 


Changelog:
hamarosan...

Letöltés:
ROM:crJelly-TSM_2.43_mako_signed.zip
md5: 5e5a0d454434ebbb96156638f0298a69


Ha tetszik a munkám, kérlek támogass. Köszönöm!



2013. október 21., hétfő

Egyéni crDroid-TSM építése forrásból



Egyéni crDroid-TSM építése forrásból

1. A alapkövetelmények

2. crDroid-TSM forgatása Ubuntu Linuxrendszeren
  • Szükséges csomagok telepítése
sudo apt-get install git gnupg flex bison gperf build-essential \
  zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
  libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
  libgl1-mesa-dev g++-multilib mingw32 tofrodos \
  python-markdown libxml2-utils xsltproc zlib1g-dev:i386

sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
  • Java telepítése 
sudo apt-get purge openjdk*

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java7-installer
  •  USB hozzáférés beállítása
 
sudo gedit /etc/udev/rules.d/51-android.rules
# adb protocol on passion (Nexus One)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0600", OWNER="<username>"
# fastboot protocol on passion (Nexus One)
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0600", OWNER="<username>"
# adb protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e22", MODE="0600", OWNER="<username>"
# fastboot protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e20", MODE="0600", OWNER="<username>"
# adb protocol on stingray/wingray (Xoom)
SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", ATTR{idProduct}=="70a9", MODE="0600", OWNER="<username>"
# fastboot protocol on stingray/wingray (Xoom)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="708c", MODE="0600", OWNER="<username>"
# adb protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0600", OWNER="<username>"
# fastboot protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e30", MODE="0600", OWNER="<username>"
# adb protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d101", MODE="0600", OWNER="<username>"
# adb protocol on panda (PandaBoard ES)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="d002", MODE="0600", OWNER="<username>"
# fastboot protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d022", MODE="0600", OWNER="<username>"
# usbboot protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d00f", MODE="0600", OWNER="<username>"
# usbboot protocol on panda (PandaBoard ES)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d010", MODE="0600", OWNER="<username>"
# adb protocol on grouper/tilapia (Nexus 7)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e42", MODE="0600", OWNER="<username>"
# fastboot protocol on grouper/tilapia (Nexus 7)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e40", MODE="0600", OWNER="<username>"
# adb protocol on manta (Nexus 10)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee2", MODE="0600", OWNER="<username>"
# fastboot protocol on manta (Nexus 10)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee0", MODE="0600", OWNER="<username>"
 Kilépés és a file mentése.

  • Könyvtár létrehozása
mkdir ~/bin
PATH=~/bin:$PATH
  • Repo előkésszítése
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
  • Munka könyvtár létrehozása
mkdir crDroid-TSM
cd crDroid-TSM
  • Források letöltése
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.2

cd .repo 
git clone git@bitbucket.org:slukk/local_manifests.git
cd ..

  • Indító scipt letöltése
wget https://dl.dropboxusercontent.com/u/31263679/mako_build

  • Build indítása
./mako_build

3. Elkészült a custom crDroid-TSM

       A kész zip file a out/target/product/mako/ könyvtárban található. Ezek után a telpítés a megszokott módon történik. Amenyiben valaki változtatni szeretne a rom-on azt megteheti a "Build indítása" menüpont előtt.
       Minden olyan telefon típusra forgatható crDroid-TSM rom ami CyanogenMOD álltal támogatva van.


Ha tetszik a munkám, kérlek támogass. Köszönöm!



crDroid-TSM 1.42.5 /Nexus 4/

Changelog:
CyanogenMOD 10.2
crDroid AOSP
Settings FC fixed


Letöltés:
ROM:crDroid-TSM_1.42.5_mako_signed.zip
md5: af3363e45666032298692e61bc045cd9


Ha tetszik a munkám, kérlek támogass. Köszönöm!



2013. október 17., csütörtök

crDroid-TSM 1.42 /Nexus 4/


Tulajdonságok: 
Based on crDroid-TSM 1.41
Updated CM version 10.2-20131016-mako
Updated crDroid version Build 25
Added icons in Settings
Settings Menu reorganized
Changed kernel (based on Yandi v02)

/3.4.65-crDroid-TSM~edition/
 - Added CPU Governor: Ondemond, Performance, Simple, Interactive
Fix for SystemUI FC's when toggling UI inverted mode
Added latest SU bineary
Make applying gamma less laggy

Changelog:
CyanogenMOD 10.2
crDroid AOSP

Funkciók:
  • App ops (Google security management);
  • SELinux security by CyanogenMod;
  • Privacy Guard + Privacy Guard manager by CyanogenMod;
  • Per-user configuration by CyanogenMod;
  • Normal or Center Clock Mod with possibility to change color;
  • Custom Data formats in Status (day, month and year);
  • Battery Bar. You can choose to be shown in Status Bar or under Navigation Bar and plus choose thickness, different colors and charging animation;
  • Circle Battery with 4 different types of charging speeds and possibility of color customization (battery icon and percentage text);
  • Turn screen on when plug/unplug the USB cable as an option in settings;
  • Reboot Menu Enable by default;
  • Brightness control sliding through status bar;
  • Custom Carrier Label;
  • Enable Dual Panel in Settings (Needs Reboot);
  • crDroid Version Build in Settings;
  • Status Bar Transparency and Custom Colors;
  • Status bar network speed indicator with option to custom colors;
  • Option to auto hide network speed indicator when there is no traffic;
  • Status bar quick peek;
  • Notification drawer + Notification row Transparency, custom Colors and custom image;
  • Navigation Bar Height, Width and Width in Landscape. Also Transparency and Custom Colors; -> Read Here!!!
  • Notification Behavior (Normal, Always Expanded, Never Expanded and Old Style);
  • Low Battery Warning (Pop-up and sound, Notification and sound, Pop-up dialog only, Notification only, Sound only, Disable);
  • Active display by ChameleonOS;
  • Appbar from ChameleonOS;
  • Lockscreen based on gestures from ChameleonOS;
  • HALO 2.0 by ParanoidAndroid;
  • BlackUI (Black Droid), TRDS from Slim Roms;
  • LCD density changer;
  • LCD density backup in crDroid installations;
  • Option to enable notifications light even with screen on; *
  • Option to enable Brightness Slider in Expanded Status Bar;
  • Reboot / Reboot Recovery Quick settings tile;
  • Camera Tile;
  • Option to enable lock screen rotation;
  • Option to hide status bar (Off, Non-permanent only and All notifications);
  • Quick settings pulldown (Off, Non-permanent only and All notifications);
  • More information on reboot messages;
  • RAM bar;
  • Recent Apps Clear All Button Location (bottom right or left);
  • NFC polling mode;
  • Disable fullscreen keyboard;
  • Screenshot quick trash;
  • Permission management;
  • Open tiles in floating window;
  • QS tile fast charge;
  • Powerwidget toggle fast charge;
  • Speed up statusbar / notification drawer;
  • Alternate default app picker;
  • Customizable lockscreen (color fill with transparency slide, custom image with transparency slide, full transparent, default wallpaper);
  • Floating window from notification drawer (Long press);
  • Option to show Wifi name in notification drawer;
  • Option to flip tiles in simple press;
  • Listview Animation;
  • Listview Interpolator;
  • SlimRoms Nav bar with all customizations inside (port still in WIP);
  • SlimRoms PIE with all customizations inside (port still in WIP);
  • Expanded desktop mode with 4 options (off, hide status bar, hide nav bar, hide status and nav bar) ;
  • Tiles per row (3, 4 or 5);
  • Tiles background custom color;
  • Tiles pressed custom colors;
  • Tiles auto duplicate in landscape mode;
  • Less notification sound;
  • AOKP custom system animations;
  • Hide initial page hints in lockscreen;
  • Allow homescreen widgets on the lockscreen;
  • Notification drawer shortcuts (app, activity, direct call and many more);
  • Media scanner behavior on boot;
  • Implement a pin keypad shuffler;



Ha tetszik a munkám, kérlek támogass. Köszönöm!



2013. október 16., szerda

Yandi.v03-CAF-kernel /Nexus 4/



Tulajdonságok:
3.4.66 linux kernel update
Added Intelli-terminal
GPU conservative: Update thresholds
touch: Hacky solution for unresponsive screen (Sweep2Wake)
Added Sio I/O Scheduler
CPU default I/O Scheduler: Cfq
MP-Decission Off by default
BLX Support for Battery Life eXtender
Added Userspace Voltage Control


Letöltés:


Ha tetszik a munkám, kérlek támogass. Köszönöm!



2013. október 15., kedd

Yandi.v02-CAF-kernel /Nexus 4/



Tulajdonságok:
Base on Yandi.v01-CAF
Add kexec-hardboot support (dualboot)
Changed Slab allocators to Slub allocators (4.57 ops/sec => 86.26 ops/sec)
Tweaking the scheduling


Letöltés:


Ha tetszik a munkám, kérlek támogass. Köszönöm!



2013. október 11., péntek

Yandi.v01-CAF-kernel /Nexus 4/




Tulajdonságok:
Base on CAF CM sources
Linux source 3.4.65
4.8.2.130902 compiled with Linaro Toolchain
O3 support with custom build flags
msm_hotplug hotplug driver
auto_hotplug: rev 4 
arm: mako_hotplug: Import from franco kernel
dyn fsync off
Faux Sound Control
Faux Speaker Amp Control
LCD Color Pprofiles
Custom Voltage Control Interface
Force USB Fast Charging
Init.d support
FSYNC on/off
Advanced Gamma Control
Vibrator Strength
Sweep2Wake and Sweep2Lock
msm_otg: hack to allow externally powered usb host mode
Governor tweaks
Touch Boost (thx francisco franco)
Thermal revised
Krait retention
Led Control
Multicore Power Saving
Factory 100mv UV
192 Mhz frequency for better battery when idle
Screen Off Freq. limited to 702 (saves some battery)
Many, many additions under the hood


CPU freq table
- 192, 384, 702, 1026, 1242, 1350, 1512
GPU freq table
- 27, 128, 200, 320,- 400
CPU governor table
- Ondemond, Intellimand, Interactive, Conservative, Wheatley, Performance
I/O Scheduler table
- Cfq, Deadline, Row, Noop
TCP Control
- Westwood, Reno, Bic, Cubic, Htcp



Letöltés:


Ha tetszik a munkám, kérlek támogass. Köszönöm!