(edited some content and added a few more instructions on May 25 2015)
I initially posted this when my employer changed their policies to require device admin access to people's phones if they wanted to access company emails or calendars. Spent a few days reading the android source code and came up with a working apk.
This app removes the annoying popup saying that you need to give it admin permissions and add a numeric password. It also does not set any additional policies other than what you already have set on your device. It does not make the email app a device admin.
The app tells the server what it wants to hear - which is they have total control over the device, but it doesn't really do anything on the phone.
DISCLAIMER: I'm not responsible if:
You get fired (a very real possiblilty - companies fire people for far less than "circumventing security" even though most of us know that regular folks' emails have nothing valuable to the competition.
If you get in other sorts of trouble for using this
if this melts your device down or breaks it in any fashion or your ROM gets corrupted.
USE THIS AT YOUR OWN RISK.
How to install:
Copy the files onto your phone storage and install them using a file explorer.
NOTES (read this before you install):
This will install easily on phones that do not have email.apk and exchange2.apk. But if you have an AOSP ROM, you may already have these in your system/app directory. In that case, you'll have to uninstall the system apps email.apk and exchange or exchange2.apk using a root explorer. I use ES explorer's "App Manager" feature and it works well for me. Once the system apps are removed, you can install the files from this post.
If you update your ROM later, the system apps will come back and may conflict with these apks (installed in /data by default) so you'll have to do the removal/installation again.
You don't need Exchange.apk AND exchange2.apk on the same phone. If you use an ICS ROM (older phones), use exchange.apk. For JB or higher, Exchange2 is the one to use. If you already have exchange2.apk on your phone, you don't need to install the one from this post.
I compiled this from source, so it *should* work with all devices. There are no device-specific frameworks needed for these to run as far as I know.
I've only removed the Exchange based security. If there are any other kind of services (POP/IMAP or something else) which has similar policy enforcement, it may not work. I haven't tested it with anything other than Exchange.
UPDATE - Sep 27, 2015)
I'm sorry I disappeared - I hadn't checked back in a while and it looks like I uploaded the wrong apk. Uploading the correct one for Lpllipop.
UPDATE 4 (May 25, 2015)
Patched and compiled the Lollipop email client from CM12 sources. Google remoived exchange support from the AOSP email client, so I had to turn to CM12 for the source code.
The default Exchange2.apk from a CM or AOSP lollipop build should work so I'm not uploading it here.
UPDATE 2 (May 15, 2013)
Added Email.apk compiled from 4.2.2 sources. This gives you the nice JB style expandable notifications.
Also added higher attachment size support per a user request. The default email.apk limits the size to 5MB for atachment downloads/uploads. The attached Email-JB.apk supports 100MB download/50MB upload sizes. I'm not sure if this varies by Exchange server - I spent two whole nights because I set them too high (250M) and my exchange server threw a generic error. I spent the time troubleshooting policies where it was just the attachment size all along. Cost me 8 hours of sleep
Exchange2.apk is not needed if your phone already has Exchange.apk or Exchange2.apk. For people who have HTC phones, this may come in useful. This file was pulled from this ROM - which is compiled from sources. I couldn't get Exchange2 to compile and work properly from sources, but since there is nothing to be changed in here, any working APK (from a JB/ICS ROM) would suffice.
UPDATE 3 (Jan 11, 2014)
Added Email.apk compiled from 4.4.2 sources. This gives you the new gmail-style email view based on the contact pics or the first letter of the sender's name.
It will say that the policy was changed once you successfully connect to the exchange server, but no policy will be applied. You can check the device admins list once you connect - the newly connected exchange server will not be in the device admins list on your phone.
Notes:
I have not made any changes to the Exchange2_4_4_2.apk. I'm just pasting it here for convenience, for people who don't have it on their phones (certain HTC stock ROMS, or others that I don't know of).
If your server has other policies which prevent you from accessing it, this probably won't show an error message before bouncing you back because I've suppressed a few of these security related dialogs.
File List
May 25, 2015
Email-5_0.apk - Compiled from CM12 sources, exchange security and popup security dialogs removed, max attachment sizes changed to 100MB download/50MB upload from 5/5.
No exchange2.apk provided for lollipop - the one already on your phone should work. If you have any problems, please get it from a CM12 or AOSP ROM.
--- Old files----
Email.APK - Compiled from ICS (4.0.1) sources.
Exchange.apk - Compiled from ICS (4.0.1) sources.
May 15, 2013:
Email-JB.apk - Compiled from 4.2.2 sources, attachment sizes increased to 100MB/50MB down/up.
Exchange2.apk - pulled from a CM10.1 port (WFTN ROM)
Jan 11, 2014
Email-4_4_2.apk - Compiled from 4.4.2 (Kit Kat) sources, still retains the increased attachment size mod.
Exchange2-4_4_2.apk - Compiled from 4.4.2 sources [this apk is not needed unless you have a phone which does not already have this]
let me be the first one to say thanks !!!
worked like a charm !!
tested on HD2
I'm glad it helped
Yep thanks it's working on my rooted HTC Desire Z with andromedus
ProcessorHog said:
I'm happy to post my first actual Android dev/mod effort.
Recently my workplace introduced some draconian security policies for email syncing. I just wanted my appointments synced, so I didn't feel like encrypting my device, having zero timeout AND not even having the option of a pattern unlock (they enforce only passwords/PIN). I tried a couple of the Email.apks posted on XDA but for some reason or other, I couldn't get them to install/run. There was a GB based app which would install but when it synced, it said the device did not support some of the policies that were needed by the server. When I compared the Email app's GB source with the ICS source, I saw that there were tons more policies supported in the ICS version.
So I set upon a weekend project to modify the ICS email app, and that ended up taking 4 days part time. I learned a lot about aosp, compiling from source and all that and know that I have so much that I don't know.
Anyway, I was able to successfully modify the source code and finally managed to get the original Android Email app (which comes with AOSP) compiled running perfect, but without the ridiculous policies they wanted.
I tested it on my Evo 3D running MeanRom (4.0.3 build) and also tested it on the Android emulator of course ), and it works great. No annoying popup saying that you need to give it device admin permissions nor does it set any additional policies other than what you already have set on your device. It does not make the email app a device admin.
The app tells the server what it wants to hear - which is they have total control over my device, but it doesn't really do it on the phone. Everyone is happy
DISCLAIMER: I'm not responsible if you get fired or if you get in other sorts of trouble for using this, or if this melts your device down or breaks it in any fashion. USE THIS AT YOUR OWN RISK.
How to install:
Code:
adb install -r /path/on/your/computer/to/Email.apk
This is how I installed it. Alternatively, you can try downloading this on your phone (or copying it to the SD Card) and open it with package installer, and see if it installs.
NOTES:
I compiled this from source, so it *should* work with other devices as well. As far as I know, there are no device-specific frameworks/anything else needed for these to run. I used the android-4.0.1_r1 branch source code.
Since I was running MeanROM on my HTC (a sense-based ROM), Email.apk had some dependencies on Exchange.apk which did not exist on my device. I'm posting this as an attachment for the folks who may need it. I haven't changed any code in that project, so If you already have Exchange.apk (shows up as "Exchange Services" in your Apps) you don't need to install it.
I've only removed the Exchange based security. If there are any other kind of services (POP/IMAP or something else) which has similar policy enforcement, it may not work. I haven't tested it with anything other than Exchange.
This was compiled for the arm-v7 CPU. I'm not too sure whether this means it won't run on any other ones (but knowing that it's dalvik code and not native, it should run I guess). It ran fine on my x-86 based emulator.
[*]This is an eng build (non-optimized). I couldn't find a way to get classes.dex in the APK itself on a full "user" release build. Eng is the least optimized form, userdebug is a bit better. I couldn't find a non-device-specific "lunch" option to build this with a "userdebug" variant flag. If I do figure it out, I'll post an updated APK here.
I'm still learning how to use eclipse and such. I haven't posted the source code here, and frankly I don't know how much of it I should post (I think I changed about 3 files and commented out a bunch of stuff). If anyone is interested in knowing, I can point out the files that I changed. If I figure out how to do a proper diff that shows all the changes, I will post the code diff here.
Update:
Replaced the apks with a "release-user" build.
Click to expand...
Click to collapse
Thanks for share it, I made a CWM flasheable ZIP with your files.
ProcessorHog said:
I'm happy to post my first actual Android dev/mod effort.
Recently my workplace introduced some draconian security policies for email syncing. I just wanted my appointments synced, so I didn't feel like encrypting my device, having zero timeout AND not even having the option of a pattern unlock (they enforce only passwords/PIN). I tried a couple of the Email.apks posted on XDA but for some reason or other, I couldn't get them to install/run. There was a GB based app which would install but when it synced, it said the device did not support some of the policies that were needed by the server. When I compared the Email app's GB source with the ICS source, I saw that there were tons more policies supported in the ICS version.
So I set upon a weekend project to modify the ICS email app, and that ended up taking 4 days part time. I learned a lot about aosp, compiling from source and all that and know that I have so much that I don't know.
Anyway, I was able to successfully modify the source code and finally managed to get the original Android Email app (which comes with AOSP) compiled running perfect, but without the ridiculous policies they wanted.
I tested it on my Evo 3D running MeanRom (4.0.3 build) and also tested it on the Android emulator of course ), and it works great. No annoying popup saying that you need to give it device admin permissions nor does it set any additional policies other than what you already have set on your device. It does not make the email app a device admin.
The app tells the server what it wants to hear - which is they have total control over my device, but it doesn't really do it on the phone. Everyone is happy
DISCLAIMER: I'm not responsible if you get fired or if you get in other sorts of trouble for using this, or if this melts your device down or breaks it in any fashion. USE THIS AT YOUR OWN RISK.
How to install:
Code:
adb install -r /path/on/your/computer/to/Email.apk
This is how I installed it. Alternatively, you can try downloading this on your phone (or copying it to the SD Card) and open it with package installer, and see if it installs.
NOTES:
I compiled this from source, so it *should* work with other devices as well. As far as I know, there are no device-specific frameworks/anything else needed for these to run. I used the android-4.0.1_r1 branch source code.
Since I was running MeanROM on my HTC (a sense-based ROM), Email.apk had some dependencies on Exchange.apk which did not exist on my device. I'm posting this as an attachment for the folks who may need it. I haven't changed any code in that project, so If you already have Exchange.apk (shows up as "Exchange Services" in your Apps) you don't need to install it.
I've only removed the Exchange based security. If there are any other kind of services (POP/IMAP or something else) which has similar policy enforcement, it may not work. I haven't tested it with anything other than Exchange.
This was compiled for the arm-v7 CPU. I'm not too sure whether this means it won't run on any other ones (but knowing that it's dalvik code and not native, it should run I guess). It ran fine on my x-86 based emulator.
[*]This is an eng build (non-optimized). I couldn't find a way to get classes.dex in the APK itself on a full "user" release build. Eng is the least optimized form, userdebug is a bit better. I couldn't find a non-device-specific "lunch" option to build this with a "userdebug" variant flag. If I do figure it out, I'll post an updated APK here.
I'm still learning how to use eclipse and such. I haven't posted the source code here, and frankly I don't know how much of it I should post (I think I changed about 3 files and commented out a bunch of stuff). If anyone is interested in knowing, I can point out the files that I changed. If I figure out how to do a proper diff that shows all the changes, I will post the code diff here.
Update:
Replaced the apks with a "release-user" build.
Click to expand...
Click to collapse
what part of the smali code was modified please?
Would this work on 4.2?
I could use some help. I'm trying to run this on SOS M ver 2.6.2 (4.0.3 build) on an Evo 3d. I was under the impression that SOS M was similar enough to Mean ROM so that it would work, but all I'm getting is an immediate crash on startup. Any suggestions?
So glad that someone created this! THANK YOU SO MUCH!
The new security rules are ridiculous!
I wish that app would be maintained with the current version and be put in the google play store. How can I keep up to date with the most recent version of this app?
Recent update
Sorry I haven't been here much - life got too busy! If you post here and don't see a reply from me in a couple of days, feel free to send me a PM.
carm01 said:
what part of the smali code was modified please?
Click to expand...
Click to collapse
No smali code was modified, the apk was compiled directly from the java source code which I modified to take out a few annoying dialog boxes and the actual policies/restrictions that the server wants to set on your device.
zdravke said:
Would this work on 4.2?
Click to expand...
Click to collapse
The ICS version worked fine on 4.2 since it's just regular java code compiled from source, but I recently also added an APK compiled from 4.2.2 sources which has the expanded notifications (the ICS version didn't have it).
pbmurdoc said:
I could use some help. I'm trying to run this on SOS M ver 2.6.2 (4.0.3 build) on an Evo 3d. I was under the impression that SOS M was similar enough to Mean ROM so that it would work, but all I'm getting is an immediate crash on startup. Any suggestions?
Click to expand...
Click to collapse
Could you try the newly updated APK? Make sure your phone has exchange2.apk or exchange.apk as well. Some phones do not have these pre-installed.
sirtom1 said:
So glad that someone created this! THANK YOU SO MUCH!
The new security rules are ridiculous!
I wish that app would be maintained with the current version and be put in the google play store. How can I keep up to date with the most recent version of this app?
Click to expand...
Click to collapse
I don't think this can be put on the play store - I don't regularly maintain it (once compiled it should run without problems), and I recently updated it just because I finally got a JB ROM a few months ago and started missing the expanded notification. The next update will probably be after a long time - after the next version of android gets released.
I'm not bright enough to write something complex like the email app - there's a TON of code in it written by smart and talented people, I just dug around a little to find the policy application code and removed it. The real talented folks are the ones who actually contribute to android
luisjoseb said:
Thanks for share it, I made a CWM flasheable ZIP with your files.
Click to expand...
Click to collapse
Thanks for making this easy for others! If you have the time, could you make one for the 4.2.2 version of it? Someone could find that useful!
Just gave it a try. Works great. Thanks so much
Sent from my DROID RAZR using Tapatalk 2
thank you .. working like a charm ..
Desire with MIUI Rom (VJ - JB-4.1.2)
I had to use this mod as the latest build didnt have an Email app .. and other ROMs' Email2.apk didnt work on this one (due to mishandling the security request) .. !
anyways .. thank you ..
Thanks. I try on US T-mobile HTC One S JB 4.1.1 Sense and it works. I use Email-JB.apk and Exchange.apk
thanks for this, it's working on my galaxy s4 (android 4.2.2) now instead of that ugly samsung mail app. 1 thing i'm missing is option in the nice JB style expandable notifications to directly mark as read or delete the email in the notification panel. this option is present in cm10.1/aosp android 4.2.2 but not in this email app. Is it possible to add this?
elroy944 said:
thanks for this, it's working on my galaxy s4 (android 4.2.2) now instead of that ugly samsung mail app. 1 thing i'm missing is option in the nice JB style expandable notifications to directly mark as read or delete the email in the notification panel. this option is present in cm10.1/aosp android 4.2.2 but not in this email app. Is it possible to add this?
Click to expand...
Click to collapse
For this, I'll have to compile from CM10.1 sources. I haven't tried that - I'll give it a shot when I get some free time and will post the APK here if I manage to do that
ProcessorHog said:
For this, I'll have to compile from CM10.1 sources. I haven't tried that - I'll give it a shot when I get some free time and will post the APK here if I manage to do that
Click to expand...
Click to collapse
Okay, thanks
Getting an error on adb install... Running JDQ39 official Google version for Galaxy Nexus. Rooted/etc, obviously. Leankernel 16.something.
Is this only for AOSP ROMs?
Error I am receiving:
pkg: /data/local/tmp/Email-JB.apk
Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
No dice...
I managed to get it installed by using Titanium to uninstall Email 4.1 prior to installing yours. This gave me endless "Unfortunately, Email has stopped working" errors.
I installed a fresh AOSP 4.2.2 ROM and tried several iterations of uninstalling Email and Exchange2Google.apk and continue to get the "Unfortunately, Email has stopped working" errors.
I've tried using "apk install" and Package Installer, same results regardless of install method.
Works fine on TF101 EeePad Transformer (EOS4) and Galaxy Ace phone (CM10)
This ROM will be updated when Google updates. The functions are the same with those of Nexus 4.
Please note that it's not an official ROM, the developer just ported it for personal usage. If it violates any of your right, please contact the developer to delete it.
Flashing this ROM may cause you to lose your warranty and cause damage to your phone, of which the developer will take no resposibility. Please back up your data before flashing.
Supported:
- OpenGL ES3.0
- OTA
- Chinese T9 dailer
- FM radio
Unsupported:
- Caller IP
- Can't show network speed in the statusbar
Included:
- MIUI Market
- Google service package
- Google+
- Google Play
- Google Calendar
- Google Music
- Chrome
Works: All
Open source
It includes device,display hal,audio hal,media hal,frameworks/base,frameworks/av,frameworks/native,kernel,system/core, etc.
Get them here: https://github.com/mitwo-dev
Changelog of 3.10.28
- Updated the kernel
- Included hal level codes
- Consuming less power
- Updated files related with decoding
Download: http://pan.baidu.com/s/1685qU
Password: mx52
------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.10.22
Fix - Radio icon doesn't show
New - FM Radio
- Removed some ko files
- Updated the kernel
Download: http://pan.baidu.com/s/15lTlx
Password: qcd8
------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.10.15
- Optimized kernel
- Optimized bionic
- Optimized some library files
Download: http://pan.baidu.com/s/19oZpr
Password: 0d7b
---------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.10.10
Fix - Problems in Camera and Gallery in the 3.10.9 version
Fix - Sometimes Camera FCs
New - Added Google Android 4.3.1_r1
Download: http://pan.baidu.com/s/1uv0oe
Password: 13ew
------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.10.9
New - OTG supports exfat, ntfs
Fix - Format the internal storage will brick the device
Fix - Flash only works once when using camera in the dark
Optimization - Modified kernel, reduced the time of waking up delay
- Updated the kernel code
- Updated file system code (added the CyanogenMod part. Let's thank the CM team for their support of the Android open source project)
-------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.9.27
- Optimization in the function of Camera
- Fixed some small bugs
- Optimization in sound quality (added some Qualcomm code)
Download: http://pan.baidu.com/s/166b1J
Password: c91y
-------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.9.26
Fix - Noise when recording
Fix - Noise when recording in Wechat
Optimization - Sound quality
Optimization - Updated to latest android 4.3_r3.1 code
Fix - Problem in touch screen sensitivity
Fix - Voice dailing is unusable when bluetooth is not activated
- Added a temporal file manager (New open sourced file manager is being developed)
- Removed some GAPPs (this is to reduce size. The apps can be downloaded from the play store)
Download: http://pan.baidu.com/s/1oVesQ
Password: eena
--------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.9.10
Fix - FC caused by GMS
- Can update through OTA now
If you receive errors trying to flash the OTA pack, then go to Recovery manually, find the OTA pack in download_rom in SD card, and flash it manually
- If update through OTA failed because you changed or deleted system files or reflashed GAPPS, then reflash the full ROM pack. There's no need to do a full wipe
Download: http://pan.baidu.com/share/link? ... 6&uk=3926100596
Password: rvs7
------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog of 3.9.9
- Updated the kernel, fixed some bugs
- Updated some configuration to reduce power consumption
- Included GMS service pack by default
- Removed File Explorer, need to install a third-party file management app
- Added OTA. ROM version is based on the release date like MIUI. This update's version is 3.9.9
Download: http://pan.baidu.com/share/link? ... 8&uk=3926100596
Password: 7rtz
There's no need to flash GMS after flashing, since it's included in default.
----------------------------------------------------------------------------------------------------------------------------------------------------
Older version:
Changelog of 3.8.23
New - Updated to Google 4.3_r2.2 code
Fix - LED lights don't flicker
Optimization - Part of the parameters
Download: http://pan.baidu.com/share/link? ... 2&uk=3926100596
Password: kt0w
GAPPS (Only for Android 4.3. Including CM10.2, MoKee 4.3):
http://pan.baidu.com/share/link?shareid=3079942007&uk=3926100596
Password: v39h
Older version:
Download: http://pan.baidu.com/share/link?shareid=3078237269&uk=3926100596
Password: nap0
Thanks for post it! In download now! Very interesting
Tried it today. Could not get root-access. Installed SuperSU, but that did not work (binaries missing?). Tried SuperUser as well: same result. Restored my backup as I need root. How can I get that?
Sent from my MI 2 using Tapatalk
flash via custom cwm recovery or just stock Mi recovery also can?
flash over cwm
can anyone mirror the rom?
+1 anyone have a mirror? 2 Days for download by baidu....
Edit downloaded successfully. Solved problem of root privileges flashing superSu flashable zip
Pls someone upload the rom on another share hoster
After one day of tests, the rom seems very stable and without bugs. Very good work!! For upload I have mobile connection with low mb available can't help for this
Great work Thanks
theendfear said:
+1 anyone have a mirror? 2 Days for download by baidu....
Edit downloaded successfully. Solved problem of root privileges flashing superSu flashable zip
Click to expand...
Click to collapse
Which zip did you use, can you write how did u do step by step.
İ tried all versions from cwm with different order but i couldnt succes about root
MI 2 cihazımdan Tapatalk 2 ile gönderildi
View attachment 2370211
This is the zip that I've used for obtain root privileges, flashed via cwm and wipe dalvik.
@theendfear
İ think link is broken
MI 2 cihazımdan Tapatalk 2 ile gönderildi
tivac said:
@theendfear
İ think link is broken
MI 2 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
try now
Please check THIS thread for new versions!!!
This is my first work on Lenovo K910.
This 1st Rom doesn't have as many tweaks as i usually do on my previous works (Sony X10 & Samsung S3).
Check post 2 for major tweaks.
Important
Make sure that you use TWRP for this. I didn't try on any other recovery.
Go here if you don't have it and follow the step-by-step guide.
This rom is for K910 only so if you try to install on any other than K910 version it's your resposability (i.e. K910e, etc)
What to Expect From this?
Based on VIBEUI_V2.0_1437
Deodexed
Clean many apps as possible [check 2nd post if you want something back] - Only 482Mb!!!
Faster
Slightly tweaked build.prop file
English as default
Do not expect Multi Language for two reasons. 1st: VibeUI came out in in short periods. 2nd: Don't have time and/or patience.
To Do List
Make system faster
Change Kernel to support init files
OTA Updates
Super tweaked build.prop file
????
Step-by-Step Install procedure
Do a backup
On TWRP Wipe > Factory Reset
Through TWRP install VIBEUI_V2.0_1437_deodexed.zip
Wipe Cache & Dalvik Cache
Reboot
At this moment you have a very clean and stable rom. Now check 2nd post to build our own personal rom. Enjoy :good:
Mirrors
Android File Host
Bugs
When you finish the install procedure, you'll find some files related to system apps left behind on your launcher. You could delete them by long press
Due many system apps have been deleted and mostly KK had some bugs (i.e. check here) Play Google may cause you a bit a work.
Usefull Links
Check post #5 for usefull links where you could send me your opinions, bugs, review, requests, etc
XDA:DevDB Information
Lenovo K910 Rom + Cleaner Patch, ROM for the Android General
Contributors
Crowds
ROM OS Version: 4.4.x KitKat
Based On: VibeUI2.0
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2014-10-01
Created 2014-10-01
Last Updated 2014-10-01
Build Your Own Version of Lenovo K910 Rom
Here i offer you a tool to build your own rom as you like.
In the future i'll add more stuff but for now you only have the option to install some of the Lenovo apps that you might need along with a short list of usefull aps.
This uses Aroma Installer witch is a very simple yet powerfull way to install something on android phones.
Please read carefully through all the proccess. Despite this won't do any arm on your phone you may ended with duplicated and deleted files that you might need. For example if you delete Lenovo installer and don't install another one you can't do nothing.
Removed apps that could be installed:
Data Folder
Baidu Map
Baidu Music
Baidu Search
Dianping
GaodeNavi
Lakala
Lenovo Phone Msr
Mobile QQ
Reading Joy
Sina Weather
Sina Weibo
Sohu News
Sohu TV
Tmall
Track Ax
UC Browser
Es File Explorer
GMS Tools
Lenovo Calendar
Lenovo Camera
Lenovo IdeaFriend
Lenovo Music
Xposed Auto Correct Always Module
Yandex Browser
Vibe Expert
Xposed
System Folder
AntHalService
AnyShare
BasicDreams
Holo Spiral Wallpaper
Idea Wallpaper
Lenovo Arkanoid
Lenovo Arkanoid Bubble2
Lenovo Browser
Lenovo Service
Live Wallpapers
Live Wallpapers Picker
Magic Smoke Wallpapers
One Key Lock
Pinyin IME
Secret Code
Sogou Input
More System Apps
AppStore
Car
CarAppActivity
FileBrowser
GameWorld_Phone
Lenovo Email
LenovoExchange
Lenovo Music
Lenovo Sync
Lenovo Theme Center
Youyue
Step-by-Step Guide
Enter in TWRP
Install
Choose VIBEUI_V2.0_1437_Config_File
Follow the promps
Check Clear Dalvik Cache after installation
Reboot
Enjoy
Download File
VIBEUI_V2.0_1437_Config_File [version1.0]
Mirror
A huge thanks @Nikhil for his tool
[Reserved Again]
Usefull Links
In order to deliver a better rom in the future you may visit the following links and leave your thoughts.
Thank you
Crowds
Downloads Repository
Review
Requests
Bug Report
More than 400 dw and nothing?!
This k910 community is asleep or something?!
Does this ROM support Google Voice direct dialing?
Thanks much for your work. I would like to give this a try. Before doing so, I have a quick question - does it support Google Voice direct dialing? I mean, after installing the Google Voice app and choose the option "Use Google Voice to make all calls," will a call then be dialed out using Google Voice?
I ask this question because Lenovo must have done something to break this desired behavior. What happens on the Lenovo official ROM is: an error message of "call not sent" is displayed, and the native dialer keeps dialing out, so the receiving party will see the phone number associated with the SIM card, but not the Google Voice number.
wxppro said:
Thanks much for your work. I would like to give this a try. Before doing so, I have a quick question - does it support Google Voice direct dialing? I mean, after installing the Google Voice app and choose the option "Use Google Voice to make all calls," will a call then be dialed out using Google Voice?
I ask this question because Lenovo must have done something to break this desired behavior. What happens on the Lenovo official ROM is: an error message of "call not sent" is displayed, and the native dialer keeps dialing out, so the receiving party will see the phone number associated with the SIM card, but not the Google Voice number.
Click to expand...
Click to collapse
@wxppro
I'm sure that issue still remain in this version since i didn't change anything related with that.
That's s.th i don't use so...
If you try this rom and if that bug is present please report on "bug report" and i'll look into that in the next version
So does this ROM come with google services and root or do I need to install those after flashing the ROM?
This one is w/o both but tomorrow will be available a new version
Crowds said:
This one is w/o both but tomorrow will be available a new version
Click to expand...
Click to collapse
Please keep on update clean version.
This is the fastest and longest battery life for my K910.
My current config which is very stable is...
i install this version plus lenovo theme center from AROMA (need it for disable annoying bubble lockscreen)
i use Titanium backup to uninstall LeNote and Lenovo calendar.
i apply GPS patch from Tedulus.
i tried 2.5.1 but i believe that DPI config drain battery and i prefer to have stock font than custom font from author.
New version available today
Please check THIS thread for new versions!!!
This thread will be closed.
Thank you!
Crowds
OpenOTA is a project I started on 10/27/2014 that will hopefully change how users get OTA Updates. OOTA allows a developer to "Self-Host" their ROM's updates and also allow users to get them, over the air. A neat feature of OOTA is that the ROM Update does not need to be hosted on a web server you own, you can use d-h.st, mediafire, 4shared, or whatever hosting provider you like , it doesn't matter where!
Here is how it works: The user's ROM, on boot, will check for an update, if there is one, the user will be prompted to download. The prompt is once per boot, and once per OOTA app launch. When the user chooses to download, it will open the users browser to the download the update.
Why did I do this you might ask? To keep the apk file as small as possible.
Why integrate the download when we can just use the web browser that is built in?
This also allows developers with limited bandwidth use other hosting providers.
I hope some developers find this app very useful as I made it to be open to everyone!
Please let me know what you guys think, give me ideas, tell me where I can improve.
I currently use it in my Custom ROM AdvancedStock7 for the LG Optimus F3 from Virgin Mobile but the app itself is compatible with android 4.0+
Links:
AdvancedStock7 for LG Optimus F3
My Website
GitHub Page
XDA:DevDB Information
OpenOTA, Tool/Utility for all devices (see above for details)
Contributors
sandix
Version Information
Status: Beta
Current Beta Version: 1.0.6
Beta Release Date: 2014-10-28
Created 2014-10-28
Last Updated 2014-10-28
Raccoon is a Google Play desktop client for downloading apps. Use cases:
Access Play even if your device/ROM comes without GAPPS
Protect your privacy by using a dedicated account for downloading apps.
Keep local copies of large apps, so you don't have to download them again.
Rollback troublesome updates.
Features not found in other APK downloaders/mirrors:
Download free AND paid apps.
Download large apps with OBB expansion files.
Download older app versions (for downgrading)
Spoof arbitrary devices to get around compatibility restrictions.
Use proxies to get around region locks.
RACCOON WEBSITE
XDA:DevDB Information
Raccoon, Tool/Utility for all devices (see above for details)
Contributors
onyxbits
Source Code: https://github.com/onyxbits/raccoon
Version Information
Status: Stable
Current Stable Version: 4.0.1
Stable Release Date: 2016-06-15
Created 2016-06-15
Last Updated 2019-03-27
Seems promising !
Would definitely give it a try & report back soon.
On a related note: I'm also in the process of rewriting Dummydroid, a companion tool for spoofing arbitrary Android devices. Any artists around here willing to contribute an application icon (must be in SVG format and under a creative commons license)?
Used to work for me, lately it just hangs by signing in.
Loved it!
Newyork! said:
Used to work for me, lately it just hangs by signing in.
Loved it!
Click to expand...
Click to collapse
Can you check if there's an exception thrown on the console?
New version (4.0.1) is available!