[ROM][OFFICIAL][Slim7 STABLE v1.xx][7.1.2r_xx][RN4/mido][WEEKLY] - Xiaomi Redmi Note 4 [Snapdragon] ROMs, Kernels, Re

Slim7 for Redmi Note 4(mido)
{
"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"
}
SlimROM is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam works together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and Gerrit.
Downloads:
All builds
Gapps - (use arm64, 7.1 nano/pico)
Firmware [Flash this zip before ROM incase you are coming fro miui]
How to Root?
Flash SuperSU vX.xx(whatever new version available)
http://forum.xda-developers.com/apps/supersu/stable-2016-09-01supersu-v2-78-release-t3452703
You can even use other methods of root, but I havnt tested them, so cant guarantee
Flash SuperSU after first boot of the rom( dont flash along with ROM and Gapps)
Installation Notes
Its extremely important to backup your current OS prior to installing.
Dirty flash instructions:
Boot into custom recovery
Go to Install
Select the updated zip
Swipe to flash
Reboot system when complete
Clear Cache & ART (optional)
Clean flash instructions:
When coming from either stock or another custom ROM you must preform a clean install.
Boot into custom recovery
Select Wipe/Advanced wipe
Check system, data, dalvik cache and cache (if you select internal you will lose all internal data, so please make sure you have a back up)
Swipe to wipe
Go to install
Select ROM zip add and select your GApps zip
Swipe to flash
Reboot system when complete
Credits:
Thanks to slimroms.org , @abhishek987
Thank You
Soubhik (sk83) G+
Thanks for all your support. If you like my work and continue to support, hit Thanks and donate.
( Paypal or Scan this Paytm code)
XDA:DevDB Information
Slim7 - mido, ROM for the Xiaomi Redmi Note 4
Contributors
SK83
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2017-05-19
Last Updated 2017-07-01

Screens

Why you posted this in Questions & Answers forum?
Also please use smaller logo because it destroys layout on Chrome.

Get this moved to development section.

Does the rom comes with official xiaomi kernel source ?

FroZine said:
Does the rom comes with official xiaomi kernel source ?
Click to expand...
Click to collapse
No...
Sent from my Redmi Note 4 using XDA Labs

k3lcior said:
Why you posted this in Questions & Answers forum?
Also please use smaller logo because it destroys layout on Chrome.
Click to expand...
Click to collapse
By mistake dint realise I was in there! Will try to find a better logo..
FroZine said:
Does the rom comes with official xiaomi kernel source ?
Click to expand...
Click to collapse
Not yet, but yes from next build.. And this is going to be official in coming weeks..

Nice job, thanks , flashed today and works nice atm but was wondering if there is any one hand mode option?.

romel3 said:
Nice job, thanks , flashed today and works nice atm but was wondering if there is any one hand mode option?.
Click to expand...
Click to collapse
Atm no, however u can get one hand keyboard from gboard

one hand mode
SK83 said:
Atm no, however u can get one hand keyboard from gboard
Click to expand...
Click to collapse
:good: thanks , will try.

SK83 said:
By mistake dint realise I was in there! Will try to find a better logo..
Not yet, but yes from next build.. And this is going to be official in coming weeks..
Click to expand...
Click to collapse
Did you just say OFFICIAL???? I am gonna lose my ****. This is dream come true. Best ROM on the planet hands down.

chenyia1 said:
Did you just say OFFICIAL???? I am gonna lose my ****. This is dream come true. Best ROM on the planet hands down.
Click to expand...
Click to collapse
Yes, this will be OFFICIAL in coming weeks

updated to weekly v0.25...
Changelog: https://slimroms.org/

