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

[KERNEL] Siyah,Cm10,Cm10.1[JB][VSYNC ENABLED][I9100 LINKS ONLY]

$
0
0
Hello.I have Created This Thread to Let users get a link to the Latest Vsync Kernels That have Improved Phone Performance and Battery Life.Also this thread is a REFERENCE ONLY.I DID NOT DEVELOP THE KERNEL.
Now ,
I DO NOT OWN THIS KERNEL NOR DID I CREATE IT SO IM NOT RESPONSIBLE IF ANYTHING HAPPENS TO YOUR PHONE
Also MCM Developed all the kernels listed here so all credit goes to him


Likewise i Have seen Many users want a link to the latest vsync Kernels that are obtained in the sourceforge Website
so i Decided to Post the Links:-
(keep in mind these links get updated everyday )

Features:
Contains all features of the original kernels +few more additions
Changelog and features can be found on the Link provided!


http://sourceforge.net/projects/cm10.../files/kernel/

List of Kernels available in the Link:-
1.Siyah MCM vsync i9100 v4-(not tested)
2.Siyah MCM vsync i9100 v5-cm10,cm10.1(The best yet)
3.Cm10 vsync-Cm10 based Roms only
4.Cm10.1 vsync -Cm10.1 based ROms only

Requirements:-
1) A rooted phone
2)Samsung galaxy s2 i9100 ONLY
3) Android version 4.1.1 ; 4.1.2 or 4.2.1(CHECK WITH THE LIST BELOW AS PER YOUR VERSION.DO NOT FLASH ON VERSION LOWER THAN THE LISTED VERSIONS)
4)CWM recovery(Obviously it comes with Root:p)
5) Download the zip file and place it in your SD card


HOW TO INSTALL:-
1)Swtich off your Phone Go to CWM recovery mode by pressing Vol up+Power Button+Home Button
2)Make Sure your Battery is charged to atleast 60%
3)(Optional but recommended)Wipe cache,Go to advanced then Wipe Dalvik Cache
4)Go to Install Zip from Sd Card
5)Choose the zip you have placed in the sd Card and press"yes"
6) Now reboot and enjoy



NOTE:
AS FAR AS I KNOW KEEP THE FOLLOWING IN MIND OR YOU WILL END UP BRICKING YOUR DEVICE:
1)CM10.1 VSYNC KERNEL WORKS WITH CM10.1 BASE ROMS ONLY.NOT ANY 4.2.1
CM10.1 KERELS DO NOT WORK WITH CM10,9,7,ICS,GB ETC OR LOWER ROMS

2)SIYAH VSYNC V5 WORKS WITH ALL 4.1.X AND 4.2.1 BASE ROMS BASED ON CM10/CM10.1 ONLY
DO NOT TRY THIS ON GB,ICS,CM7,CM9 ROMS

3)I PERSONALLY DONT HAVE A CLUE ABOUT SIYAH VSYNC V4 AS I HAVENT TESTED IT .IF YOUR WILLING TO TEST ITS UPTO YOU BUT I WILL NOT BE RESPONSIBLE FOR WHATEVER HAPPENS TO YOUR PHONE
4)CM10 VSYNC KERNELS WILL WORK WITH CM10 ONLY....NOT WITH CM10.1/CM9/7 ETC
5)AS FAR AS I KNOW AND EXPERIENCED I RECOMMEND SIYAH V5 VSYNC.IT HAS A LOT OF OPTIONS ,VERY SMOOTH ,STABLE,GREAT BATTERY LIFE AND ALSO CONTAINS THE MALI DRIVER
6)AS FAR AS I HAVE HEARD THE KERNELS THAT ARE LISTED ABOVE WORK WITH CYANOGENMOD BASED ROMS .THE ROM MAY HAVE AOKP,PA ETC INCLUDED IN IT BUT IT NEEDS TO HAVE CM.I AM NOT REALLY SURE ABOUT THIS THOUGH


ALSO NOTE:
THESE KERNELS WORK WITH SAMSUNG GALAXY S2-i9100 ONLY
NOT WITH ANY OTHER GALAXY S2 SUCH AS I9100P/G etc.IF THESE KERNELS ARE FLASHED IN ANY OTHER DEVICE YOU MAY END UP WITH A HARD BRICK


THANK YOU :D

[MOD][JB] SecPhone.apk with automatic call recording(fully customizable)

$
0
0
Hello xda'ers, this is Automatic Call Recording in stock dialer.

Work only on JB(Android 4.1.2) Samsung based Roms!

Attachment 1586056 Attachment 1586057 Attachment 1624808 Attachment 1624809 Attachment 1624810


Want to help translate ?
See ACRS project on GetLocalization - http://www.getlocalization.com/ACRS/

Quote:

Features:
  • Turn call recording on/off for incoming/outgoing calls
  • YYMMDD_HHMMSS_.#W_#P.amr (#W - call direction (IN/OUT) | #P - Number/Name of the caller)
  • The quality of the voice recording with AMRNB mode (ABR/ASR 12200 kbps/8000 Hz) to AMRWB (ABR/ASR 23050 kbps/16000 Hz)
  • Turn increasing ring On/Off
  • Customizable end call delay
  • Turn record button on/off in call screen

All records are save in /storage/sdcard0/Sounds/

Quote:

Install instructions: (Do not forget to make a backup first)
- Flash via CWM
or
- Flash via Stock Recovery (Installation zip file, signed for a normal installation in stock recovery)
Download

XXLSJ DeodexNew version: http://www.mediafire.com/?3ez3daady8hwqk0


Quote:

Credit

antsm - author original auto call record for I9000 in GB firmware
Pako7 - Port auto call recording to I9100 for JB firmware


Attached Thumbnails
Click image for larger version

Name:	Screenshot_2012-12-23-16-00-41.jpg
Views:	N/A
Size:	27.5 KB
ID:	1586056   Click image for larger version

Name:	Screenshot_2012-12-23-16-01-35.jpg
Views:	N/A
Size:	24.4 KB
ID:	1586057   Click image for larger version

Name:	1.jpg
Views:	N/A
Size:	71.8 KB
ID:	1624808   Click image for larger version

Name:	Screenshot_2013-01-07-13-10-12.jpg
Views:	N/A
Size:	37.0 KB
ID:	1624809   Click image for larger version

Name:	Screenshot_2013-01-07-13-10-18.jpg
Views:	N/A
Size:	20.9 KB
ID:	1624810  

[HOWTO] Making new Edge Zoom feature user-controlled via toggle

$
0
0
Well, it seems Sammy has yet again added another great feature but forgot the option to turn it off! So as usual, we grab our shovels and fix that which is piled before us.

First, we thank Mirko ddd for his patch that allows us the option:http://forum.xda-developers.com/show....php?t=2095845

