Quantcast
Channel: xda-developers - Galaxy S II Android Development
Viewing all 397 articles
Browse latest View live

[ROM][RESURRECTION REMIX][JB 4.2.2] [11.07.13] Resurrection Remix ROM V4.0.3 NEW SEASON

$
0
0
About Resurrection Remix AOKP Edition:

Since version 1.2 of Resurrection Remix the ROM has been based on AOKP, CM9/10 and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device

Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!

August 5th 2012, saw Resurrection Remix is release for Samsung Galaxy SIII (GT-I9300) devices.

November 1st 2012, Resurrection Remix released for Samsung Galaxy Note 10.1 (N8000) devices.

Special thanks to the AOKP team, the CM9/10 team, and of course to all the supporters
*






Please don't report bugs at this stages, all gonna be solved on future and stable releases.
* * * * * * * * * * * * * * * * * * * **


* * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **

OFFICIAL FORUM SITE

GITHUB SOURCE CODE

CHANGELOG

DOWNLOAD LINK

ALTERNATİVE LİNK

XDA:DevDB Information
[11.07.13] Resurrection Remix ROM V4.0.3 NEW SEASON, a ROM for the Samsung Galaxy S II

Contributors
westcrip
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.0.x
Based On: AOKP,AOSP,CM.ETC

Version Information
Status: Stable
Current Stable Version: 4.0.3
Stable Release Date: 2013-07-11
Current Beta Version: 4.0.0
Beta Release Date: 2013-05-25

Created 2013-06-23
Last Updated 2013-07-11

[ROM] [i9100] [JB] Linaro compiled CM10.1 nightlies

$
0
0
This was just a personal hobby project, but it seems many people are using these builds, so I'm starting this thread to keep the main CM thread clean.

The nightly is built at 6:30AM IndianStandardTime (GMT+5:30), and contains all changes synced till then. The most prominent difference between these builds and the official ones is that there builds are compiled using the Linaro toolchain. To me, this results in a smoother UI, and better battery life than the official builds. From time to time, these builds may also contain some hotfixes for small problems on official builds, and they may also contain some cherrypicks.

You can just install these builds over official builds without a data wipe. You can even go back to the official builds without a data wipe.

Download link: https://copy.com/vJqpoVqwoUXJ

Please check MD5 before flashing.

[ROM][4.2.2][LINARO/SABERMOD] CyanogenMod 10.1 [NIGHTLY BUILDS]

$
0
0
i9100 CYANOGENMOD 10.1 LINARO/SABERMOD NIGHTLY BUILDS

Build 20130711 is ONLINE

Build/Sync Date: Jul 11 2013 02:10AM GMT+1 (Summer Time)

MediaFire Direct Download Folder:

i9100 CM 10.1 LINARO/SABERMOD NIGHTLY BUILDS


(md5sum included with all builds)

(CROSS-COMPILED with Linaro Android EABI 4.8 2013.06 toolchain, and SaberMod GCC 4.7 2013.05 toolchain compilers | Linux x64 3.8.0-26 - Debian distro)

Build Changelog:
 
Quote:

android_frameworks_base 2013-07-11 00:38:14
Merge "Also backup profiles file via backup manager." into cm-10.1

android_frameworks_base 2013-07-11 00:22:55
Merge "Add lockscreen rotation as an optional rotation setting (1/2)" into cm-10.1

android_frameworks_base 2013-07-11 00:07:19
New Event: ACTION_NEW_OUTGOING_SMS

proprietary_vendor_samsung 2013-07-10 22:45:57
Merge pull request #239 from garwynn/cm-10.1...

android_packages_apps_Settings 2013-07-10 22:41:48
Add lockscreen rotation as an optional rotation setting (2/2)...

android_packages_apps_Settings 2013-07-10 12:00:55
Merge "Update German translation." into cm-10.1

android_packages_apps_CMUpdater 2013-07-10 06:58:06
Update German translation.

android_packages_apps_Phone 2013-07-10 06:31:17
Also show contact name in blacklist....

android_frameworks_base 2013-07-10 06:24:06
Merge "Fix requery behaviour of MemoryCursor." into cm-10.1...


(Build Time taken: 32m; CCACHE used)

PROJECT STATS @ 09072013 10:17AM GMT+1
Builds = 12
Downloads TOTAL = 1421 :)

These builds are hosted in my private account at MediaFire (purchased account - 120GB | no ads and really fast downloads!)

