Android 11 Developer Preview Launched By Google - OnePlus 7 Pro Guides, News, & Discussion

February 20th. According to foreign media reports, Google launched the developer preview version of the next version of the Android operating system
New reported features.
1- "context-aware Bluetooth flight mode", that is, when the mobile phone is connected to a Bluetooth headset or a hearing aid, turning on the flight mode, Bluetooth will not be turned off.
2- A reverse wireless charging function, called "Battery Share".
3- Users will now be able to grant one-time location access to applications.
4- Android 11 brings a new link API to support 5G networks, so developers can take advantage of the improved speed and latency provided by 5G, such as making the app automatically provide the corresponding high-quality video when a high-quality network is detected.
5- Android 11 also adds a Bandwidth Estimator API that allows developers to easily determine the amount of downstream / uplink bandwidth available without the application having to query or calculate their own estimates.
6- Android 11 has added the function of levitating chat bubbles. As long as the APP uses a new API, the ongoing conversation can be suspended in the form of bubbles on the screen.
7- In addition, copy and paste have also been upgraded. If the app supports direct copy and paste of images, then Android 11 supports pasting pictures directly into the reply of the app, reducing the need for users to cut between multiple apps. Chrome APP now Supported.
8- Android 11 adds a one-time permission for location, microphone, and camera permissions. In other words, an app that has obtained a one-time permission will still ask the user for authorization next time.
9- Screen recording
10- New Motion Sense gestures to pause music.

Wow Android has truly turned into a boring software.

Gnubaver said:
Wow Android has truly turned into a boring software.
Click to expand...
Click to collapse
wtf are you meaning? Should a OS suprise you everyday with a gift?

This is exciting news... looking forward to it! Cheers

Someone test out Desktop OS on Android 11!!

momulah said:
Someone test out Desktop OS on Android 11!!
Click to expand...
Click to collapse
That's assuming someone actually managed to boot it. Tried with to different vendors and it won't boot wasted 2hrs.
Sent from my GM1917 using Tapatalk

ilia1985 said:
That's assuming someone actually managed to boot it. Tried with to different vendors and it won't boot wasted 2hrs.
Click to expand...
Click to collapse
it would be nice to try it on op7 pro pro in beta

momulah said:
Someone test out Desktop OS on Android 11!!
Click to expand...
Click to collapse
What is desktop OS

matze19999 said:
wtf are you meaning? Should a OS suprise you everyday with a gift?
Click to expand...
Click to collapse
Honestly the chat bubbles are a big deal and hopefully something the Android developer team is focusing on for the a11 release. Miss the heck out of Halo from paranoid Android team back in the day.

Related

Multiple user accounts code found in JB

SOURCE
If Android ever hopes to be make the move towards becoming a real desktop OS (this has to be in the back of Google’s mind), it’s going to need one thing first: multiple user accounts. This has long been one of the items at the top of my “Things That Grind My Android Gears” list. Towards the wee hours of last night, we received a tip from our developer friends after a discovery they made, revealed some pretty interesting code hidden deep inside Android 4.1 Jelly Bean AOSP.
What they found were clues that Google has been doing more than just toying around with the idea multiple user accounts on Android, and they’ve actually been busy incorporating code all over the OS that makes its future all but certain. Our developer Steven put together a nice little walk through and if you’re handy with ADB, you can see it for yourself.
Exploring Jelly Bean’s Unfinished Multiple Profile Switching Discovery and Testing Performed by Kevin Barry of TeslaCoil Software.
Commands (using ADB Shell)
pm = PackageManager
am = ActivityManager
*
pm create-user test (creates a user, ‘test’ in this example)
am switch-user 1 (switches to user ‘1’, which is ‘test’)
am switch-user 0 (switches to user ‘0’, which is your original configuration)
pm list-users (lists all users on current device)
pm remove-user 1 (removes the user ‘1’,which is ‘test’ in this example. *Note that create-user takes a string name while remove-user takes an integer)
Things To Note:
App settings are in /data/user/0/ with /data/data symlinked to it for backwards compatibility
Some system settings are in /data/system/users/0/ rather than just /data/system/
You can view 2011 commit messages in AOSP for all of these commands
Visually you can not determine what user is currently active.
Notifications and recent apps do not clear (remember… unfinished) and causes confusion to what user you’re on and will switch to whatever user that is running that particular app you click on.
Static wallpapers do not switch per user (seems to be shared) but live wallpapers do switch with each user.
Encrypted apps, which is all paid apps from the Play Store in Jellybean, will FC between users. *For example: if you run a paid app from one user on a different user that did not originally install the app, you will get the following error: "E/AndroidRuntime( 8707): Caused by: java.lang.ClassNotFoundException: com.levelup.beautifulwidgets.BeautifulWidgets"
Apps all have different settings which allows you to login or have different settings per user. *(even gmail)
Example Shell (ADB):
[email protected]:/ # pm list-users
Users:
UserInfo{0rimary:3}
UserInfo{1:test:0}
Click to expand...
Click to collapse
Pretty amazing find, right? The boys at Android Police made a similar discovery, giving a timeline of commits pushed to AOSP dating as far back as April 14th, 2011, all the way to March 28th, 2012. This shows Google has been working on UA’s for awhile now. All the pieces are in place. Multiple user accounts are coming to Android. The question is no longer*if — but when. Excited?
Click to expand...
Click to collapse
It makes sense with tablets and smart TVs, where you get multiple people using them.
Someone on here has already made a profile switching app. Not sure if it's as effective as profile switching on Windows, but anyone that's interested should give it a look.
http://forum.xda-developers.com/showthread.php?t=1465661
Archer said:
It makes sense with tablets and smart TVs, where you get multiple people using them.
Someone on here has already made a profile switching app. Not sure if it's as effective as profile switching on Windows, but anyone that's interested should give it a look.
http://forum.xda-developers.com/showthread.php?t=1465661
Click to expand...
Click to collapse
I have SwitchMe and I definitely would recommend using it for a battery saving profile, I use it in situations when I know I'm not going to be using my phone much but need the battery to last. I get really good battery life setting up a bare bones profile. It always worked well for me on ICS but I haven't tried it yet on JB. It took 3-10 minutes to boot back and forth in my experience with it, and it takes some battery to do that so I wouldn't use it for constantly switching. It works for what I use it for but a baked in option that didn't take as long to switch would be awesome.
Yeah. But this would be useful for devices with limited memory and or no root
Sent from my LG-P500 using xda premium
I'm running a job ROM at the moment and I can say with complete confidence there will be multiple accounts in jellybean
Sent from my SGH-T959 using xda app-developers app
Would be nice though. You could hand your phone to a friend to do something and have them on your profile that only has making calls and certain apps available.
Looks like we can now access the multi-account feature.
http://www.xda-developers.com/android/switch-user-profiles-on-jelly-bean/