So as you can see, it's a nice, clean patch and will follow the format of previous toggles I've written about. This tutorial is based upon XXLSJ.

Step 1. Implement Mirko's patch as a configurable option
In ZoomManager.smali within framework.jar, we will need to patch at 3 points:

a) Add the following variable to the top of the smali after '.field private registerTiltListener:Z':
Code:

.field private final mContext:Landroid/content/Context;
b) Then we will add 3 lines to the end of the following method: '.method public constructor <init>(Landroid/webkit/WebViewClassic;Landroid/webkit/CallbackProxy;)V'
Code:

invoke-virtual {p1}, Landroid/webkit/WebViewClassic;->getContext()Landroid/content/Context;

move-result-object v0

iput-object v0, p0, Landroid/webkit/ZoomManager;->mContext:Landroid/content/Context;

c) Now we will implement the actual patch based on our newly created setting. Find '.method setEdgeZoom(Z)V' and replace the code between '.prologue' and '.line 1602' with the following:
Code:

#const/4 v5, 0x1

const/4 v4, 0x0
       
iget-object v2, p0, Landroid/webkit/ZoomManager;->mContext:Landroid/content/Context;

invoke-virtual {v2}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;

move-result-object v2

const-string v3, "edgezoom_toggle"
       
invoke-static {v2, v3, v4}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I

move-result v5

if-nez v5, :disable_ez

const/4 v5, 0x1

goto :toggle_resume

:disable_ez

const/4 v5, 0x0

:toggle_resume

That's it for framework.jar, recompile, upload and ensure it's stable before proceeding.

Step 2. Modifying Display settings, the most involved portion of this tutorial
Decompile SecSettings.apk and find DisplaySettings.smali. We will have 5 patch points:

a) Add a new variable to top of smali after '.field private mTouchKeyLight:Landroid/preference/ListPreference;':
Code:

.field private mEdgeZoomPreference:Landroid/preference/CheckBoxPreference;
b) Search for '.method public onCreate(Landroid/os/Bundle;)V' and add the following code after
'iput-object v12, p0, Lcom/android/settings/DisplaySettings;->mMultiWindowPref:Landroid/preference/CheckBoxPreference;':
Code:

const-string v12, "edgezoom_toggle"

invoke-virtual {p0, v12}, Lcom/android/settings/DisplaySettings;->findPreference(Ljava/lang/CharSequence;)Landroid/preference/Preference;

move-result-object v12

check-cast v12, Landroid/preference/CheckBoxPreference;

iput-object v12, p0, Lcom/android/settings/DisplaySettings;->mEdgeZoomPreference:Landroid/preference/CheckBoxPreference;

c) In '.method public onPreferenceTreeClick(Landroid/preference/PreferenceScreen;Landroid/preference/Preference;)Z' find '.line 985' and just ABOVE it replace 'if-eqz v0, :cond_0' with:
Code:

if-eqz v0, :cond_new
d) About 20 lines below the last patch, you will see 'goto :goto_a' just before the end of the method. Paste the following code after 'goto :goto_a' but before '.end method':
Code:

:cond_new
iget-object v0, p0, Lcom/android/settings/DisplaySettings;->mEdgeZoomPreference:Landroid/preference/CheckBoxPreference;

invoke-virtual {p2, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z

move-result v0

if-eqz v0, :cond_0

iget-object v0, p0, Lcom/android/settings/DisplaySettings;->mEdgeZoomPreference:Landroid/preference/CheckBoxPreference;

invoke-virtual {v0}, Landroid/preference/CheckBoxPreference;->isChecked()Z

move-result v0

invoke-virtual {p0}, Lcom/android/settings/DisplaySettings;->getContentResolver()Landroid/content/ContentResolver;

move-result-object v3

const-string v4, "edgezoom_toggle"

if-nez v0, :cond_newA

const/4 v0, 0x0
       
goto :cond_newB
   
:cond_newA
       
const/4 v0, 0x1
       
:cond_newB
invoke-static {v3, v4, v0}, Landroid/provider/Settings$System;->putInt(Landroid/content/ContentResolver;Ljava/lang/String;I)Z
       
goto/16 :goto_1

e) Within '.method public onResume()V' find 'return-void' and add this code ABOVE that line:
Code:

iget-object v0, p0, Lcom/android/settings/DisplaySettings;->mEdgeZoomPreference:Landroid/preference/CheckBoxPreference;

invoke-virtual {p0}, Lcom/android/settings/DisplaySettings;->getContentResolver()Landroid/content/ContentResolver;

move-result-object v3

const-string v4, "edgezoom_toggle"
       
const/4 v1, 0x0

invoke-static {v3, v4, v1}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I

move-result v3

if-eqz v3, :goto_2b
       
const/4 v1, 0x1
       
goto :goto_2c

:goto_2b
const/4 v1, 0x0
       
:goto_2c
invoke-virtual {v0, v1}, Landroid/preference/CheckBoxPreference;->setChecked(Z)V

That's it for DisplaySettings.smali, but we have just a few xml edits left before recompiling.

Step 3. Adding the actual setting, the easy part
In res/xml/display_settings.xml, add this line wherever you want the setting to appear:
Code:

<CheckBoxPreference android:title="@string/edgezoom_title" android:key="edgezoom_toggle" android:summary="@string/edgezoom_summary" />
In strings.xml, add:
Code:

<string name="edgezoom_title">Disable Edge Zoom</string>
<string name="edgezoom_summary">Disable edge zoom feature used in email and browsers</string>

In public.xml, add the IDs (NOTE: these numbers may differ depending on previous mods):
Code:

<public type="string" name="edgezoom_title" id="0x7f090ef4" />
<public type="string" name="edgezoom_summary" id="0x7f090ef5" />

Compile SecSettings.apk, upload and reboot. If all goes well, you should have a setting to control this new feature!

[JB]Galaxy SII MIUI V4.1 Based On Official Firmware XXLSJ Coming Soon

$
0
0
Hello, everyone, i'm come from China, i have do some things about MIUI for GT-I9100, it's based on samsung official firmware XXLSJ, Android 4.1.2 Jelly Bean (not based on cyanogenmod)

This is many screenshot, a lots of function is work well now, but i need more time to fix other bugs, I will release next week (maybe)

My english is not well, sorry :p

Attached Thumbnails
Click image for larger version

Name:	device-2013-01-15-162524.jpg
Views:	N/A
Size:	38.5 KB
ID:	1647134   Click image for larger version

Name:	device-2013-01-15-162538.jpg
Views:	N/A
Size:	24.2 KB
ID:	1647135   Click image for larger version

Name:	device-2013-01-15-162605.jpg
Views:	N/A
Size:	14.9 KB
ID:	1647136  

[CWM UTIL] Backup/Restore of /preload (XXLSJ)

