‏إظهار الرسائل ذات التسميات Galaxy S4 Mini. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات Galaxy S4 Mini. إظهار كافة الرسائل

الجمعة، 8 نوفمبر 2013

Samsung GALAXY S4 Mini bekommt Android 4.4

Nun sind bereits die ersten Hinweise auf ein mögliches Samsung GALAXY S4 Mini Android 4.4 Update aufgetaucht. Während ziemlich klar ist, dass die Flaggschiffe wie Samsung GALAXY S3, GALAXY S4, GALAXY Note 2 und GALAXY Note 3 mit Sicherheit das Android 4.4 Update bekommen werden, ist es für viele andere Smartphones eben unsicher. Doch ein nun aufgetauchtes internes Dokument von Samsung ist für zwei Geräte das Update bestätigt worden.

Obwohl derzeit nur für das Samsung GALAXY Note 3 Android 4.3 verfügbar ist, gibt es nun schon die ersten Hinweise auf ein mögliches Samsung Android 4.4 Update. Und zwar nicht für eines der Flaggschiffe, sondern für das Samsung GALAXY S4 Mini und das Samsung GALAXY Mega. Diese beiden Modelle tauchen in einem internen Samsung Dokument auf, wonach die Besitzer mit einem Android 4.4 Update rechnen können.


Das jetzt aufgetauchte Dokument ist keine Android 4.4 Roadmap sondern zeigt, wann Samsung KNOX auf welche Samsung Smartphones kommt. Und beim Samsung GALAXY S4 Mini und Samsung GALAXY Mega ist dies erst bei Android 4.4 der Fall. Daher kann man davon ausgehen, das für diese beiden Modelle es mit Sicherheit ein Android 4.4 Update geben wird. Der zeitliche Rahmen hierfür ist aber unbekannt.

Samsung GALAXY S4 Mini Android 4.4 Update

Android 4.4, Samsung Galaxy S4 Mini, Galaxy S4 Mini, Samsung S4 Mini, Samsung Galaxy Mega, Galaxy Mega
Mit dem Android 4.4 Update für die beiden Modelle GALAXY S4 Mini und GALAXY Mega ist erst irgendwann im nächsten Jahr zu rechnen. Denn vorher werden ganz bestimmt die Flaggschiffe das Update erhalten. Und bis dahin wird es auch noch eine  ganze Weile dauern, wahrscheinlich auch bis in das nächste Jahr hinein.

Quelle: SamMobile

الأربعاء، 30 أكتوبر 2013

Enable Hidden CSC Features on Samsung Galaxy Devices with Root Access

How to Enable Hidden CSC Features on Samsung Galaxy Devices with Root Access

Hidden-CSC-Features-on-Galaxy

Enable Hidden CSC Features on Samsung Galaxy Devices with Root Access

Samsung’s firmware for its Android devices have several components and CSC is one of them. The term is an abbreviated form of Consumer Software Customization and denotes to a specific geographical region or carrier branding. While most features of a specific Galaxy device are common globally, there are a bunch of other features that may or not be available to the end users in a particular country and region.
Every Android device from Samsung has a folder called csc under system directory. This folder contains some XML files that keep the configuration codes for country and carrier based customization options. If you have root access on your Samsung phone or tablet, you can access this directory and edit those XML file to enable or disable the features that are available or unavailable on your device. In other words, by editing the XML files present in thecsc folder, you can easily personalize your device by adding features like your native language pack, screen rotation control, infinite scrolling on home screen, turn on/off camera shutter sound and so on.

Enable Hidden CSC Features on Samsung Galaxy Devices with Root Access

Also Read:   How to Change CSC on Samsung Galaxy Devices
To be able to enable or disable a CSC governed feature on your Samsung Galaxy device, you need to edit the corresponding lines for a feature or add code yourself. To make this task easier for aspiring users, XDA member kkoolpatz has compiled some codes that can be added to your device using a root file browser. And, you can access the system files and modify them only if you have root permission on your Android device. If you have not yet rooted your Samsung Galaxy phone or tablet, you can do it now by following our easy and step-by-step tutorial:
  • Root Samsung Galaxy S2
  • Root Samsung Galaxy S3
  • Root Samsung Galaxy S4
  • Root Samsung Galaxy Note
  • Root Samsung Galaxy Note 2
  • Root Samsung Galaxy Note 3
  • For Other Devices Click Here or Here

Download a Root File Browser

You can download any of the following root file manager apps on your device:

Enabling Secret CSC Features

So, if you have root access on your device and have installed a root browser app on it too, here is what you have to do to enable CSC features.
  1. Launch the root file manager app and grant it root permission when prompted.
  2. Go to system> csc directory on your device and look for a file named feature.xml. If you do not find this file, look for others.xml.galaxy-s4-csc-features
  3. Now tap on feature/others.xml and find <FeatureSet>.
    <FeatureSet>
        <!-- This is a comment. You may write anything between these tags -->
      </FeatureSet>
  4. Make sure to add your CSC feature comment line (you can find some of them below) between <FeatureSet> and </FeatureSet> otherwise it would not work.
  5. After adding/editing the lines, save your changes.
  6. Finally reboot your device for the changes to take effect.