[App] SwitchMe - Share Your Device - MULTIPLE USER SPACES

Hi guys Im one of the developers of SwitchMe - an app that creates multiple user spaces. We have just released a new build which should fully support the T2s. Please have a look and let me know if everything is working as it should!
Thanks in advance, PR after the break:
.................................................................................................
SwitchMe - share your device!
SwitchMe is a unique application for root users that allows you to log in and out of multiple installations of Android just as you would on a desktop computer.
SwitchMe is a unique application for root users that allows you to log in and out of multiple user spaces just as you would on a desktop computer, with each profile having its own separate system settings, apps and data.
Some of the benefits of this technology:
Privacy
Securely share one device among many users, protect your accounts with passwords and log out automatically.
Kids
Create a profile for the kids, with only the apps and access you feel comfortable with.
Gaming
Overclock your profile for maximum performance in intensive games
Speed
Imagine a buttery smooth profile, with no kids games, messengers or bloatware to slow things down.
Testing
Create a sandbox profile to easily test applications and themes - no more nandroid nightmares!
Battery
Switch to a profile which only contains the essentials to save power through brute force.
Critical usage warning:
Incorrect use of this application can potentially harm your device. Before proceeding with use we strongly recommend that you perform a full nandroid backup through the device recovery.
READ THE HELP FILE CAREFULLY TO AVOID ISSUES
Without the Key, this application allows a maximum of 2 profiles and no security features.
Only the standard Android implementation of Apps2SD is currently supported. Use all others at your own risk.
Most devices should be compatible as long as they have enough free internal memory to create secondary profiles. The application will warn users if available memory is low.
These of course are only suggestions - there are plenty of other uses for the functionality SwitchMe offers.
Market link:
https://market.android.com/details?id=fahrbot.apps.switchme
The free version allows the creation of two profiles and has no security features.
Screens:
Looks cool. I'd try it out but I hate crippled apps that need a key to work properly.
Good luck.
scottx . said:
Looks cool. I'd try it out but I hate crippled apps that need a key to work properly.
Good luck.
Click to expand...
Click to collapse
And yet there you are, trying it out.
Also, the free app already gives you everything. You just have to use you brain to make it work.
Attitude... it affects the best of us.
Anything to report?
oh, this is great, now you can share the tablet with family members
R1kARD0 said:
oh, this is great, now you can share the tablet with family members
Click to expand...
Click to collapse
Yep, it does that.
Hi
very helpful app for a family with only one tablet, works almost 100% OK for us.
everytime i switch profile a android OS update is done, and after a few seconds im loged out again, after second logon it's OK
Galaxy Tab 2 10.1 GT-P5110 4.0.4 XXBLH4
Installed it on my GT2 3113 this morning and have been playing around with it. I do get the same android OS update thing as listed above when switching users. Also sometimes when the app opens it is a blank screen with no profiles or details listed. Running RomsWell V1.1 stock rooted/deodexed 4.0.4 rom
gooffeyguy said:
Installed it on my GT2 3113 this morning and have been playing around with it. I do get the same android OS update thing as listed above when switching users. Also sometimes when the app opens it is a blank screen with no profiles or details listed. Running RomsWell V1.1 stock rooted/deodexed 4.0.4 rom
Click to expand...
Click to collapse
Write through the app please.
ftgg99 said:
Write through the app please.
Click to expand...
Click to collapse
Will do
Thnks....
I love this app
I've noticed that if I don't use the switch screen options then the app works fine and doesn't give me the blank main page that I was experiencing previously.
---------- Post added at 01:14 AM ---------- Previous post was at 01:02 AM ----------
Also, what folder are the additional users profile/apps installed to?
Sent from my GT-P3113 using xda app-developers app
Im looking into it.
/DATA/.PROFILES is where everything is kept.
Guys there have been reports of the app being blank sometimes. Im trying to work out if this is something to do with superuser vs supersu. If youve experienced this, please let me know and be sure to tell me which of the two youre using...
I haven't been having that problem since I disabled the "switch screen functionality" in the settings. I do use the "fast switch" option and just open the app when I want to switch profiles. I am using SuperSU v0.96
gooffeyguy said:
I haven't been having that problem since I disabled the "switch screen functionality" in the settings. I do use the "fast switch" option and just open the app when I want to switch profiles. I am using SuperSU v0.96
Click to expand...
Click to collapse
You disabled the two main functions just because you sometimes couldn't see the statistics page? That seems a little extreme...
ftgg99 said:
You disabled the two main functions just because you sometimes couldn't see the statistics page? That seems a little extreme...
Click to expand...
Click to collapse
No, not just because it didn't show statistics, but I wouldn't be able to switch users unless I rebooted the device. When the problem would occur it also wouldn't bring up the switch user screen on the lock screen after waking up. If the icon notification was enabled it just opened up the statistic screen, not the user switch screen. I would get stuck in the current users profile until I rebooted and hoped the switch user screen would show after start up.
I like the functionality of the switch user screen but with it glitching like that on my device the only sure way to be able to switch profiles is to disable all that and just go into the app/statistic screen and click switch at the bottom.
I just noticed that there is a widget for this app that allows switching profiles without opening the app.
gooffeyguy said:
I just noticed that there is a widget for this app that allows switching profiles without opening the app.
Click to expand...
Click to collapse
I think your problem is with supersu (if thats what youre using). If possible, change it to superuser or at least make sure that youve set supersu up to always grant and whatever.
Supersu is very green and i wouldnt recommend it to anyone.
I have used this app for awhile now and really love it as it allows both my girlfriend and I to separately use my nexus 7 without interfering with each others settings. However, I recently flashed a CM 10 nightly (which i really like) and the switcher no longer works, freezing during each switch attempt.
I know it says CM 10 is not supported at the current time on the app page, but are there an plans to include this support in the future? Any info is appreciated and thanks for your work.