$
0
0
The JB XXLSJ leak has introduced a new partition on /dev/block/mmcblk0p12 mounted to /preload.
This was required due to the fact that the /system partition just isn't big enough to hold all the extra apps the JB leak requires.
The problem with this is that with the exception of PhilZ Kernel and Jeboo, CWM backups in bith Siyah and DorimanX omit the backing up this /preload partition. If you regularly try out different ROMs and restore back, this can mean your ROM's getting a little out of step as it would have the /preload files from the ROM you last flashed, with all other files coming from the ROM you performed the backup on.

Currently, if you ar on Siyah/Dori, the only way to backup/restore everything via CWM backups is to:
a) reboot into recovery
b) flash PhilZ/Jeboo
c) go to advanced>reboot recovery
d) make your backup in PhilZ/Jeboo recovery
and if you want to revert back to Siyah/Dori:
e) flash Siyah/Dori
f) advanced>reboot recovery

If you ever need to restore, and you are using Siyah/Dori then you will need to:
a) reboot into recovery
b) flash PhilZ/Jeboo
c) go to advanced>reboot recovery
d) restore your backup in PhilZ/Jeboo recovery
e) flash Siyah/Dori
f) reboot

NOTE: Later versions of PhilZ require you to specifically set the backup/restore of /preload. This is done in PhilZ CWM Recovery:
1. boot into PhilZ recovery
2. Philz settings
3. Special backup and restore
4. Misc nandroid settings
5. Toggle /preload processing (make sure this says /preload will be processed)


To get around this current omission in Siyah and Dori, I have written the following 2 CWM flashable zips:

GS2PreloadBackup
This will backup your current /preload partition.
The backup is made on a per-ROM basis to /sdcard/MyBackups/preload/[ROM-Name]/preload.tar
Therefore, if you backup on several different ROMs, you will get several ROM folders in this preload backup location, one backup per ROM

GS2PreloadRestore
This will restore the /preload backup made by the above script for your current ROM.


So if you are on Siyah/Dori and want to make a full backup without flashing between PhilZ, you can now do the following:
1. Boot up into recovery
2. Make your CWM backup
3. Run GS2PreloadBackup.zip

Further down the line, if you ever wanted to restore this, then
1. Boot up into recovery
2. Restore your CWM backup
3. Flash GS2PreloadRestore.zip

The restore is sensitive to the ROM you are currently on, so it will only restore the /preload for you current ROM, provided you have run the backup script previously for the ROM of course.

This of course is only a very temporary measure as I am in no doubt that both Siyah and Dori will both also include the /preload partition in their CWM Recovery scripts very shortly, but for now, I hope this might help one or two of you out.

[CWM UTIL] Kernel Wipe Script

$
0
0
GS2KernelWipe is a cleaning script that I have developed that is run through CWM Recovery. It prepares your GSII for flashing a new kernel. It removes much of the previous rubbish that you may have sitting on your phone from all your past kernels/tweaks etc. This left over rubbish can hinder the performance of your new kernel. GS2KernelWipe removes all old kernel files that I am so far aware of as well as removing Voltage Control and NSTools settings and certain known kernel startup scripts from the startup (/system/etc/init.d) folder. (provided you have saved these app's settings as init.d scripts) These app's settings are removed as it is better to be able to view what your new kernel's default settings are after the first flash so that you can tweak from there. Just in case, GS2KernelWipe will save all your current scripts into /sdcard/MyBackups/init.d prior to removing any of them.


GS2KernelWipe
[Does the following:
1. Saves all current startup scripts to /sdcard/MyBackups/init.d
2. Removes Voltage Control and NSTools startup scripts (only if saved as init.d, and not as a service) along with many other kernel-specific startup scripts from /system/etc/init.d
3. Removes ExTweaks, STweaks, Voltage Control, NSTools and SetCPU dalvik-cache areas.
4. Removes old kernel-specific files (currently Siyah, DorimanX, PhilZ, Jeboo, Void, Andoidmeda, NEAK and Abyss are cleared)
5. Removes /data/user.log

cache and dalvik-cache do not get fully wiped.
/cache and dalvik-cache areas are not directly used by kernels at all. However, dalvik-cache is used by applications (.apk files) and obviously certain applications can affect kernel parameters. Therefore GS2KernelWipe currently removes specific dalvik-cache files for:
1. STweaks
2. ExTweaks
3. NSTools
4. SetCPU
5. Voltage Control

Not removing the entire dalvik-cache will therefore speed up the first boot as all your application's dalvik areas will not need to be regenerated, particularly on ICS/JB handsets.


Restoring Scripts
You can restore any of your old init.d startup scripts manually by copying the files from the backup folder GS2KernelWipe creates, /sdcard/MyBackups/init.d. This can be done through Root Explorer or similar. All init.d scripts are saved into here before clearing. You will have to ensure the permissions are rwx r-x r-x (755) or rwx rwx rwx (777) after you have copied them back into /system/etc/init.d. Therefore if for any reason you want to retain your current Voltage Control or NSTools settings (save as init.d option only) for your new kernel, then you can copy /sdcard/MyBackups/init.d/S91voltctrl and/or /sdcard/MyBackups/init.d/99nstools back into /system/etc/init.d after flashing your new kernel. Make sure it has rwx permission throughout. You will need Root Explorer or similar to do this.


Test Mode
The script inside the zip files that does all the work is called GS2KernelWipe.sh. This can now be called via adb shell/Script Manager etc. in order to perform a test dummy-run. The Test Mode goes through all the motions as per a standard CWM Recovery run, but it does not remove any files/folders in any way, and merely shows the commands it would have done.
eg. extract GS2KernelWipe.sh from the zip using 7Zip or similar
adb shell
/bin/sh GS2KernelWipe.sh


Let me know if you have any other ideas as to files/folders that could also be removed so I can look into it for possible inclusion in the next release.


I would like to express my big thanks to ironass and THE RED BLUR for all their help and support.



Related Threads
Great guide by THE RED BLUR
GS2ROMWipe/Nuke
GS2KernelWipe thread on AndroidForums

[CWM UTIL] ROM Wipe/Nuke Scripts

$
0
0
I have developed the following two cleaning scripts for the Samsung Galaxy SII GT-I9100 that are run through CWM Revovery.
GS2ROMWipe and GS2ROMNuke are CWM flashable zips that clear relevant areas of your device before you flash a new ROM.
These are designed to be run IMMEDIATELY prior to flashing a new ROM. Do NOT, I repeat, DO NOT run either at any other time!!! These are not kernel cleaners. These wipe your device ready for your new ROM to be flashed. Both perform a FULL WIPE/Factory reset as far as your Android system is concerned. They do not format your internal SD card. The purists amongst you would say a true full wipe should format internal SD Card, but I've chosen to only wipe application-specific areas of the internal SD Card, which leaving untouched could possibly have a detrimental affect your new ROM.

When you are at a stage whereby you want to flash a new ROM and want to do a FULL WIPE before doing so (which I would ALWAYS recommend) the steps are as follows:
1. Reboot into CWM Recovery
2. Install zip from SD card>Run GS2ROMWipe or GS2ROMNuke
3. Install zip from SD card>Flash your new ROM
4. Reboot

GS2ROMWipe
Does the following:
0. Runs GS2KernelWipe (inbuilt into zips. No need to download separately)
1. Formats /system
2. Formats /cache
3. Formats /data
4. Clears /sdcard/LOST.DIR
5. Clears /sdcard/.android_secure
6. Clears batterystats.bin (as /data is wiped)
7. Clears /preload
8. Clears Specific ROM folders off SD Card for Neat ROM and Alliance ROM:
....a) /sdcard/SaleTweaks
....b) /sdcard/Alliance
....c) /sdcard/alliance-tweak
....d) /sdcard/com.ficeto.darkyromota
9. Clears pre-defined files/folders of your own choosing (see user-defined files/folders below)