(Buildbot: i7 3770k@4.4Ghz, P8Z77-V, 8GB Corsair 2133Mhz, HD7970 Dual-X, 2x Samsung 128GB SSD 840 Pro RAID 0 Array, 2x WD3200AAKS RAID 0 Array, Samsung F1 1TB, Silverstone Olympia 1kW PSU)
(WC Setup: apogee xt, gtx-lite 240, 4x nb mf12-s3hs, mcp355, dangerden 5.25" reservoir bay)

Disclaimer:
These builds are freshly compiled/synced from CyanogenMod github open-source code:
https://github.com/CyanogenMod
When its necessary, it can be cherry-picked a commit and integrate it on the build
SaberMod GCC 4.7 2013.05, and official Linaro Android EABI 4.8 2013.06 toolchains used to cross-compile.
If you have any doubt or question, post it in the main thread, so we can help out.
You can check Official CM 10.1 thread for support also.


[SCRIPTS][INIT.D] KangBang Kernel [DEVELOPMENT]

$
0
0
KangBang Kernel Scripts Development

This thread is dedicated to the development of bash scripts to control several aspects of KangBang Kernel.

The scripts below, are there for that. most of the work have been done already (but more additions to be made), but be are with problems on the logs files... the output indicates that the scripts are giving errors...

these are scripts so far

S91voltctrl

 
[SPOILER]
Code:

#!/system/bin/sh
##############################################################
## CPU/GPU Voltage and Frequency Control script by infected_ #
##############################################################
LOG_FILE=/data/log/cpu_gpu_control.log
rm -Rf $LOG_FILE
exec &> $LOG_FILE
# ************************************
# CPU Clock Control
# ************************************
echo "Starting Voltage and Frequency Control $( date +"%m-%d-%Y %H:%M:%S" )"
echo "Sleeping for 20 seconds to workaround oc not setting properly on stock derivatve roms..."
sleep 20
echo "Ok lets start working"
echo "Set MIN Scaling Frequency"
echo "200000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo ""
echo "---------------"

echo "Set MAX Scaling Frequency"
echo "1000000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo ""
echo "---------------"

# ************************************
# CPU Governor and I/O Scheduler
# ************************************
echo "Set Scheduler for stl, bml and mmc"

for i in `ls /sys/block/stl*` /sys/block/bml* /sys/block/mmcblk* /sys/block/mtdblock* ; do
        echo "zen" > $i/queue/scheduler;
        echo "$i/queue/scheduler";
done;
        echo "---------------";
echo "Set governor"
echo "zzmoove" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ""
echo "---------------"
#
echo "Set zzmove extra options"
# *************************************
# "zzmove" cpu governor extra settings
# *************************************

echo "85" > /sys/devices/system/cpu/cpufreq/zzmoove/up_threshold;
echo "85" > /sys/devices/system/cpu/cpufreq/zzmoove/up_threshold_hotplug1;
echo "80" > /sys/devices/system/cpu/cpufreq/zzmoove/down_threshold;
echo "75" > /sys/devices/system/cpu/cpufreq/zzmoove/down_threshold_hotplug1;
echo "85" > /sys/devices/system/cpu/cpufreq/zzmoove/down_threshold_sleep;
echo "5" > /sys/devices/system/cpu/cpufreq/zzmoove/freq_step;
echo "1" > /sys/devices/system/cpu/cpufreq/zzmoove/hotplug_sleep;
echo "4" > /sys/devices/system/cpu/cpufreq/zzmoove/sampling_down_factor;
echo "100000" > /sys/devices/system/cpu/cpufreq/zzmoove/sampling_rate;
echo "500000" > /sys/devices/system/cpu/cpufreq/zzmoove/freq_limit_sleep;
echo "75" > /sys/devices/system/cpu/cpufreq/zzmoove/smooth_up;
echo "95" > /sys/devices/system/cpu/cpufreq/zzmoove/up_threshold_sleep;

# ************************************
# CPU Voltage Control
# ************************************
echo "Set UV" | tee -a $LOG_FILE;
echo "1275 1250 1200 1175 1150 1100 1050 1000 950 900 875 925 850 850 825 825 800 775" > /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table #change voltages according to your device !!!
echo ""
echo "---------------"

# ************************************
# Screen Off CPU Policy
# ************************************
# Disable second CPU core when screen is off (default 0=second core enabled)

echo "Disable second CPU core when screen is off"
echo "1" /sys/devices/system/cpu/cpufreq/zzmoove/hotplug_sleep;
echo ""
echo "---------------"

# ************************************
# GPU Clock, Voltages & Thresholds
# ************************************

# Set GPU clocks (Valid values are: 100 160 200 267)
echo "Set GPU frequencies"
echo "100 160 267" > /sys/class/misc/gpu_clock_control/gpu_control;
echo ""
echo "---------------"

# Set GPU Up and Down thresholds
echo "Set GPU thresholds"
echo "80% 50% 85% 60%" > /sys/class/misc/gpu_clock_control/gpu_control;
echo ""
echo "---------------"

# Set GPU voltages (Changes possible at +/-50mV ie at 50000 steps)
echo "Set GPU UV"
echo "850000 900000 950000" > /sys/class/misc/gpu_voltage_control/gpu_control;
echo ""
echo "---------------"
#
echo "Voltage and Frequency Control finished at $( date +"%m-%d-%Y %H:%M:%S" )"

[/SPOILER]


S92zipalign (credits goes to darky for original)

 
[SPOILER]
Code:

#!/system/bin/sh
##############################################################
## Automatic ZipAlign script by infected_                    #
##############################################################
su
LOG_FILE=/data/log/zipalign.log
rm -Rf $LOG_FILE
exec &> $LOG_FILE
#
if [ -n $zipalign ] && [ $zipalign = "true" ];
then
busybox mount -o remount,rw /;
busybox mount -o remount,rw -t auto /system;
busybox mount -o remount,rw -t auto /data;
fi;
busybox mount -t tmpfs -o size=70m none /mnt/tmp;
echo "Starting Automatic ZipAlign " `date`
       
echo "Starting Automatic ZipAlign $( date +"%m-%d-%Y %H:%M:%S" )"
    for apk in /data/app/*.apk ; do
    zipalign -c 4 $apk;
    ZIPCHECK=$?;
    if [ $ZIPCHECK -eq 1 ]; then
        echo ZipAligning $(basename $apk)
        zipalign -f 4 $apk /cache/$(basename $apk);
            if [ -e /cache/$(basename $apk) ]; then
                cp -f -p /cache/$(basename $apk) $apk
                rm /cache/$(basename $apk);
            else
                echo ZipAligning $(basename $apk) Failed
            fi;
    else
        echo ZipAlign already completed on $apk
    fi;
      done;

for apk in /system/app/*.apk ; do
    zipalign -c 4 $apk;
    ZIPCHECK=$?;
    if [ $ZIPCHECK -eq 1 ]; then
        echo ZipAligning $(basename $apk)
        zipalign -f 4 $apk /cache/$(basename $apk);
            if [ -e /cache/$(basename $apk) ]; then
                cp -f -p /cache/$(basename $apk) $apk
                rm /cache/$(basename $apk);
            else
                echo ZipAligning $(basename $apk) Failed
            fi;
    else
        echo ZipAlign already completed on $apk
    fi;
      done;

for apk in /system/framework/*.apk ; do
    zipalign -c 4 $apk;
    ZIPCHECK=$?;
    if [ $ZIPCHECK -eq 1 ]; then
        echo ZipAligning $(basename $apk)
        zipalign -f 4 $apk /cache/$(basename $apk);
            if [ -e /cache/$(basename $apk) ]; then
                cp -f -p /cache/$(basename $apk) $apk
                rm /cache/$(basename $apk);
            else
                echo ZipAligning $(basename $apk) Failed
            fi;
    else
        echo ZipAlign already completed on $apk
    fi;
      done;

echo "Automatic ZipAlign finished at $( date +"%m-%d-%Y %H:%M:%S" )"

[/SPOILER]


S93sqlite

 
[SPOILER]
Code:

#!/system/bin/sh
##############################################################
## SQLite database VACUUM and REINDEX script by infected_    #
##############################################################
LOG_FILE=/data/log/sqlite.log
rm -Rf $LOG_FILE
exec &> $LOG_FILE
# echo "";
echo "*********************************************";
echo "Optimizing and defragging your database files (*.db)";
echo "Ignore the 'database disk image is malformed' error";
echo "Ignore the 'no such collation sequence' error";
echo "*********************************************";
echo "";
#
#
echo "SQLite database VACUUM and REINDEX started at $( date +"%m-%d-%Y %H:%M:%S" )"

for i in \
`busybox find /data -iname "*.db"`;
do \
    /system/xbin/sqlite3 $i 'VACUUM;';
    /system/xbin/sqlite3 $i 'REINDEX;';
done;

if [ -d "/dbdata" ]; then
    for i in \
    `busybox find /dbdata -iname "*.db"`;
    do \
        /system/xbin/sqlite3 $i 'VACUUM;';
        /system/xbin/sqlite3 $i 'REINDEX;';
    done;
fi;


if [ -d "/datadata" ]; then
    for i in \
    `busybox find /datadata -iname "*.db"`;
    do \
        /system/xbin/sqlite3 $i 'VACUUM;';
        /system/xbin/sqlite3 $i 'REINDEX;';
    done;
fi;


for i in \
`busybox find /sdcard -iname "*.db"`;
do \
    /system/xbin/sqlite3 $i 'VACUUM;';
    /system/xbin/sqlite3 $i 'REINDEX;';
done;

echo "SQLite database VACUUM and REINDEX finished at $( date +"%m-%d-%Y %H:%M:%S" )"

[/SPOILER]


S94tweaks

 
Code:

#!/system/bin/sh
##############################################################
## Miscellaneous Tweaks script by infected_                  #
##############################################################
#
LOG_FILE=/data/log/tweaks.log
rm -Rf $LOG_FILE
exec &> $LOG_FILE
#
echo "Applying Tweaks $( date +"%m-%d-%Y %H:%M:%S" )"
#
# ***************************************
# Turn logging off
# ***************************************
#
echo "Turning off logging"
su
mount -o remount,rw /
rm -rf /dev/log
echo "0" > /sys/module/ump/parameters/ump_debug_level
echo "0" > /sys/module/mali/parameters/mali_debug_level
echo "0" > /sys/module/kernel/parameters/initcall_debug
echo "0" > /sys//module/lowmemorykiller/parameters/debug_level
echo "0" > /sys/module/earlysuspend/parameters/debug_mask
echo "0" > /sys/module/alarm/parameters/debug_mask
echo "0" > /sys/module/alarm_dev/parameters/debug_mask
echo "0" > /sys/module/binder/parameters/debug_mask
echo "0" > /sys/module/xt_qtaguid/parameters/debug_mask
echo ""
echo "---------------"

# ************************************************
# VM Tweaks
# ************************************************

echo "Enabling VM Tweaks"
sysctl -w vm.swappiness=0
sysctl -w vm.vfs_cache_pressure=10
sysctl -w vm.dirty_background_ratio=45
sysctl -w vm.dirty_ratio=50
sysctl -w vm.dirty_writeback_centisecs=2000
sysctl -w vm.dirty_expire_centisecs=1000
sysctl -w vm.min_free_kbytes=4096
sysctl -w kernel.sched_min_granularity_ns=200000 > /dev/null
sysctl -w kernel.sched_latency_ns=400000 > /dev/null
sysctl -w kernel.sched_wakeup_granularity_ns=100000 > /dev/null
echo ""
echo "---------------"

# ********************************************************
# Enable JIT Packet Filter Compiler (needs kernel support)
# ********************************************************

echo "Enabling JIT Packet Filter Compiler"
echo "1" > /proc/sys/net/core/bpf_jit_enable
echo ""
echo "---------------"

# ********************************************************
# microSD card speed tweak
# ********************************************************

echo "Enabling microSD card speed tweak"
echo "4096" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
echo ""
echo "---------------"

# ********************************************************
# Flags blocks as non-rotational and increases cache size
# ********************************************************

echo "Flagging blocks as non-rotational and increasig cache size"
LOOP=`ls -d /sys/block/loop*`;
RAM=`ls -d /sys/block/ram*`;
MMC=`ls -d /sys/block/mmc*`;
for j in $LOOP $RAM
do
echo "0" > $j/queue/rotational;
echo "4096" > $j/queue/read_ahead_kb;
done
echo ""
echo "---------------"

# ********************************************************
# Battery tweaks
# ********************************************************

echo "Enabling battery tweaks"
echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs
echo ""
echo "---------------"

# ********************************************************
# EXT4 tweaks
# ********************************************************

echo "Enabling EXT4 tweaks"

# a) remove journals
echo "Removing journals"
tune2fs -f -o journal_data_writeback /dev/block/mmcblk0p9
tune2fs -f -O ^has_journal /dev/block/mmcblk0p9
tune2fs -f -o journal_data_writeback /dev/block/mmcblk0p7
tune2fs -f -O ^has_journal /dev/block/mmcblk0p7
tune2fs -f -o journal_data_writeback /dev/block/mmcblk0p10
tune2fs -f -O ^has_journal /dev/block/mmcblk0p10
echo ""
echo "---------------"

# b) better mount options
echo "Applying better mount options"
busybox mount -o remount,noatime,noauto_da_alloc,nodiratime,barrier=0,nobh /system
busybox mount -o remount,noatime,noauto_da_alloc,nosuid,nodev,nodiratime,barrier=0,nobh /data
busybox mount -o remount,noatime,noauto_da_alloc,nosuid,nodev,nodiratime,barrier=0,nobh /cache
echo ""
echo "---------------"
#
echo "Tweaks applying finished at $( date +"%m-%d-%Y %H:%M:%S" )"



S95bln

 
[SPOILER]
Code:

#!/system/bin/sh
#######################################
# ************************************
# BLN and leds timeout
# ************************************
#
LOG_FILE=/data/log/bln.log
rm -Rf $LOG_FILE
exec &> $LOG_FILE
#
# ***************************************
# Enable Button Light Notification (BLN)
# ***************************************
#
echo "Enabling BLN $( date +"%m-%d-%Y %H:%M:%S" )"
echo 1 > /sys/class/misc/backlightnotification/enabled
echo ""
echo "---------------"
#
echo "Enabling BLN finished at $( date +"%m-%d-%Y %H:%M:%S" )"
# **************************************
# Enable Button Light Timeout
# **************************************
#
echo "Enabling leds timeout $( date +"%m-%d-%Y %H:%M:%S" )"
echo 3 > /sys/class/misc/notification/bl_timeout
echo ""
echo "---------------"
#
echo "Enabling leds timeout finished at $( date +"%m-%d-%Y %H:%M:%S" )"
#
# **************************************
# leds voltage setting
# **************************************
echo "setting leds voltage $( date +"%m-%d-%Y %H:%M:%S" )"
#
echo "---------------"
echo 2500 > /sys/devices/virtual/sec/sec_touchkey/touchkey_brightness
echo ""
echo "setting leds voltage finished at $( date +"%m-%d-%Y %H:%M:%S" )"

[/SPOILER]


Quote:

S91 is partially working, it sets the correct governor, speed, voltage and i/o scheduler, but gives other errors...
S92 no sure. zipalign binary seems to be doing its job, but strange output on log...
S93 seem to be working, sometimes it gives an error about *db being locked" or "permission denied" ...
S94 not working. lots of errors on log...
S95 is working properly.
We appreciate ALL the help we can't get from the XDA community..
This is a fantastic kernel compilded and mantained by @sakindia123, but there aren't lots of options to control it, besides the init.d scripts...

So please, if you have suggestions, corrections and additions to be made, please do so ! :)

[ROM][JellyBean 4.1.2] CriskeloROM v2.1[XWLSW]

$
0
0




After my Criskelo Theme is here my first ROM. This ROM based on Deodexed Stock ROM :D
Criskelo is dead and don't makes any ROM and i carry on The CriskeloROM.

enjoy
.






Changelog 2.1

Fixed Google Service Bug
- Youtube
- Google+

Add 14 batteries (Settings-->Display)


Changelog 2.0


Firmware: XWLSW Deodex
Modem: XXMS2
CSC: XEULS5 Multi
Change List: 1211311
Kernel: Jeboo 2.2
Available languages in Rom: Catala, Cestina, Dansk, Deutsch, Eesti, English (Australia), English (United Kingdom), English (United States), Espanol, Estonian, Euskera, Francais, Galego, Hrvatski, Icelandic, Irish, Italiano, Kazakh, Latviesu, Lietuviu, Macedonian, Magyar, Nederlands, Norsk bokmal, Polski, Portugues, Romana, Slovencina, Slovenscina, Suomi, Svenska, Turkce, Uzbek, Greek, Bulgarian, Russian, Ukrainian, Serbian, Korean
Fully Deodexed
Zipaligned
Rooted
BusyBox
SuperSU
EFS auto backup
NO WIPE
Increase Contacts adding for the message (1000 contacts instead of 10 contacts)
No Auto Converting messages to MMS
Disabled Home Button Lag
No Call Ring Delay
5 Way Reboot
Enabled All Languages
Enabled All Languages For Samsung Keyboard
Faster GPS Lock
Enabled Sensor Aiding For Fast GPS Lock
Enabled More Contacts (999)
Disabled Scrolling Cache
Large Apn List
Removed Bloatware
Added DropBox
Init.d Support
MultiWindow (Enabled all Apps)
Black Status Bar (adjustable
Stock Lockscreen
Ripple Lockscreen + Toggle
AOSP Lockscreen
Skip Song MOD
Call Recording
New Arabic Font
More Init.d Tweaks
More Build.prop Tweaks
Enabled Usb Mass Storage
Fixed USB Unmount Wakelock
Removed More Apps/Libs
NeatROM Boot Animation
Center Clock
Popup Browser
Scrolling Wallpaper
Kill Button
Change Clock Color
23 Toggles By Sale
battery in % by Sale

and many more...
I probably forgot something













Auf SD Karte Packen
ins CWM booten
Full Wipe (recommered with Wipe Nuke Script)
Flash ROM
Reboot

Than Go in Settings -> Install BOX -> install/Update <---
Than on Moduels and activate all
Reboot

Enjoy




Thanks to my Teamplayer Sentakage

Rush
Pseudofreak
Sentakage
Goldieking
Criskelo
Maanz
Carotix
::indie::
Wanam
GoA
Salesale
Westcrip
bajee11








Vielen Dank an die Spender


-Stormi
-Osimonster
-Bernd L.
-Zelle
-Hottentott
-Roland W.
-Thomas M.
-XXX_SunnyBoy_XXX
-Sentakage
-Marcin



Flash your own Risk


Download


[ICS][02.07.13][XWLPY/XWLQ2] ROMs4 ICS v1.1/v1.2 LITE by dawkon13

$
0
0
Hi :)
This it's my ROMs4 in ICS version (better battery life) :D


If you like this ROM you can donate to me:


Quote:

Originally Posted by dawkon13
ONLY V1.0 AND V1.1
you can:
-enable/disable ICS lockscreen
-enable/disable quick song skip
-enable/disable short home delay
-enable/disable short power delay
How?
-open folder sdcard/tweak and rename:
example:
quick_song_skip_off->rename: quick_song_skip_on

known issues:
-some stock widgets not working on TouchWiz UX Launcher- working only on TuchWiz 3.0 Launcher (included in ROM)

Quick info:

v1.2 LITE:
Quote:

-based on XWLQ2
-15 toogles
-4ways to reboot
-crt off
-call recording
-other little changes
-great battery life
-fast and stable

v1.1:
Quote:

-Added function "GSM only" in network mode (not available in stock XWLPY)
v1.0:
Quote:

-TouchWiz UX Launcher,
-Touchwiz UX System Style
-Toggles from SIV
-SIV wallpapers
-Music player and some apps- SIII,SIV style
-Call keyboard JB Style
-Torch on lockscreen
-4 way to reboot
-volume rocker
-i forgot...
INSTALLATION:
Quote:

Originally Posted by dawkon13
-Download ROM, copy ROM on SD
-Flash good recovery (some have status7)
-Flash ROM
-wipe cache/dalvik cache
-If you have other Android version (example CM10,ICS) or have you bootloop make wipe

EXTRA !
You can replace boot screen
example:



How
Use this app from Play Store:
https://play.google.com/store/apps/d...v.sgs2bootlogo

OR

Download this and open !Read Me.txt :
http://www65.zippyshare.com/v/53913953/file.html

DOWNLOAD:
v1.2 LITE:
https://sites.google.com/site/roms4s...cs-by-dawkon13
v1.1:
https://sites.google.com/site/roms4s...-1-by-dawkon13

credits:
-Wanam: permissions to use Wanam XWLPY deodexed as base (v1.0/v1.1)
-some devs: mods(15 toggles,TW UX launcher,4ways to reboot,crt off etc.)

[ROM] S2 ROM LIKE S4 (4.1.2 V1) v2 coming soon 2013

$
0
0
Features

Based on XWLSD ROM JELLY BEAN ROM 4.1.2

V1:
S4 Accuweather widget
S4 Keyboard added
S4 Icons
S4 Clock Widget
S4 UI sounds added
S4 Wallpapers added
S4 Musicplayer
S4 Svoice
S4 Multiwindow
S4 Statusbar icons in white
S4 S-Health added
S4 Watchon added
S4 Contact pic added
Note 2 Popup Video player - re sizable
Ink Effect added - All colours available
23 Customizable toggles added
Download button added into youtube so you now can download videos
4 Lockscreen shortcuts added
Smart rotate + with toggle for enable/disbale
Replaced Group cast with Group Play
Ripple effect added
Popup Browser added from note 2
Latest Samsung apps added from S4
Build prop tweaks

V2:
S4 like Status bar transparent
S4 stranslator
S4 lockscreen clock to the left
S4 Lockscreen light effect - Disable to ripple to use
Added (life companion text to lockscreen
S4 Ssuggest
S4 Svoice with driving mode working

links and screenshot coming soon for v2



INSTALLATION

install ROM through cwm recovery

then wipe data/ factory reset

then wipe dalwike cache

then reboot



DOWNLOADS

http://www.4shared.com/zip/yVmHulj-/S2ROMS4MODS-V1.html

and let me know what u think of the rom after flashing it comment below



CREDITS

thanks to vijai2011 for inspiration Gyebro for popup browser

thanks to mythtrandyr for ink effect

thanks to Winterlove for s4 multiwindow theme and to Credit goddamnit for multiwindow

thanks to tazlooney89 for svoice mod



CLICK THANK BUTTON IF U LIKE IT

Attached Thumbnails
Click image for larger version

Name:	Screenshot_2013-07-01-21-55-38.jpg
Views:	N/A
Size:	21.3 KB
ID:	2084438   Click image for larger version

Name:	Screenshot_2013-07-01-21-56-01.jpg
Views:	N/A
Size:	30.5 KB
ID:	2084439   Click image for larger version

Name:	Screenshot_2013-07-01-21-48-46.jpg
Views:	N/A
Size:	20.0 KB
ID:	2084440   Click image for larger version

Name:	Screenshot_2013-07-01-21-59-37-1.png
Views:	N/A
Size:	16.6 KB
ID:	2084441   Click image for larger version

Name:	Screenshot_2013-07-01-21-48-29.jpg
Views:	N/A
Size:	37.2 KB
ID:	2084445  

Click image for larger version

Name:	Screenshot_2013-07-01-21-50-38.jpg
Views:	N/A
Size:	37.3 KB
ID:	2084446   Click image for larger version

Name:	Screenshot_2013-07-01-22-13-49.jpg
Views:	N/A
Size:	26.7 KB
ID:	2084447   Click image for larger version

Name:	Screenshot_2013-07-01-21-49-10.jpg
Views:	N/A
Size:	26.9 KB
ID:	2084448   Click image for larger version

Name:	Screenshot_2013-07-01-21-50-21.jpg
Views:	N/A
Size:	25.2 KB
ID:	2084449   Click image for larger version

Name:	IMG_20130701_223818.jpg
Views:	N/A
Size:	209.3 KB
ID:	2084450  

Click image for larger version

Name:	Screenshot_2013-07-01-21-50-59.jpg
Views:	N/A
Size:	25.1 KB
ID:	2084451   Click image for larger version

Name:	Screenshot_2013-07-01-21-51-31.jpg
Views:	N/A
Size:	26.2 KB
ID:	2084452   Click image for larger version

Name:	Screenshot_2013-07-01-21-51-39.jpg
Views:	N/A
Size:	15.5 KB
ID:	2084453   Click image for larger version

Name:	Screenshot_2013-07-01-21-52-18.jpg
Views:	N/A
Size:	46.9 KB
ID:	2084454   Click image for larger version

Name:	Screenshot_2013-07-01-21-53-11.jpg
Views:	N/A
Size:	24.6 KB
ID:	2084455  

Click image for larger version

Name:	Screenshot_2013-07-01-21-58-01.jpg
Views:	N/A
Size:	31.5 KB
ID:	2084457   Click image for larger version

Name:	Screenshot_2013-07-01-21-57-29.jpg
Views:	N/A
Size:	27.4 KB
ID:	2084458   Click image for larger version

Name:	Screenshot_2013-07-01-22-06-30.jpg
Views:	N/A
Size:	33.5 KB
ID:	2084459  

[ROM][4.2.2][SaberMod 4.9][07/10] Slim Bean - i9100 [UNOFFICIAL BUILDS]

$
0
0
Slim Bean i9100 SaberMod 4.9 Unofficial builds

ROM: SaberMod toolchain 4.9
Kernel: Linaro toolchain 4.7.4 2013-06

Disclaimer
I'm not responsible for any damages on your device.

It comes from my hobby to building rom that is actually for private use and then some users found it on my goo.im. Due to some suggestions from them (rkoby13 is one of them :p), I decided to create this thread to share my builds with others.

These builds are compiled using SaberMod toolchain and like the official one, it is built from Slimroms repository.
I could cherry-pick some commits ahead from Slimbean team or patches from other repositories that I find useful.
The ROM and the kernel are tested by me first before I make it available online. I could have overseen something during testing, please be understand.

In summary, it is a Slimbean ROM that is compiled with SaberMod toolchain and hopefully will be released on daily basis if there is anything useful changes or I have enough time to build. :D
You can consider these builds are nightly and the builds from the official thread are stable and weekly. So the same rules are applied and forget the toolchain thing.

!!! Please don't discuss these unofficial builds in the official thread. User can get confuse easily. !!!

Latest release
ROM: 20130710
Kernel: 20130707 (Thanks to djsky2011)

Installation instructions
  • You can dirty flash these builds over the official one.
  • Refer to the installation instructions of the official one here.
  • Please check MD5 sum before flashing.
  • You can use another kernel like Dorimanx.
Full Changelog
http://goo.im/devs/fusionjack/Slimbean/Changelog

Download
Unofficial builds: http://goo.im/devs/fusionjack/Slimbean/i9100
GPS static navigation lib: http://tinyw.in/hyCA. See here for more information. (Thanks to satjr)

Credits
SlimBean - The SlimRom team
SaberMod toolchain - sparksco
Linaro toolchain - Linaro

Special Thanks
rkoby13 - for supporting users

Benchmark
Using SlimKernel with default setting: Ondemand, 1.2 GHz, ROW
Attachment 2108587Attachment 2108588


Attached Thumbnails
Click image for larger version

Name:	Screenshot_2013-07-10-00-44-44.jpg
Views:	N/A
Size:	27.3 KB
ID:	2108587   Click image for larger version

Name:	Screenshot_2013-07-07-23-48-55.jpg
Views:	N/A
Size:	29.2 KB
ID:	2108588  

[ROM][4.2.2][I9100] IllusionRom-2.1 b2 09.07.2013

$
0
0



Quote:
Illusion is BACK!!! We'd like to give HUGE credits to SLIM Roms for an incredible base! We'd also like to give credit to AOKP, Paranoid Android, TeamBaked, CyanogenMod. These people helped make what you guys are using (about to use) what it is today .


VIDEO REVIEW:

Nyone on the fence about flashing watch this IllusionRom Review

FEATURES:
  • Dark UI
  • Permissions Management
  • LCD Density Settings
  • Illusion Settings & ROM Control:
  • Per-App Permissions Manager
  • Dual Pane
  • Low Battery Warning
  • cLock
  • Custom Hardware Keys
  • Widgets Viewpager
  • Notification Drawer Options
  • Power sound on plug-in/plug-out
  • Custom Lockscreen Sliders & Shortcuts
  • Navbar Customizations
  • PIE Controls
  • Power Menu Controls
  • Power Widget Settings
  • Custom QuickSettings
  • Custom Statusbar Options
  • Custom Sounds Settings
  • Custom Phone Settings
  • Custom MMS Settings
  • Integrated Superuser
  • Trebuchet
  • ......Much more in detail

For Downloads/changelogs visit here

Please help me justify all my time spent on building these roms by considering a small donation

[ROM][4.1.2][Galaxy S2 HD LTE E120L Only] SVNRom v1.0

$
0
0
Quote:

Hello E120L user, first I have to say: Sorry my bad English :(. This is my first ROM I build for this phone and I don't know where I have to post so I decided post this in there, If I wrong, so sorry
About SVNRom v1.0:
Quote:

Android version: 4.1.2
Baseband version: E120LKLJMA2
Kernel version: Tegrak Kernel Build 46 for MA2
Build date: 3 july 2013
Rooted
Deodex
Features:
 
Quote:

1. SMS Mod: Fix sms + Enable Group SMS + Disable MMS auto conversion + Original time stamps + 1000 Recipient limit + Enable Save/Restore
2. Mod Phone Dialer + Enable call icon in call log, contact
3. Lidroid setting with 24 toggles + support toggle 2G/3G/Auto
4. Enable Ripple Effect on lockscreen + Ink effect + Large weather + 5 shortcut icon
5. Enable AOSP lockscreen + toggle vibrate + 5 shortcut icon + weather
6. Toggle Torch on lockscreen
7. Custom clock on status bar
8. Custom notification color
9. Custom statusbar color
10. Toggle to show/hide Alarm icon on statusbar
11. Toggle to show/hide Ime icon on statusbar
12. Selectable long press to kill apps
13. Selectable battery icon
14. Toggle brightness slider
15. Toggle wallpaper scrolling
16. Enable call/message block
17. Enable Smart stay
18. Enable Smart networks
19. Enable ticker infomation
20. Enable My call sound + Call vibrations + Call record enabling + Disabling ascending ringtone
21. Mod camera: Power and volume button as shutter + low battery alert disable + Use flash on low battery + Camcorder Better audio quality/video bitrate + ...
22. Gallery leak from Note 2
23. Enable Import/Export in calendars
24. Popup Browser leak from Note
25. S4 weather + transparent
26. SVNRom Addons: Custom Ink effect + Notification panel toggles + Ad block + Data network settings + Network mode
27. S4 icon + 3D Toggles
28. Enable Multiwindow + S4 Flashbar + Unlimited Multiwindow apps
29. Support init.d
30. Custom bootanimation
31. Music control
32. Take screen shot on power menu + 4 way to reboot
33. Disabling scrolling cache across OS
34. 0,00 KB/s meter when connect wifi and 3G
35. Home button and lockscreen button at left and right on statusbar


Screenshot:
 
Quote:




Issues:
 
Quote:

- Brightness slider will disappear when systemUI.apk restart
- Stock and news in Ticker information not work because I can't find resource
- Video Call not working
- Recording resolution 1920x1080 not working



How to install:
 
Quote:

1. Backup your phone and copy my ROM to storage
2. Full wipe
3. Back to stock ROM 4.1.2 E120LKLJMA4. If you don't have, DOWNLOAD HERE
4. Install CWM >5.xx. If you don't have. DOWNLOAD HERE (Thanks socim and don't rename tar.md5 file, It will make fail when odin checking MD5)
5. Install my ROM via CWM
6. Full wipe again because in some case clock will be FC when phone start


Thanks to:
Quote:

Mirko_ddd, loserskater, Didact74, shoman94, majdinj, OsamaGhareeb, jovy23, lidroid, wanam, bbs community, kmokhtar79, bingobingobingo, jobnik and many more i don't remember if I missing some one please tell me :highfive:
Download:
ROM: Google driver OR Safeshared

If you like my work, buy an ice-cream for me :p

[ROM][JB 4.1.2] [UPDATED] [13.07.13] OPTIMUS ROM v1.1 [XWLSW]

$
0
0
WELCOME TO OPTIMUS ROM for GALAXY S2 I9100











Features:

-Firmware: XWLSW OPTIMUS ROM V1.1 (JuLY 13, 2013) (4.1.2)
-Modem: XXMS2
-CSC: XEULS5 Multi
-Kernel: Philz XWLSW-5.07.0
-Available languages in Rom: Catala, Cestina, Dansk, Deutsch, Eesti, English (Australia), English (United Kingdom), English (United States), Espanol, Estonian, Euskera, Francais, Galego, Hrvatski, Icelandic, Irish, Italiano, Kazakh, Latviesu, Lietuviu, Macedonian, Magyar, Nederlands, Norsk bokmal, Polski, Portugues, Romana, Slovencina, Slovenscina, Suomi, Svenska, Turkce, Uzbek, Greek, Bulgarian, Russian, Ukrainian, Serbian, Korean
-Fully Deodexed
-Zipaligned
-Rooted
-BusyBox
-SuperSU
-Disabled boot sounds
-NO FULL WIPE
-No Call Ring Delay
-4 Way Reboot
-Enabled All Languages
-Enabled all languages in Keyboard
-Disabled Scrolling Cache
-Large Apn List
-Added DropBox
-Removed Bloatware
-MultiWindow (Enabled all Apps)
-Init.d Support
-Black Status Bar
-Call Recording
-Stock Lockscreen
-Ripple Lockscreen
-Call Recording
-Enabled Usb Mass Storage
-Fixed USB Unmount Wakelock
-Increase Contacts adding for the message (1000 contacts instead of 10 contacts)
-No Auto Converting messages to MMS
-Disabled Home Button Lag
-Removed More Apps/Libs
-More Init.d Tweaks
-More Build.prop Tweaks
-VIPER ADDED for BEST SOUND CLEARITY
-Transparent MultiWindow
-100% Accuweather weather
-Note2 gallery
-Camera with Mods-
~Added "Shutter Sound On/Off" in menu
~Flash can be used in low battery
~Hard keys as shutter
~Increased camcorder quality.

-S4 And XPERIA Z Font
- Lots of Tweaks to feel the Smoothness and stability of My rom..
-And Many More....I would Have forgot something..!!!
DOWNLOADS

XWLSW OPTIMUS ROM V1.1 Link - Here






BACKUP....BACKUP....BACKUP....!!
I strongly recommend performing a Nandroid backup before installing Rom....
Installation without Wipe

-Download Optimus Rom and save it to internal sdcard
-Go to recovery
-Select Wipe cache
-Go to Advanced and Select Wipe dalvik cache
-Select Install Rom SD card


Installation with Full Wipe

-Download Optimus Rom and save it to internal sdcard
-Go to recovery
-Select Wipe data, Wipe cache
-Go to Advanced and Select Wipe dalvik cache
-Go to Mounts and storage, select Format system, Format preload
-Select Install Rom from SD card
-Reboot Device
Please Note first boot take 4-5 mins. Be patient..


After Installing OPTIMUS ROM Succesfully. I Strongly recommend to flash
Media Sacnner fix Download Here.

SCREENSHOTS:















Easy Steps to Improve your Battery Life
-Disable auto sync for accounts
-Disable GPS (and wifi gps)
-Disable Autobackup of gmail Account
-Dail *#9900# and disable Fast dormacy
-Set brightness level to automatic
-Set wifi sleep policy to "Never"
-Disable motion
-Check and Disable The apps for background sync
-Use Greenify app from play store
-Disable transition animations

CREDITS:
~_Sale_
~dsixda
~pankaj88
~neroyoung
~slaid480
~dheeraj (dhlalit11) )
~dsexton702
~lokeshsaini94
~zhuhang
~Phil3759
~majdinj
~engloa
~electricsheepdreamer and ApriliaM3
~bombaybadboy for his awsome Thread
~cfi and ICS_XD for Helping me alot
If I have forgot someone Please SHOUT..!!;) :good:



NOTE:
-I AM NOT RESPONSIBLE FOR ANY DAMAGES THAT MAY CAUSE YOUR DEVICE

-HIT THANKS BUTTON IF YOU LIKE MY MY ROM

[ROM] Firefds - Full Hebrew JB 4.1.2 (and 4.0.4, 4.0.3) ROM for i9100/T

$
0
0
It is my pleasure to let you know the guys who are looking for full Hebrew support (menus, RTL, fonts, etc.) for SGS2 i9100/T, there is a great custom Jelly Bean 4.1.2 ROM.
Look into this site (in Hebrew) ([רום][4.1.2][Firefds V11 [29/1/13][XWLS8 רום בעברית מלאה):

http://iandroid.co.il/forum/topic61693.html

The guys there made a great work creating it and allowing you to install the ROM via Odin or CWM.
Versions 4.0.4 and 4.0.3 and a Hebrew SGS3 ROM are also available there.

All the credit belongs to the developers there and I'm only a messenger.

Say thanks and donate to the developers. They deserve that.

Other great stuff - Yoelsd ROM (for SGS1, SGS2 (i9100/T and G) you can find here:
https://sites.google.com/site/yoelsdrom/

Good Luck!

I'm going to convert it for my i777 and to try soon... I ported Firefds to i777: was not that good, made me troubles with popping failed Play app. I've removed it. The Yoelsd ported ROM works just OK and I continue testing it.

★ [MOD] ◢ PurePerformances™X ◣ | Zeno Edition | Scary performances on Android

$
0
0

everything you've always wanted from a performance engine, but you never dared to ask
__________________________________________________ __________________________________________________ _______________

Here I am back with another mod of the Pure™Series.
After improving the system sound quality and graphics, it is time to improve Android. But be careful! This is not the usual performance engine which adds only script in the / init.d folder,
This time will be improved the android system at 360°! Basically this engine is a collection of concepts of all performance engine of the forum, that none of us will ever be able to install because many would conflict.
My testers were stunned by the power of this engine, but why not try it yourself? Are you ready to receive scary performances, to blow up the AnTuTu score counter?

Well, talk about serious stuff




◢ Features ◣

- Android performances improved at 360°
- Radically improved management ram on android (Lags...adios!)
- Script lightweight and revised to be adapted to this engine
- Improves a lot the graphics: of course Pure Graphic™HD, Pure Dithering Plus™ and... AOSPA 3.60 system tweaks
- Scan multimedia time drastically reduced
- Network Improvements, 3G experience even in 2G modality
- All SQlite database optimized
- Enable hardware features turned off by default for a better experience on entry level devices
- Greatly increases the score AnTuTu: Try it to believe it!!
- Reduces the startup time of Android
- A version for stock rom and one for CM, to squeeze any roms!
- Allows you to play ported games without lags
- Cleans the system every 24 hours, thecache every week and the Dalvik every month (cronos easter egg)
- Automatically Zipalign on each boot (sensitive to the user)


Battery

- Drastically decreased the drainage of battery
- Check the activities that consume too much battery stop them with PureWakelocks™
- When the phone is charging reduces system services for faster charging
- The battery is calibrated on every boot
- Disable animation of the system when the battery is nearly exhausted
- Improvements in build.prop as regards the part of consumption


Graphics, Screen, Images

- Enables a non-aggressive dithering to save CPU
- When you lock the device, the engine makes sure that the GPU is turned off
- Enables deep sleepalso in the bugged rom
- Parts of bravia engine
- Of course parts of CrossBreeder (credits to dev)
- Of course parts of Adrenaline Engine (credits to dev)
- Of course PureGraphics HD, even though I already told you ;)
- Of course V6 supercharger
- Generates video entropy (like seeder)


CPU, Governors, I/O Schedulers

- Slightly improves the scaling of the frequencies (for better results you need a good kernel)
- Lightens the load on the CPU switching the workload to GPU rendering
- Enable the swap partition in Android (experimental)

I've said too much, man. Install this engine and discover its power! :P



◢ Compatibility ◣

This engine works on any devices with any rom, but there is a version for CM's rom and one for stock based firmwares. So, CMx.x, Lewa Os, MIUI, etc.
Install the stock version only on your stock firmware of your phone....
if your device don't have gingerbread or ICS officially, install the CM version (This also applies to the AOSP)




◢ Positive feedbacks ◣

Quote:

Originally Posted by candreva87 (Post 43519841)
It works on Omega v24 and I now the touchwiz is too fast for me :D ...I noticed also a quickler scroll of the toggles and each application launches really faster...the battery also is better...I'M REALLY SATISFIED :good:

Quote:

Originally Posted by L.E.D 26 (Post 43510959)
4782 on my entry-level device... woahhhh DABOOMB!! Of course tested and was awesome.

Quote:

Originally Posted by AcreaperJB (Post 43511750)
After flashing, this mod, on first boot everything was lightning fast ,
memory is managed slightly better etc... Nice job :D

Quote:

Originally Posted by gatgat23 (Post 43514871)
Yep, UI is much smoother now. Bye, lag! :D
Benchmark increased by 200.
I think overall, this will be a really good tweak. :victory:
Thanks, Jeeko!



Dear dude, if you like/download my work, leave a thanks, is a small reward for my efforts :D



◢ Technical info ◣
If you want see a little part of my engine

 
Here some build.prop lines used for this engine (used the .sh file characteristic of the Pure Series)

Code:

busybox echo "ro.mot.eri.losalert.delay=1000" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "ro.ril.enable.amr.wideband=1" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "ro.config.hw_quickpoweron=true" >> /system/build.prop
#
busybox echo "persist.telephony.support.ipv6=1" >> /system/build.prop
busybox echo "persist.telephony.support.ipv4=1" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "persist.sys.shutdown.mode=hibernate" >> /system/build.prop
busybox echo "ro.config.hw_power_saving=true" >> /system/build.prop
busybox echo "ro.media.enc.hprof.vid.fps=65" >> /system/build.prop
busybox echo "ro.mot.buttonlight.timeout=1" >> /system/build.prop
busybox echo "ro.ril.set.mtu1472=1" >> /system/build.prop
busybox echo "touch.presure.scale=0.001" >> /system/build.prop
busybox echo "# Signal Tweaks" >> /system/build.prop
busybox echo "ro.ril.hsxpa=1" >> /system/build.prop


◢ To devs ◣
No matter if you want include my work in your rom etc. insert only the proper credits :D

Credits
zeppelinrox for his V6
ImbaWind for his parts of Adrenaline Engine
Exit_Only for his Turbo concepts, there aren't any parts of his work in mine
idcrisis for his CrossBreeder

All credits goes to these people

L.E.D 26 for his support
Me, Jeeko for the rest
And you for having received the power of the PurePerformances X

[ROM][4.1.2 - XWLSW][EXCLUSIVE] SIV Series by rrgrrg (full s4 feel !!)

$
0
0
hey guys :D
this is my first rom for the i9100 and probably the last , but i will keep it
updated once a while to keep up with the latest s4 goodies :)


Whats new ?!!
---------------------

Quote:

-philz kernel is used for safety and stability
-galaxy s4 applications icons by me "18 system apps"
-modded messaging app
-galaxy s4 status bar "with typical s4 grey background"
-galaxy s4 font "samsungsans"
-galaxy note 2 keyboard
-pop up browser
-galaxy S4 Wallpapers
-homescreen wallpaper scrolling
-galaxy s4 typical weather widget
-galaxy s4 music player
-galaxy s4 digital clock widget
-galaxy s4 multi window
-galaxy s4 full lockscreen
"lens flare,layout,clock,lock\unlock sound"
-Volume Rocker Mod "skip music tracks while screen is off "
-AOSP Lock screen "toggleable"
-usb otg unmount fix
-media scanner fix
-ripple Effect "toggleable"
-4 way Reboot in power menu
-boot sound disabled
-camera Shutter Sound "toggleable"
-camera Focus Sound off
-smart Rotation added
-call Recording added
-home Button Lag patched
-scrolling Cache Disabled
-removed samsung bloatware apps
(~27 apps)
-added s4 styled contacts app
-galaxy s4 launcher "stock launcher modded by me"
-galaxy s4 clock widgets

screenshots:
---------------------



credits(alphabetically sorted) :
------------------------------------------

Quote:

ab-samy
alen1901
amitnv
apriliaM3
christian Nothing
dr30ma
gyebro
jackq
koulis2000
lrft
rickslick
special thanks to Christian Nothing for uploading the rom for me and alot of help :good::good:


notes :
----------

Quote:

-galaxy s4 font isnt applied at the first boot ,please select it from settings>display>font>samsungsans
-aroma installer is added since it looks nice and also im thinking of making choises for bloatware apps
and some mods if possible
-in order to see the flare effect in lockscreen please disable ripple effect
-multi window mode doesnt show up at boot ,,just disable and enable again from settings or notification panel

Downloads:
----------------


Next Move:
----------------

Quote:


-add apollo kernel with configurator

-add viper4androidFX :D

<< Press thanks if u liked it please :o

[Q] keyboard wont pop up?

$
0
0
I just installed the latest resurresction remix 4.1.3 and now keyboard wont pop up when for instance i try to log on to my account or in google play
heeeeelp

[SCRIPT TO ODEX] Universal Odex Script Version 4.2.2 (02-07-2013)

$
0
0
Would you like more performance for your rom? Now you can! Only For Rooted Phone!!!!!!!!!!!!!!!!!!!!!!!


IF YOU TRIED AN OLD VERSION AND YOUR PHONE STUCK IN BOOTLOOP, YOU SHOULD DOWNLOAD LAST VERSION AND YOU SHOULD TRY AGAIN


This is possible with Universal Odex v4.2.2 created by me (for base I use script dexo from Universal Dexo 3.1).
I work four month to complete this script and now I want to share it with you.
The difference between by my script and the orginal is:
YOU CAN DO IT BY PHONE WITHOUT COMPUTER AND IT IS EASY TO USE!


What is ODEX and DEODEX?
If you odex the rom, you'll have also more space in data (this is important because if you don't have partition ext4 in sdcard, you won't have too free space), increase battery life, more stability and increase perfomance( the Rom is more faster to load system and app) but you can't modifie apk after odex (you can't mod program with classes.dex).
Infact ODEX is an OPTIMIZED-DEX and Android load system and app faster than deodexed(DEOPTIMIZED-DEX) app and system.
When you have a deodex file (a lot of roms are deodexed) you have File.apk in system/app and in data/dalvik-cache system@app@File.apk@classes.dex, but with odex file you have File.apk in system/app and File.odex in system/app.
Another explanation is this:
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These odex files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applicationsdifficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating theworry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity. So:
Odex = +speed -customization
Deodex = -speed +customization
I think that you like more speed and less customization :) and for this reason you press thank and download my work!


My script DO (it depends by option):
- odex bootstrap
- odex framework
- odex app in system
- remove classes.dex from framework and app in system
- zipalign from app in system
- delete dalvik of system and framework from data


How to odex:
- download file
- go to recovery
- install zip
- reboot
- open terminal emulator (will be installed automaticaly)
- type su
- type dexo -h to show command
- type dexo - (one of six option that you have decided)
- await

--- The phone will be rebooted! ---

Command For Dexo:
+ dexo -bs (odex only boot file, bootstrap, of framework)
+ dexo -fr (odex all framework)
+ dexo -csa (odex only specific app in system
+ dexo -sys (odex all app in system)
+ dexo -fcs (odex all framework and specific app in system)
+ dexo -all (odex all rom)

To Use dexo -csa and dexo -fcs you must create a file called csa.txt in your sdcard
In this file you write the name of apk that you want to odex, like this:
Phone.apk Browser.apk Mms.apk


IMPORTANT FOR GALAXY S II

In The Next Version 4.3 I'll Add Support For Odex Preload Partition. Now You Can't Odex It...

To Odex Only Bootstrap You Must Have At Least 45 mb Free In System (Command 'dexo -bs')
To Odex Only Bootstrap and Framework You Must Have At Least 65 mb Free In System (Command 'dexo -fr')
To Odex Only System Apps You Must Have At Least 160 mb Free In System (Command 'dexo -sys')
To Odex All Rom You Must Have At Least 230 mb Free In System (Command 'dexo -all')


For Help You Can Type 'dexo -h' To Show Info

WORKING IN ALL ROM (Froyo, GingerBread, IceCreamSandwich and JellBean)
AOKP
CM 7-9-10
BASE STOCK
ALL!!!!!!!


Changelog:
Universal Odex Version 4.2.2
- Fixed grep of -csa and -fcs
------------------------------------
Unversal Odex Version 4.2.1
- Dexo -csa and Dexo -fcs now work for ics and jb
-------------------------------------
Universal Odex Version 4.2 Beta
- Added 2 New Command for dexo
> Now You Can Odex:
Only Specific App
Framework With Specific App
-------------------------------------
Universal Odex Version 4.1.3
- Fixed BootLoop On Device Like Galaxy S2 (Fixed Permission)
-------------------------------------
Universal Odex Version 4.1.2
- Updated Android Terminal Emulator
-------------------------------------
Universal Odex Version 4.1.1 New
- More Compatible
-------------------------------------
Universal Odex Version 4.1.1
- Fixed Remove Temp File
- Fixed Zipalign For ICS And JB
- System Now Is Mounted By Busybox
- BOOTCLASSPATH Now Is Always Setted (The Script Mustn't Fail)
- Add Info For Android JB 4.3 And KLP 5.0
- System Apps Now Have The BCP For Odex
--------------------------------------
Universal Odex Version 4.0 New
- Edited Script To Fix Some Words
--------------------------------------
Universal Odex Version 4.0
- Added 4 new option to odex Rom:
> Now You Can Odex:
Only Bootstrap
Bootstrap and Framework
Only System Apps
All Rom

Old Changelog:
Revision 19
- fixed bug when script can't preload
-classes (now if failed busybox will be restored)
Revision 18
- Initial Public Release


To Devs
If you want to use this script to odex your ROM, please give me credit in your ROM thread.
Thanks for the cooperation


Credits:
- Tommy Nguyen (for Universal Odex Version 3.1)
- MatrixDJ96 (for Mega Mod, Flash Zip)
- My father
- You (For Your Download)

Download link:
https://googledrive.com/host/0B2ftBo...VZITGRMenpQeWM

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++

ENJOY WITH YOUR PERFORMANCE AND STABILITY!!!

Please, Give Me A Thank If You Like My Work And Give Feedback About Odex


By MatrixDJ96

[Custom ROM] Samsung Galaxy S II GT-I9100

$
0
0
Hello XDA community,

As I am new to Custom ROM development.. I used the tutorial by lokeshsaini94 and developed my own First custom ROM (modded and edited by me) [Tutorial Thread Link] Thanks to him for such a useful guide :good: for noobs like me :p

I used this for Galaxy S II Boot Animation [Link]

Highlights :
This ROM is build for better connection, battery, performance, Image quality, video recording and more [Used this build.prop]

Tweak used :
1 - [TweakZV6] Init.d best tweaks[Flashable] Increase your performance by st@matis
[Thanks St@matis for this Tweak :good: ]

Actually, I need a guy who can test my ROM and see if it works perfectly. [ROM Download Link ] I didn't tested this ROM but I wanna know if it's perfectly build or not.

NOTE 1 :- Flashable using Odin
NOTE 2 :- Proceed at your own risk for testing this ROM and I am not responsible if any damage caused to your device [I ain't forcing you to test this ROM] and it's build only for Galaxy S2 GT-I9100

Hit Thanks button if you liked it and if it worked flawlessly.

【ROM】【4.2.2】✪ MC 10.1 v2.1 ✪ 【Very Fast_Smooth】 ♛26/07/13 ♛

$
0
0
Present to you MC 10.1 for your lovely Galaxy S II

Its based on Official Cyanogenmod ROM.
My goal on this ROM is to make ROM with superb smoothly and confortable for daily uses.
Beside that it's very_fast....

Feature :
Many Tweaks and Scripts
Latest Feature of 4.2.2
Light ROM :good:
Rooted, Zipaligned all apk's, init.d support!!
others...

Bug :
such as on CM10.1

Download link :
l ROM l kernel l v2.1 l
l Light Gapps l

Changelog on v2 :
Latest Official CM10.1 at 25 july
Fix (status 7) when installation, hope someone test this :)
Add many tweak's and script's
Fix widgets issue
Changed zeam launcher to xperia launcher
Add zRAM at 60Mb and other init.d script's
More light and fast..

Instalation instructions :
Flash kernel
Do a Full Wipe on CWM
flash above zip's
enjoY!

Credits :
Cyenogenmod
Androguide.fr
slaid480
andeveloper
exit_only
Spex
- pls tell me if i'm forgot someone

I'm not tested it and i hope someone test it and give report so try at your own risk


i'm not averse if u press thanks button :angel: :angel: :angel:

[ROM][CM]Roshnaie-ROM[V.1][JB 4.2.2][July - 2013][AROMA][Available Now]

$
0
0

Roshanie-ROM V.1 JB 4.2.2 Galaxy SII I9100
Based on CM 10.1
Device: Samsung Galaxy S2

Features

Aroma (Installation is fully customizable)
All CM 10.1 Feature
JDQ39E
Rooted
BusyBox
Deodexed
Zipaligned
CM kernel
Siyah kernel
Dorimanx kernel
Trebuchet Launcher
Nova Launcher
Apex Launcher
Motorola Launcher
CWM Recovery
Google Keep
Apollo Music Player
Google Play Music
B1 Archiver 0.7.2 updated
Terminal Emulator
Galaxy S4 Wallpaper
Motorolla Wallpaper
Xperia Z Wallpaper
Flash Player
Build prob tweaks
Roshnaie bootanimation


Download

Link
Please do not make mirror
Installation

-Backup Backup Backup
-Wipe Data
-Wipe Cache
-Wipe Dalvik-Cache
-Flash Roshnaie-ROM
-Reboot

Thnaks and Credit
CyanogenMod Team
Amarullz
All xda friends

[superlite 265 mb][aroma][rom][jb 4.1.2][27/07/13][sl~vivekrom][build~1]

$
0
0




Have u guys ever heard a stock rom of 260 mb? Yes i made it after a lot of testing ..for removing the apks and some libs..

pls mods dont close this thread as i did not have any space on my already made thread../
i cannot put up all the things there..so i have decided to create a separate thread..

Full credits goes to @vineetjoseph who wanted me to build a superlite rom.


NOTE: THIS ROM IS ONLY FOR THOSE PEOPLE WHO DOES NOT LIKE TO HAVE MANY SYSTEM APPS AND WANT THE ROM TO BE VERY LIGHT WEIGHT..
LITE VERSION AVAILABLE HERE

.
.



FEATURES:

Firmware: XWLSW SL_VIVEKROM BUILD_1(JuLY 27, 2013) (4.1.2)
Modem: XXMS2
CSC: XEULS5 Multi
Kernel: jeboo 2.2+
Available languages in Rom: Catala, Cestina, Dansk, Deutsch, Eesti, English (Australia), English (United Kingdom), English (United States), Espanol, Estonian, Euskera, Francais, Galego, Hrvatski, Icelandic, Irish, Italiano, Kazakh, Latviesu, Lietuviu, Macedonian, Magyar, Nederlands, Norsk bokmal, Polski, Portugues, Romana, Slovencina, Slovenscina, Suomi, Svenska, Turkce, Uzbek, Greek, Bulgarian, Russian, Ukrainian, Serbian, Korean
Fully Deodexed
Zipaligned
Rooted
BusyBox
SuperSU
Disabled boot sounds
No Call Ring Delay
Enabled All Languages
Disabled Scrolling Cache
Large Apn List
Removed Bloatware
Init.d Support
black MultiWindow (Enabled all Apps)
Stock Lockscreen
Ripple Lockscreen
Call Recording
More Init.d Tweaks
More Build.prop Tweaks
Enabled Usb Mass Storage
Fixed USB Unmount Wakelock
Removed More Apps/Libs
Stock bootanimation
Added multiwindow
4 way reboot option
ripple lockscreen
S4 font
.Added "Shutter Sound On/Off" in menu
.flash can be used in low battery
.hard keys as shutter
increased camcorder quality.
Added ink effect
-ADDED XPOSED FRAMEWORK
-ADDED XPOSED THEME ENGINE
-ADDED POP UP BROWSER
-ADDED CWM MANAGER APK
-INCLUDED "RAM MANAGER TWEAKS FOR MULTITASKING
-EFS AUTO BACK UP
-THEMD FRAMEWORK-RES.APK
-I HAVE MADE IT MORE SMOOTHER
...AND I WOULD HAVE FORGOT SOMETHING
and many more...
TWEAKS:

- Full memory management .
- Zipalign apps in "/system" at every boot, and apps in "/data" every 48 hours.
- CPU governors tweaks and improvements for better performance and battery life.
- Increased SD Card read-ahead cache to 2048 KB to improve SDCard write/read speed.
- Nos entropy seeder generator engine used to reduce lags.
- Ad blocking.
- Battery life improvements.
- SQLite and database optimizing every 48 hours.
- Network TCP tweaks.
- Kernel, VM and sysctl tweaks and improvements.
- File system speedup.
- Build.prop tweaks and improvements.
- Cleans log files and tombstones at every boot.
- Many other tweaks for better performance and battery life!
(FEEL THE SMOOTHNESS , ENJOY)



DOWNLOAD LINK FOR SU_VIVEKROMBUILD_1:


LINK 1:::
https://depositfiles.com/files/m5reizcwe?redirect


SCREENSHOTS:

 















































[/COLOR][/B]




INSTALLATION GUIDE:


BACKUP, BACKUP, BACKUP...

I strongly recommend performing a Nandroid backup before installing Rom

INSTALLATION WITH FULL WIPE:

-Download, and save zip to internal sdcard
-Go to recovery, Select Wipe data, Wipe cache
-Go to Advanced and Select Wipe dalvik cache
-wipe data factory reset
-Go to Mounts and storage, select Format system, Format preload
-Select Install Rom from SD card
Note, first boot takes about 5-10 mins, so don't panic
Reboot device



INSTALLATION WITHOUT WIPE:

-Download, and save zip file to internal sdcard
-Go to recovery
-Select Wipe cache
-Go to Advanced and Select Wipe dalvik cache
-Select Install Rom SD card


After rebooting ...go back again to recovery
and flash media scanner fix..i would highly recommend this to flash.
.

DOWNLOAD LINK:

http://d-h.st/5FJ

CREDITS:

-mythtrandyr (For his multiwindow)
-zhuhang (For his viper sound mod)
-pedestre (for his great apolo kernel)
-knzo (for his various tweaks)
-dsixda (for dsixda kitchen)
-goldieking (for his awesome mods)
-salesale,engloa,Bombaybadboy,ics_xd,MLR10,sun90 (for helping me)
- ALhussein Mohammed(for providing me the link for guide)
-ESD And apriliaM3(for media scanner fix)
-lifehacker7 (for the banner)
-stopa46(for the banner)
-slaid480(for his awesome tweaks)
-majdinj(for his guide)
-Bombaybadboy(for his awesome thread)
-engloa(for s4 font)
-Spannaa(for his beautiful theme)
-Crussader(for his awesome theme)
-Winterlove (for s4 mw guide)
-mythtrandyr (for ink effect)
-rocky183ya (for his brilliant xperia theme)
-OsamaGhareeb, churapa(for og battery mod)
-momo(for his bootanimation)
-sun90 (for recommending screen maker app)
-KNTXTremE(for his guide on xposed)
-mcsqwizzys98(for xposed theme engine)
-rovo89(for xposed framework)
-shoman94and jeboo(for jeboo kernel) http://forum.xda-developers.com/showthread.php?t=
-HighlanderZA(for mods)
-Engloa(for mods)
-churapa(for mods)
-biftor (for root permission of jeboo kernel)

guys pls pls..if i have forgot anybody ..forgive me..and pm me asap..thanks.

ATLAST A BIG BIG THANKS TO NEAT ROM FAMILY MEMBERS

NOOB GUIDE ON HOW TO USE XPOSED FRAMEWORK FOR CHANGING DPI:

 
1. Open Xposed Installer and press Install/Update

2. Click Modules if you done with 1.

3. Tick Xposed App Settings



4. Reboot / Fast Boot 1 Time. Then, open Settings > DPI-Per-App and select app that you want to change DPI.

5. ON, Type DPI & Choose resolution. Then, save it. Done :D

[/FONT]

GUIDE ON HOW TO ADD XPOSED THEME TO YOUR DEVICE:

Go to this threadhttp://forum.xda-developers.com/show....php?t=2219999


DONT FORGET TO HIT THE THANKS BUTTON IF YOU THINK IT DESERVES TO HAVE
Viewing all 397 articles
Browse latest View live




Latest Images