[L5/L7][DISCUSION THREAD] Lollipop & KITKAT

General discusion about Lollipop&Marshmallow for L5 & L7
{
"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"
}
Android 5.0 "Lollipop" is the latest version of the Android mobile operating system developed by Google. Unveiled on June 25, 2014 during Google I/O, it became available as official over-the-air (OTA) updates on November 12, 2014 for select devices that run distributions of Android serviced by Google, including Nexus and Google Play edition devices. Its source code was made available on November 3, 2014.
One of the most prominent changes in the Lollipop release is a redesigned user interface built around a responsive design language referred to as "material design". Other changes include improvements to the notifications, which can be accessed from the lockscreen and displayed within applications as top-of-the-screen banners. Google also made internal changes to the platform, with the Android Runtime (ART) officially replacing Dalvik for improved application performance, and with changes intended to improve and optimize battery usage, known internally as Project Volta.
QUESTIONS:
-What are you guys thinking about this new update for our phones?
-What are you thinking about new MATERIAL DESIGN?
-What about ART? (pros--cons)
-Guest user mode? Good?
-What about app compatibility?
-more soon
For now we know that
@ALEX.IMER work on CM12 for L7 (make all,but stuck on graphic module).
@Asce1062 work on CyanHacker L for L7 & L5
@aidasaidas75 Finished CM12 for L5 HERE
We have kernels which support both devices, that is good thing
For L7 there is IMER kernel which is in all his roms
For L5 there is SKernel by @skyinfo HERE
Also there is GAPPs thread by @Plamb1r and @Paget96 (me) HERE
Material design: fluid, purposeful motion
More tangible interaction
Content responds to your touch in an intuitive way.
More time playing, less time charging
Power for the long haul with a battery saver feature that extends your device by up to 90 minutes. And now it's easier to manage your power usage - see the estimated time left before you need to charge, and when you're charging, approximately how much time until it's topped up and ready to go.
More ways to secure your device
Share your device securely with guest user mode. Or create multiple user accounts to enable friends to log in on your device. In either case, no one will be able to access any of your stuff. And you can use Android Smart Lock to secure your phone or tablet by pairing it with a trusted device like your wearable or even your car.
Your device, your rules
For fewer worries and disruptions, adjust your settings so only certain people and notifications get through. When it's important, respond directly from your lockscreen.
Lollipop features​
Material Design
A bold, colorful, and responsive UI design for consistent, intuitive experiences across all your devices
Responsive, natural motion, realistic lighting and shadows, and familiar visual elements make it easier to navigate your device
Vivid new colors, typography, and edge-to-edge imagery help to focus your attention​
Notifications
New ways to control when and how you receive messages - only get interrupted when you want to be
View and respond to messages directly from your lock screen. Includes the ability to hide sensitive content for these notifications
For fewer disruptions, turn on Priority mode via your device’s volume button so only certain people and notifications get through. Or schedule recurring downtime like 10pm to 8am when only Priority notifications can get through
With Lollipop, incoming phone calls won’t interrupt what you’re watching or playing. You can choose to answer the call or just keep doing what you’re doing
Control the notifications triggered by your apps; hide sensitive content and prioritize or turn off the app’s notifications entirely
More intelligent ranking of notifications based on who they’re from and the type of communication. See all your notifications in one place by tapping the top of the screen​
Battery
Power for the long haul
A battery saver feature which extends device use by up to 90 mins
Estimated time left to fully charge is displayed when your device is plugged in
Estimated time left on your device before you need to charge again can now be found in battery settings​
Security
Keep your stuff safe and sound
New devices come with encryption automatically turned on to help protect data on lost or stolen devices
SELinux enforcing for all applications means even better protection against vulnerabilities and malware
Use Android Smart Lock to secure your phone or tablet by pairing it with a trusted device like your wearable or even your car​
Device Sharing
More flexible sharing with family and friends
Multiple users for phones. If you forget your phone, you still can call any of your friends (or access any of your messages, photos etc.) by simply logging into another Android phone running Lollipop. Also perfect for families who want to share a phone, but not their stuff
Guest user for phones and tablets means you can lend your device and not your info
Screen pinning: pin your screen so another user can access just that content without messing with your other stuff​
New Quick Settings
Get to the most frequently used settings with just two swipes down from the top of the screen
New handy controls like flashlight, hotspot, screen rotation and cast screen controls
Easier on/off toggles for Wi-Fi, Bluetooth, and location
Manually adjust your brightness for certain conditions. Then, adaptive brightness will kick in based on ambient lighting​
Connectivity
A better internet connection everywhere and more powerful Bluetooth low energy capabilities
Improved network handoffs resulting in limited interruption in connectivity. For example, continue your video chat or VoIP calls without interruption as you leave the house and switch from your home Wi-Fi back to cellular
Improved network selection logic so that your device connects only if there is a verified internet connection on Wi-Fi
Power-efficient scanning for nearby Bluetooth low energy (“BLE”) devices like wearables or beacons
New BLE peripheral mode​
Runtime and Performance
A faster, smoother and more powerful computing experience
ART, an entirely new Android runtime, improves application performance and responsiveness
Up to 4x performance improvements
Smoother UI for complex, visually rich applications
Compacting backgrounded apps and services so you can do more at once
Support for 64 bit devices, like the Nexus 9, brings desktop class CPUs to Android
Support for 64-bit SoCs using ARM, x86, and MIPS-based cores
Shipping 64-bit native apps like Chrome, Gmail, Calendar, Google Play Music, and more
Pure Java language apps run​
source: Android lollipop 5.0
Click to expand...
Click to collapse
-Next Lollipop updates-​
Update 5.0.1
As of now, there is no word on what precise changes the Android 5.0.1 update brings; though we can expect the release to bring fixes to various bugs and issues reported by Android 5.0 Lollipop users in the recent few weeks. With the release of Android 5.0.1 factory images for Nexus devices, we can expect that Google will soon announce the incremental update.
Update 5.0.2
Android 5.0 is has been publicly available since early November, and the number of devices getting Google’s latest OS is growing bigger every day. In the first few weeks after its release, Google focused on stability and released quite a few update builds. Now, it’s the time for a small numerical bump, because Android 5.0.2 has just been pushed into Google’s AOSP repos.
Android 5.0.1 was rather minor update, with only a few notable changes. Android 5.0.2 is definitely bigger, but it’s still not huge. Google managed to address some issues with MountService which should now start before performBootDexOpt. This fixes a previously reported bug in the issue tracker. Some other changes related to NAND have also been pushed. Fstrim, introduced in Android 4.3, caused some serious issues on Lollipop. According to this log provided by XDA Recognized Developer cybojenix, devices turned off for the night had problems with fstrim being launched at all. Google addressed the issue and devices with slow NAND should now have a noticeable performance boost.
Nexus 7 (Wi-Fi) and Nexus 7 (Mobile Data) device trees have been updated. As a result, new factory images for the Nexus 7 (2012) and updated binary files are have been pushed. As usual you can get them from the Android Developer Page. An updated device tree for tilapia is a good sign, as it’s one of two devices that haven’t received an official update already. There is a light at the end of the tunnel, signaling that Google will finally bring official Lollipop to the missing devices sooner rather than later.
If you want to build Android 5.0.2 yourself, you can update your current sources by executing the following command:
repo init -b android-5.0.2_r1 && repo sync
Update 5.0.3
A memory leak occurs when Android allocates a chunk of system memory for a task and then doesn’t release it again. This means that over time more and more memory will be allocated and none ever given back. Even with 2 or 3GB of RAM, eventually the system will run out of memory, and that is never pretty.
The thread on the issue tracker is hard to follow as there are lots of complaints and there is lots of general unhappiness, but little in the way of official comments from Google or Android developers. However it does now seem that Google has agreed that this is a bug, and that it has been fixed in the source code. What that means is that the latest source code used to build Android doesn’t leak memory. However that doesn’t actually help affected users at the moment. The next step is for Google to make a new release of Android, probably Android 5.0.3 Lollipop, with this and other bug fixes. However there is no news on when that will be. Let’s hope it will be soon.
Update 5.1
Google released Android 5.0 just over a month ago, and since then Lollipop has been trying to establish its position in the global smartphone market. Despite its many new features and overall greatness, Android 5.0 has many issues that still need to be addressed. According to our colleagues at AndroidPIT and their two internal sources, Google is working on Android 5.1, which should really come as no surprise because software progress is inevitable. We already know that Google is always looking ahead, but the interesting part is that if rumors are to be believed, we’ll see 5.1 as soon as the end of February.
This information, although plausible, could strike one as a bit odd. After all, usually Google releases one or two versions of its OS per year. But with the potential release of 5.1 right around the corner, it’s unclear as to why Google would want to roll out a new update so soon.
If AndroidPIT’s sources are to be believed, the update will allegedly bring following improvements:
-Silent mode added after missing on Android 5.0
-General improvements in system stability
-Improved RAM management
-Fixes for sudden app closures
-Improved battery management
-Excessive consumption of network devices when used Wi-Fi fixed
-Issues with wireless connections fixed
-Problems with Okay Google function solved
-Notifications problems solved
-Some sound problems experience by certain devices fixed
-Other improvements and changes
The to-do list is rather long, and Google will definitely address some of these problems. AndroidPIT claims that they got this news from sources close to Google and Android 5.1 will soon become a reality. We can only wait to see whether these revelations are real or not.
Android 6.0: let’s invent the ultimate Android OS
http://www.androidpit.com/android-6-release-date-news-rumors
Android M (6.0) --- that is for future xd
Source:
AndroidPIT
Official android site:
Android Lollipop 5.0 (official site)
Thats all information which we have for now, I will updating this thread frequently
General discusion about KITKAT for L5 & L7
The Android 4.4 KitKat operating system uses advanced memory optimization technologies. As a result, it is available on Android devices with as little as 512 MB of RAM. This is important because previous versions of the operating system required more internal memory which made them incompatible with many older device models. This was a major cause of the problem known as Android fragmentation.
Android 4.4 KitKat features a cleaner user interface, Near Field Communication (NFC) support and always-on touch screen action buttons, which replace the need for the physical buttons found on many Android devices. KitKat also boasts an improved security-enhanced Linux module, which helps prevent unauthorized app access.
Google announced Android 4.4 KitKat in September 2013 and debuted it on the Nexus 5 smartphone the following month. For months prior to the release, observers expected the OS to be called Key Lime Pie, but Google renamed it as part of a marketing promotion with the Hershey Company, which sells a candy bar called Kit Kat in the United States.
Smart, simple, and truly yours
Beautiful & Immersive
A more polished design, improved performance, and new features.​
Just say “Ok Google”
You don’t need to touch the screen to get things done. When on your home screen* or in Google Now, just say “Ok Google” to launch voice search, send a text, get directions or even play a song.
A work of art​While listening to music on your device, or while projecting movies to Chromecast, you’ll see beautiful full-screen album and movie art when your device is locked. You can play, pause, or seek to a specific moment.
Immerse yourself
The book you're reading, the game you're playing, or the movie you're watching — now all of these take center stage with the new immersive mode, which automatically hides everything except what you really want to see. Just swipe the edge of the screen to bring back your status bar and navigation buttons.
Faster multitasking​Android 4.4 takes system performance to an all-time high by optimizing memory and improving your touchscreen so that it responds faster and more accurately than ever before. This means that you can listen to music while browsing the web, or race down the highway with the latest hit game, all without a hitch.
Smart & Simple
Google smarts improve every corner of the Android experience.
The future is calling
The new phone app automatically prioritizes your contacts based on the people you talk to the most. You can also search for nearby places and businesses, your contacts, or people in your Google Apps domain.
A smarter caller ID​Whenever you get a call from a phone number not in your contacts, your phone will look for matches from businesses with a local listing on Google Maps. Learn more about caller ID by Google.
All your messages in the same place
Never miss a message, no matter how your friend sends it. With the new Hangouts app, all of your SMS and MMS messages are together in the same app, alongside your other conversations and video calls. And with the new Hangouts, you can even share your location and send animated GIFs.
Emoji everywhere​Sometimes words can’t express how you feel. For that, there’s Emoji, the colorful Japanese characters, now available on Google Keyboard.
Grab & Go
New features help you get things done while you’re on the move.
Print wherever, whenever
Now you can print photos, documents, and web pages from your phone or tablet. You can print to any printer connected to Google Cloud Print, to HP ePrint printers, and to other printers that have apps in the Google Play Store.
Pick a file, any file​From apps like Quickoffice, you can open and save files on Google Drive, other cloud storage services, or your device. And with quick access to recently used files, it's easier than ever to send the file you were just working on.
Your office, anywhere
Create and edit documents, spreadsheets and presentations from your phone or tablet with the newly redesigned Quickoffice
Even more features
For those of you looking to go deeper, here's an exhaustive list of all the updates found in Android 4.4, KitKat.
Bluetooth MAP support
Android now supports the Message Access Profile (MAP) so Bluetooth-enabled cars can exchange messages with your devices.
Chromecast support
With your Android device and a Chromecast, you can enjoy your favorite online entertainment, from Netflix, YouTube, Hulu Plus, and Google Play on your HDTV.
Chrome web view
Applications that embed web content now use Chrome to render web components accurately and quickly.
Closed captioning
Android now supports closed captioning and subtitles. To turn on closed captioning, go to Settings > Accessibility and turn on Captions.
Device management built-in
If you ever lose your device, you can find or wipe it with the Android
Device Manager
Downloads app redesign
The Downloads app has been redesigned, giving you new sorting options and list and grid views for all the files you’ve downloaded.
Easy home screen switching
If you love to customize your device and have installed one or more home screen replacements, you can switch between them easily in Settings > Home.
Email app refresh
The redesigned Email app has a fresh new look with nested folders, contact photos and better navigation.
Full-screen wallpapers with preview
Your wallpaper now extends through the notification tray and system buttons. And when you change your wallpaper, you can preview just how it will look before you set it.*
HDR+ photography
HDR+ mode on Nexus 5 automatically snaps a rapid burst of photos and combines them to give you the best possible single shot. Daytime pictures are vivid with clean shadows, and nighttime photos are sharp with less noise.*
Infrared blasting
On devices with an infrared (IR) blaster, Android now supports applications for remote control of TVs and other nearby devices.
Location in Quick Settings
Access your location settings from anywhere with a new tile in Quick Settings.
Location modes and monitoring
If you want to conserve battery, go to Settings > Location to switch between high accuracy and battery-saving location modes. There’s no need to toggle GPS, Wi-Fi, and mobile network settings. And to see which apps have recently requested your location, go to Settings > Location.
Low-power audio playback
Android 4.4 on Nexus 5 lets you listen to music for longer - up to 60 hours of audio playback.*
Music and movie-seeking from lock screen
Jump to a specific part of a song or video from your lock screen. Just long press on the play or pause button and then select the point you want.
Secure app sandboxes
Application sandboxes have been hardened with Security-Enhanced Linux.
Step counting built-in
When you use fitness apps like Moves on Nexus 5, the phone acts as a pedometer to count steps. Android 4.4 and updated hardware make this a more battery-friendly way to measure your activity.
Tap to pay, built a new way
Android 4.4 introduces a new, open architecture for NFC payments that works with any mobile carrier, and lets apps manage your payment information in the cloud or on your device. Now you can tap to pay with Google Wallet or other apps at more than a million stores.
Touchscreen improvements
Improved software and Nexus 5’s new hardware mean Android responds to your touch faster and more accurately than ever before.*
Version history(Codenames, Tags, and Build Numbers)
For me, i'm a fan of playing game so i hope the graphic in new version will better than present kitkat rom
I think Material design is beautiful, it look simple and colorful
ART, i hope it will stable and support more app and no bugs
My phone is mine so guest user mode is not important for me
That is my thinkings about new version Lollipop is going for our poor device
Sorry for my bad english
SMILEVN said:
For me, i'm a fan of playing game so i hope the graphic in new version will better than present kitkat rom
I think Material design is beautiful, it look simple and colorful
ART, i hope it will stable and support more app and no bugs
My phone is mine so guest user mode is not important for me
That is my thinkings about new version Lollipop is going for our poor device
Sorry for my bad english
Click to expand...
Click to collapse
I thinks so. But all of you need to know IMER's CM12. Don't have ART. He said that "only dalvik" idk now :/
I think IMER only make rom for l7
What about l5??? The last i have used cyanhacker is very laggy
Sent from my LG-e612 using XDA Free mobile app
What about the record with the microphone?
SMILEVN said:
I think IMER only make rom for l7
What about l5??? The last i have used cyanhacker is very laggy
Sent from my LG-e612 using XDA Free mobile app
Click to expand...
Click to collapse
I use cyan hacker for l7 . Work good. Try the latest SKernel . There is final version for L5.
EDIT: Yes, IMER work only for L7.. And that is not problem to port to L5. / don't worry.
Frankrmd said:
What about the record with the microphone?
Click to expand...
Click to collapse
I don't know :/ but we always can hope.
Paget96 said:
I use cyan hacker for l7 . Work good. Try the latest SKernel . There is final version for L5.
EDIT: Yes, IMER work only for L7.. And that is not problem to port to L5. / don't worry.
Click to expand...
Click to collapse
I agree that cyanhacker is smooth but the graphic is very bad
Now i am using avatar rom from Mr.Plamb1r to play game
I think CrystalPA rom is a good Kitkat rom but Mr.Cr3pt didn't support it
SMILEVN said:
I agree that cyanhacker is smooth but the graphic is very bad
Now i am using avatar rom from Mr.Plamb1r to play game
I think CrystalPA rom is a good Kitkat rom but Mr.Cr3pt didn't support it
Click to expand...
Click to collapse
My first rom on this device is CrystalPa 5.0.. Then I used. CM11, LS. And now CyanHacker.
Now I waiting for. CM12 by mr @ALEX.IMER
but i am using l5 so i wait the new version cyanhacker from Mr.Asce
Sent from my LG-e612 using XDA Free mobile app
SMILEVN said:
but i am using l5 so i wait the new version cyanhacker from Mr.Asce
Sent from my LG-e612 using XDA Free mobile app
Click to expand...
Click to collapse
I read somewhere, don't know where, he already make for L7 p705 and will test it today or tomorrow. . I know only that.
Good news for L5 users!! @aidasaidas75 is building CM12 for L5!!
Lollipop is coming.
Inviato dal mio ME173X utilizzando Tapatalk
skyinfo said:
Good news for L5 users!! @aidasaidas75 is building CM12 for L5!!
Click to expand...
Click to collapse
That is very very good news . Good luck with that rom guys. . We must wait,some time (L7) users
Information updated, check first post
Anyone can tell me, what is LS?
Sent from my LG-E610 using XDA Free mobile app
fbli_41 said:
Anyone can tell me, what is LS?
Sent from my LG-E610 using XDA Free mobile app
Click to expand...
Click to collapse
LiquidSmooth
Inviato dal mio ME173X utilizzando Tapatalk
From my experience w/ L from my aging galaxy tab 10.1 is great. Its smoother than KK.
AFAIK, @Asce1062 will make cyanhacker L. That's what he said on his thread and this will be due this DEC 20. We just hope so and wait.
For me, LS and cyanhacker will be great for L. Since this two ROMs were the smoothest of all KK I've ever flashed. Except for the last version of LS which is buggy.
So for now let's just wait and see.
vaikz said:
From my experience w/ L from my aging galaxy tab 10.1 is great. Its smoother than KK.
AFAIK, @Asce1062 will make cyanhacker L. That's what he said on his thread and this will be due this DEC 20. We just hope so and wait.
For me, LS and cyanhacker will be great for L. Since this two ROMs were the smoothest of all KK I've ever flashed. Except for the last version of LS which is buggy.
So for now let's just wait and see.
Click to expand...
Click to collapse
Ok, thanks for reply. I read somewhere that @Asce1062 working on LS. he work on both or. Only cyanhacker L
So guys thank you for being patient, tomorrow is my last exam ...I'll sync on Friday and start working on Saturday, 20th as promised.
Paget96 said:
Ok, thanks for reply. I read somewhere that @Asce1062 working on LS. he work on both or. Only cyanhacker L
Click to expand...
Click to collapse
Yes, I have been syncing LS trees since they had Lollipop ? before Cyanhaker. But now that will change . I will be building Cyanhaker (Which is now based off of CM 12)... The developers promised to implement the speed tweaks from LS and even improve on them. Then maybe later on I will build LS.
Sent from my LG-P705 using XDA Premium 4 mobile app