GS2ROMNuke
This does everything a Wipe does, and also deletes the following Android/Application-related folders on the internal sdcard, and also backs these folders to /sdcard/MyBackups before doing so
....a) /sdcard/Android
....b) /sdcard/data
....c) /sdcard/.data
....d) /sdcard/.news24
....e) /sdcard/.thumbnails
....f) /sdcard/Application

Normally, I would recommend GS2ROMWipe over GS2ROMNuke, as a Nuke is more aggressive, as it wipes Android and application related data from your Internal SD card. This would remove data that certain apps may write to save their settings for example (eg. QuickPic, Apex).

Running a Nuke will give your new ROM a totally clean slate to start off from. Recommended for example when upgrading from GB to ICS, or when you just can't seem to get certain applications to behave properly.

Running a Wipe will leave these application-specific areas described above alone. Recommended when performing a minor firmware version upgrade. This would for leave certain application areas alone, allowing you, for example, to restore Apex settings after flashing your new ROM.

After executing either of these scripts, you must flash your ROM directly afterwards. If you do not, your GS2 WILL NOT BOOT. You will get a boot loop as /system (or /preload) will be empty.


User-defined files/folders for removal
/sdcard/MyBackups/GS2ROMWipe.txt
/sdcard/MyBackups/GS2ROMNuke.txt

The scripts create the above blank files which can be edited by you to include any extra files or folders that you would normally want to include in a Wipe or Nuke operation. This is handy if you know of specific ROM/application folders that you have installed and you wish to have cleared. These files must have the full path to the file/folder, one file per line, with forward "/" NOT backward "\" slashes. Use either the standard text editor on your handset to amend these files, or if you want to edit via your PC then use NotePad++
These files will remain throughout future releases, so once you have set your own paths, they will always be included unless you manually delete them. Also bear in mind that any user-defined paths in the above files will include the standard backup/delete logic for the scripts, ie. files Wiped do not get backed up, files Nuked will get back up, so have a little think of what files you want to include and where before diving in! :)
Example of either file could be:
/sdcard/.avg
/sdcard/.AllSharePlay
/storage/extSdCard/Alliance
/storage/extSdCard/.avg


Test Mode
The script inside the zip files that does all the work is called GS2ROMWipe.sh. This can now be called via adb shell/Script Manager etc. in order to perform a test dummy-run. The Test Mode goes through all the motions as per a standard CWM Recovery run, but it does not alter your files/folders in any way, and merely shows the commands it would have done. This may come in handy particularly if you are into defining your own files in the above files, just to ensure things are behaving themselves.
eg. extract GS2ROMWipe.sh from the zip using 7Zip or similar
adb shell
/bin/sh GS2ROMWipe.sh..........performs a Wipe in Test Mode
/bin/sh GS2ROMWipe.sh 1.......performs a Nuke in Test Mode


Restoring backups made by GS2ROMNuke
For a totally fresh new ROM, GS2ROMNuke clears /sdcard/Android and /sdcard/data. This is so your apps have a totally clean slate to work from. However, you may want to use certain application's data saved from your previous ROM. (for example Apex Launcher's saved backup of your launcher configuration) You can restore any of your old Android Data files/folders by manually by copying the files from the backup made by GS2ROMNuke, stored in /sdcard/MyBackups/Android and /sdcard/MyBackups/data. This can be done through any file explorer type of application (eg. My Files, ES File Explorer, Root Explorer etc.) or on your PC.



Please Note
I use these scripts myself between many flashes of different ROMS, and are provided here, as-is, out of my passion for development. Although every effort has been made to ensure everything works correctly on my handset I cannot be held responsible if things get messed up, or if you put something in your user-definable files that you shouldn't have included. As with everything else on here, you flash anything at your own risk. I always recommend performing a full CWM backup before attempting to flash anything onto your device. :)



Let me know if you have any other ideas as to files/folders that could also be removed so I can look into it for possible inclusion in the next release.

I would like to express my big thanks to ironass and THE RED BLUR for all their help and support.



Related threads
Great guide by THE RED BLUR
GS2KernelWipe
GS2ROMWipe/Nuke thread on AndroidForums

[KERNEL] i9100P (NFC version) Siyah-Dorinmax with stock 9100P

$
0
0
Hi guys,
here is my boot.img extracted from my phone for 9100P NFC users.
It's a Siyah-Dorinmanx-V7.38 kernel with I9100PBULP3 radio.

It has the original stock boot screen logo,
now the most important thing, using

CM ROM
http://get.cm/get/jenkins/18028/cm-1...HTLY-i9100.zip (CM for i9100)
+
http://forum.xda-developers.com/showpost.php?p=29960634 (NFC support for JB by jthatch12)

It will get you full support of NFC, no bugs finded yet, it works perfectly even has the original icons!
I tryed other custom roms claiming of having NFC support, but none of them had this level of support (no icons, bugs with turning NFC on/off etc.)

This is not my work! I only combined rom with kernel and NFC mod!
Thanks to the Dorinmanx and the CM team for doing such a great job and jthatch12 for his implementation of NFC in our devices.

I was very disappointed with the support of 9100P and was desperately changing roms to find something fully working, the best result I get is using this combination above.

Cheers for the great 9100P!

Attached Files
File Type: img boot.img - [Click for QR Code] (8.00 MB)

[ROM] Turkbey Team V1.2 ROM [Turkbey Team Settings][TurkbeyTheme][19.1.2013]

$
0
0









[video=youtube_share;grqfguuVy3A]http://youtu.be/grqfguuVy3A[/video]



-Turkbey
-Agabey
-Moonlight
-CQNSTANT!NE
-Yasayan27
-Pendroz
-Axxo


TurkbeyTeam Rom V1.2