Some Codes to Enable CSC Features

Here are a few code lines for you that you can add to activate some hidden features on your Galaxy smartphone or tablet.
Feature: Pressing Enter key takes the cursor to a new line in stock SMS
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Feature:  Stock Samsung keyboard with sub symbols
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey> <CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Note: To enable your preferred input language on your device’s keyboard, you would have to replace the language code (highlighted in red) with those you want on your device. Below is a list of language codes (in small letters) followed by country code (in capital letters).
en_GB;en_US;en_AU;en_CA;en_PH;en_IE;en_NZ;en_ZA;
ko_KR;de_AT;de_CH;de_DE;fr_FR;fr_CH;fr_BE;fr_CA; bg_BG;cs_CZ;da_DK;el_GR;es_ES;et_EE;fi_FI;
ga_IE;hr_HR;hu_HU;is_IS;it_IT; lt_LT;lv_LV;mk_MK;ms_MY;nb_NO;nl_NL;nl_BE;pl_PL;pt_PT;pt-BR;ro_RO;sr_RS;sv_SE;tr_TR; ca_ES;eu_ES;gl_ES;kk_KZ;ru_RU;sk_SK;sl_SI;uk_UA;uz_UZ;az_AZ;hy_AM;ka_GE;
pt_BR;in_ID;ja_JP;vi_VN;zh_CN;zh_TW;ar_AE;ar_IL;fa_FA;ur_PK;iw_IL;th_TH;zh_HK;zh_SG
Feature: Enable scheduled message
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Feature: Dialer search matches numbers in contacts and call logs
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
<CscFeature_RIL_CallerIdMatchingDigit>true</CscFeature_RIL_CallerIdMatchingDigit>
Feature: Join unlimited contacts together
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
Feature: Get 100 speed dial shortcuts on phone’s dialer (you can personalize the number)
<CscFeature_Contact_ExtendSpeedDialTo100>true</CscFeature_Contact_ExtendSpeedDialTo100>
Feature: Extend Contact name length limit to 1280 characters (you can personalize the number)
<CscFeature_Contact_LimitNameLength>1280</CscFeature_Contact_LimitNameLength>
Feature: Add exit menu to stock web browser
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Feature: Turn camera shutter sound on/off
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Feature: Enable infinite scrolling in home screen, app  and widget drawer
<CscFeature_Launcher_DisablePageRotation>false</CscFeature_Launcher_DisablePageRotation>
Feature: Enable rotation control icon in Gallery
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>
Feature:  Show hardware revision in Settings> About
<CscFeature_Setting_EnableHwVersionDisplay>true</CscFeature_Setting_EnableHwVersionDisplay>
Feature: Enables stock browser to load sites in Desktop mode.
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
For  now we only have the above codes to enable some CSC feature on Samsung Galaxy devices. We would keep updaing the list as we come to know of more codes. Cheers!

source


How to Root AT&T Samsung Galaxy Mega SGH-I527, Canadian SGH-I527M and Others

How to Root AT&T Samsung Galaxy Mega SGH-I527, Canadian SGH-I527M and Others

Root-AT&T-Galaxy-Mega
Android has billions of users and this big community fall into different groups according to their Approach to their device. First, there comes the biggest group that buys a good device, tries apps from the Play Store and enjoys it as it comes to them from the manufacturer. They are either unfamiliar with the existence of a term like “rooting”, or if they know, they are not willing to get into such things. Then there is another group that is passionate about the device they have and want to make the most out of it. Such people can’t live a day without root access on their device.
Rooting helps a lot in improving the performance of an Android phone or tablet and customizing it the way we want. If you own the AT&T Galaxy Mega SGH-I527, and want to take advantage of  root access on your mega phone by installing apps that require root and cleaning bloat apps, we have discovered a working and very useful rooting tool for you. The Kingo One-click Root Tool is an easy to use and risk-free utility that works on a Windows PC.
It is a one-click root tool in the true sense of the word. Let’s see how you can root your Galaxy Mega SGH-I527 , SGH-I527M and other variants of the device using Kingo Root Tool.
Read Also: 

 Preparations:

  • Download the latest Kingo One-click Root Tool: Click Here
  • Install Samsung USB Drivers on your computer: Download
  • Enable USB Debugging on your Galaxy Mega. You can do it from Settings> More> Developer Options. If this option is unavailable on your phone, use This Guide to make itDeveloper Options visible.

Using Kingo Root Tool:

There is nothing geeky about this root tool because it is one of the easiest rooting utility for Android I have ever seen. Just install it on your PC and connect your phone using USB cable.
Kingo-One-click-Root-Tool
The tool will check for device drivers on your computer and install if it does not find it. When the drivers are installed, you will see ROOT button. Just click it and wait till the tool runs rooting scripts, install SuperSU on your device. Finally, when the procedure is complete your device will reboot automatically and you’ll have root access on your Samsung Galaxy Mega. To verify root privileges on your device install the Root Checker app from the Play Store and run it.
galaxy-mega-root-check
Root Checker
Root Checker
Download @
Google Play

Developer: joeykrim
Price: Free