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

الأربعاء، 6 نوفمبر 2013

Samsung: GALAXY Gear hat keine Besonderheiten

So wirklich zufrieden ist man bei Samsung mit der ersten eigenen Smartwatch GALAXY Gear. Denn wie Samsung nun unumwunden zugibt, fehlt der GALAXY Gear das Besondere. Sicherlich, es ist der erste Versuch der Südkoreaner, eine eigene Smartwatch anzubieten. Trotzdem war man wohl von Samsung Besseres erwartet. Und wohl auch der eigene Anspruch konnte nicht vollends erfüllt werden. Da passt auch die Meldung ganz gut, dass bereits zu Beginn des nächsten Jahres die Samsung GALAXY Gear 2 vorgestellt werden soll.

Die Erwartungen an Samsung's erste Smartwatch GALAXY Gear waren hoch. Als sie dann im Rahmen der IFA 2013 vorgestellt wurde, waren die Gefühle bei vielen eher gemischt. Mit EUR 299,00 vielen eindeutig zu teuer, die angebliche Akkulaufzeit von 10 Stunden viel zu wenig. Und das man die Samsung GALAXY Gear auch nur in Verbindung mit dem GALAXY Note 3 nutzen kann, störte auch viele. Und auch Samsung hat erkannt, dass man das Konzept noch stark verbessern muss.


Nun hat ein hochrangiger Samsung Mitarbeiter mitgeteilt, dass man über das Fehlen von Besonderheiten Bescheid weiß. Und das man daran arbeiten werden. Dazu will man in Zukunft weitere Mitarbeitern anheuern, damit das Nutzererlebnis mit der Samsung GALAXY Gear sich verbessert. Die Rede ist hier von einer verbesserten Nutzeroberfläche sowie keiner Verzögerung mehr bei Updates.

Samsung GALAXY Gear ist erst der Anfang

Samsung, Samsung Galaxy Gear, Galaxy Gear, Samsung Gear
Das Samsung GALAXY S4 soll im nächsten Monat mit dem Android 4.3 Update dann auch fit gemacht werden für die GALAXY Gear. Damit wären dann schon zwei Devices in der Lage, mit der Smartwatch zu interagieren. Und wer weiß, wenn dann zu Beginn des nächsten Jahres bereits die Samsung GALAXY Gear 2 vor der Tüt steht, dann wird Samsung aus den Fehlern des jetzigen Modells bestimmt gelernt haben.

Quelle: Korea Times

الأربعاء، 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


Verizon Galaxy S4 SCH-I545 Receives Android 4.3 Jelly Bean Firmware Update

Verizon Galaxy S4 SCH-I545 Receives Android 4.3 Jelly Bean Firmware Update

Verizon Galaxy S4 SCH-I545 Receives Android 4.3 Jelly Bean Firmware Update


Have you upgraded from a Verizon Galaxy S3 to Galaxy S4 from the same carrier? Just remember how lazy the big red was in sending Android 4.1.2 update to the older device? The largest US mobile network provider has never been literally prompt in pushing new updates to its devices.

We all know that Nexus devices are the first to get Android updates but when they get into the clutches of Verizon, they can only pine and crave for firmware upgrade. Even at a time when Android 4.4 KitKat update is just around the corner, Nexus 4 has not yet received 4.3!
That being told, you would jump a bit to know that this slow-to-act carrier has surprisingly shown some agility in sending the latest version of Android to its variant of the Samsung Galaxy S4. It might sound unbelievable, but it’s true. The Android 4.3 Jelly Bean update for the Verizon Galaxy S4 SCH-I545 firmware update with Build version VRUEMJ7 has started rolling out.

If you have this smartphone, you can hook up your device to computer to receive the latest update. If you have yet got the update notification on your device, you can request the update manually by going to Settings> More> About> Software update> Update. When the full firmware or OTA package is available, we would add them here too.

Please note that your device will be eligible for the official update only if it is unrooted. If you have already rooted your device and using a custom firmware, do not worry as it won’t take long before new Android 4.3 based ROMs are available for you.

Having updated your Galaxy S4 to the new firmware, the Android version will be bumped to 4.3 and you will see some new things as Samsung KNOX, support for Verizon’s AWS band 4 LTE, Galaxy Gear support, ANT+, TRIM support, Reading Mode, display color improvement, new Group Play app, OpenGL 3.0 Support and so on. For more details on the update, visit the official site by clicking here.