-New Android.policy
-New TurkbeyTeam Settings
-New systemui
-New Lidroid-res
-Torch Add Lockscreen and statusbar
-New Dpi 200
-New Statusbar %25 Transparant
-New Aosp Phone
-New Aosp Contacts
-New Aosp Browser
-New Quick Sms
-Dorimanx Kernel (Thanks Dorimanx)
-New Keyboard
And New.....

TurkbeyTeam Rom V1.1
New SecSettings
New TurkbeyTeam Settings
New Android.policy (Turkbey Policy)
New SecPhone Aosp
New SecContact Aosp
New SecMms (Quick Sms) Aosp
New Browser Aosp
New Dpi 200*
And....

Based on firmware XXLSJ Android 4.1.2 (Date: 06/11/2012)
Kernel:Jeboo V1.1
Modem XXLS6
CSC: XXLS1 set to EUR
Aroma installer - Installation is fully customizable by user and there is options to install everything and remove Bloatware
Oprion to Full wipe during installation
Wipe cache partition automatic before roms installation
Wipe Dalvik Cache automatic during installation
Wipe preload partition automatic before roms installation
efs Backup
init.d support without the need of a kernel that supports init.d
Turkbey Team Settings
Busybox
SuperSU
Google apps from Android 4.2:
Playstore v3.9.17
Gmail v4.2
Camera and Gallery from Android 4.2
Keyboard Android with Gesture Typing from Android 4.2
Keyboard with Emoji Support from Android 4.2
Clock Application from Android 4.2
TurkbeyTeam addon applications:
Flash player Support
Es File Explorer (with great Root Explorer)
Hide It Pro
Download All Files
ZArchiver
Flipboard
Mods:
CRT OFF - Thanks Mirkoddd
Media scanner fix - Thanks Goldieking
Statusbar add Power button
New SecSettings
New display settings
New Lidroid res
New Framework-res
New Systemui
Usb Mass Storage enabled by default
All supported languages enabled
All supported languages for Samsung Keyboard enabled
Disabled advertisements
Faster GPS lock
Modded YouTube by rolle (can download videos)
Join more unlimited contacts in the contact app
Battery % mod
Disabled Scrolling Cache
No MMS/SMS Log In Call LOG
Email with Exchange Security Disabled
No sms to mms conversion
Unlimited contacts to sms - mms
TouchWiz with wallpaper scrolling and Rotation
Blocking Mode Icon Removed
Note II POPUP Browser
Enable sub Symbols on Stock Samsung keyboard
Added exit menu to stock web browser
Ripple effect
Added Ripple on Turkbeyteam settings
Multi Windows
On/Off button For Multiwindow in settings
Smart stay enabled on settings
InkEffect with 13 colours
Full screen photo Phone mod
Phone with no increasing ringtone and auto Call recorder
Torch on Lockscreen when you hold home button
Camera Mod v8 > Power and Volume buttons as a shutter and more by jobnik
19 toggle buttons
Home Button Lag fix
Skip music tracks with volume buttons long press
TukbeyTeam Settings new app:
Lockscreen Mod:
Select Ink Color
Riple Effect on of
Disable Lock Livewall enable disable
Lockscreen Sound enable disable
Select Lockscreen:
Jellybean
Ripple Effect
Statusbar:
Clock
Battery
Natifications panel settings
Call Settings:
Auto Recording options
Increasing ringtone on-off
Set End Call delay
Tw Launcher Settings:
Wallpaper scrolling on-off
Rotation on-off
Optimizasyon:
System audio:
Battery info
Windows speed:
Animations:
Tweaks:
build.prop tweaks
Removed:
Boot sound
Charger Connection Sound
Shutdown Animation





Turkbey Team V1.2 Onlline:

http://www.xdafileserver.nl/index.ph...om%2FTurkbeyS2



Installation with Full wipe:

-Download and place zip on internal sdcard
-Go to recovery
-Wipe data
-Wipe cache
-Wipe dalvik cache
-Mounts and storage
-Format system
-Install Rom
-First boot takes about 5-10 mins, so don't panic
-Reboot device






-Turkbey
-Moonlight
-Mirkodd
-Biftor
-Jeboo
-Salesale
-mythtrandyr
-:indie:





[SCRIPT]●►Project Silk◄●SuperSpeed●►

$
0
0



●► Welcome to Project Silk for the Galaxy SII.

I originally made this for the Galaxy Ace, and some users reported that it works great with the SII, so I decided to post it here too. But it does cause some bugs like Launcher Pro not functioning correctly. So with your help I hope to fully optimize this for the Galaxy SII too. I already optimized some stuff like RAM.

This is a script / Mod package that enhances various features of the Galaxy SII, such as RAM, GPS, Display and many more. I made a lot of the tweaks on stuff I learned in my time here on XDA. When I got a new mod, some where just a thread with one line that improves performance, I wrote it down. That all ended up to become Project Silk. I did use other peoples work too. They are mentioned in the Credits.



●► Do's and Don'ts

Please don't use this script package with any other script, unless you are completely sure it would work. It could cause a bootloop. Always backup.

I tested and It does work with the following

SlaidyBoost V2.3
Adrenaline™ Task Manager
Amarullz Script Thanks to aniket_dust For confirming.
Modded services.jar



●► What's included in this package

Seeder entropy generator to provide significant lag reduction. (Phone is about x3 Faster)
v6 super charger script
ThunderBolt script
Adrenaline Engine
Adrenaline Boost (Need to Activate in Terminal) Not working at the moment.
VM Tweaks
SD card tweak
cache cleared at every boot
Forced GPU rendering, and disabled CPU rendering (Improves system overall speed and graphics.)
Zram script
loopy smoothness tweak
darky zipaling
Battery tweaks ( Battery lasts about 2 Hours longer.)
ext4 smart mounting ( Roms that use ext4 will run much smoother.)
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access
Increased touchscreen sensitivity ( Not too much, just enough to improve the touchscreen.)
Internet speed tweaks (Better DNS Servers.)
A lot of Build.Prob tweaks
Disabled logger (Faster boot time, Not great for developers tough)
I/O scheduler tweaks (Faster SD card.)



●► How to install

Delete all files in system/etc/init.d
Reboot to Recovery
Mount /System and /Data (Won't work if you don't do this)
Flash Script
Reboot


●► Download

◄●Download V1.0●►
●Mirror Depositfiles●
●Mirror Sendspace●

Please report if you find any problem, so that I can fully optimize this for the S II

Deodexed XWLS8 stock

$
0
0
GT-I9100 - Spain
PDA: I9100XWLS8
CSC: I9100FOPLS3
Version: 4.1.2
Date: 2013-01-16
Regions: Austria, Belgium, France, Germany, Hungary, Italy, Spain, United Kingdom

Deodexed, zipaligned and rooted with Chainfire's superuser su 0.99 and busybox 1.20.2.

Added ripple effect in framework-res.apk