Administrative Controls for the Mini

Hi,
I would like to use the Android Mini as a terminal for our school library. However, kids using the terminal may just install software from the Play store or from other sources (just share it from their own devices will already work). They can also play loads of games on the mini.
How can I restrict this? I tried using app blockers downloaded from the play store but I think because of the Mini's multitasking capabilities, it is possible to easily disable the app blockers simply by pressing ESC. Can I do this without rooting (I am not experienced in rooting and prefer if the solution did not need to open up my mini)
Thanks a lot
webmiester
webmiester said:
Hi,
I would like to use the Android Mini as a terminal for our school library. However, kids using the terminal may just install software from the Play store or from other sources (just share it from their own devices will already work). They can also play loads of games on the mini.
How can I restrict this? I tried using app blockers downloaded from the play store but I think because of the Mini's multitasking capabilities, it is possible to easily disable the app blockers simply by pressing ESC. Can I do this without rooting (I am not experienced in rooting and prefer if the solution did not need to open up my mini)
Thanks a lot
webmiester
Click to expand...
Click to collapse
I work with Remix as a Ambassador I will post this to the board and see if I can get you a answer for your issue. Will be in touch ASAP.
webmiester said:
Hi,
I would like to use the Android Mini as a terminal for our school library. However, kids using the terminal may just install software from the Play store or from other sources (just share it from their own devices will already work). They can also play loads of games on the mini.
How can I restrict this? I tried using app blockers downloaded from the play store but I think because of the Mini's multitasking capabilities, it is possible to easily disable the app blockers simply by pressing ESC. Can I do this without rooting (I am not experienced in rooting and prefer if the solution did not need to open up my mini)
Thanks a lot
webmiester
Click to expand...
Click to collapse
heh no the mini in the current state is not good for education (root need soldering),you should try cloud ready the Chrome os distribution for pc,they are fond of chromebooks in education I think
tailslol said:
heh no the mini in the current state is not good for education (root need soldering),you should try cloud ready the Chrome os distribution for pc,they are fond of chromebooks in education I think
Click to expand...
Click to collapse
Thank you Taillol for your suggestion of using Chromebooks. Chromebooks are currently not in my mind as one of the viable solutions though. I heard that most applications of Chrome are dependent on the internet. What I like with Android is that it has enough applications which can load locally like office apps and paint programs. So in this case, I can free up bandwidth if the user decides to use any app found in its memory.
Android also has applications which are very similar or almost identical to their windows and Linux and Mac desktop counterparts. For instance, I plan to use the android version of textmaker HD for the android boxes while using either the linux or windows versions for the offices using PC (or even use the remix x86). In this way, the applications will look the same in whatever machine they will use. Although google office is also available in all these platforms including chrome, I dont want to get a subscription for business.
wastate2014 said:
I work with Remix as a Ambassador I will post this to the board and see if I can get you a answer for your issue. Will be in touch ASAP.
Click to expand...
Click to collapse
Thank you so much Wastemeter2014. I was hoping to come up with some sort of solution soon as I was planning to buy the Remix mini units already this week. Ill have to wait for your reply.
Sorry for the delay, Tailslol is a member of the same Ambassador team. I have forwarded your request to the engineering team. I have a few ideas I will try today but the current OS has limited options in which to lock it down to the extent you are looking for. That being said, please allow me a little further time to consult further I havn't forgotten you.
webmiester said:
Thank you Taillol for your suggestion of using Chromebooks. Chromebooks are currently not in my mind as one of the viable solutions though. I heard that most applications of Chrome are dependent on the internet. What I like with Android is that it has enough applications which can load locally like office apps and paint programs. So in this case, I can free up bandwidth if the user decides to use any app found in its memory.
Android also has applications which are very similar or almost identical to their windows and Linux and Mac desktop counterparts. For instance, I plan to use the android version of textmaker HD for the android boxes while using either the linux or windows versions for the offices using PC (or even use the remix x86). In this way, the applications will look the same in whatever machine they will use. Although google office is also available in all these platforms including chrome, I dont want to get a subscription for business.
Click to expand...
Click to collapse
Yes i am an ambassador too.
And we are looking for a solution internally.
Current version of the mini lack of tools for this kind of use.
I was suggesting Chromebooks mostly because they have Google adminstrative tools and recent ones have access to Android play store.
tailslol said:
Yes i am an ambassador too.
And we are looking for a solution internally.
Current version of the mini lack of tools for this kind of use.
I was suggesting Chromebooks mostly because they have Google administrative tools and recent ones have access to Android play store.
Click to expand...
Click to collapse
I would agree that chrome would be better suited at this point. The parental tools on Google Play I looked at today still would not lock it down the way you would like. The software engineers have your request.
First, I really appreciate the interest you've shown. I've been talking to the developers and here's the latest.
To fulfill the needs of your scenario, there is development work that we need to do. To that end, there is good news and bad news.
The bad news is, we haven't had the resources and time to develop it yet, so the Mini or any Remix OS product right now can't claim to support Mobile Device Management or any type of kiosk mode fully.
However, the good news is that two weeks ago, we started the ball rolling on this development. The timing is unclear, but we are aiming for the end of Q1 or early Q2 2017 with the releases for Remix IO and Remix IO+. This development should also provide Minis with administrative rights and management ability.
I'd hope that you do stay in touch and when we have it done, we'll update you then.
Thanks!
webmiester said:
Hi,
I would like to use the Android Mini as a terminal for our school library. However, kids using the terminal may just install software from the Play store or from other sources (just share it from their own devices will already work). They can also play loads of games on the mini.
How can I restrict this? I tried using app blockers downloaded from the play store but I think because of the Mini's multitasking capabilities, it is possible to easily disable the app blockers simply by pressing ESC. Can I do this without rooting (I am not experienced in rooting and prefer if the solution did not need to open up my mini)
Thanks a lot
webmiester
Click to expand...
Click to collapse
RemixOS_Jason said:
First, I really appreciate the interest you've shown. I've been talking to the developers and here's the latest.
To fulfill the needs of your scenario, there is development work that we need to do. To that end, there is good news and bad news.
The bad news is, we haven't had the resources and time to develop it yet, so the Mini or any Remix OS product right now can't claim to support Mobile Device Management or any type of kiosk mode fully.
However, the good news is that two weeks ago, we started the ball rolling on this development. The timing is unclear, but we are aiming for the end of Q1 or early Q2 2017 with the releases for Remix IO and Remix IO+. This development should also provide Minis with administrative rights and management ability.
I'd hope that you do stay in touch and when we have it done, we'll update you then.
Thanks!
Click to expand...
Click to collapse
Thanks so much.
I downloaded the x86 version of the Remix and installed it on a PC. I noticed that the PC version gave options on bootup. One of them was a "guest mode". From the description it says that "Guest Mode" cannot save anything. Does this include the inability to install apps? The Guest Mode sounds like it can work, but I wasn't able to explore the PC version so extensively.
If so, maybe we can have a "guest mode" for the Remix mini too then simply password protect the "Resident mode" so students wont simply reboot and choose "Resident Mode" on reboot. If the guest mode already exists for the x86 version, then I suppose the code for this type of admin control is already available. Thanks.
webmiester said:
Thanks so much.
I downloaded the x86 version of the Remix and installed it on a PC. I noticed that the PC version gave options on bootup. One of them was a "guest mode". From the description it says that "Guest Mode" cannot save anything. Does this include the inability to install apps? The Guest Mode sounds like it can work, but I wasn't able to explore the PC version so extensively.
If so, maybe we can have a "guest mode" for the Remix mini too then simply password protect the "Resident mode" so students wont simply reboot and choose "Resident Mode" on reboot. If the guest mode already exists for the x86 version, then I suppose the code for this type of admin control is already available. Thanks.
Click to expand...
Click to collapse
you can install app but not large ones due to the limitation of ram and usb drive size and none will stay when the computer reboot. account information will not stay too.