Hi there!!
I really like your job with this rom, but there is a setting that I am missing, to fix differents ringtones to each sim.
I am blind to not find it? or it is something that cannot be implemented? Or maybe it is?
Please, would be great to have that option!
Keep the hard work!
Kind regards,
Edu
---------- Post added at 05:42 PM ---------- Previous post was at 05:42 PM ----------
Hi there!!
I really like your job with this rom, but there is a setting that I am missing, to fix differents ringtones to each sim.
I am blind to not find it? or it is something that cannot be implemented? Or maybe it is?
Please, would be great to have that option!
Keep the hard work!
Kind regards,
Edu

Changelogs anyone?? Can't find it on their site.

eduardoac_99 said:
Hi there!!
I really like your job with this rom, but there is a setting that I am missing, to fix differents ringtones to each sim.
I am blind to not find it? or it is something that cannot be implemented? Or maybe it is?
Please, would be great to have that option!
Keep the hard work!
Kind regards,
Edu
Click to expand...
Click to collapse
Sorry for the late reply, currently there is no option to enable different ringtone for different sim, but we will give it a thought. thanks..
moodyyyyyyy said:
Changelogs anyone?? Can't find it on their site.
Click to expand...
Click to collapse
https://slimroms.org/
see the first post

[ROM][UNOFFICIAL][Slim7 v0.25][7.1.2r_8][RN4/mido][20170528]
EDIT 2: OK, I know why I get the "old" camera and not the "pixel" one. Slim has in it's build.prop this line
Code:
persist.camera.HAL3.enabled=[B][COLOR="Red"]0[/COLOR][/B]
while most other AOSP ROMs have this
Code:
persist.camera.HAL3.enabled=[B][COLOR="Red"]1[/COLOR][/B]
which enables the Camera2 API (which should give you more manual control over camera functions in 3rd party camera apps but also installs a useless stock camera.
Edit: it seems that the Camera is in fact Google Camera (with HDR), opposite to what happens on other AOSP ROMs where the camera is the Pixel one (without HDR) after installing the Stock Gapps package. It appears that the Gapps installer script checks for camera capabilities on the phone and then decides what camera app to use. In our case it uses cameragooglelegacy (the "nexus" camera, rathern than the "pixel" camera). What's interesting is that on Slim it is unable to confirm compatibility with new Camera API so it reverts to legacy camera (which HDR capabilities), while on other AOSP ROMs, compatibility checks are successful, therefore, the "pixel" camera is installed (but without HDR capabilities).
Code:
# Begin Open GApps Install Log
------------------------------------------------------------------
ROM Android version | 7.1.2
ROM Build ID | [COLOR="Red"]slim_mido-userdebug 7.1.2 N2G47O 406d1a21df test-keys[/COLOR]
ROM Version increment | 406d1a21df
ROM SDK version | 25
ROM/Recovery modversion | Slim-mido-7.1.2.build.0.25-UNOFFICIAL-20170528-2021
Device Recovery | TWRP 3.1.1-0-9c3b7e99
Device Name | mido
Device Model | Redmi Note 4
Device Type | phone
Device CPU | arm64-v8a,armeabi-v7a,armeabi
Device A/B-partitions | false
Installer Platform | arm
ROM Platform | arm64
Display Density Used | 480
Install Type | Clean[Data Wiped]
Smart ART Pre-ODEX | false
Google Camera already installed | Clean
FaceUnlock Compatible | true
VRMode Compatible | false
[B][COLOR="Red"]Google Camera Compatible | true
New Camera API Compatible | false[/COLOR][/B]
Google Pixel Features | false
Current GApps Version | No GApps Installed
Google Camera version | Legacy
Installing GApps Zipfile | /sdcard/Download/open_gapps-arm64-7.1-stock-20170601.zip
Installing GApps Version | 20170601
Installing GApps Type | stock
Config Type |
Using gapps-config | Not Used
Remove Stock/AOSP Browser | true[default]
Remove Stock/AOSP Camera | true[default]
Remove Stock/AOSP Email | true[default]
Remove Stock/AOSP Gallery | true[default]
Remove Stock/AOSP Launcher | true[default]
Remove Stock/AOSP MMS App | true[default]
Remove Stock/AOSP Pico TTS | true[default]
Ignore Google Contacts | false
Ignore Google Dialer | false
Ignore Google Keyboard | false
Ignore Google Package Installer | false
Ignore Google NFC Tag | false[TagGoogle]
Ignore Google WebView | false
Total System Size (KB) | 3047184
Used System Space (KB) | 1133196
Current Free Space (KB) | 1897604
Post Install Free Space (KB) | 1009144 << See Calculations Below
------------------------------------------------------------------
# End Open GApps Install Log
NOTE: Stub WebView was installed instead of Google WebView because your device
has already Chrome installed as WebViewProvider. If you still want Google WebView,
you can add 'Override' to your gapps-config to override this redundancy protection.
# Begin GApps Size Calculations
------------------------------------------------------------------
TYPE | DESCRIPTION | SIZE | TOTAL
| Current Free Space | 1897604 | 1897604
Remove | Existing GApps | + 0 | 1897604
Remove | Obsolete Files | + 24 | 1897628
Remove | browser | + 0 | 1897628
Remove | calculatorstock | + 392 | 1898020
Remove | calendarstock | + 0 | 1898020
Remove | camerastock | + 6060 | 1904080
Remove | clockstock | + 4152 | 1908232
Remove | contactsstock | + 6440 | 1914672
Remove | dialerstock | + 8316 | 1922988
Remove | email | + 0 | 1922988
Remove | exchangestock | + 0 | 1922988
Remove | extservicesstock | + 16 | 1923004
Remove | extsharedstock | + 0 | 1923004
Remove | gallery | + 0 | 1923004
Remove | keyboardstock | + 46592 | 1969596
Remove | launcher | + 1404 | 1971000
Remove | mms | + 0 | 1971000
Remove | picotts | + 6372 | 1977372
Remove | printservicestock | + 36 | 1977408
Remove | provision | + 12 | 1977420
Remove | storagemanagerstock | + 3712 | 1981132
Remove | tagstock | + 0 | 1981132
Remove | webviewgoogle | + 0 | 1981132
Remove | webviewstock | + 103916 | 2085048
Install | Core | - 101584 | 1983464
Install | batteryusage | - 200 | 1983264
Install | books | - 11092 | 1972172
Install | calculatorgoogle | - 1192 | 1970980
Install | calendargoogle | - 22696 | 1948284
[COLOR="red"][B]Install | cameragooglelegacy | - 31424 | 1916860[/B][/COLOR]
Install | chrome | - 127824 | 1789036
Install | clockgoogle | - 6400 | 1782636
Install | cloudprint | - 3620 | 1779016
Install | contactsgoogle | - 8736 | 1770280
Install | dialerframework | - 24 | 1770256
Install | dialergoogle | - 11512 | 1758744
Install | docs | - 45812 | 1712932
Install | drive | - 25668 | 1687264
Install | exchangegoogle | - 492 | 1686772
Install | facedetect | - 2472 | 1684300
Install | faceunlock | - 19032 | 1665268
Install | fitness | - 15740 | 1649528
Install | gmail | - 19164 | 1630364
Install | googlenow | - 8100 | 1622264
Install | googleplus | - 21648 | 1600616
Install | googletts | - 21876 | 1578740
Install | hangouts | - 43368 | 1535372
Install | keep | - 13412 | 1521960
Install | keyboardgoogle | - 38236 | 1483724
Install | maps | - 39084 | 1444640
Install | messenger | - 18388 | 1426252
Install | movies | - 14912 | 1411340
Install | music | - 17120 | 1394220
Install | newsstand | - 11928 | 1382292
Install | newswidget | - 5628 | 1376664
Install | photos | - 46376 | 1330288
Install | pixelicons | - 344 | 1329944
Install | pixellauncher | - 2472 | 1327472
Install | playgames | - 16596 | 1310876
Install | printservicegoogle | - 40 | 1310836
Install | search | - 69212 | 1241624
Install | sheets | - 50188 | 1191436
Install | slides | - 71492 | 1119944
Install | speech | - 39240 | 1080704
Install | storagemanagergoogle | - 3720 | 1076984
Install | taggoogle | - 336 | 1076648
Install | talkback | - 9748 | 1066900
Install | vrservice | - 14636 | 1052264
Install | wallpapers | - 2632 | 1049632
Install | webviewstub | - 56 | 1049576
Install | youtube | - 31216 | 1018360
| Buffer Space | - 9216 | 1009144
------------------------------------------------------------------
Post Install Free Space | 1009144
------------------------------------------------------------------
# End GApps Size Calculations
# Begin User's gapps-config
# End User's gapps-config
Phone process dies when using dual sim, otherwise, you get an absolutely beautiful nexus/pixel experience after flashing the stock opengapps package. Even camera, although the Google one, has HDR option. Not sure what's different about this rom but all other AOSPs I tried did not have HDR or used the Qualcomm camera app. Great job to the Slim team and the dev that ported this to us. Fix the dual sim functionality and it's perfect.
My phone is a mido , RAM 4GB/64GB ROM Global. Using latest firmware from the xiaomi.eu dev rom (nougat based). I'll post logcat if requested.

Baseband version and a force close when accessing career settings in Cellular Networks menu

Cezar` said:
EDIT 2: OK, I know why I get the "old" camera and not the "pixel" one. Slim has in it's build.prop this line
Code:
persist.camera.HAL3.enabled=[B][COLOR="Red"]0[/COLOR][/B]
while most other AOSP ROMs have this
Code:
persist.camera.HAL3.enabled=[B][COLOR="Red"]1[/COLOR][/B]
which enables the Camera2 API (which should give you more manual control over camera functions in 3rd party camera apps but also installs a useless stock camera.
Edit: it seems that the Camera is in fact Google Camera (with HDR), opposite to what happens on other AOSP ROMs where the camera is the Pixel one (without HDR) after installing the Stock Gapps package. It appears that the Gapps installer script checks for camera capabilities on the phone and then decides what camera app to use. In our case it uses cameragooglelegacy (the "nexus" camera, rathern than the "pixel" camera). What's interesting is that on Slim it is unable to confirm compatibility with new Camera API so it reverts to legacy camera (which HDR capabilities), while on other AOSP ROMs, compatibility checks are successful, therefore, the "pixel" camera is installed (but without HDR capabilities).
Code:
# Begin Open GApps Install Log
------------------------------------------------------------------
ROM Android version | 7.1.2
ROM Build ID | [COLOR="Red"]slim_mido-userdebug 7.1.2 N2G47O 406d1a21df test-keys[/COLOR]
ROM Version increment | 406d1a21df
ROM SDK version | 25
ROM/Recovery modversion | Slim-mido-7.1.2.build.0.25-UNOFFICIAL-20170528-2021
Device Recovery | TWRP 3.1.1-0-9c3b7e99
Device Name | mido
Device Model | Redmi Note 4
Device Type | phone
Device CPU | arm64-v8a,armeabi-v7a,armeabi
Device A/B-partitions | false
Installer Platform | arm
ROM Platform | arm64
Display Density Used | 480
Install Type | Clean[Data Wiped]
Smart ART Pre-ODEX | false
Google Camera already installed | Clean
FaceUnlock Compatible | true
VRMode Compatible | false
[B][COLOR="Red"]Google Camera Compatible | true
New Camera API Compatible | false[/COLOR][/B]
Google Pixel Features | false
Current GApps Version | No GApps Installed
Google Camera version | Legacy
Installing GApps Zipfile | /sdcard/Download/open_gapps-arm64-7.1-stock-20170601.zip
Installing GApps Version | 20170601
Installing GApps Type | stock
Config Type |
Using gapps-config | Not Used
Remove Stock/AOSP Browser | true[default]
Remove Stock/AOSP Camera | true[default]
Remove Stock/AOSP Email | true[default]
Remove Stock/AOSP Gallery | true[default]
Remove Stock/AOSP Launcher | true[default]
Remove Stock/AOSP MMS App | true[default]
Remove Stock/AOSP Pico TTS | true[default]
Ignore Google Contacts | false
Ignore Google Dialer | false
Ignore Google Keyboard | false
Ignore Google Package Installer | false
Ignore Google NFC Tag | false[TagGoogle]
Ignore Google WebView | false
Total System Size (KB) | 3047184
Used System Space (KB) | 1133196
Current Free Space (KB) | 1897604
Post Install Free Space (KB) | 1009144 << See Calculations Below
------------------------------------------------------------------
# End Open GApps Install Log
NOTE: Stub WebView was installed instead of Google WebView because your device
has already Chrome installed as WebViewProvider. If you still want Google WebView,
you can add 'Override' to your gapps-config to override this redundancy protection.
# Begin GApps Size Calculations
------------------------------------------------------------------
TYPE | DESCRIPTION | SIZE | TOTAL
| Current Free Space | 1897604 | 1897604
Remove | Existing GApps | + 0 | 1897604
Remove | Obsolete Files | + 24 | 1897628
Remove | browser | + 0 | 1897628
Remove | calculatorstock | + 392 | 1898020
Remove | calendarstock | + 0 | 1898020
Remove | camerastock | + 6060 | 1904080
Remove | clockstock | + 4152 | 1908232
Remove | contactsstock | + 6440 | 1914672
Remove | dialerstock | + 8316 | 1922988
Remove | email | + 0 | 1922988
Remove | exchangestock | + 0 | 1922988
Remove | extservicesstock | + 16 | 1923004
Remove | extsharedstock | + 0 | 1923004
Remove | gallery | + 0 | 1923004
Remove | keyboardstock | + 46592 | 1969596
Remove | launcher | + 1404 | 1971000
Remove | mms | + 0 | 1971000
Remove | picotts | + 6372 | 1977372
Remove | printservicestock | + 36 | 1977408
Remove | provision | + 12 | 1977420
Remove | storagemanagerstock | + 3712 | 1981132
Remove | tagstock | + 0 | 1981132
Remove | webviewgoogle | + 0 | 1981132
Remove | webviewstock | + 103916 | 2085048
Install | Core | - 101584 | 1983464
Install | batteryusage | - 200 | 1983264
Install | books | - 11092 | 1972172
Install | calculatorgoogle | - 1192 | 1970980
Install | calendargoogle | - 22696 | 1948284
[COLOR="red"][B]Install | cameragooglelegacy | - 31424 | 1916860[/B][/COLOR]
Install | chrome | - 127824 | 1789036
Install | clockgoogle | - 6400 | 1782636
Install | cloudprint | - 3620 | 1779016
Install | contactsgoogle | - 8736 | 1770280
Install | dialerframework | - 24 | 1770256
Install | dialergoogle | - 11512 | 1758744
Install | docs | - 45812 | 1712932
Install | drive | - 25668 | 1687264
Install | exchangegoogle | - 492 | 1686772
Install | facedetect | - 2472 | 1684300
Install | faceunlock | - 19032 | 1665268
Install | fitness | - 15740 | 1649528
Install | gmail | - 19164 | 1630364
Install | googlenow | - 8100 | 1622264
Install | googleplus | - 21648 | 1600616
Install | googletts | - 21876 | 1578740
Install | hangouts | - 43368 | 1535372
Install | keep | - 13412 | 1521960
Install | keyboardgoogle | - 38236 | 1483724
Install | maps | - 39084 | 1444640
Install | messenger | - 18388 | 1426252
Install | movies | - 14912 | 1411340
Install | music | - 17120 | 1394220
Install | newsstand | - 11928 | 1382292
Install | newswidget | - 5628 | 1376664
Install | photos | - 46376 | 1330288
Install | pixelicons | - 344 | 1329944
Install | pixellauncher | - 2472 | 1327472
Install | playgames | - 16596 | 1310876
Install | printservicegoogle | - 40 | 1310836
Install | search | - 69212 | 1241624
Install | sheets | - 50188 | 1191436
Install | slides | - 71492 | 1119944
Install | speech | - 39240 | 1080704
Install | storagemanagergoogle | - 3720 | 1076984
Install | taggoogle | - 336 | 1076648
Install | talkback | - 9748 | 1066900
Install | vrservice | - 14636 | 1052264
Install | wallpapers | - 2632 | 1049632
Install | webviewstub | - 56 | 1049576
Install | youtube | - 31216 | 1018360
| Buffer Space | - 9216 | 1009144
------------------------------------------------------------------
Post Install Free Space | 1009144
------------------------------------------------------------------
# End GApps Size Calculations
# Begin User's gapps-config
# End User's gapps-config
Phone process dies when using dual sim, otherwise, you get an absolutely beautiful nexus/pixel experience after flashing the stock opengapps package. Even camera, although the Google one, has HDR option. Not sure what's different about this rom but all other AOSPs I tried did not have HDR or used the Qualcomm camera app. Great job to the Slim team and the dev that ported this to us. Fix the dual sim functionality and it's perfect.
My phone is a mido , RAM 4GB/64GB ROM Global. Using latest firmware from the xiaomi.eu dev rom (nougat based). I'll post logcat if requested.
Click to expand...
Click to collapse
Thanks a ton for the detailed explanation. Currently ViLTE do not work on camera hal3. Temporarily I've force enabled hal1 until we get a solution on hal3.
Cezar` said:
Baseband version and a force close when accessing career settings in Cellular Networks menu
Click to expand...
Click to collapse
Pls try the new build, if you still have issues, pls send me the log.

Its fine for my phone mido 4 3GB/32GB snapdragon use this rom? Thanks i am new in mido 4

Related

Suggestion: [ROM] RomName (RomVersion | ReleaseDate) {BaseRom | BaseDeveloper}

Can we use a standardized way of posting ROMs?
I suggest something like:
[ROM] RomName (RomVersion | ReleaseDate) {BaseRom | BaseDeveloper}
What do you think?

[Q][MOD][Android 4.2 Camera] 16:9 / full-screen mode | JellyBean | V2.2 | 20 Nov

What are problems that do not allow the operation of the HDR on Android 4.2 Camera?
http://forum.xda-developers.com/showthread.php?t=1965464

List of devices to BluedroidMod

List of devices to BluedroidMod​
At the moment I'm just working on devices supporting CyanogenMod 6 and 7, but if you have a zip of your stock 2.2+ or 2.3+ just make your request, can help add your device.
Devices Supported:​
Code:
galaxy5
zeus
________________________________________________________________________
Download to devices:​
Galaxy 5 said:
| galaxy5 | Nightly | BluedroidMod-2-20130927-galaxy5 | 1.9.27 | 2.3.7 |
| galaxy5 | Nightly | BluedroidMod-2-20130508-galaxy5 | 1.5.8 | 2.3.7 |
| galaxy5 | Nightly | BluedroidMod-1-20130422-galaxy5 | 1.4.22 | 2.2.2 |
Click to expand...
Click to collapse
Xperia Play said:
| zeus | Nightly | BluedroidMod-2-20131025-zeus | 1.10.25 | 2.3.7 |
Click to expand...
Click to collapse
________________________________________________________________________
Work in progress:
Xperia Play BM2 via XDA
Galaxy 5 BM2 via MadTeam
Galaxy 5 BM1 via MadTeam
reserved to more devices
To add your device, send me the following information below followed by your message to the request:
Example!
Device or codename: galaxy5
BluedroidMod: 1 (2.2 or CM6), 2 (2.3 or CM7)
Links to official sources or downloads of cyanogens or zip of stock
Coleque your message for the request
Any help from you would be welcome, and have patience since you can work with me!

[Completed] Problem with TK GApps

Hello, I have Samsung GALAXY TAB 2 (10.1) - P5110.
I've installed Candy5 for P5110 from http://forum.xda-developers.com/galaxy-tab-2/10-inch-development/rom-candy-5-v2-5-5-t3136904.
After flashing Candy I tried to install TK GApps from http://forum.xda-developers.com/android/software/tk-gapps-t3116347. I have tried Google Stock Package, but I can't install it. There is Error code 40.
This is gApps log: # Begin TK GApps Install Log
--------------------------------------------------------------------------------
ROM Android Version | 5.1.1
ROM ID | candy5_p5110-userdebug 5.1.1 LMY48B 5d22d67a96 test-keys
ROM Version | release.v3.0-20150712-OFFICIAL-p5110
Device Recovery | ClockworkMod Recovery 6.0.1.1
Device Name | espresso10wifi
Device Model | GT-P5110
Device Type | tablet
Device CPU | armeabi-v7a,armeabi
getprop Density |
default.prop Density | 160
build.prop Density | 160
Display Density Used | 160ppi
Install Type | Clean[Data Wiped]
Google Camera Installedą | Clean
Google Keyboard Installedą | Clean
FaceUnlock Compatible | true
Google Camera Compatible | true
Google Webview Compatible | true
Current GApps Version | NON TK GApps Currently Installed (FAILURE)
--
Please help me, I don't understand why it didn't install.
XDA Visitor said:
Hello, I have Samsung GALAXY TAB 2 (10.1) - P5110.
I've installed Candy5 for P5110 from http://forum.xda-developers.com/galaxy-tab-2/10-inch-development/rom-candy-5-v2-5-5-t3136904.
After flashing Candy I tried to install TK GApps from http://forum.xda-developers.com/android/software/tk-gapps-t3116347. I have tried Google Stock Package, but I can't install it. There is Error code 40.
This is gApps log: # Begin TK GApps Install Log
--------------------------------------------------------------------------------
ROM Android Version | 5.1.1
ROM ID | candy5_p5110-userdebug 5.1.1 LMY48B 5d22d67a96 test-keys
ROM Version | release.v3.0-20150712-OFFICIAL-p5110
Device Recovery | ClockworkMod Recovery 6.0.1.1
Device Name | espresso10wifi
Device Model | GT-P5110
Device Type | tablet
Device CPU | armeabi-v7a,armeabi
getprop Density |
default.prop Density | 160
build.prop Density | 160
Display Density Used | 160ppi
Install Type | Clean[Data Wiped]
Google Camera Installedą | Clean
Google Keyboard Installedą | Clean
FaceUnlock Compatible | true
Google Camera Compatible | true
Google Webview Compatible | true
Current GApps Version | NON TK GApps Currently Installed (FAILURE)
--
Please help me, I don't understand why it didn't install.
Click to expand...
Click to collapse
Hi, thanks for using XDA assist!
First, please create an account so you can post in other forums.
Here is the main forum area for your device:
http://forum.xda-developers.com/galaxy-tab-2
After you've created your account, please post your question here:
http://forum.xda-developers.com/galaxy-tab-2/help
The experts for your device are located there and will be able to help.
Good luck!

Moto G5 Plus - Gallery App | Moto E 2015 | LTE |

| Moto G5 Plus - Gallery App |
Huge Thanks and Credits : kapilrtn
Don't Disable Inbuilt Gallery app . If You need Video Player.
YouTube Link : https://youtu.be/H3mvC1cGOWA
| File Attached |

Categories

Resources