Code:

Working folder information

 Android OS version            : 4.1.2
 Device                        : GT-I9100
 Model                          : GT-I9100
 ROM Name                      : JZO54K.I9100XWLS8
 CSC version                    : I9100FOPLS3
 Rooted (Superuser app + su)    : YES
 Rooted (unsecured boot.img)    : NO
 BusyBox installed              : YES
 BusyBox run-parts support      : NO
 Apps2SD (Apps to EXT) enabled  : NO
 /data/app enabled              : YES
 Custom boot animation allowed  : YES
 Nano text editor installed    : NO
 Bash shell support            : NO
 /system/framework is deodexed  : YES
 /system/app is deodexed        : YES
 modem.bin found                : YES
 ROM will wipe all data        : NO

Download from:
https://www.wuala.com/Tedascuen/Gala...y=CjKcrbzC84Go

Original thread:
http://www.htcmania.com/showthread.php?t=536565

[ROM][23 Jan][LS8][4.1.2][V2]Turkbey Team Rom V2 Soon[TurkbeyTheme][Turkbey Settings]

$
0
0












-Turkbey
-Agabey
-Moonlight
-CQNSTANT!NE
-Yasayan27
-Pendroz
-Axxo


TurkbeyTeam Rom V2

Based on firmware XXLS8 Android 4.1.2 (Date: 23/01/2013
Modem XXLS8
efs Backup
init.d support without the need of a kernel that supports init.d
Turkbey Team Settings
Busybox
SuperSU
Google apps from Android 4.2:
Playstore v3.9.17
Gmail v4.2
Camera and Gallery from Android 4.2
Keyboard Android with Gesture Typing from Android 4.2
Keyboard with Emoji Support from Android 4.2
Clock Application from Android 4.2
TurkbeyTeam addon applications:
Flash player Support
Cpuspy
voltagecontrol
Googlemusic
Equalizer
Cwm manager
Galaxysense
Mods:
Back to kill
Added-AOSP Camera
Ram usage and battery tweaks applied for
Added-AOSP Gallery
Fixed the issue Posts
5 Was added to the lock screen shortcut
Lockscreen 5 addon Thanks Mirkodd
CRT OFF - Thanks Mirkoddd
Media scanner fix -
Statusbar add Power button
New SecSettings
New display settings
New Lidroid res
New Framework-res
New Systemui
Usb Mass Storage enabled by default
All supported languages enabled
All supported languages for Samsung Keyboard enabled
Disabled advertisements
Faster GPS lock
Modded YouTube by rolle (can download videos)
Join more unlimited contacts in the contact app
Battery % mod
Disabled Scrolling Cache
No MMS/SMS Log In Call LOG
Email with Exchange Security Disabled
No sms to mms conversion
Unlimited contacts to sms - mms
TouchWiz with wallpaper scrolling and Rotation
Blocking Mode Icon Removed
Note II POPUP Browser
Enable sub Symbols on Stock Samsung keyboard
Added exit menu to stock web browser
Ripple effect
Added Ripple on Turkbeyteam settings
Multi Windows mythtrandyr (Big thanks)
On/Off button For Multiwindow in settings
Smart stay enabled on settings
InkEffect colours mythtrandyr (Big thanks)
Full screen photo Phone mod
Phone with no increasing ringtone and auto Call recorder
Torch on Lockscreen when you hold home button
19 toggle buttons
Home Button Lag fix
Skip music tracks with volume buttons long press
TukbeyTeam Settings new app:
Lockscreen Mod:
Select Ink Color
Riple Effect on off
Disable Lock Livewall enable disable
Lockscreen Sound enable disable
Select Lockscreen:
Jellybean
Ripple Effect
Statusbar:
Clock
Battery
Natifications panel settings
Tw Launcher Settings:
Wallpaper scrolling on-off
Optimizasyon:
System audio:
Windows speed:
Animations:
Tweaks:
build.prop tweaks

TurkbeyTeam Rom V1.2

-New Android.policy
-New TurkbeyTeam Settings
-New systemui
-New Lidroid-res
-Torch Add Lockscreen and statusbar
-New Dpi 200
-New Statusbar %25 Transparant
-New Aosp Phone
-New Aosp Contacts
-New Aosp Browser
-New Quick Sms
-Dorimanx Kernel (Thanks Dorimanx)
-New Keyboard
And New.....

TurkbeyTeam Rom V1.1
New SecSettings
New TurkbeyTeam Settings
New Android.policy (Turkbey Policy)
New SecPhone Aosp
New SecContact Aosp
New SecMms (Quick Sms) Aosp
New Browser Aosp
New Dpi 200*
And....





Turkbey Team V2 Onlline:




Installation with Full wipe:

-Download and place zip on internal sdcard
-Go to recovery
-Wipe data
-Wipe cache
-Wipe dalvik cache
-Mounts and storage
-Format system
-Install Rom
-First boot takes about 5-10 mins, so don't panic
-Reboot device


240 Dpi


TurkbeyTheme Statusbar



http://d-h.st/OYA



-Turkbey
-Moonlight
-Mirkodd (Big thanks)
-Biftor
-Jeboo
-Salesale
-:indie:
-Goldieking
-kamiar1
-miladf
-mythtrandyr
-phil3759
-Aksis
-Pako777
-goddamnit
-khavitahra
-::indie::
-wowanbelousov
-Spannaa
-bala_gamer
-wanam
-Lidroid
-ICS_XD
-And other people I cant remember now...






[ROM][Official][Jelly Bean 4.1.2][Deodexed][Lite] I9100XWLS8

$
0
0
[ROM][Official][Jelly Bean 4.1.2][Deodexed][Lite] I9100XWLS8



DETAILS

- Deodexed Full
- Zipalling Full
- Root & BusyBox 1.20.2
- Siyah Kernel 6.0 beta4
- Delete Samsung & Google Bloatware
- Gallery Note 2
- New Font
- Support Bootanimation.zip


INSTALLATION

- Download the ROM and copy a SDcard o Memory Internal
- Go to Recovery mode and do wipe data, cache & dalvick, format system, data & cache if you come from another rom
- Go a install zip from sdcard > choose zip from sdcard > external or internal
- Reboot phone


- DOWNLOAD

Mirror 1
Mirror 2

[ROM][4.1.2]MIUI V4.1 3.1.18 Based On Official Firmware XXLSJ[PATCHROM]

[MOD][AllianceMOD-Framework][LS8]Make it how YOU want it!

$
0
0


WELCOME TO ALLIANCEMOD

This is a zip to install the mods from AllianceROM on other deodexed ROMS. Its been tested on Neat and Wanam without issue. DO NOT FLASH ON ALLIANCE ROM. You dont need it!!

This is NOT for lazy developers to drop in their ROM zips. Please dont do it. I dont want to be asking mods to remove threads. If people want it they will install it themselves ;)