[APP][5.0+]AndroidAuto carNotifier (Multi-language and Email support)

Beta 1.0 released
I will like to start saying a very big thank you to @bggold who asked me to consider this in the first place
While there isn't any way to use the nice Google Assistant voice, and it's still rough around the edges, this demonstrates how we can use Android Auto in a multi-lingual environment as well as how to read out and reply emails.
The concept is very simple, instead of relaying on Android Auto to read out the notifications I have created a small app which mimics that behaviour, with some extras:
1) It try to do a language detection for each test, and use the appropriate TextToSpeech
2) It allows the user to select which app notification does he/she want's to read
3) If the content is really long (like a lengthy email) the app will prompt the user if it want's to go ahead with the message readout or not
4) If notification supports quick-reply the app will prompt the user for a reply (in the same language as the the original message)
Planning to support a lot of languages but there I will need user input, I have translated the basic strings to around 70 languages using Google translator, but I can tell it's not quite right (I can see with the languages I do speak)
Best part, app won't be affected by 3rd party restriction at all and it won't require root either, however I'm pretty sure Google will not allow it on the PlayStore
Beta version available now on XDA Labs.
App will be payable, however current beta is free so grab a copy while you can
To use the app you will need to enable unknown sources in Android Auto, simply open Android Auto, go to About, tap the "About Android Auto" header 10 times till you become a developer, then from the 3 dotted right menu select developer options and enable "Unknown sources"
Emil Borconi said:
Beta 1.0 released
I will like to start saying a very big thank you to @bggold who asked me to consider this in the first place
While there isn't any way to use the nice Google Assistant voice, and it's still rough around the edges, this demonstrates how we can use Android Auto in a multi-lingual environment as well as how to read out and reply emails.
The concept is very simple, instead of relaying on Android Auto to read out the notifications I have created a small app which mimics that behaviour, with some extras:
1) It try to do a language detection for each test, and use the appropriate TextToSpeech
2) It allows the user to select which app notification does he/she want's to read
3) If the content is really long (like a lengthy email) the app will prompt the user if it want's to go ahead with the message readout or not
4) If notification supports quick-reply the app will prompt the user for a reply (in the same language as the the original message)
Planning to support a lot of languages but there I will need user input, I have translated the basic strings to around 70 languages using Google translator, but I can tell it's not quite right (I can see with the languages I do speak)
Best part, app won't be affected by 3rd party restriction at all and it won't require root either, however I'm pretty sure Google will not allow it on the PlayStore
Beta version available now on XDA Labs.
App will be payable, however current beta is free so grab a copy while you can
To use the app you will need to enable unknown sources in Android Auto, simply open Android Auto, go to About, tap the "About Android Auto" header 10 times till you become a developer, then from the 3 dotted right menu select developer options and enable "Unknown sources"
Click to expand...
Click to collapse
Thanks for making this app!
After first start it asked for notification permission and then it was gone to build the list of installed apps/services - endless...
So I've forced close the app after minutes, went to app info/permissions, and enabled unselected permissions for it.
After that the app works now, as it should!
I'll test the functionality today while using AA in my car.
Regards bitstra
bitstra said:
Thanks for making this app!
After first start it asked for notification permission and then it was gone to build the list of installed apps/services - endless...
So I've forced close the app after minutes, went to app info/permissions, and enabled unselected permissions for it.
After that the app works now, as it should!
I'll test the functionality today while using AA in my car.
Regards bitstra
Click to expand...
Click to collapse
Thanks. It was 3 am )) updating the app now.
This is exactly what I needed. Unfortunately I couldn't get it to work. Using Samsung S9 plus running Oreo. Gave read permission to the app, enabled developer settings on Android Auto, enabled unknown sources, enabled whatsapp and Gmail.
Whatsapp notifications haven't changed and it continues to read the foreign text in English. Gmail notifications don't pop up at all.
Any suggestions?
yavuzyay said:
This is exactly what I needed. Unfortunately I couldn't get it to work. Using Samsung S9 plus running Oreo. Gave read permission to the app, enabled developer settings on Android Auto, enabled unknown sources, enabled whatsapp and Gmail.
Whatsapp notifications haven't changed and it continues to read the foreign text in English. Gmail notifications don't pop up at all.
Any suggestions?
Click to expand...
Click to collapse
Not sure if you saw but there is a new release. It fixes this issue. Just remember to reboot after updating.
Unfortunately I have the same problem as @yavuzyay. I'm using a Samsung Galaxy S6 edge with Android 7.0 and Carnotifier Beta v3.
Thanks to @yavuzyay for bugreport and Turkish language input.
I have identified the problem where the app was crashing in case you where using AA on the phone only, and this has been now fixed.
@CeldeSuS - Are you phone only or are you using AA on the car? If phone only, download the new beta 1.4
Emil Borconi said:
@CeldeSuS - Are you phone only or are you using AA on the car? If phone only, download the new beta 1.4
Click to expand...
Click to collapse
I'm using AA on the car (Alpine X802D-U head unit). I'll try the new beta anyway and report back.
Awesome. Works perfectly.
V4 work fine with SM960F(android 8.0) & RLink1 !
Great job!
Very good stuff!
I use it with the now playing feature - basically phone picks up music on the radio,.detects the song and artist and throws a notification. This app picks that up and shows it as a notification on the car screen! I have disabled read out. So it stays as a simple notification.
Quick question - haven't been able to try it - if I set zero seconds as the duration, will it leave the notification forever?
Tested but not working as expected. Line is an application which doesn't support Android Auto.
Positive: Yes, Car Notifier shows there is a message on Line.
Negative: Can't do anything, it won't read the message, the notification stays in grey color and nothing happens when I click on the message.
Cheers
Tom
tom1807 said:
Tested but not working as expected. Line is an application which doesn't support Android Auto.
Positive: Yes, Car Notifier shows there is a message on Line.
Negative: Can't do anything, it won't read the message, the notification stays in grey color and nothing happens when I click on the message.
Cheers
Tom
Click to expand...
Click to collapse
You can't click the notification to have it read at this time. If you want them read to you enable the read option.
"Read out notifications" is enabled in the settings, my Honda headunit is hacked and I have root access, so I don't think this is related to that.
Cheers
Tom
tom1807 said:
"Read out notifications" is enabled in the settings, my Honda headunit is hacked and I have root access, so I don't think this is related to that.
Cheers
Tom
Click to expand...
Click to collapse
I'm sure you have but have you checked all the permissions?
CarNotifier asks only permissions to Microphone and Phone, both are granted.
Wondering now whether it has something to do with the new Android Auto v3.8.584554 where some on Reddit claim, that notification is broken
Cheers
Tom
Edit: Maybe the the new AA version interferes with CarNotifier, because AA can show now also message preview
More edit: My friend tested on the Samsung S7 (I have a OnePlus 3T). Also on his mobile nothing happens with Line.
Can't read out and nothing happens in AA when click on it
Is there an app for Speed cams like in your obd2aa app, to have only the speed cam notification?
tom1807 said:
CarNotifier asks only permissions to Microphone and Phone, both are granted.
Wondering now whether it has something to do with the new Android Auto v3.8.584554 where some on Reddit claim, that notification is broken
Cheers
Tom
Edit: Maybe the the new AA version interferes with CarNotifier, because AA can show now also message preview
More edit: My friend tested on the Samsung S7 (I have a OnePlus 3T). Also on his mobile nothing happens with Line.
Can't read out and nothing happens in AA when click on it
Click to expand...
Click to collapse
I am running the new aa and it is working. Get Emil a bug report right after it happens.
The only thing you can do at this time is swip away the notifications. Clicking them will not do anything.
Thanks
After more testing, I do believe the culprit is Line. Gmail works as expected, Facebook also (just for test).
However, Line refuses, which is actually the reason to install the program in the first place.
Probably one of the few programs which won't work.
Great program though.
Cheers
Tom
Hi guys.
I'm finally back in the UK and in front of my PC, I've also managed to tied up quiet a few of my loose ends and I have no big project starting this year. I will dedicated the last 2 weeks of this years to the following:
1) Looking into fixing some of the FC for obd2aa, also try to find a solution for non-standard PIDs
2) Get AA GateWay to Beta/Stable version (most work needs to be done on this app)
3) Fix some issues and FC with HUR (including Waze sound cut off).
4) Get the carNotifier to a stable version.
January and February are again fully booked so I will focus on stability rather then adding new features especially because obd2aa and HUR and fairly mature apps with most of the functions already covered.
For some reason I'm not really getting any notifications from XDA and being a lot on the road I don't visit the site too often lately, therefore I will kindly ask you if you need support, please email me directly to [email protected].

Categories

Resources