Related
I am creating this thread inorder to inform users of the latest news about the next version of Android, Android 4.1 "Jelly Bean".
Official Changelog: Android 4.1, Jelly Bean
What's New
From developer.android.com
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Faster, Smoother, More Responsive
________________________________________
Android 4.1 is optimized to deliver Android's best performance and lowest touch latency, in an effortless, intuitive UI.
To ensure a consistent framerate, Android 4.1 extends vsync timing across all drawing and animation done by the Android framework. Everything runs in lockstep against a 16 millisecond vsync heartbeat — application rendering, touch events, screen composition, and display refresh — so frames don’t get ahead or behind.
Android 4.1 also adds triple buffering in the graphics pipeline, for more consistent rendering that makes everything feel smoother, from scrolling to paging and animations.
Android 4.1 reduces touch latency not only by synchronizing touch to vsync timing, but also by actually anticipatingwhere your finger will be at the time of the screen refresh. This results in a more reactive and uniform touch response. In addition, after periods of inactivity, Android applies a CPU input boost at the next touch event, to make sure there’s no latency.
Tooling can help you get the absolute best performance out of your apps. Android 4.1 is designed to work with a new tool called systrace, which collects data directly from the Linux kernel to produce an overall picture of system activities. The data is represented as a group of vertically stacked time series graphs, to help isolate rendering interruptions and other issues. The tool is available now in the Android SDK (Tools R20 or higher)
Enhanced Accessibility
________________________________________
New APIs for accessibility services let you handle gestures and manage accessibility focus as the user moves through the on-screen elements and navigation buttons using accessibility gestures, accessories, and other input. The Talkback system and explore-by-touch are redesigned to use accessibility focus for easier use and offer a complete set of APIs for developers.
Accessibility services can link their own tutorials into the Accessibility settings, to help users configure and use their services.
Apps that use standard View components inherit support for the new accessibility features automatically, without any changes in their code. Apps that use custom Views can use new accessibility node APIs to indicate the parts of the View that are of interest to accessibility services.
Support for International Users
________________________________________
Bi-Directional Text and Other Language Support
Android 4.1 helps you to reach more users through support for bi-directional text in TextView and EditText elements. Apps can display text or handle text editing in left-to-right or right-to-left scripts. Apps can make use of new Arabic and Hebrew locales and associated fonts.
Other types of new language support include:
• Additional Indic languages: Kannada, Telugu, and Malayalam
• The new Emoji characters from Unicode version 6.0
• Better glyph support for Japanese users (renders Japanese-specific versions of glyphs when system language is set to Japanese)
• Arabic glyphs optimized for WebViews in addition to the Arabic glyphs for TextViews
• Vertical Text support in WebViews, including Ruby Text and additional Vertical Text glyphs
• Synthetic Bold is now available for all fonts that don't have dedicated bold glyphs
User-installable keymaps
The platform now supports user-installable keyboard maps, such as for additional international keyboards and special layout types. By default, Android 4.1 includes 27 international keymaps for keyboards, including Dvorak. When users connect a keyboard, they can go to the Settings app and select one or more keymaps that they want to use for that keyboard. When typing, users can switch between keymaps using a shortcut (ctrl-space).
You can create an app to publish additional keymaps to the system. The APK would include the keyboard layout resources in it, based on standard Android keymap format. The application can offer additional keyboard layouts to the user by declaring a suitable broadcast receiver for ACTION_QUERY_KEYBOARD_LAYOUTS in its manifest.
New Ways to Create Beautiful UI
________________________________________
Expandable notifications
Notifications have long been a unique and popular feature on Android. Developers can use them to place important or time-based information in front of users in the notification bar, outside of the app’s normal UI.
Android 4.1 brings a major update to the Android notifications framework. Apps can now display larger, richer notifications to users that can be expanded and collapsed with a pinch. Notifications supportnew types of content, including photos, have configurable priority, and can even include multiple actions.
Through an improved notification builder, apps can create notifications that use a larger area, up to 256 dp in height. Three templated notification styles are available:
• BigTextStyle — a notification that includes a multiline TextView object.
• BigInboxStyle — a notification the shows any kind of list such as messages, headlines, and so on.
• BigPictureStyle — a notification that showcases visual content such as a bitmap.
In addition to the templated styles, you can create you own notification styles using any remote View.
Apps can add up to three actions to a notification, which are displayed below the notification content. The actions let the users respond directly to the information in the notification in alternative ways. such as by email or by phone call, without visiting the app.
With expandable notifications, apps can give more information to the user, effortlessly and on demand. Users remain in control and can long-press any notification to get information about the sender and optionally disable further notifications from the app.
Expandable notifications let you dsplay more types of content in your notifications. Users can expand them with a simple gesture.
Resizable app widgets
Android 4.1 introduces improved App Widgets that can automatically resize, based on where the user drops them on the home screen, the size to which the user expands them, and the amount of room available on the home screen. New App Widget APIs let you take advantage of this tooptimize your app widget content as the size of widgets changes.
When a widget changes size, the system notifies the host app’s widget provider, which can reload the content in the widget as needed. For example, a widget could display larger, richer graphics or additional functionality or options. Developers can still maintain control over maximum and minimum sizes and can update other widget options whenever needed.
You can also supply separate landscape and portrait layouts for your widgets, which the system inflates as appropriate when the screen orientation changes.
App widgets can now be displayed in third party launchers and other host apps through a new bind Intent (AppWidgetManager.ACTION_APPWIDGET_BIND).
App Widgets can resize automatically to fit the home screen and load different content as their sizes change.
Simplified task navigation
Android 4.1 makes it easy for you to manage the “Up” navigation that’s available to users from inside of your apps and helps ensure a consistent experience for users.
You can define the intended Up navigation for individual Activity components of your UI by adding a new XML attribute in the app’s manifest file. At run time, as Activities are launched, the system extracts the Up navigation tree from the manifest file and automatically creates the Up affordance navigation in the action bar. Developers who declare Up navigation in the manifest no longer need to manage navigation by callback at run time, although they can also do so if needed.
Also available is a new TaskStackBuilder class that lets you quickly put together a synthetic task stack to start immediately or to use when an Activity is launched from a PendingIntent. Creating a synthetic task stack is especially useful when users launch Activities from remote views, such as from Home screen widgets and notifications, because it lets the developer provide a managed, consistent experience on Back navigation.
Easy animations for Activity launch
You can use a new helper class, ActivityOptions, to create and control the animation displayed when you launch your Activities. Through the helper class, you can specify custom animation resources to be used when the activity is launched, or request new zoom animations that start from any rectangle you specify on screen and that optionally include a thumbnail bitmap.
Transitions to Lights Out and Full Screen Modes
New system UI flags in View let you to cleanly transition from a normal application UI (with action bar, navigation bar, and system bar visible), to "lights out mode" (with status bar and action bar hidden and navigation bar dimmed) or "full screen mode" (with status bar, action bar, and navigation bar all hidden).
New types of remoteable Views
Developers can now use GridLayout and ViewStub views in Home screen widgets and notifications. GridLayout lets you structure the content of your remote views and manage child views alignments with a shallower UI hierarchy. ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime.
Live wallpaper preview
Android 4.1 makes it easier for users to find and install Live Wallpapers from apps that include them. If your app includes Live Wallpapers, you can now start an Activity (ACTION_CHANGE_LIVE_WALLPAPER) that shows the user a preview of the Live Wallpaper from your own app. From the preview, users can directly load the Live Wallpaper.
Higher-resolution contact photos
With Android 4.1, you can store contact photos that are as large as 720 x 720, making contacts even richer and more personal. Apps can store and retrieve contact photos at that size or use any other size needed. The maximum photo size supported on specific devices may vary, so apps should query the built-in contacts provider at run time to obtain the max size for the current device.
New Input Types and Capabilities
________________________________________
Find out about devices being added and removed
Apps can register to be notified when any new input devices are attached, by USB, Bluetooth, or any other connection type. They can use this information to change state or capabilities as needed. For example, a game could receive notification that a new keyboard or joystick is attached, indicating the presence of a new player.
Query the capabilities of input devices
Android 4.1 includes APIs that let apps and games take full advantage of all input devices that are connected and available.
Apps can query the device manager to enumerate all of the input devices currently attached and learn about the capabilities of each.
Control vibrator on input devices
Among other capabilities, apps can now make use of any vibrator service associated with an attached input device, such as for Rumble Pak controllers.
Animation and Graphics
________________________________________
Vsync for apps
Extending vsync across the Android framework leads to a more consistent framerate and a smooth, steady UI. So that apps also benefit, Android 4.1 extends vsync timing to all drawing and animations initiated by apps. This lets them optimize operations on the UI thread and provides a stable timebase for synchronization.
Apps can take advantage of vsync timing for free, through Android’s animation framework. The animation framework now uses vsync timing to automatically handle synchronization across animators.
For specialized uses, apps can access vsync timing through APIs exposed by a new Choreographer class. Apps can request invalidation on the next vsync frame — a good way to schedule animation when the app is not using the animation framework. For more advanced uses, apps can post a calllback that the Choreographer class will run on the next frame.
New animation actions and transition types
The animation framework now lets you define start and end actions to take when running ViewPropertyAnimator animations, to help synchronize them with other animations or actions in the application. The action can run any runnable object. For example, the runnable might specify another animation to start when the previous one finishes.
You can also now specify that a ViewPropertyAnimator use a layer during the course of its animation. Previously, it was a best practice to animate complicated views by setting up a layer prior to starting an animation and then handling an onAnimationEnd() event to remove the layer when the animation finishes. Now, the withLayer() method on ViewPropertyAnimator simplifies this process with a single method call.
A new transition type in LayoutTransition enables you to automate animations in response to all layout changes in a ViewGroup.
New Types of Connectivity
________________________________________
Android Beam
Android Beam is a popular NFC-based technology that lets users instantly share, just by touching two NFC-enabled phones together.
In Android 4.1, Android Beam makes it easier to share images, videos, or other payloads by leveraging Bluetooth for the data transfer. When the user triggers a transfer, Android Beam hands over from NFC to Bluetooth, making it really easy to manage the transfer of a file from one device to another.
Wi-fi Network Service Discovery
Android 4.1 introduces support for multicast DNS-based service discovery, which lets applications find and connect to services offered by peer devices over Wi-Fi networks — including mobile devices, printers, cameras, media players, and others. Developers can take advantage of Wi-Fi network service discovery to build cross-platform or multiplayer games and application experiences.
Using the service discovery API, apps can create and register any kind of service, for any other NSD-enabled device to discover. The service is advertised by multicast across the network using a human-readable string identifier, which lets user more easily identify the type of service.
Consumer devices can use the API to scan and discover services available from devices connected to the local Wi-Fi network. After discovery, apps can use the API to resolve the service to an IP adress and port through which it can establish a socket connection.
You can take advantage of this API to build new features into your apps. For example, you could let users connect to a webcam, a printer, or an app on another mobile device that supports Wi-Fi peer-to-peer connections.
Wifi-Direct Service Discovery
Ice Cream Sandwich introduced support for Wi-Fi Direct, a technology that lets apps discover and pair directly, over a high-bandwidth peer-to-peer connection. Wi-Fi Direct is an ideal way to share media, photos, files and other types of data and sessions, even where there is no cell network or Wi-Fi available.
With Jelly Bean, Android takes Wi-Fi Direct further, adding API support for pre-associated service discovery. Pre-associated service discovery lets your apps get more useful information from nearby devices about the services they support, before they attempt to connect. Apps can initiate discovery for a specific service and filter the list of discovered devices to those that actually support the target service or application.
For example, this means that your app could discover only devices that are “printers” or that have a specific game available, instead of discovering all nearby Wi-Fi Direct devices. On the other hand, your app can advertise the service it provides to other devices, which can discover it and then negotiate a connection. This greatly simplifies discovery and pairing for users and lets apps take advantage of Wi-Fi Direct more effectively.
With Wi-Fi Direct service discovery, you can create apps and multiplayer games that can share photos, videos, gameplay, scores, or almost anything else — all without requiring any Internet or mobile network. Your users can connect using only a direct p2p connection, which avoids using mobile bandwidth.
Network Bandwidth Management
Android 4.1 helps apps manage data usage appropriately when the device is connected to a metered network, including tethering to a mobile hotspot. Apps can query whether the current network is metered before beginning a large download that might otherwise be relatively expensive to the user. Through the API, you can now get a clear picture of which networks are sensitive to data usage and manage your network activity accordingly.
New Media Capabilities
________________________________________
Media codec access
Android 4.1 provides low-level access to platform hardware and software codecs. Apps can query the system to discover what low-level media codecs are available on the device and then and use them in the ways they need. For example, you can now create multiple instances of a media codec, queue input buffers, and receive output buffers in return. In addition, the media codec framework supports protected content. Apps can query for an available codec that is able to play protected content with a DRM solution available on the the device.
USB Audio
USB audio output support allows hardware vendors to build hardware such as audio docks that interface with Android devices. This functionality is also exposed with the Android Open Accessory Development Kit (ADK) to give all developers the chance to create their own hardware.
Audio record triggering
Android now lets you trigger audio recording based on the completion of an audio playback track. This is useful for situations such as playing back a tone to cue your users to begin speaking to record their voices. This feature helps you sync up recording so you don’t record audio that is currently being played back and prevents recordings from beginning too late.
Multichannel audio
Android 4.1 supports multichannel audio on devices that have hardware multichannel audio out through the HDMI port. Multichannel audio lets you deliver rich media experiences to users for applications such as games, music apps, and video players. For devices that do not have the supported hardware, Android automatically downmixes the audio to the number of channels that are supported by the device (usually stereo).
Android 4.1 also adds built-in support for encoding/decoding AAC 5.1 audio.
Audio preprocessing
Developers can apply preprocessing effects to audio being recorded, such as to apply noise suppression for improving speech recording quality, echo cancellation for acoustic echo, and auto gain control for audio with inconsistent volume levels. Apps that require high quality and clean audio recording will benefit from these preprocessors.
Audio chaining
MediaPlayer supports chaining audio streams together to play audio files without pauses. This is useful for apps that require seamless transitions between audio files such as music players to play albums with continuous tracks or games.
Media Router
The new APIs MediaRouter, MediaRouteActionProvider, and MediaRouteButton provide standard mechanisms and UI forchoosing where to play media. Support is built-in for wired headsets and a2dp bluetooth headsets and speakers, and you can add your own routing options within your own app.
Renderscript Computation
________________________________________
Android 4.1 extends Renderscript computation to give you more flexibility. You can now sample textures in your Renderscript compute scripts, and new pragmas are available to define the floating point precision required by your scripts. This lets you enable NEON instructions such as fast vector math operations on the CPU path, that wouldn’t otherwise be possible with the full IEEE 754-2008 standard.
You can now debug your Renderscript compute scripts on x86-based emulator and hardware devices. You can also define multiple root-style kernels in a single Renderscript source file.
Android Browser and WebView
________________________________________
In Android 4.1, the Android Browser and WebViews include these enhancements:
• Better HTML5 video user experience, including touch-to-play/pause and smooth transition from inline to full screen mode.
• Improved rendering speed and reduced memory usage for better scrolling and zooming performance.
• Improved HTML5/CSS3/Canvas animation performance.
• Improved text input.
• Updated JavaScript Engine (V8) for better JavaScript performance.
• Support for the updated HTML5 Media Capture specification (the "capture" attribute on input type=file elements).
Google APIs and services
________________________________________
To extend the capabilities of Android even further, several new services for Android are available.
Google Cloud Messaging for Android
Google Cloud Messaging (GCM) is a service that lets developers send short message data to their users on Android devices, without needing a proprietary sync solution.
GCM handles all the details of queuing messages and delivering them efficiently to the targeted Android devices. It supports message multicasting and can reach up to 1000 connected devices simultaneously with a single request. It also supports message payloads, which means that in addition to sending tickle messages to an app on the device, developers can send up to 4K of data.
Google Cloud Messaging is completely free for all developers and sign-up is easy. See the Google Cloud Messaging page for registration, downloads, and documentation.
App Encryption
Starting with Android 4.1, Google Play will help protect application assets by encrypting all paid apps with a device-specific key before they are delivered and stored on a device.
Smart App Updates
Smart app updates is a new feature of Google Play that introduces a better way of delivering app updates to devices. When developers publish an update, Google Play now delivers only the bits that have changed to devices, rather than the entire APK. This makes the updates much lighter-weight in most cases, so they are faster to download, save the device’s battery, and conserve bandwidth usage on users’ mobile data plan. On average, a smart app update is about 1/3 the sizeof a full APK update.
Google Play services (coming soon)
Google Play services helps developers to integrate Google services such as authentication and Google+ into their apps delivered through Google Play.
Google Play services will be automatically provisioned to end user devices by Google Play, so all you need is a thin client library in your apps.
Because your app only contains the small client library, you can take advantage of these services without a big increase in download size and storage footprint. Also, Google Play will deliver regular updates to the services, without developers needing to publish app updates to take advantage of them.
For more information about the APIs included in Google Play Services, see the Google Play Services developer page.
Click to expand...
Click to collapse
Links have not been included in the text, if you want them, click the source link.
Source: developer.android.com
Video
Fast & Smooth - Android 4.1, Jelly Bean
Source: Android Police
Introducing Google Now
Source: Android Police
Android 4.1 Jelly Bean boot animation (as seen on a Nexus 7)
Source: Android Police
Say goodbye to notification spam in Android 4.1 Jelly Bean
Source: Android Police
Extracts from Android 4.1
GSM Galaxy Nexus 4.1 System Dump Is Out!
Source: Android Police
Latest Google Play Store v 3.7.11 (Jelly Bean Edition)
Source & Downloads: Android Police
Apps, Boot Animation & Wallpapers, checkout the link below for downloads.
Source: [App]Jelly Bean Stuffs (Apps + Boot Animation + Wallpapers)
4.1 Keyboard for ICS
Source: Android Police
Reserved 3
Reserved 4
any possible link for source? your going all out might as well grab that info and put it here too...
usb audio out and Multichannel audio hdmi output sounds amazing. Any idea if it would work on all existing hardware updated to 4.1 or require new suited hardware? They would be a necessity for my future upgrade
Sent from my Optimus 2X using XDA
da-pharoah said:
any possible link for source? your going all out might as well grab that info and put it here too...
Click to expand...
Click to collapse
I have already included the sources for everything.
With a few luck, lol, we'll get this instead of ICS in next LG major update...
----
Enviat des del meu Optimus 2X usant Tapatalk
Just wanted to let you guys know. Regarding the Wifi-Direct, I tested Galaxy Nexus with Jelly Bean attempting to connect to a Galaxy S2 with Wifi-Direct.
I can associate but transferring files results in a disconnect.
xevic said:
With a few luck, lol, we'll get this instead of ICS in next LG major update...
----
Enviat des del meu Optimus 2X usant Tapatalk
Click to expand...
Click to collapse
lg is not going to get us jb. dont get your hopes up lol. even if they would want to do this, we would have to wait like 7 months after jb is released.
lg will get us 4.0 and they better fckin get the drivers correctly so cm can do their stuff. if we get the drivers for 4.0, we can have 4.1 as well
xilw3r said:
lg is not going to get us jb. dont get your hopes up lol. even if they would want to do this, we would have to wait like 7 months after jb is released.
lg will get us 4.0 and they better fckin get the drivers correctly so cm can do their stuff. if we get the drivers for 4.0, we can have 4.1 as well
Click to expand...
Click to collapse
I think with luck we can get a working version of JB but just like cm9 is: lack of appropriate drivers. What maybe it can be a problem to experience fast system.
Sent from my LG P990 — Optimus 2X — ICS NovaHD ROM — Kernel 3.0
FelipeBHZ said:
I think with luck we can get a working version of JB but just like cm9 is: lack of appropriate drivers. What maybe it can be a problem to experience fast system.
Sent from my LG P990 — Optimus 2X — ICS NovaHD ROM — Kernel 3.0
Click to expand...
Click to collapse
I'm guessing it might be possible cause JB is a minor update so the driver might be the same.
Just guessing.
xevic said:
With a few luck, lol, we'll get this instead of ICS in next LG major update...
----
Enviat des del meu Optimus 2X usant Tapatalk
Click to expand...
Click to collapse
I hope the LG Optimus 2x will get the update.
I hope the devs can port Jelly Bean to our 2x, because LG won't release it (i think 4.0 will be last update -.-). I hope Ricardo can help us again :good:
NEEEEED O2X Jelly ROM NOW! Come on spica, owian, XDA, Cyanogen, Make us happy soon! :silly: :victory:
Following the announcements @ Google IO I had a similar thought - maybe LG got some kind of early access to the Jelly Bean PDK and will publish a Jelly Bean Update instead of a ICS - I am wondering ... would this make us all love LG again?
Does anybody know how CM is handling minor version updates? - will they just be merged into current CM9 development?
borgond said:
Following the announcements @ Google IO I had a similar thought - maybe LG got some kind of early access to the Jelly Bean PDK and will publish a Jelly Bean Update instead of a ICS - I am wondering ... would this make us all love LG again?
Does anybody know how CM is handling minor version updates? - will they just be merged into current CM9 development?
Click to expand...
Click to collapse
Probably it will be a CM9.1 version. They already closed the current version.
I agree. If we got ICS, JB is in the next door. But i don't really expect lg will do for us. It's like GB, they stuck with .4 when .7 was already out. They are sad...
----
Enviat des del meu Optimus 2X usant Tapatalk
I think we will be lucky, if we will have ics in July/August
Hopefully we'll get it before 2030.
One of the first things I did when I got this phone was to disable all the bloatware I could find. Once I was sure the phone ran ok with the apps disabled, my main reason for rooting was to remove all the unnecessary Xperia and Sony system apps.
Using Root Uninstaller, I uninstalled pretty much everything names 'Xperia[xxx]' or 'Sony[xxx]'. I can still see a lot of system apps but I don't know how many are part of Android and actually necessary to normal functioning of the phone. If I post screenshots of what's left, will someone who knows what they're talking about please point out what each app does and whether it's safe to remove or not?
I know I should have done a screenshot before uninstalling any, just for completeness... Sorry!
reserved for screenshots
Album- APP
Amber - system theme.
Amethyst - system theme
Android Live Wallpapers
Android System
Anonymous Usage Stats
Application Settings
AudioEffectService
Auto Upload(photo)
AutopoweroffService
Back up & restore
Backup over MTP
Backup-Restore
Black Hole
Bluetooth Share
Bubbles
Calculator - APP
Calculator 2.0.A.0.16 - small apps calculator
Calendar - APP
Calendar Storage
Camera - APP
Camera common
Camera extension
CdfInfo Accessor Service
Certificate Installer
Chrome - APP
Clock - APP
Clocks - clock widget
Contacts - APP
Contacts Storage
Contacts import
Content shaing
CrashMonitor
CredentialManagerService
Customised settings
CustomizationProvider
DRM Protected Content Storage
Devices
DlnaHandoverAdaptor
Download Manager
Download music info
DownloadAgent
Downloads
DrmDialogs
Eco mode controller
Email - APP
Emerald - system theme
Enchanted forest - wallpaper
Exchange Services - exchange email
FM radio - APP
Face Unlock
Facebook - APP
General data disclaimer
GenericAppInstaller
GMail - APP
Google Account Manager
Google Backup Transport
Google Calendar Sync
Google Contacts Sync
Google One Time Init
Google Partner Set Up
Google Play Books - APP
Google Play Magazines - APP
Google Play Movies - APP
Google Play Music - APP
Google Play Store - APP
Google Play Services
Google Search - APP
Google Services Framework
Google Text-to-speech engine
Google lyrics extension
Google+ - APP
Gps Satellites Notification
HTML Viewer
Infinite view
InitialBootSetup
Input Devices
Japanese keyboard layout
Key Chain
Live Wallpaper Picker
Location-based Wi-Fi
Lock screen
MHL
MTP extension service
Magic Smoke Wallpapers - wallpaper
Maps - APP
Market Feedback Agent
Media Storage
Memory
Messaging - APP
MirrorLink Service
MirrorLink System
MirrorLink Settings
Mono
Movie Studio - APP
Movies - APP
Music Visualization Wallpapers
MusicFX
NFC Service
Network Location
News & Weather - APP
Notes 2.0.A.0.5 - notes widget
Notes 10.1.A.1.4 - APP
Notes 10.1.A.0.6 - notes small app
OMA Client Provisioning
OemCryptoReceiver
Oma Download Client
OmaV1AgentDownloadServices
Overheat control
POBox Touch
Package Access Helper
Package installer
Phase Beam
Phone - APP
Phone contact
Phone/Messaging Storage
Photo Analyzer Service
Photo editor
Photo slideshow
Photos and videos
Picasa Uploader
Pico TTS
Picture effect
ProtectedMediaScanner
ProtectedMediaScannerTrigger
QC SEMC Service
Quartz - system theme
R2R Client
Recent calls
Recorder - APP
Remote Control Service
Ruby - system theme
SIM Detection
SIM Toolkit
SIM contact
SIM lock
Sakura
Sapphire - system theme
Screen mirroring
Search Applications Provider
SecureClockService
Semc UsbStorage Transport
Service Menu
Settings - APP
Settings Storage
Setup guide
Shutdown Animation
Silk - system theme
SkinSelector
Small Apps Manager
Smart Search
SmartcardService
Sony SCV
Sound Level Alert
Sound Recorder - APP
Sound enhancements
Sound picker
StartupBatteryChecker
Storage capability
Street View - app
Support
Sweep Panorama - camera function
SwiqiSettingsService
SystemUI
TV Launcher
Tags - NFC function?
Talkback
Tether Entitlement Check
Themes
Timer - small app
Tools
USB connectivity
Unlimited burst - camera function
Unsupported Headset Notifier
Update Centre
Update service
User Dictionary
UserAgentProvider
VerifyCertificatesDummyApp
Visualiser - Walkman function
Voice Dialer
VpnDialogs
WALKMAN 2.0.A.0.26 - Walkman widget
WALKMAN 6.0.A.1.0 - APP
WapPush
WarrantytimeService
Weather widget - weather widget
Wfd Service
Wikipedia extension
Woody
XPERIA - system theme
Xperia Link
Xperia Diagnostics
Xperia Home
Xperia extension for Throw
Xperia keyboard
Xperia wallpapers
YouTube - APP
YouTube extension
YouTube karaoke extension
android.res.overlay
com.android.backupconfirm
com.android.browser.provider
com.android.browser.res.overlay
com.android.email.res.overlay
com.android.phone.res.overlay
com.android.providers.partnerbookmarks
com.android.providers.partnerbookmarks.res.overlay
com.android.providers.settings.res.overlay
com.android.settings.res.overlay
com.android.sharedstoragebackup
com.android.smspush
com.android.wallpaper.holospiral
com.google.android.voicesearch
com.qualcomm.privint
com.qualcomm.shutdownlistner
com.qualcomm.timeservice
com.sonyericsson.android.wakeup
com.sonyericsson.capabilities.res.overlay
com.sonyericsson.conversations.res.overlay
com.sonyericsson.customizedsettings.res.overlay
com.sonyericsson.dtcpctrl
com.sonyericsson.home.res.overlay
com.sonyericsson.mtp.extension.marlin
com.sonyericsson.r2r.client.res.overlay
com.sonyericsson.settings.wifi
com.sonyericsson.setupwizard.res.overlay
com.sonyericsson.simcontacts.res.overlay
com.sonyericsson.startupflagservice
com.sonyericsson.trackid.res.overlay
com.sonyericsson.unplugchargereminder
com.sonymobile.connectivitycenter
com.sonymobile.taskswitcher
devicemonitor
semc memcard transport
semc-cnap-provider
theme-manager
usbotg
https://play.google.com/store/apps/...DEsImNvbS5TeXN0ZW1DbGVhbnVwLkludGVrcy5vcmciXQ..
Use this tool, lots of apps have safe2remove label and you can start with that. Later you can search apps with sony and for every app there is small description what is it used for and you can judge can you remove it.
Just do not remove xperia home. It's launcher.
sipe1 said:
https://play.google.com/store/apps/...DEsImNvbS5TeXN0ZW1DbGVhbnVwLkludGVrcy5vcmciXQ..
Use this tool, lots of apps have safe2remove label and you can start with that. Later you can search apps with sony and for every app there is small description what is it used for and you can judge can you remove it.
Just do not remove xperia home. It's launcher.
Click to expand...
Click to collapse
Have you tried the app yourself on the XZ before giving that recommendation? Phone keeps restarting when I try to run the app.
Have you see this? http://forum.xda-developers.com/showpost.php?p=39862382&postcount=16
Sent from my C6602 using xda premium
Volume way down after cleanup
Hi,
I've eliminated all the services from your list on my xperia z as well as some "Orange" specific ones using "Uninstall" (an app i found on google play where it is called system app remover with a red icon and a garbage can in it)
Now my phones volume is way down, hardly even hear it ring, even though the volume is all the way up.
Do you have any Idea which service is responsible for volume control?
thanks
Glance Note 3 Rom v3.2[Compatible with l9300XXUGMK6 & I9300XXUGML2, 3, 4, NA7]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
App Reviews:
Transparent or Original Accuweather Note 3, TouchWizards Note 3, Keyboard Note 3(Dark grey theme with number), Video Note 3 with SMART PAUSE, Music Note 3, S Memo S4, S Planner Note 3, Clock S4, Calculator Note 3, Phone and Contacts with Rec Voice funtionality, S Help Note 3, Optical Reader S4, Voice Recorder Note 3, S Translator Note 3, Samsung Hub, Internet Note 3 (Smart Scroll available), Camera Note 3 (Partially Work) or S3, Gallery S4, Settings Note 3, Messaging Note 3, Email Note 3 (White theme with SMART SCROLL), Downloads Note 3, Group Play Note 3, Samsung Apps, Samsung WathON, Trip Advisor, S Health, S Voice Note 3, Story Album, Google Now, Google+, Hangouts, Maps, Youtube, Chrome, Gmail, Play Music, Dropbox, Flipboard, and all Note 3 widgets (incuded in Aroma setup).
Click to expand...
Click to collapse
Video Reviews:
Special features and settings
1) Lock screen: Enable ink effect while choosing "Ripple effect" as your unlock effect.
2) Sound: Add S4 audio files and change default notifications tone to whisper (original = whistle). Disable "Haptic feedback" to extend your battery life.
3) Safety assistance: When an emergency situation is declared, emergency messages will be sent.
4) Internet: Enable popup browser on top of other apps.
5) Video: Smart pause feature available.
6) Phone: You can record whole conversation while on phone calling.
7) Messaging: You can change message display style through settings. (Bubble style and Background style - See screenshot below)
8) Group Play: Share music, pictures and fun gaming with others. [PS: Download "Other apps" from links in Download section below. Install "Group Play" app to enable these features]
9) Gallery: Edit your picture while in single picture view through "Edit" icon on top right side, and create collage when you select multiple photos under album view through the menu options. [PS: Download other apps from links in Download section below. Install both of the "Photo Retouching" and "Collage" apps to enable these features]
Click to expand...
Click to collapse
Known bugs and errors/Force close(FC)
1) NO air gesture, and air view. [Air call-accept feature added]
2) Camera Note 3 not working in Drama, Animated photo, Eraser, Panorama, Dual camera, and video recording mode. Force close after you enabled dual camera and video.
3) System UI FC once you enable or disable multiwindows with Note 3 quick settings (Can be changed in Aroma)
Click to expand...
Click to collapse
Useful Tips and Guides
1) Press and hold the toggle on the notification panel to go into the quick setting menu directly.
2) SuperSU can be directly grant permission access by go through the Setting -> Access and as well as disable the toast notification.
3) Some of the Samsung Apps shortcut can be created by open the Samsung Hub -> hit the menu button and select "Add shortcut to home".
Click to expand...
Click to collapse
Q&A
1) How to install?
Do it at your own risk. Remember to do a nandroid backup before going further.
You need a rooted Samsung Galaxy S3 International(GT-I9300) with stock android v4.3, boot into recovery mode, wipe data/factory reset, wipe cache partition, wipe dalvik cache, and wipe battery stats. Then, choose "Install zip from SDcard", located your zip file and start install this rom. I recommend not to change the default selection of apps when you prompt to "choose apps to install"(Reason: To decrease the RAM usage and you may install it from Play Store, Samsung Apps Store or others third party store.)
2) Why I don't have all the apps?
Choose wisely from aroma setup and select the apps that you want to install only.
3) Why some of the apps not shown in the app drawers?
Some of the apps is just a link to the main app and provide shortcut within the main app. For example: Gallery app can link to Collage app and it only available when you select multiple pictures and hit the menu button. Under menu, there is an option to "Create collage".
4) How can I get the Travel Wallpaper for my lockscreen?
You can set it by press and hold on empty space of your home screen to get to the instant setting menu or hit the menu button on home screen -> Select wallpaper or go into Settings -> My device -> Display -> Wallpaper -> Lock screen. From the pop up setting menu, choose "Travel Wallpaper" to enable it.
5) How to change to the default S3 camera?
Simply reflash the ROM, and uncheck all of the apps and check on S3 camera and press next to start install and reboot...
6) Why I can't paste the files given to system/app?
It is due to the limited size of system partition which break down your paste operation to system. You can manually delete the apk from here and make sure you are remount the system to rewritable (R/W) before modify the system apk and files.
7) I use My Files, but I can't go into system/app?
You can use Root Explorer or other file manager to browse to these system files and you need to grant permission for these apps and remount as rewritable to modify your system.
8) Why I get this notice "Your system is modify, system update is unavaible..." when I enable "System update" from notification panel?
This is due to the SuperUser apk which has modify your system kernel and it is preinstalled in this Rom. If you want to unroot your device, then you need to go into SuperSU app and fully unroot it using the setting option in it.
9) When I choose to install certain recommended apps like dictionary from Optical Reader, the Samsung Apps give me this message "Product does not exist in this store(4002)"?
This is because there are some specific apps which are mainly distribute for S4 users only.
10) Why the S Memo do not sync memo from my Google and Samsung account?
S Memo in this rom only can sync memo that are created by using this version only.
11) Group Play in this Rom does FC or not?
All of the functions are working now including music sharing.
12) Does this rom flash over my current modem?
NO. This rom work flawlessly with modem ME7 in latest leak stock rom.
13) Google Service drain my battery at peak level.
It is normal when you have sign in to Google account and enable the restore options. But after a few moment (according to your cloud data stores on Google cloud or drive), the battery usage will be back to normal.
14) Why there are two Gmail widgets in the widget drawer?
If you search Google, there are a lot of these problem, you just need to do a hot boot and the things will get it back to normal after all.
15) How do I know that my rom is fully downloaded or not?
Use this MD5 checker to check whether the rom is complete or not...
Copy the MD5 below to your clipboard, extract the zip, open md5.exe and browse to the rom to start the verification of the rom...
View attachment 2270720
MD5 of Glance S4 v2.5: 6c0af2aaba21205aee560eaf24152a71
PS: MD5 checker is a Windows software, so download via PC, extract to desktop and open MD5.exe to start verify the rom...
16) How do I know whether the apps in the aroma is compulsory to install or not?
Apps list in Aroma:
[System]
Clock widgets, S Translator, Yahoo widgets, Smart Briefing widget, Phone-Contacts, Messaging, Calculator, Keyboard, My Files, Music, Job Manager, Downloads,
Settings, Clock, Accuweather widget, Camera S3 and S4, build.prop tweaks, Ads. Block.
PS: Apps which are in bold are those important system apps
[User]
Other than the apps mention above, all are user apps, you can uninstall these apps through the app drawers (for those appear in the drawer only), those which are not shown, you need to uninstall them manually. Additional note: Widget can be uninstall as well from the widget drawer.
PPS: If you not install something, then you will probably miss something. That is natural rules. e.g. S4 features and tweaks category is compulsory to check the checkbox from 1 to 5. For those apps and categories that have mark with " * " symbol and been checked, don't try to ignore them, you must install them, otherwise don't complaint that you didn't get this, didn't get that, can't select wallpaper or blah blah blah...you have been WARNED.
17) How to install the ViPER4Android's driver?
Select "CortexA9/15" with NEON as your CPU and then reboot...
Click to expand...
Click to collapse
Download Links:
Glance Note 3 v3.2 (1.57 GB)
Installation guide, MUST DO and DON'T
Full wipe before flashing this ROM for better experience with Glance Note 3...Remember to backup before full wipe...
PS: Inside Aroma, on choosing apps preference screen, the apps or group title that mark with " * " symbol means you MUST need to install them for the first installation.
First thing to do after finish Samsung setup wizard: Open SuperSU, drag to right to go to setting, then change "Default access" to [Grant] and uncheck "Show notifications" checkbox. Secondly, open Air Call-Accept to activate Air Call-Accept feature...
If you wanna enable Flash on stock browser, then download apk directly from Adobe. Scroll down to "Flash Player for Android 4.0 archives" and download the latest version from
HERE. After install, open the app and link to browser to finish the setup. You need to get this settings manager as shown in image below, otherwise you still can't play flash on stock browser. If you can't get this settings manager, then try to clear all cache, history, and cookies data from Internet Settings > Privacy and Security. Note: Flash on S3 DOES NOT work on Chrome browser...
Download Glance_Note3_v3.2_NA7 HERE: XDA Download Server
...Don't forget to subscribe & hit THANKS before or after download & be companion with Glance Note 3...
Glance S4 + N3 v3.0 BETA (1.81 GB)
Installation guide, MUST DO and DON'T
Full wipe before flashing this ROM for better experience with Glance Note 3...Remember to backup before full wipe...
PS: Inside Aroma, on choosing apps preference screen, the apps or group title that mark with " * " symbol means you MUST need to install them for the first installation.
First thing to do after finish Samsung setup wizard: Open SuperSU, drag to right to go to setting, then change "Default access" to [Grant] and uncheck "Show notifications" checkbox. Secondly, open Air Call-Accept to activate Air Call-Accept feature...
If you wanna enable Flash on stock browser, then download apk directly from Adobe. Scroll down to "Flash Player for Android 4.0 archives" and download the latest version from
HERE. After install, open the app and link to browser to finish the setup. You need to get this settings manager as shown in image below, otherwise you still can't play flash on stock browser. If you can't get this settings manager, then try to clear all cache, history, and cookies data from Internet Settings > Privacy and Security. Note: Flash on S3 DOES NOT work on Chrome browser...
Download Glance S4+N3 Rom v3.0b HERE: XDA Download Server
HERE is a small update: View attachment Update.zip (Flash it via recovery)
...Don't forget to subscribe & hit THANKS button before or after download & be companion with Glance S4...
Glance S4 v2.5.zip (1.6 GB)
Installation guide, MUST DO and DON'T
Full wipe before flashing this ROM for better experience with Glance S4...Remember to backup before full wipe...
Installation guideline during Aroma setup - Choose Add-ons, follow instruction below:
S4 features & Tweaks: Normally I will select top 5 (Default), if you want to hide call button and stock Arabic font, then select another 2 as well
S4 apps & widgets: Select ALL if you want all those functions...
Google Apps: Select ALL if you don't want to download later from Play Store (ALL can be uninstallable).
Black or White?: Choose ONE ONLY for EACH type, this is System App, (e.g. choose either Black Calculator or White Calculator)
Lock screen Light effect: Choose ONE Effect ONLY...If you just want to keep it as stock, then just don't select anything.
Center clock mod: Tick on "White Center Clock" to enable clock shown in center position...If you not choosing anyone of it, then it will be stock clock in right corner...Choose "Restore" in case you have install the mod and want to revert to stock right corner...
Battery Mod: Choose ONE only, either ale.gu mod or mod by jkay or new circular green mod...If you not choosing anyone of it, then it will be stock original animated battery icon...Choose "Restore" in case you have install the mod and want to revert to stock...
Accuweather widget: Choose ONE only, either Original or transparent or animated transparent widget...
Camera: Choose ONE between S4 and S3, for Nexus Camera or Lenovo SuperCamera, you can select it if you want it...
Build.prop tweak: MUST Choose ONE, Default for better battery usage (Recommended)
Ad Block: MUST Choose ONE, Recommend to choose block all Advertisement...
Wallpaper Scroll On: If you want to enable wallpaper to scroll, then choose "Enable Scroll", If you not choosing anyone of it, then it will be stock non-scrolling wallpaper...Choose "Restore" in case you have install the mod and want to revert to stock (non-scrolling)...
Others: Choose anyone of it...
PS: Inside Aroma, on choosing apps preference screen, the apps or group title that mark with " * " symbol means you MUST need to install them for the first installation.
During Samsung Setup Wizard, YOU MUST SIGN IN to Google Account to overcome the Smart Briefing Widget FC (Home page 1 widget - White background widget)
First thing to do after finish Samsung setup wizard: Open SuperSU, drag to right to go to setting, then change "Default access" to [Grant] and uncheck "Show notifications" checkbox. Secondly, open Air Call-Accept to activate Air Call-Accept feature...
If you wanna enable Flash on stock browser, then download apk directly from Adobe. Scroll down to "Flash Player for Android 4.0 archives" and download the latest version from
HERE. After install, open the app and link to browser to finish the setup. You need to get this settings manager as shown in image below, otherwise you still can't play flash on stock browser. If you can't get this settings manager, then try to clear all cache, history, and cookies data from Internet Settings > Privacy and Security. Note: Flash on S3 DOES NOT work on Chrome browser...
Download Glance S4 Rom v2.5 HERE: XDA Download Server, 4Shared by Anhell, Google Drive by Ricardo_Is
FIX for some apps and mods: View attachment 2268681, View attachment 2268680, View attachment 2268679, View attachment 2275539, View attachment 2275540
...Don't forget to hit THANKS button before or after download & be companion with Glance S4...
Glance S4 v2.4.zip (1.7 GB)
Download Glance S4 Rom v2.4 HERE: Android File Host, 4Shared
Glance S4 v2.3.zip (1.58 GB)
Download Glance S4 Rom v2.3 HERE: 4Shared, Google Drive, Android File Host
Glance S4 v2.2.zip (1.37 GB)
Reminder: This version support no wipe if you are stick to the previous Glance S4 v2.1 (upgrade) or fully wipe. Both options do not cause any single FC. Not recommend if you are upgraded from other ROM...Fully backup before perform any update...TQ
Download Glance S4 Rom v2.2 HERE:
Repacked version (All-in-One: ROM + Other apps): Google Drive, 4Shared
Fix for SPlannerAppWidget: Google Drive
Flashable FM Radio apk: Google Drive
Glance S4 v2.1.zip (1.04 GB)
Reminder: Download "Other apps" as well for some other Samsung apps while Google apps need to download from Play Store.
Download Glance S4 Rom v2.1 HERE:Google Drive, Dropbox
Download "Other apps" HERE: Google Drive
Download Camera Nexus 4 HERE: Google Drive
How to download Camera Nexus 4.zip:
Download Google apps from Play Store: Play Store
NEW Screenshot of Glance S4 v2.4:
New Samsung Setup Wizard + New Launcher + New Samsung Hub
Samsung Galaxy S4 official video:
For those who haven't watch the Samsung Galaxy S4 commercial video, click to show content and enjoy the video. :highfive:
Credits:
Arsaw, Kik0o theme, jovy23, fcortes626, » Arrow «, sorg and more.
Change Log
Version 3.1
Based on latest ML3 system with latest Android version 4.3 (No gapps FC, No screenshot couldn't save)
Apps included in rom:
Phone & Contacts - Note 3 with One-handed operation, call recording and S name card / S3 without S name card but phone keypad fit to screen
Messages - Note 3 with some tweaks
Framework - Note 3 with watercolour
Multi windows - Note 3 with 4 windows (Quad) enabled
Pen Windows - Note 3, open via multi windows by single click on an apps
S Note - Note 3
Scrapbook - Note 3
SketchBook - Note 3, Full app
S Finder - Note 3, Long Press Menu key to open
Launcher - Note 3, 5x5 layout with "Hide applications" option enabled
Action Memo - Note 3
Voice Recorder - Note 3
S browser - Note 3 with SMART SCROLL enabled
Email - Note 3 with SMART SCROLL enabled
Video - Note 3 with SMART PAUSE
S Planner - Note 3
Settings - Note 3
Calculator - Note 3 with One-handed operation
My Files - Note 3
S Help - Note 3
S Health - Note 3
S Voice - Note 3
S Translator - Note 3
Story Album - Note 3, Fix resolution
WatchON - Note 3
Group Play - Note 3 with Share video and share music
Wallpaper - Note 3
Accuweather - Note 3, Original/100% Transparent with and without animation
Fonts - Note 3, Apple mint and Tinker bell
Polaris Viewer - Note 3
Travel widget - Note 3, set it through Settings>Device>Wallpaper>Lock Screen
Photo editor, Collage - Note 3
Keyboard - Note 3, Black themed with emoji
Optical Reader - Note 3
Magazine - Note 3, open via home launcher with a flick upward
Screen write - Note 3, Enable it in Settings>Device>Display>Edit after screen capture
Camera - S3/Nexus 5/Lenovo SNAPit camera/Note 3
Others - Samsung apps, Samsung Hub, Samsung Link, Bloomberg+, Ant Service, Trip advisor, Flipboard, Dropbox, FM Radio,
Paper Artist, Assistant Menu, Easy Mode, Greenify, Air-Call accept, Root Explorer, Xposed Installer, Wanam Xposed
Widgets - Actice Apps Manager, Action Memo, Personel Contents (My Files), Story Album, Assistive Light (1x1 round widget),
Yahoo News & Stocks, Favorite Contacts, Alarm widget
Lockscreen - Favorite apps or camera, S Planner (Drag down clock widget to view it), Light effect (Blood/Thunder/Blue orb/Red orb)
New: One-handed operation
Fix: FC when setting default app
Fix: Cannot set shortcuts on lock screen under swipe options
Fix: Safety assistance FC
Small bug: System UI FC once you enable/disable multi window (using Note 3 quick settings, default selection in aroma
Version 3.0
Screen Off effect: Added CRT OFF effect in aroma
Lock Screen: Added lock screen rotation in aroma
Sound mod: Added sound volume mod, either loud or normal in aroma
RAM: Reduce RAM usage
Note 3 apps: Added S Note, Scrapbook, My magazine, S Health
Added ViPER4Android
Added wanam and nottach xposed
Wallpaper: Added S4 and Note 3 wallpaper chooser in aroma...
Multi Windows: Zipalign and rethemed to Note 3 style if you have choose "Note 3 look and feels" in Aroma, load more faster now...
Version 2.5
White themed apps: Clock + S Voice
Mod: Added center clock, choose in aroma (If you experience status bar missing, just plug in usb cable from your device to PC, and status bar will shown up or pin assistive light to home screen and turn on it...)
Battery mod: Another new circular green battery mod
Smart Briefing 4x2 widget: New UI, still need to sign in with Google account during Samsung Setup Wizard
Email: Fully working
Optical Reader: Fully working
Sound: Increase to awesome level of sound mod
Size of rom: Decreased to 1.57GB
Internet: Fix the ability to copy and paste text within browser
Settings (WHITE): Added ink effect options, enable assistive light, recolorize white images to match white background
Contacts (BLACK): Rethemed to S4 style with incoming call contact pictures
Phone (WHITE): Removed SMS entries from log
S Memo: Updated to latest S4 build
S Translator: Fixed network error issues
Group Play: Share music is updated to latest S4 build
S Voice: Support Portugues (Brasil) language now
Lock screen light effect: NEW red orb style
Camera: NEW Lenovo SuperCamera, fully working; Nexus 4.3 camera is fully working
Keyboard (BOTH): Added secondary symbol
Settings (BOTH): Device status is reset to OFFICIAL
Accuweather widget: Added 100% transparent background with animation
build.prop: Added 3 selection in Aroma, default; moderate; advance
All apps: Up-to-date of 15 September 2013
(NEW)TouchWiz Launcher: Disable unplug turn on screen, enable lockscreen rotation, wallpaper scrollable
(NEW)AdBlock: You are able to block or not to the advertisement
(NEW)Xposed App Settings: Added to the rom for easy management of apps
(NEW)Media: Add more ringtones and notifications sound from latest S4 rom
Version 2.4
Included 2 more white themed apps: Downloads and Settings
Restore build.prop back to version 2.2, better battery (Still in BETA testing)
Added one more battery mod requested by ale.gu
Updated all apps to latest version dated on 31 August 2013
Samsung Hub is now available and updated to latest version with Video, Books, Games, Learning, Musics
Widget updated, like Active Apps Manager, Samsung Apps 4x4, Samsung Hub 4x4, Samsung Music 4x1, Story Album 4x3
Camera S4 can be replaced by Camera S3 in Aroma now, no more issues of reflashing Camera S3 and still stay in Camera S4, but don't try to choose both camera, it will only show camera S4, don't be greedy...(Camera S3 or S4 + Nexus, it will be OK)
S4 apps updated, like Calculator, Gallery, Music, My Files, S Planner, S Translator, Video, FM Radio, S Voice, Samsung Apps, Samsung Hub, Samsung Link, Samsung Music, WatchON and lots more...
Live Wallpapers pickers included 2 new live wallpaper: Sun beam and 3D image Live Wallpaper (so far this app still got some graphic glitches issues but it can enable wallpaper to scroll and have 3D effects while you tilt your device)
S Voice now support Portuguese language
Version 2.3 (Grand update)
Fix to SPlanner widget, FM radio added (it's included in Aroma)
Long Press Menu to kill app (Credits goes to » Arrow «)
Volume Boosting mod
More mods apply to both white and black Messaging apps, like GROUP MESSAGING, SAVE / RESTORE to SD Card, SCHEDULED MESSAGING FEATURES, SMS 1000/UNLIMITED RECIPIENT LIMIT, CHANGE THE MESSAGING TIME STAMPS TO ITS ORIGINAL TIME, DISABLE THE SMS TO MMS AUTO-CONVERSION, INCREASE THE SMS LIMIT PER HOUR, ENABLE SPLIT-VIEW MODE ON/OFF TOGGLE, INCREASE MMS MAX SIZE + INCREASE MMS IMAGE SIZE (Credits goes to jovy23)
More white themed apps, like Music Players, My Files, Task Managers
build.prop tweaks (Credits goes to fcortes626)
Change default S3 wallpaper to S4 Lock screen wallpaper (for those who do not restore backup data from Samsung account can see the changes)
jkay battery mod with animation on charging
4 new Lock Screen Light effect, like Blue Lightning, Blue Orb, Blood, Flame.
Host file edited, removed ads
Version 2.2 (Grand update)
Add custom options in Aroma setup. Now, you can choose all of the apps inside aroma installer while some of the apps you can only choose ONE (e.g. Accuweather widgets, Camera S3 or S4, Black or White themed Calculator, Phone & Contacts, Messaging, and Samsung Keyboard)
Ps: If you didn't select any one of the selectable apps above, then you won't have that apps installed.
Great S4 feature: Air call-accept is included in this rom. Simply waving your hand above the sensor to answer any incoming call.
Rom size is increased to fit in more apps and features.
No more FC when edit the alarm tone.
Google keyboard and Google Play Games are included in this version.
Reminder: You need to sign in to Google account during the Phone setup wizard to prevent the Smart briefing widget FC.
S Health is working and already included in this ROM.
Host file edited, removed ads
Version 2.1 (Minor update)
Fix the bug when you change the ringtone and notification in Settings.
Memory tweak.
Camcoder can be taken when you have choose a filter, but the screen is freeze and video output is strange.
Some minor update.
Version 2.0
Add Paper Artist for functionality to edit the screenshot taken.
Add Samsung IAP for better Samsung Apps' service and support.
Change android.policy.jar and framework. Now, Overflow menu background is changed to white gray with black text.
e.g. Phone, Contacts, S Memo, Email, S Planner, S Translator, Video, Samsung Hub, and etc.
Update Samsung Push Service.
Improved Ink Effect on lock screen settings.
Some minor update such as "User manual" widget and etc.
Compatible with latest leak - I9300XXUFME7
Version 1.0
First release.
XiaoDii said:
Version 1.0
First release.
Click to expand...
Click to collapse
It needs encryption key
neemzeey said:
It needs encryption key
Click to expand...
Click to collapse
Vz2Vs1eYCshll6NBneIJSUs6U4VZGL4mQQu4l5btKzA
Beautiful rom :good:
sanoc69 said:
Vz2Vs1eYCshll6NBneIJSUs6U4VZGL4mQQu4l5btKzA
Click to expand...
Click to collapse
Thanks mate:good:
look nice. But how the battery life?
Sent from my GT-I9500 using xda premium
w7rw7r said:
look nice. But how the battery life?
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
Still testing, but it can last for almost 2 days for normal operation...it depend on how much apps you have installed...
XiaoDii said:
Still testing, but it can last for almost 2 days for normal operation...it depend on how much apps you have installed...
Click to expand...
Click to collapse
Your work seems like perfect. Thank you. You had your time for it. :good:
Actually I don't care battery life too much. The important thing is ram usage. What about it ? Will it make us distressed ?
maksakal said:
Your work seems like perfect. Thank you. You had your time for it. :good:
Actually I don't care battery life too much. The important thing is ram usage. What about it ? Will it make us distressed ?
Click to expand...
Click to collapse
Have a look at last screenshot...
This can not be downloaded from mega
1% and stop
mirror
Great Job. What about quick glance feature. Is it run?
mrjoy said:
Great Job. What about quick glance feature. Is it run?
Click to expand...
Click to collapse
NO, but you can try it under the notification panel, press and hold the "Air gesture" toggle and you will go into a quick setting menu to try it.
you can also go to Help app, and go to setting -> air gesture -> quick glance to try it as well.
palokm said:
This can not be downloaded from mega
1% and stop
mirror
Click to expand...
Click to collapse
On the way, upload in progress now...
sanoc69 said:
Vz2Vs1eYCshll6NBneIJSUs6U4VZGL4mQQu4l5btKzA
Click to expand...
Click to collapse
i put this key but it tells me that the key is wrong.
i can't download the rom.
any solution? thanks
the link mega work for me with the key that write first post....
XiaoDii said:
Have a look at last screenshot...
Click to expand...
Click to collapse
Sorry my friend. I couldn't see because of firewall. It blocks the pictures. I'm able to see at home.
I9300XXUFME7_I9300OXAFME7_OXA.zip | 912.4 MB
Available now & its for s3....on sam mobile...viola
Is this just a rip of Henry Lifes rom i ask as it has his rom branding in the recovery . At the point of download no credits indicated that this was a rom built by another dev . Though i see they have been added since . Awaiting a reply also one from Henry to clarify the matter . jje
JJEgan said:
Is this just a rip of Henry Lifes rom i ask as it has his rom branding in the recovery . At the point of download no credits indicated that this was a rom built by another dev . Though i see they have been added since . Awaiting a reply also one from Henry to clarify the matter . jje
Click to expand...
Click to collapse
i saw henry's post he was upset about this and said that people steal his Rom and ports
Blackwolf10 said:
i saw henry's post he was upset about this and said that people steal his Rom and ports
Click to expand...
Click to collapse
is completely selfish
Many have supported to Hennry
In everything credits silk
everyone contributing
I've always loved MIUI. It's beautiful. I understand the latest version available is based on Android 4.2.2 (I think).
My questions are:
Which features may be absent that are cool/important in Kit Kat?
Would it be better to install a 4.4 ROM and get a MIUI Skin?
Bammeh said:
Which features may be absent that are cool/important in Kit Kat?
Click to expand...
Click to collapse
Here are the Android changelog from 4.2.2 to 4.4.2. Some changes may not apply to the HTC One.
4.3.0 changelog
Virtual Surround Sound
Autocomplete(Phone)
WiFi location
Bluetooth SMART (Low Energy) and Bluetooth AVRCP 1.3
OpenGL ES 3.0
4.3.1 changelog
bug fixes
4.4.0 changelog:
Refreshed interface with white elements instead of blue
Ability for applications to trigger translucency in the navigation and status bars
Ability for applications to use "immersive mode" to keep the navigation and status bars hidden while maintaining user interaction
Action overflow menu buttons are always visible, even on devices with a hardware "Menu" key, which was officially deprecated by Android 4.0
Optimizations for performance on devices with lower specifications, including zRAM support and "low RAM" device API
Wireless printing capability
NFC host card emulation, enabling a device to replace smart cards
WebViews now based on Chromium engine (feature parity with Chrome for Android 30)
Expanded functionality for notification listener services
Public API for developing and managing text messaging clients
New framework for UI transitions
Storage access framework for retrieving content and documents from other sources
Sensor batching, step detector and counter APIs
Settings application now makes it possible to select default text messaging and home (launcher) application
Audio tunneling, audio monitoring, loudness enhancer
Built-in screen recording feature (primarily for developers, as usage of ADB is required)
Native infrared blaster API
Expanded accessibility APIs and system-level closed captioning settings
New experimental runtime virtual machine, ART (not enabled by default)
Bluetooth Message Access Profile (MAP) support
Disabled access to battery statistics by third-party applications
Settings application no longer uses a multi-pane layout on devices with larger screens
Wi-Fi and mobile data activity (TX/RX) indicators are moved to quick settings
4.4.1 changelog
Improvements to auto focus, white balance and HDR+ for the Nexus 5 camera
Better application compatibility for the experimental ART runtime
Camera application now loads Google+ Photos instead of Gallery when swiping away from the camera view
Miscellaneous improvements and bug fixes
4.4.2 changelog
Further security enhancements and bug fixes (SMS DOS vulnerability patched)
Removal of the "App Ops" application permissions control system, introduced in Android 4.3
Bammeh said:
Would it be better to install a 4.4 ROM and get a MIUI Skin?
Click to expand...
Click to collapse
You will have to try yourself as ''which rom should I install'' or ''what is the best rom'' threads are not allowed here. Find the one that work best for you, this is a very subjective question you can only answer yourself by trying different roms. Just don't forget to use latest twrp version to flash any 4.4 roms.
alray said:
Here are the Android changelog from 4.2.2 to 4.4.2. Some changes may not apply to the HTC One.
4.3.0 changelog
Virtual Surround Sound
Autocomplete(Phone)
WiFi location
Bluetooth SMART (Low Energy) and Bluetooth AVRCP 1.3
OpenGL ES 3.0
4.3.1 changelog
bug fixes
4.4.0 changelog:
Refreshed interface with white elements instead of blue
Ability for applications to trigger translucency in the navigation and status bars
Ability for applications to use "immersive mode" to keep the navigation and status bars hidden while maintaining user interaction
Action overflow menu buttons are always visible, even on devices with a hardware "Menu" key, which was officially deprecated by Android 4.0
Optimizations for performance on devices with lower specifications, including zRAM support and "low RAM" device API
Wireless printing capability
NFC host card emulation, enabling a device to replace smart cards
WebViews now based on Chromium engine (feature parity with Chrome for Android 30)
Expanded functionality for notification listener services
Public API for developing and managing text messaging clients
New framework for UI transitions
Storage access framework for retrieving content and documents from other sources
Sensor batching, step detector and counter APIs
Settings application now makes it possible to select default text messaging and home (launcher) application
Audio tunneling, audio monitoring, loudness enhancer
Built-in screen recording feature (primarily for developers, as usage of ADB is required)
Native infrared blaster API
Expanded accessibility APIs and system-level closed captioning settings
New experimental runtime virtual machine, ART (not enabled by default)
Bluetooth Message Access Profile (MAP) support
Disabled access to battery statistics by third-party applications
Settings application no longer uses a multi-pane layout on devices with larger screens
Wi-Fi and mobile data activity (TX/RX) indicators are moved to quick settings
4.4.1 changelog
Improvements to auto focus, white balance and HDR+ for the Nexus 5 camera
Better application compatibility for the experimental ART runtime
Camera application now loads Google+ Photos instead of Gallery when swiping away from the camera view
Miscellaneous improvements and bug fixes
4.4.2 changelog
Further security enhancements and bug fixes (SMS DOS vulnerability patched)
Removal of the "App Ops" application permissions control system, introduced in Android 4.3
You will have to try yourself as ''which rom should I install'' or ''what is the best rom'' threads are not allowed here. Find the one that work best for you, this is a very subjective question you can only answer yourself by trying different roms. Just don't forget to use latest twrp version to flash any 4.4 roms.
Click to expand...
Click to collapse
Thanks so much. I'll probably give MIUI a try and use CWM since its 4.2.2
I decided to go back fram MIUI to ARHD because with Miui i only got about 2h screen and 18h runtime. In the latest arhd i always achieve about 4-5h screen and about 17h runtime.
So compared to 4.4.2 the baterrylife is improved alot
Sent from my HTC One using xda app-developers app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mainly I have concentrated on performance & camera
Mainly I have concentrated on performance & camera
I am not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
Meizu Technology Co., Ltd. (Chinese: 魅族科技有限公司; pinyin: Mèizú Kējì Yǒuxiàn Gōngsī) is a Chinese consumer electronics company based in Zhuhai, Guangdong province, China. Founded in 2003, Meizu began as a manufacturer of MP3 players and later MP4 players. As of 2008, Meizu moved its focus from MP3 and MP4 players to smartphones, with their first smartphone being the Meizu M8. Meizu is one of the top ten smartphone manufacturers in China with 8.9 million units sold worldwide in the first half of 2015.
The current flagship device of Meizu is the Meizu PRO 5, a smartphone with an all-metal body, an Exynos 7420 8-core 64-bit processor, Flyme OS 5, and a Sony 21.16-megapixel 4K camera that has a 6P lens, laser-aided focusing and FotoNation 2.0.
Desktop
Floating notice: supports floating inform, to avoid the operation is interrupted.
Multitasking: new card multitasking list, long press to lock individual applications.
Split-screen mode: Multi-screen mode to create a list of tasks while using two applications, you can adjust the window proportions (only part of the application).
Batch finishing icons: Long press the desktop select "sort icon 'batch select the icon to move to a different desktop or folder.
Shake finishing the desktop: Go to “arrange icons” mode, shake your desktop tidy Fast Recovery.
Folders are automatically named: Create a folder, depending on the application type for the folder name is automatically.
Notification bar
Optimize the layout: drop-down notification bar without notice Expand all default switch, when there are multiple notifications pull-down notification to view more.
Notify management: Settings - Notification and Status Bar - application notification management, support each application switching and priority setting for notification.
Lock screen
Music Locker: New music lock screen, lock screen display directly covers and lyrics.
Lock screen notifications: Settings - notification and status bar, select whether to display the notification in the lock screen to notify whether the new bright screen.
Information
Customer Service Assistant: New customer assistant accounts, support online chat.
Floating notice: Supports quick reply message and copy the code in the floating notification.
Smart SMS: Update Smart SMS service menu, more powerful.
Phone
Floating notice: New calls Floating notice.
Dialpad: Suspended dial plate design, support slide switch contacts, call records, the Yellow Pages.
Online Yellow Pages: New independent online Yellow Pages, online services, one-touch access.
Yellow Correction: Yellow Pages for online identification number, the error correction can take the initiative in the contact details.
Number Tags: against harassment calls, support for online marking the contact details.
Recording List: Telephone - setting “recorded message” and “call recording” can see the individual recordings.
Dialpad switch: to enter the phone - setting, open “dial pad input switching,” in the dialpad click on the lower left corner of the keyboard symbol to switch T9 and full keyboard dialpad dialpad.
Flyme communication
Switching numbers: support changing the network telephone number bind.
Set up
The new design: for interaction and functional grouping adjustment.
Search: New search function, support for the use of text and voice search settings.
Volume Category: Settings - Sound and vibration - volume, the new volume category management.
Network Sharing: Settings - Wireless Network, click on the Wi-Fi hotspot to share Wi-Fi network through a two-dimensional code.
Preferred networks: Settings - Wireless Network, click on the Wi-Fi hotspots, set the priority for this network connection.
Energy management: Optimizing power ranking, classification display hardware power consumption.
Default Application: Settings - Application Management - default applications, support for different categories to set the default application.
Analog Color: Settings - Accessibility - Developer Options - simulation color space, color blindness or color weakness mode supported by the analog color space.
Search
Plugin: New weather search 4 * 2 widget.
Home: New Search Home, updated in real time hot search words.
Card: search results by showing the card, the interface cleaner.
Input
Candidate words: new candidate word dropdown, improve the speed choice of words.
Transcriber: New full-screen handwriting keyboard input more casual.
Symbol Keyboard: New independent symbols keyboard, keypad lock symbol support continuous input symbols and expression.
Vibration sense switch: to enter the input settings screen, select whether to open the key vibration.
Mobile butler
Rights management: access rights management - setting, open “cutting each other to start the application” switch, wake each behavior tracking applications, a key force off wakeup path.
Harassment intercept: harassment interception to a safe center to support blocking unknown numbers and hidden numbers.
Garbage clean white list: application cache, redundant installation package, application uninstall remnants supports adding white list, to avoid false cleanup.
Regular cleaning: regular cleaning new “scan and clean” option rubbish more peace of mind.
Notification bar traffic information: traffic management - setting, the new “Notification bar shows the flow of information” switch.
Mobile Acceleration: clean up permanent background, to accelerate the speed of the phone.
Rapid examination and a key optimization: no need to wait to enter the interface will be able to know the phone health status, one-click fix all problems.
Applications whiten: support the detection cottage application, eliminate safety hazards.
Toolbox
New “toolbox” App.
Flashlight: Support SOS mode and brightness adjustment third gear.
Mirror: Support normal, twist, rotate, mirror effect symmetrical four.
Compass: Support orientation and latitude and longitude display.
Level: Intuitive view levelness.
Measurement scale: Supports cm and inch two scales.
Magnifier: supports torch mode can also be used at night.
Shortcuts: frequently used tool to add support for the desktop shortcut.
Browser
Home: Home new design.
Window: Window tag optimization show form.
Card: Added “micro letter headline” card.
Toolbar: new toolbar at the bottom, more intuitive operation.
Music
Music Library: Access shrimp music, comprehensive music library rich resources.
Contents: Introduction of a single song shrimp, shrimp rankings, selection set, you may also like the daily recommended content.
Radio: New offline radio function, WLAN environment to automatically update the music library offline.
Song Roaming: For love of singles, a key roam similar songs.
Singles Comments: New singles comment feature, data access shrimp music reviews.
Artist Collection: Artist Collection features new, easy to find your favorite artists.
Members receive: Music opened Thanksgiving activities, membership users can receive free two-month membership services, after the purchase of non-members can also receive a free membership.
Video
Video Feed: New video feeds, support update reminders, chase drama easier.
Potatoes from Channel: New potatoes from channel content, rich video library.
Online seat selection: Adjust movie theaters interface, more convenient booking.
Dropzone: In video playback applications support floating window, the perfect realization of “picture in picture”; support suspension / full screen seamlessly switch playback, without cache.
Cache management: the same series of video automatic classification, by “cache more” direct cache with other video episodes, cache operations more convenient.
Camera
Shooting GIF: GIF new shooting mode, easy homemade face pack.
Time Watermark: Camera - set new time watermark switch.
Voice camera: Camera - setting new voice camera switch.
Flash: Flash memory setting status, avoid duplication.
Manual mode: increase saturation, contrast and white balance adjustment option.
Gallery
Map Mode: Gallery - set, display photos in a map, generate personal and exclusive travel map.
Pictures: Favourites favorite pictures quickly browse in the collection folder.
Custom Cover: Press folder covers, replace favorite picture as the cover.
Filter Small size: Gallery - setting, the new small-size image filter switch, gallery cleaner.
Silent backup: Gallery - setting new silent backup switch.
Is hidden: Press the folder displayed directly hide unwanted folders.
Photo Week view: two-finger zoom, free to switch month and week views, more convenient management.
Photo Editor: Optimize photo editing features, free to adjust the level of the filter and mosaics.
Set Wallpaper: Set wallpaper function optimization, support for custom fuzzy level and overlay pattern.
Topic landscaping
Font Replacement: support the replacement of system fonts without root and rebooting.
Variety lock screen: New Variety lock screen, unlocking is a pleasure.
App Store
Best application: the most beautiful application and content collaboration, found a small but beautiful application.
Applications Tags: Applications New Applications tab shows details page for easy viewing similar applications.
Permissions Show: The new application details page showing detailed permissions entrance, detailed permissions can understand the application before installation.
Micro-channel sharing: sharing style micro-channel optimization.
Calculator
Rates search: When Conversion Rates support direct search by country name.
Unit operation: When the unit converter supports direct operation.
Uppercase conversion: Press the calculated results can be directly converted to uppercase digital.
Clock
Batch delete: Supports long press batch delete alarm and world clock.
Lock screen weather: it removes the lock screen clock weather animation, text display weather information.
Time scale: Timer setting to adjust the time scale style.
File
Design: Optimizing directory structure, file classification provides entry.
Remote management: new FTP remote management capabilities, the same Wi-Fi environment, no data line management phone files directly on the computer.
Hidden folders: Documents - setting, the freedom to choose whether to display hidden folders / directories.
Storage space display: Docs display remaining storage space.
Display: adjust the length of the file name is displayed, you can view more detailed filenames.
Find the phone
Loss reporting mode: Added a key report the loss, report the loss will temporarily restore the phone to factory state, seal all private data (images, video, etc.), to ensure that the loss of phone, private data will not be disclosed.
On-line reminder: When the phone is lost without waiting for the phone line, on the line after reporting the loss as long as the message will immediately notify the owner.
Intelligent alerts Alert: When a lost handset without knowing the exact location in the vicinity of the time, intelligent alerts using the Alert feature, the phone automatically sound.
Send a message: Find mobile phone service built dialogue channel, even if the missing cell phone SIM card is not inserted, you can still carry on a dialogue with each other.
Intelligent Face capture: After reporting the loss will be smart open face capture, Time Lapse mobile phone users do not face.
Notes
Switching topics: new theme switching capabilities, built-in themes and fonts four different plate.
Search notes: Add notes searching for a more convenient.
Text Share: Add text form of sharing notes.
Graffiti: Graffiti support directly into the drawing board.
Automatic numbering: support number automatically created when editing notes.
Recording Animation: Animation recording new record is inserted.
Desktop plug-in: plug-in supports fast new recordings and photographs, support for displaying the contents of all notes.
Sketchpad
Color: Add more preset color.
User Center
New Independent User Center App.
User level: New user rating system, to enhance the level to get more privileges.
Supplementary Information: Support Extended user details.
Integral Center: new integration center to support exchange gifts, earn points, points sweepstakes.
Information
Column Category: Home columns support the classification display, browsing more convenient.
Data Fusion: Fusion feed data under the same section, read more peace of mind.
Interactive adjustment: Adjust Subscription Center, individual centers, the article details the interaction.
Weather
Interface: The new weather interface, you can see more content in the home.
Share: A long way to share detailed weather information Screenshot.
Urban management: direct display of weather information in different cities in urban management interface.
Weather warnings: New weather warning function to support and friends to share early warning information.
Domestic services
Cinema Movies: online seat selection introduces new movie and the upcoming movie details, the new movie stills View.
Travel: New hotels and airfare booking function.
Calendar
Constellation almanac: Support Calendar Home View constellations and almanac information.
Event Suspension Ball: New event suspension ball, quick to create a new event.
Calendar projection device: New Calendar projections, supports date projections, interval estimation and public Lunar conversion.
Interval Display: Click on any date, the number of days in the calendar left corner Quick View.
Notification: Permanent cancellation notification bar notification, slide cancel.
Game Center
Online content: the game details page to increase the game Raiders, evaluation, information, video, and other content packs.
Micro-channel sharing: sharing style micro-channel optimization.
Mail
Account Settings: Press the mailbox type to add new accounts automatically configure account information.
Gestures Zoom: Theme card supports gestures to zoom, browse more relaxed details.
Attachment: New Attachment Manager functions, optimizing mail attachment display position.
Search: a substantial increase in search speed, highlight keyword.
Go to TWRP
Wipe cache / dalvik cache / data / system......
flash rom (gapps included in rom)
flash lcd patch in yureka plus only
Reboot
After first boot is completed REBOOT you are device ( Important )
NEW VERSION
Flyme OS V5.1.7.18R [NOTE: for primary users you have to increase system partition ]
Lcd patch V5.1.7.18R
Older version
FlymeOS V5.1.7.4R: link STABLE ( NOTE: for primary users you have to increase system partition )
15 sec boot patch :link ( NOTE: if you flash it then rom boot in 15sec )
LCD patch : link
FlymeOS V5.1.6.24R : link STABLE ( NOTE: for primary users you have to increase system partition )
15 sec boot patch : link ( NOTE: if you flash it then rom boot in 15sec )
LCD patch : link
Flyme OS V5.1.6.13R : link Stable ( Note : for primary users should increase system partition )
Lcd patch : link
Flyme V5.1.5.20R : link
Lcd patch : link
flyme os v5.1.5.13R : link
lcd patch : link
Heat reduce patch : link
New versions
Flyme V5.1.5.13R : link beta ( Note : support only as secondary rom )
LCD patch : link
Flyme v5.0R stable : Link
Lcd for yureka plus : Link
flyme 5.0R (beta) : Link
Base rom : Link
Kernel source : Link
YU Televentures.....................for Device
Cyanogen team.......................for cos 12 & cos 12.1
Meizu................................................for flyme team
@Annabathina
YU YUREKA
YU YUREKA PLUS
XDA:DevDB Information
[ ROM ] Flyme V5.1.7.18R [ Stable ] [primary/secondary] [ 22-July-2016 ], ROM for the YU Yureka
Contributors
uinod3, Annabathina
Source Code: https://github.com/FlymeOS
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Newest 5.1.xModem and Bootloader for your device
Based On: flyme
Version Information
Status: Stable
Current Stable Version: 5.1.7.18R
Stable Release Date: 2016-07-22
Current Beta Version: 4.5R
Beta Release Date: 2015-12-14
Created 2016-02-21
Last Updated 2016-09-17
Reserved
Reserved
I am getting error "unmount of /system failed; no such volume" while flashing.
Prabhdeep567 said:
I am getting error "unmount of /system failed; no such volume" while flashing.
Click to expand...
Click to collapse
read installation instructions carefully
not suitable for daily use,wheather and some other settings are in chinies and much hot. cm themes not work. wait for next build
Annabathina said:
read installation instructions carefully
Click to expand...
Click to collapse
I read instructions and did the same but i am still getting the same error.
Reserved for video review
anup34 said:
Reserved for video review
Click to expand...
Click to collapse
Hi this is @Annabathina....
where is video review bro....?
Need Help to turnoff Hardware key backlight
hardware key backlight irritates please guide me to turn it off
Not working!!!
After selecting the language the system crashes giving a message 'settings stopped working.' What should I do????
How to increase system partition?
Could anyone upload it somewhere else because i don't know how to download it?
stuck at yu logo
I flashed successfully but my device is not booting
I flashed this ROM and my phone got stuck in YU logo , what should I do so that it can be flashed in my yureka plus , I flashed the 1gb ROM with lcd patch still it did not work. !! Any solution please.....
I am flashed this ROM on my yureka plus stuck at logo how to fix this problem
does it support volte??
No Bugs? What a lie lol
Battery drain asf
Audio shattering
Oh ,wait
The camera, it's awesome ... It remembered the last time i went to funhouse in carnival....