It is stock themed but I will add a version with Crussaders awesome JB Reloaded Theme soon.

Points to note:

MAKE A BACKUP!!! I AM NOT RESPONSIBLE IF SOMETHING MESSES UP FOR YOU!! :P

Please dont request additions of apk mods that are available in the forum. Its pointless, you can just flash them.

New stuff will be added to AllianceROM first and then the mod will be updated later.

If you get a black status bar on boot just take a screenshot ot wait for a notification or plug in etc. Anything to prompt a notification. This is because the ticker has a black background so it doesnt overlap the clock. There is an app attached here from trevfee that will automatically give you a notification on boot and clear it after 10 seconds if it bothers you.

If you get a FC of systemui....delete your lidroid-res and reflash the mod.

Big thanks to Robbie Hood, Ficeto, Mirkoddd and LegendK95, more credits at the bottom of the post. :)

So....here's what you get.....

Alliance ROM Customizer with root browser from ficeto

AllianceOTA

Alliance Control

6 Lockscreens - Ripple, Circle, Jellybean, Blackberry 10, Acer, LG Optimus

20 optional and orderable dropdown toggles including multiwindow, smart stay etc

4 Lockscreen Shortcuts on Ripple

5 battery options

Information Ticker on Ripple

Ripple Toggle

Choose ANY INK COLOR!!!!

Choose ANY color Toggles

Choose ANY color Toggle Text

Toggle Text On/Off

Toggle Indicator On/Off

Choose ANY color statusbar (Thanks Legendk95 for help)

Choose ANY transparency level for statusbar

Choose ANY color for dropdown background

Choose ANY transparency for dropdown background

Choose ANY color statusbar clock

Choose ANY color dropdown clock

Choose ANY color date

Choose Centre/Right/No clock (Thanks AOKP)

Add small/large AM/PM to statusbar clock (Thanks AOKP)

Add small/large day of week to statusbar clock (Thanks AOKP)

Brightness slider On/Off

5 icon JB lockscreen (added phone and mms) (Thanks atl4ntis)

Toggle for CRT

Toggle for Browser Edge Zoom

SMS to MMS Auto convert - 250
Recipient limit - 400

Hide options for:

Statusbar alarm
Statusbar Bluetooth
Statusbar Sound

Toggle options for:

Low Battery Popup
Full Charge Notification
USB Connect Sound
Lock Screen Torch
Long Press Skip Track

Popup Browser

Long Press back to kill

Disabled Scrolling Cache

Smartstay

Unplug wont wake

4 way reboot

Modded Camera from jobnik

Build prop tweaks for touch and smoothness

Multiwindow with edit apps

4 way rotation

Lockscreen set to 2 way rotation only

Call recording

No home button lag with double tap intact

DOWNLOAD LINK UP SOON ONCE I SLEPT. GOT A DAY OUT WITH KIDS TOMORROW SO WILL GET IT UP AS SOON AS I CAN. JUST WANTED TO GET THREAD DONE TO SAVE ME DOING IT THEN :)

Thanks to people for files,images etc , udkSD, lidroid, Phil3759, evilisto, mythtrandyr, wanam, Mirkoddd , Legendk95 , Gyebro, Crussader , jajari, Sparks for testing, dorimanx Ghokanmoral, atl4ntis, shoman94,garrington and the rest of the community......Please shout if I missed you!


[ROM][CWM][XWLS8][29Jan][The Militant Rom][4.1.2][Final]

$
0
0




I am The "Militant" Rom.

This Rom May Be One Of The Cleanest, Most Efficient, Utmost Leanest, Record Fastest, Truly Stock Like, Bug-less, Rock Solid, greatest Stable Rom You Will Ever Use. Or it may not be.

My Aim:
The Militant Rom is compiled using material from the Most Trustworthy, the Most Stable, and Bug free content available to us all on XDA. Furthermore I intend to build a Bug Free, De-bloated, Fast, Battery Efficient, Stock Like, Simple Rom, with Minimum Mods. Resulting in a reliable Rom you can Trust.



Disclaimer: I am not responsible for any damage you may cause to your device/devices, by using any advice or material located or originated from this thread, nor is any contributors of said material.



Features Included in base Rom : XWLS8 NeatRom Full

oXWLS8 NeatRom Full (23 January 2013)
oFirmware: I9100XWLS8 (4.1.2)
oMon Jan 14 16:51:42 KST 2013
oModem: XXLS8
oCSC: FOPLS3
oChange List: 816988
oKernel: XXLS8-PhilZ_v4.00-b22
oFully Deodexed
oZipaligned
oRooted
oBusyBox
oSuperSU
oEFS auto backup
oNO WIPE
oDisabled boot sounds
oInit.d support

Available languages in ROM: Cestina, Dansk, Deutsch, English (Australia), English (United Kingdom), English (United States), Espanol, Estonian, Euskara, Francais, Hrvatski, Icelandic, Irish, Italiano, Kazakh, Latviesu, Lietuviu, Macedonian, Magyar, Nederlands, Norsk bokmal, Polski, Portugues, Romana, Slovencina, Slovenscina, Suomi, Svenska, Turkce, Uzbek, Greek, Bulgarian, Belarussian, Russian, Ukrainian, Serbian, Korean

Militant Rom Edits:
Removal of .APK :
oDualClockAnalog.
oGame_Hub_2.0_ICS.
oHelpHub.
oKobo.
oMicrobes.
oMusicHub.
oOceanWeather.
oPlusOne.
oPressReader.
oReadersHub.
oRoseEUKor.
oSamsungApps.
oSamsungAppsUNA3.
oSamsungWidget_FavoriteApp.
oSimpleFavoriteWidget.
oSwype.
oZinio.
oYahoostockWidget.
oSNS.
oYahoostockDaemon.
oYahoonewsWidget.
oYahoonewsDaemon.
oBooks.
oDualClockAnalog.
oDualClockDigital.
oChatON_MARKET.
oChocoEUKor.
oChromeBookmarksSyncAdapter.
oCoolEUKor.
oPressReader.
oAccuweatherDaemon.
oAccuweatherWidget.
oAccuweatherWidget_Main.
oSecMiniDiary.
oWeatherWall.
oVideoHub.

+ Black Status Bar (NeatRom)
+ Ripple Effect Lockscreen Lag Fix
+ Very Minor Speed Tweaks//No foreign mods
+ Very Minor Battery Consumption Tweaks//No foreign mods

What you get:
Pure Stock Rom
Carefully De-bloated
No Foreign Apps Added
Fully Working Wifi Direct/Stock Features
Stock Like Kernel
Mod Free
Stable
Stock Icons & Bootscreens
All System Tones/Notifications/Fonts/Etc
Militant Rom = 440MB Rom Compared to Original Neat Full = 543MB

Bugs:
No Edited Rom Related Bugs
Any Bugs which may be in original Firmware: I9100XWLS8 (4.1.2) released officially by Samsung
I and 3 testers have not experienced any bugs with this ROM, after 2 days of testing.

Download:

V1.0 : http://d-h.st/Xs6

V1.0 > MD5 Sum: 067540add5c3883278954471f5ce449a

V1.5 Final - http://d-h.st/8rE

v1.5 > MD5 Sum: 4bf1e33e489d38d780e21a1dfea6d89c

V1.5 Final Changelog:

- Days.apk removed
- Build.prop edited
- Minor tweaks/No foreign mods
- Now 428MB

Feel free to mirror and PM or Post LINKS here.

I STRONGLY RECOMMEND INSTALLING THIS WITH A FULL WIPE SO IF YOU COME ACROSS ANY FC'S OR BUGS, WE CAN BE SURE IF THE ROM OR PREVIOUS INSTALLATION IS TO BLAME.

How To Flash in 2nd Post

Credits & Permissions in 3rd Post

Available Mods & My Battery Tips in 4th Post

Actual Screens in 5th Post


Militant Rom Should NOT be Used as a base Rom Regardless of Personal, Community or Commercial use, without the permission of ME primarily & SALESALE secondarily



Based on the famous




Support The Militant Rom










[ROM-4.2.1] TwkdMod V1 (CM10.1)

$
0
0
TwkdMod- The Rom that will speed your phone!


Tested for a week to test if it it stable.
it is not my fault if this messes up your phone.
Features:
-based off of the latest cm10.1 nightly
-tweaked with different tweaks (seeder, supercharger, pimp my rom, and more!) (maybe in the next release i will include supercharger ;))
-fast
-stable
-light
-small
-faster 3g
-faster scrolling
-faster everything!
-better benchmarks
-debloated


Changelog:
v1

Credits:
all the developer in the this section
mods
::indie:: (helped a lot. Omega rom dev.)
salesale (NeatROM dev. a great person.)
westcrip (awesome rom which helped me learn about this.)
-people who run this

Downloads:
http://d-h.st/jaK

[rom 4.1.2]afterburner rom (lsj)

$
0
0
Hello guys, today I want to introduce my rom.
The project started from the need to have a stable rom, fast and clean without losing anything ..
Here's the:





FEATURES ROM

-based on stock firmware
-rom NO WIPE
- kernel DORIMANX
-Stock Samsung theme (almost)
-Two launchers ( touchwiz ux, apex)
-rooted
-Busy Box
-Full deodexed
-Zipaligned
-Init.d support
-Battery percentage and animated in recharge
-Original Boot animation
-Removed boot sound
-Removed from notification the brightness bar
-Black theme
-Svoice
-Awesome Beats
-Android keyboard 4.2
-Widget AccuWeather compatible with Aperx e Nova
-Other that i don't remember....

CHANGE LOG
Initial Release

DOWNLOAD

AfterBurner Rom V1.0


ISTRUZIONI PER IL FLASH

The firmware can be flash for those with leaked jelly beans.
If you are from ICS, do a full wipe before flashing the firmware.
If you are from JB, can be made ​​wipe cache & Dalvik, but I recommend you do a fullwipe!

THANKS AND CREDITS

A special thanks to the members of the TEAM DIESEL TECNIKA
Umberto1978
Jacobrucia
Enigmisth
Malo2000

and another special thanks to my official beta testers
TheMR87

I also thank

xda
Daneshm90
BrutAll
DSIXDA
DORIMANX
lyorite
and anyone I've forgotten to thank

Sorry for my bad english :):angel:

[CWM UTIL] GS2MediaWipe Script V1.00 (31/01/2013)

$
0
0
This script is run through CWM and will remove all known media cache files/thumbnails etc so they will get rebuilt when you next reboot your device. This will give the media scanner a clean base to work from, and can aid the media scanning process if you are getting large wakelocks for example.
The script will not definitely cure this problem, but quite often the cause can be a corruption in media cache files, in which case the script will help.

The following areas are cleared by the script:

1. /cache
2. Dalvik cache
3. /sdcard/android/data/com.android.providers.media
4. /sdcard/android/data/com.cooliris.media
5. /sdcard/android/data/com.google.android.gallery3d
6. /sdcard/android/data/com.android.gallery3d
7. /sdcard/android/data/com.android.providers.media
8. /sdcard/android/data/com.google.android.music
9. /data/data/com.android.providers.media/databases
10. DCIM/.thumbnails from internal and external sd cards
11. DCIM/100andro from internal and external sd cards.

The script will also automatically create .nomedia files in known backup folders (clockworkmod, TWRP) to aid the media scanning process further.
Once the script has completed, media cache will get regenerated on the next boot.


Test Mode
The script inside the zip file that does all the work is called GS2Wiper.sh. This can be called via adb shell/Script Manager etc. in order to perform a test dummy-run. You will need to supply a "3" as a command line parameter. The Test Mode goes through all the motions as per a standard CWM Recovery run, but it does not remove any files/folders in any way, and merely shows the commands it would have done.
eg. extract GS2Wiper.sh from the zip using 7Zip or similar
adb shell
/bin/sh GS2Wiper.sh 3


Summary of Files Used
1. /sdcard/MyBackups/GS2MediaWipe.log Shows activity log of what the script has done. This gets overwritten the next time you run the script.


Let me know if you have any other ideas as to files/folders that could also be removed so I can look into it for possible inclusion in the next release.


This script is also called by my GS2ROMWipe and GS2ROMNuke scripts

[how-to]change status bar clock color on latest samsung released rom

$
0
0
Hi , I had search every where how to change clock color on status bar in latest Samsung ROM ( JB ) but non-work
Coz its code is a bit different from other ROM. So here's how

Requirement :
SystemUI.apk
A bit knowledge about decompiling
Patience :p

First --->
Decompile your systemUI.apk, go res/layout/tw_status_bar.xml

Then --->
Search for this code
Code:

<com.android.systemui.statusbar.policy.Clock


Then --->
You will see
Code:

android:textColor="#fffefefe
behind it.
Now you may change whatever color you want by changing the code.

Here
http://html-color-codes.info/ it maybe useful for you to find the color code

Note : The last 6-digit IS the color code, whereby
the two in front it is transparency.
It count by
#FF****** ( Opaque )
#00****** (Transparent )

It is recommended not to change the first two digits except you know what you are doin :laugh:

Now --->
Recompile your apk , drag resources.arsc and tw_status_bar.xml from your newly build APK to your old SystemUI.apk

Finally --->
Push your SystemUI,apk to system/app of your phone and reboot.
DONE.



DO PRESS THE THANKS BUTTON IF I HELP YOU !!!! CHEERS :p
Viewing all 397 articles
Browse latest View live


Latest Images