Nokia camera Mod - Nokia 8 Themes, Apps, and Mods

Nokia Camera 91.9.1130.40 with Pro Mode and Animojis ENABLED for Nokia 8
Hi guys!
Now I want to share my small modification of Nokia camera. You know that if download not modified version from apkmirror it won't have pro mod and also there will be some not working features. But this mod solve the problem. It's based on source code by @linuxct , so it's not all my work. There are some features of my mod:
- New camera style (just swipe to go to other mod)
- Working slow-mo
- New Dual Sight
- Masks and artificial light
- New AR section in the top menu
-Disabled not working square and live bokeh mod
- Changed package name ("com.nokia.camera_4pda")
- Changed icon (blue->green)
But there're some bugs:
- Not working panorama. It's not working in all versions which I tried to modify
- Not working beauty (no changes if you turn on it)
- Photo distortion when shooting with masks and artificial light (the photo itself is normal, we just need to wait until Google photos it will load, it is also inverted)
- Missing Google lens item
- Sometimes unstable switching to front camera (at lag helps restart the app)
And not good things:
- I don't know how to enable dual camera switching, if someone knows, please help...
Download
https://yadi.sk/d/-l2Ja9METtt0Dg
Contributors
linuxct
mkolpak
Source Code: https://linuxct.space
ROM OS Version: 8.x Oreo
Version Information
Status: Stable
Current Stable Version: 91.9.1130.40 (2.2)
Stable Release Date: 2019-03-21
Created 2019-03-22
Last Updated 2019-03-22
P.s. If you don't have Nokia 8, write me back, working it or not on your phone. I will make a list of supported phones;
If you are a developer - no problem if you will modify my version.

Some screenshots (sorry for Russian)

get me error with front camera

negrroo said:
get me error with front camera
Click to expand...
Click to collapse
Switching front camera or taking photos?.. Yes, sometimes it can freeze on switching, but not always
For me taking photos is working...

taking photos with the front cam.. every time i try this error occurred

mkolpak said:
There are some features of my mod:
- New camera style (just swipe to go to other mod)
- Working slow-mo
- New Dual Sight
- Masks and artificial light
- New AR section in the top menu
-Disabled not working square and live bokeh mod
- Changed package name ("com.nokia.camera_4pda")
- Changed icon (blue->green)
Click to expand...
Click to collapse
Hey, could you please share the code/modifications you made along your mod?
If you need help on how to do it:
After decompiling the apk for the first time, you can set up a new local git repository and add all the current files to it, commit them, then proceed to mod them and commit them. You can then extract your changes into a single nice file with
Code:
git diff HEAD~[FONT="Arial Black"]number of commits[/FONT]..HEAD > my-patch.diff
or with
Code:
git format-patch -[FONT="Arial Black"]number of commits[/FONT] --stdout > my-patch-.patch
Thank you!

linuxct said:
Hey, could you please share the code/modifications you made along your mod?
If you need help on how to do it:
After decompiling the apk for the first time, you can set up a new local git repository and add all the current files to it, commit them, then proceed to mod them and commit them. You can then extract your changes into a single nice file with
Code:
git diff HEAD~[FONT="Arial Black"]number of commits[/FONT]..HEAD > my-patch.diff
or with
Code:
git format-patch -[FONT="Arial Black"]number of commits[/FONT] --stdout > my-patch-.patch
Thank you!
Click to expand...
Click to collapse
Hi!
I will make it, I dont remember all what I changed, but I will post code in these days. :fingers-crossed:
Or u can take my classes39.dex file and see it now.
I took stock apk from apkmirror, replaced some files with new one from your mod (I remember that with stock res folder animoji were not working, but with your files it started working), added my 39.dex file.
Wait 1-2 days, I will do it :angel:

linuxct said:
Hey, could you please share the code/modifications you made along your mod?
Click to expand...
Click to collapse
Sorry that I did not answer for so long, I was on vacation in Armenia, now I'm back.
My edits in the camera were too unpredictable, I can not remember what changed, namely where to turn off the "square". I can only write my actions in productmodelutil, also I remember that to make slow motion work, you need to take the original folder "res" and paste it into your apk.
Forgive me.
P.s. Some photos from Armenia
https://yadi.sk/d/arn2p89fz92IcA

Related

[MOD][OUTDATED] SpareParts Update for CM5.0.7 ONLY

Mods please close this thread, thank you . For everyone interested, I've opened another thread which once again involves the framework to be replaced, check it out here: http://forum.xda-developers.com/showthread.php?t=689830
Hi all,
I was not able to finish this before CM5.0.7 got released, but have since completed it. What this does is basically change the colour dialogs from a list of colours to a proper colour wheel, with a textbox for hex values, as well as a transparency slider.
Special Thanks:
ruqqq aka arctu . I basically took the colour picker from his MMS mod. I know it's based off Google's, but his code provided me a base and an example to work off.
http://www.anddev.org/announce_color_picker_dialog-t10771.html for the slider animations and text.
Screenshot:
Instructions:
You can either slide the wheel, then adjust the transparency, or use the textbox directly. The textbox accepts the following input:
#AARRGGBB
#RRGGBB
AARRGGBB
RRGGBB
Meaning, you can input your colours with or without the # in front, and with or without the alpha channels.
Changelog:
250510 #3
- Added option to reset all UI tweaks to defaults. As usual, reboot to see changes.
250510 #2:
- Ok this is unexpected . No real change, just added a dependency to clock colour, so if "show clock" is unticked, "clock colour" will be disabled.
250510:
- Changed list of colours to a proper colour picker
Explanation of Each Option:
http://wiki.cyanogenmod.com/index.php/User:Wysie
Download:
APK: http://dl.dropbox.com/u/263378/androidstuff/SpareParts.apk
Update.zip: http://dl.dropbox.com/u/263378/androidstuff/2505103_SpareParts_Color_Picker.zip
Install Instructions for APK:
Simply push to /system/app/
Code:
adb remount
adb pull /system/app/SpareParts.apk ./SpareParts.bak
adb push SpareParts.apk /system/app/
Install Instructions for Update.zip
Flash through recovery.
Source:
http://github.com/Wysie/development_apps_spareparts
You can be sure, I'm gonna push it - thank you Wysie !!
works perfectly. Damn, theming is so bloody easy now!!
Thanks for sharing have you test it on froyo version ??
Adds the "My" to MyTouch, thank you
Maybe cyano can push this in, as he will release a new 507 probably tonight (cause of gallery bug)
imfloflo said:
Thanks for sharing have you test it on froyo version ??
Click to expand...
Click to collapse
It won't work unfortunately. This SpareParts requires the framework mods I made (which are merged into CM5.0.7) for it to work .
I can't express enough how sweet this is.. I no longer have to worry about borking my services.jar when changing colors.
Made a very very small update .
Added option to reset all to defaults.
will this slip into CM's .1 release?
bewA: I believe so .
Link to explain what each option means: http://wiki.cyanogenmod.com/index.php/User:Wysie
Thanx Wysie, it was just a little request and you made a BIG thing out of it!!!!
You did a hell of a job on this Wysie! Good work!
jrummy16 said:
You did a hell of a job on this Wysie! Good work!
Click to expand...
Click to collapse
Ditto and thank you very much! Also to those others that were involved!!!!
To what framework file are these color settings saved to? I'm trying to do a custom theme for CM7 but can't figure out where these are saved to!
MicroMod777: They're saved to the system prefs, along with compcache (enabled/disabled) and so on. Get in touch with @jeagoss on Twitter, he's making a script that helps themers with exactly what you are trying to do .
To everyone else, it's been merged into 5.0.7.1 .
I gotta say, this is great for people who maintain their own theme for personal use. I was very pleasantly surprised when I flashed the .1 release and my custom colors were still there!!
daveid: This thread is useless again since it's been merged!
Wyse can U give me the string for translate in Italian so I can give to you and have sparepart all in Italian language?
This is the only part of cyanogen in English
Thanks

[Dec 20][SD]Jaws-MIUI-1812, base on MIUI 1812(New English Pack#1b)[Hastarin 8.5.3EB]

Welcome to Jaws-MIUI..
I'm just a newbie porter, i'm not a developer..credit goes to real developer out there in #htc-linux, special thanks to Dominues for "How to build an Android port", LeTama for telling me how to fix data connection and Atoore for FM Radio permission fix..
base on : MIUI 18-12-10
Kernel : Hastarin 8.5.3_eb oldcam
Whats working :
* 3g/HSDPA
* LED & keypad status notification
* Bluetooth
* USB mass storage
* G Sensor WORKING
* Facebook sync
* Camera/Camcorder
* Wifi
* GPS
* FM Radio
* Theme Manager
Whats not working:
----
if you have boot fail, PLEASE use data.img below (R3BrotherJr provided)
Download 18-12
Click Here Please
Download Data.img here
http://www.multiupload.com/7D1XQ9TJ4G thanks to R3BrotherJr
Patch1 : English Language Pack #1b thanks to markhuk from MIUI Dev forum
Click Here Please
Note..
If it boot up fine for you remember this :
Default DNS is my provider, please edit build.prop or use build.prop from old build and put it inside MIUI-Jaws folder
on first boot, go to setting - program - manage application - tab all, find launcher then clear data & force stop .. it will fix launcher
Ouch, i forget fix sdcard install app (like angry birds), do this by yourself..credit goes to rafpigna
Code:
- install terminal
- type this :
su
cd system/bin
ln -s toolbox newfs_msdos
reboot
try install angry bird without unmount sdcard
===================================================================
Older release..(don't use any patch below for new release)
Download 11-12 :
Click Here Please
Update Patch for fix Market FC (the new market seems didn't work)
Click Here Please
before applying market patch fix..install terminal then do this :
su
rm /system/app/vending.apk
=============================================================
Download 03-12 :
Click Here Please
Jaws-MIUI changelog..
Code:
Patch1 (language pack #1b)
- Mms string improvements.
- ThemeManager string improvements.
- Settings (Fixed Chinese in the personal passwords section) Thanks all who helped debug.
- Settings string improvements.
- Monitor string improvements, known bug, if you select one traffic set-up, and then set-up the other, entering the values and saving causes a FC, reloading the app does take the changes fine though.
- MiuiMusic string improvements.
- FileExplorer, fixed Chinese characters 'Bytes' shown in File Info. (thanks Keshav for the screen shot report). This involved editing Smali code.
18-12
- update to MIUI 18-12-10
- ironing out latest known bug from 11-12
11-12
- update to MIUI 11-12-10
- change SU binary, now root explorer work as it should
- delete su binary in rootfs.img
- fix installed sdcard app like angry bird (don't have to unmount sdcrad) thanks to rapigna..
RC1 :
- update to MIUI 03-12-10
- add wifi ad hoc support
- fix chinese character
- fix theme manager
- back to google dns number in build.prop
Patches :
1. For Fixing Boot Up error & Sensor Notification
Click Here Please
2. For enable logcat
Click Here Please
after applying the patch reboot, if theres reboot failure or boot loop, take off your battery put it back then boot android again..it should boot up fine..
otherwise backup your system.ext2 before applying the patch -- thanks to jamezelle and n_i_x from MIUI-Dev Forum
Extract those file and put this inside Jaws-MIUI-RC1 folder
3. For default MIUI fonts..
Click Here Please
Extrack this folder put it inside Jaws-MIUI-RC1/root/system/ (remember, fonts folder not the fonts self only, it will look like Jaws-MIUI-RC1/root/system/fonts)
NOTE
if u can't boot up my build and don't use above patch, please edit your startup.txt and change this line set cmdline "rel_path=Jaws-MIUI" to set cmdline "rel_path=Jaws-MIUI-RC1 nand_boot=0"
Tips..
Change battery icon to circle icon :
Download this Click Here Please thanks to Pendo from N1 Theme for a great MIUI theme (click his name for more status bar theme)
put this file inside Jaws-MIUI-RC1/root/system/framework/
reboot
================================================================
Old Jaws-MIUI base on RodrigezStyle..
Download :
Click Here please
mirror
Jaws-MIUI, base on RodrigeuzStyle 1.9.1 [Kernal: Hastarin 8.5.1]
PATCH : (only for Old Jaws-MIUI)
1. Wifi ad Hoc & build.prop Patch..
Click Here Please < ---- uploaded 12-2-2010:6:55 pm..fix wifi ad hoc
2. Fonts Chinese Character & Robo Voice Patch
Click Here Please
3. How to fix Theme Style
install terminal emulator, type this
Code:
$su
#busybox chown 0.0 /system/xbin/apply_theme
#busybox chmod 4755 /system/xbin/apply_theme
then reboot..apply theme
what is ad hoc? ad hoc is peer to peer connection between two wifi without the need of access point router, so u can use wireless tether on another android, and you can play remote control tools like ar.drone
READ THIS
i have set my own provider dns in build.prop file.. you must change it according to your own provider DNS, above patch make dns back to google DNS, i suggest you to edit it and find the right DNS according to your provider.. otherwise data / internet will not work
How to apply the patch : just extract root.rar file, put it inside Jaws-MIUI folder then boot to Jaws-MIUI..
ar.drone video
http://www.youtube.com/watch?v=CG5pqTWVahQ
Note..
1. I edit key map for Volume Down button as back menu..
to make it back to volume down, you must edit file qwerty.kl in /system/usr/keylayout find key 114 replace BACK with VOLUME_DOWN
or read this post by kawazaki
2. To fix white box in battery indicator, after first boot, go to setting - sytem- battery : change Battery indicator style to Percentage
Tips..
- install spare part from market..set all animation to fast..
- Wireless Tether apk.. Download Here
- Jaws-MIUI RodrigeuzStyle with Theme Manager is coming too..i'll upload it soon..
thanks to : Cotulla - for making all this possible, dan1j3l, LeTama, hastarin, huanyu, michyprima, Cass67, darkstone, ElbartoME, gauner1986, Geo411m, mattc, memin1857, NetRipper, MIUI-DEV, XDA-DEVELOPERS,MIUI.com (the Rom) and Rodrigeuz from N1 development..
Screen Shot
DONATION
screen shots pls..
sounds cool... some screen shots pls..
Just trying this build, and for me this is one of the best build i ever tried...
testing for a while, and so far everything works like charms...thanks lesjaw....
this is a few things that i found in this build...
Themes is fantastis
Mobile Network works like charms, for the very first time i can browsing without have to change anything, like ppp ect
Camera and Camcoder works perfect, green image or anything
Very Fast
CMIIW, but so far this build is already 99% english
There is no problem with scynch, either with time, or facebook contact (i have that problem before)
Screenshots are dead? just two "x"s ??
you said that 99% are in English.
Is it possible to make a build in another language? Or how to do that?
I'll download your build this evening to test it
mohasea said:
you said that 99% are in English.
Is it possible to make a build in another language? Or how to do that?
I'll download your build this evening to test it
Click to expand...
Click to collapse
what language do you want? it is possible but currently not so many language are avalaible..
I'm switching from MIUI free beer and woman 5/11 , ofcourse I can switch with my current data.img .
One thing is making me anxious, it's the battery.
How much does it consume on standby ? on MIUI 5/11 it shows 3-4 mA ..
It's almost better than in WinMo .. I will give this one a shot and I hope it satisfy my needs
Thank you for your effort
And everybody who contributed !
kawazaki said:
I'm switching from MIUI free beer and woman 5/11 , ofcourse I can switch with my current data.img .
One thing is making me anxious, it's the battery.
How much does it consume on standby ? on MIUI 5/11 it shows 3-4 mA ..
It's almost better than in WinMo .. I will give this one a shot and I hope it satisfy my needs
Thank you for your effort
And everybody who contributed !
Click to expand...
Click to collapse
usually i get around 5 ma in standby.. i have tweetdeck with FB and Twitter account sync for every 3 minutes, 3 Gmail account, i account is a high traffic mailist..almost hundreds to thousand emails a day..
in my experience most of MIUI build has the same battery consume on standby..
nice build.... very fast boot... great job
feedback(my view)
- wifi working
- battery is not showing percentage, showing a box inside circle
- animation between screens are not professional.
Do themes happen to work with this build?......
thank you for your build but why dont working the themes?
ree4mail said:
nice build.... very fast boot... great job
feedback(my view)
- wifi working
- battery is not showing percentage, showing a box inside circle
- animation between screens are not professional.
Click to expand...
Click to collapse
Personally, i love the battery icon in this build, especially when charging...
for percentage, u can download batteryindicator.apk from market...
but what do you mean by "animation between screens?"
downloading now
ree4mail said:
nice build.... very fast boot... great job
feedback(my view)
- wifi working
- battery is not showing percentage, showing a box inside circle
- animation between screens are not professional.
Click to expand...
Click to collapse
go to setting - system - battery change battery indicator style to percentage
Nor professional? wierd..
slimster said:
Do themes happen to work with this build?......
Click to expand...
Click to collapse
no..i'm sorry..all MIUI build cant do themes.. we must manually add it to framework-res.apk .. anyway this build is base on N1 RodrigezStyle which is modified enough.. i'm really sure if we can apply the theme it breaks the build..
thanks a lot for the build, downloading now. just one thing, is it possible to add custom icons in a MIUI build? cheers
hello,
how do i reduce volume while listening 2 music since the volume down button is edited as back menu button?
Thanks
going to check it out..
remap
can u explain the button remap thing again, what u said in the op wasnt clear to me.
thanks
GREAT work mate Downloadin as we speak.. LOVE the MIUI builds, and here is another one... BIG BIG thanx

[ROM][SP][JB][4.2.2][UNOFFICIAL]MIUI XPERIA SP V9 [4.3.7][3MAR] {RELEASED}

{
"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"
}
MIUI V5 XPERIA SP
(Unlocked Bootloader Only)
Please read the instruction and FAQ ON 3rd POST carefully before asking, and HIT
if you like my work
--ROM Details--
-MIUI Patchrom
-Multilanguange Support
-Based CM10.1
-Smooth and Beautifull
--Features--
What's working:
Almost Everything
What's not working :
- Same bug as CM10.1 -> by:ubberlaggydarwin
- Radio
- Torch
- Lemme know!
Flashing Instructions
1.Do a nandroid backup first
2.download the rom and copy to sdcard
3.a.If you're on CM or Stock ROM :
- flask kernel (boot.img) inside rom.zip via fastboot
- go to CWM
- Install the rom from CWM
- Wipe data/Factory reset
- Wipe Dalvik & Cache
- Flash gapps
- Reboot & Enjoy
3.b If wanna upgrade your MIUI
- Install New Version
- Wipe dalvik & Cache
- Reboot & Enjoy
--LINK--
MIUI Huashan V9
Gapps
Wanna contribute to this¶o‹ject?
https://github.com/imanesaurus/patchrom_huashanCM
--Changelog--
Check 2nd post
--Frequently Asked Questions--
check 3rd post
--Credits--
Without them this rom is not possible, so many thanks to them :
MIUI --> for patchrom
ubberlaggydarwin, adfad666, -kali, eagleeyetom, --> For bring CM to our devices. You guys are AWESOME!
Svetius, ganeshbiyer --> For their advice to port rom
championswimmer --> For Xperia kernel tools
NitroWeb --> Multilang
Zdunex25 --> For helped me out from many problem on my patchrom
Miuiandroid translations Team
ViPER520 & zhuhang --> for Their awesome Viper4androidFX (Click Here For more info)
Din Aje --> For his supported and Donations. Really thanks mate!:good::angel:
ashishdubey --> For their ported z1s keyboard
And anyone else whom i've forgotten please remind me.
​
Note: I am not Responsible for any damage to your phone, just DO IT WITH YOUR OWN RISK​
XDA:DevDB Information
MIUI V5, a ROM for the Sony Xperia SP
Contributors
imanesaurus
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: Cyanogenmod 10.1
Version Information
Status: Stable
Beta Release Date: 2013-10-31
Created 2013-10-31
Last Updated 2014-03-10
--Screenshoot and video-
Videos
thanks to @KiaTheKing ​
--Tips/Add-ons/Extras/Hotfix/Patch--
56 Tips You Should Know About MIUI V5
--Changelog--
4/3/2014| V8 --- 4.2.28
Changelog :
Merge w/ Latest MIUI Source (4.2.28)
MIUI ROM 4.2.28 Full Changelog
[Lock screen, status bar, notification shade]
Optimization - When SIM card hasn't been inserted, status bar shows 'SIM card not inserted' icon (2-25)
Fix - If user received a new notification while pulling down the notification shade, the shade would freeze (2-25)
[Home Screen]
New - After uninstalling apps, icons on the Home screen can be sorted out automatically to fill the vacancy (2-27)
Optimization - When changing wallpaper in “Edit Home screen”, wallpaper can also be applied to lock screen (2-27)
[System]
Optimization - Increased Wi-Fi download performance when using Bluetooth headphones to make a call (Mi 3) (2-26)
Fix - Phone couldn't connect to some types of routers (Mi 3) (2 26)
Fix - Ring volume for incoming call was inconsistent when using headphones (Mi 3) (2-26)
[Messaging]
Fix - Sometimes, in Airplane mode, Messaging app would FC (2-25)
Fix - Sometimes Cloud messaging wouldn't work (2-25)
Fix - Sometimes when sending group messages from SIM 1 or SIM 2, messaging app would FC (Redmi) (2-25)
[Security Center]
New - Scheduled reminders for Trash clean up (2-26)
New - When installation of a new app fails due to insufficient storage space, Security Center reminds user to clean up Trash (2-26)
Optimization - Default reminder time for Trash clean up set to 3 days (2-26)
Fix - Data usage was displayed incorrectly (Redmi) (Mi 3) (2-25)
Included MIUI updated Version : 4.1.31 / 4.2.7 / 4.2.14 / 4.2.1
Added Portuguese Languange
Added Xperia Z1s Kitkat keyboard & Deleted Stock google keyboard --> thanks to @ashishdubey
Fixed some alien languange and wrong strings
Deleted Gapps for fixing Google play services displayed error (you need to reinstall gapps manually)
Deleted Carrier Name in MIUI Xperia settings, because it has officially added on Settings - Statusbar - Additional Settings
01/21/2014| V7 --- 4.1.24
Changelog :
Merge w/ latest MIUI Source (MIUI 4.1.24)
Addded Dutch languange
Updated Hungarian, Spain, Vietnam, and Russian translations
Added Control Panel in XPERIA OPTIONS which included :
Custom Statusbar layout ; 1. Default MIUI ROM | 2. iOS statusbar layout
Navbar Resize Options ; 0dpi | 24dpi | 36dpi | 48dpi (Instructions : Set navbar state to Enabled and chose dpi you want)
These options need to reboot after applied
Added new KitkatKeyboard with colorful emoji from Google Play as additional keyboard Options
01/21/2014| V6 --- 4.1.17
Merge w/ latest MIUI source 4.1.17
MIUI ROM 4.1.17 Full Changelog
[System]
Fix - Pressing the Power button lightly will turn on the phone (1-16)
Fix - Opening FM radio without a headphone may make recording calls unresponsive (1-16)
[Contacts]
New - Delete batch call logs (Open “Keypad” , press “Menu”, click “Delete batch” and select the call logs you want to delete) (1-13)
[Homescreen]
Fix - Widgets cannot completely show when added in MiSpace (1-14)
[Themes]
Fix - Sometimes Themes app FC (1-14)
[Camera]
Fix - MMS videos blur (1-16)
[Music]
Optimization - Cannot download higher quality music immediately after purchasing (1-14)
[Weather]
Optimization - Location function for cities outside mainland China (1-16)
Fix - The same weather alert appears repeatedly in Notification sheet (1-16)
[Video]
Optimization - Enhanced loading speed of video lists (1-15)
Fix - No respond when decoding PCM audio files (1-15)
Fix - Cannot play vob files (1-15)
Fix - Video app FCs after it fails to analyze file path (1-15)
Fix - Sometimes cannot load the posters of online videos (1-15)
Added Russian Languange
Updated some languange translations
Fix Headset buttons not working --> credits to someone that i forgot where is his post long time ago. PM me if it is you baby :angel:
Add Xperia Sections in settings (Settings - XPERIA), which included :
Viper4android FX Changed it holo background themes to MIUI v5 background light themes(so you can't find Viper4android FX app in launcher anymore it moved to Settings - Viper4Android FX )
xLOUD™ included
Vibration controls from CM10.1 w/ MIUI V5 background light themes
Hovering controls (this has some Air gesture feature from Sammy devices)
MIUI spn conf as settings - carrier name (to change carrier/operator name as you like)
I just added some screens about it. see attachment below :laugh::good::victory:
Added My Emoji keyboard MOD (It's enable by default, you'll find a new globe symbol on the lower left keyboard, Emoji keyboard will show up when you clicked on it )
Added some strings to System - about phone :fingers-crossed:
01/11/2014 | V5
Merge w/ latest MIUI Source 4.1.10
Updated French, Hungarian, Polish, Indonesian translations
Added Vietnamese languange
Fix Offline charging
Fix Caller ID forced closed
Fix Equalizer (All sound mod should working now)
Added Viper4androidFX as additional sound MOD
Fix MiuiGallery not showing picture saved in external sdcard
Forget something will be added later, i'm in hurry now
01/05/2014 | V4
Merge w/ latest MiCode source MIUI 4.1.3
MIUI ROM 4.1.3 Full Changelog
[Messaging]
Fix - Marking all notification messages as read will not affect private messages anymore (12-31)
[Gallery]
New - Move pictures to other albums (12-31)
Fix - Some bmp pictures with the jpg. extension cannot be set as wallpaper (12-31)
Fix - Sometimes there's no response when download original pictures or videos (12-31)
[Music]
New - Support using MiCredits to buy higher quality online music (12-31)
[Weather]
Fix - Weather widget cannot update timely after deleting locations in weather app (12-31)
Fix - Some themes cannot get weather data (12-31)
[Downloads]
New - Added Xunlei engine, increasing downloading speed by 70% (12-31)
[Video]
Fix - When watching online videos, connect device with computer will cause the video to reload (12-31)
Fix- Sometimes offline videos cannot pause (12-31)
Fix - When downloading offline video, click on the video name on status bar will not lead to the correct video (12-31)
Added Indonesian, Hungarian, French, Polish, Germany, Spain, & Arabic languange
Optimized multilang w/ deleting others unsupported languange in Settings - Languange
Small gapps included (only play store if youw want gmail, youtube, maps and etc. downloaded it from play store)
Restore some MIUI preinstalled apps (Because it has new app but didn't know what the function LOL)
Forget some thing will be writed later on OP
21/12/2013 | V3
Merge w/ Latest MIUI source (MIUI 3.12.20 Changelog)
Fix Setting - Security - *Options Forced closed in v2
Fix Reboot issue in v2.2
Fix Browser Menu in v2.2
Fix a bit layout issue
8/12/2013 | V2
Build w/ Patchrom Merge with Latest MIUI 3.12.6
Battery Life Seem a little bit better
Fix Empty APN on Setting
Fix Sometimes Charge with USB cable on PC take a long time
Enable WiFi Display
Removed some settings (Glove Mode, Dolby) will be enabled if i got it working.
29/11/2013 | OTA 3.11.29
This files contains 3 updates for newest MIUI version, for MIUI changelog click link below.
MIUI 3.11.15
MIUI 3.11.22
MIUI 3.11.29
Used MIUI Fonts as system default fonts
09/11/2013 | V1
Updated to MIUI 3.11.8
Fixed WiFi Reboot
Improved Battery life --> needed to test it, please give a feedback
Better RAM management (increased more free RAM 5-10%)
Added Touch Responsive Tweaks
Added Scrolling Responsive Tweaks
Added Battery Saving Tweaks & init D script
Support OTA for Next Released
01/11/2013 | 3.11.1
Sync with newest MIUI source (version 3.11.1). Check this out for MIUI changelog
Fixed Headset not detected
Fixed USB tethering
Sync with apps for XHDPI MIUI apps Previous version is for HDPI devices --> Fix overlay/some background images not fit
Added multilang support (currently uploading)
Enabled LED options in Settings
Updated OP miuiandroid gapps for JB 4.2.2
31/10/2013 | 3.10.25
Initial Released
--Frequently asked questions(FAQ)--
Q: My phone is stuck in bootanimation, plz help me????
A: Please help me too, to Read instruction carrefully before flash it. Wipe data/factory reset or you can stuck in bootanimation FOREVER
Q: Please fix root, i can't access superuser
A: Open Permissions app - Manage ROOT permission - Enabled Root Permission (Press the key above)
Q: Help me, when someone calling, my phone not ringing (cause only vibration) on this rom ,somebody help me?
A: Change phone ringtone in settings - sound, and your phone should be ringing
Q: How to bring more performance in MIUI?
A:
hmm try this
set background proccess limit to "at most 3 process" and turn on force gpu rendering in settings - developer option
set Window animation and transition scale to .5x in settings - developer option
turn off icon shadow and change transitional effect (to whatever you likes) in launcher settings
turn off vibrate on touch in settings - sound
go to security centre folder - app control - and unselect application that you wont make it boot in background process.
Q: Menu key is not working, Where is the application drawer?
A: MIUI ROM Didn't have something like that. just swype homescreen to the right and there is yours app
Q: Is it just me or everyone that you can't download apps when on mobile data network? i get this problem since first release?
A: Open "Downloads" application - Settings - Set data usage to unlimited
Q: On screen buttons tends to disappear and i have to restart to often, why?
A: Unfortunately it's still recognized as bug from original miui rom. so never asking again about this one, it will be fixed when it should be.
Q: Why I got status 7 error when installing OTA updates? How to fix that?
A: It's because you modified original miui apps/file (By using some mods/xposed/wsmtools/etc), just reinstall fullrom of MIUI and install OTA updates after that
Q: Why Viper4android is not working?
A: Open MIUI Music app - equalizer - set preset to "No effect". for detail go here
--Mods/Patch/etc--
MODS SMALL NAVIGATION BAR
This app below will enhanced your MIUI ROM to make it much better, useful and even more beautifull, it's compatible with MIUI V5.
Just click the link and downloaded it there, and please read the installation guide firstly
[APP] WSM TOOLS v2.0.4 - MIUI V5 Control Panel & Xposed Alternative --> thanks @whitemamba for the info
Features :
T9 Module
MMS Rotation
Reboot Options
MMS Festival
Yellowpage
Units
Holidays
Browser Autofit
Alarm Time fix
Carrier Label
Email Rotation
Keyboard Fix
[MOD] Xylon Animation Framework [TESTED & WORKS GREAT ]
APP Collection [UNTESTED]
Ultimate Dynamic Navigation Bar
Super Backup
Pixlr Express
Wakelock Detector (Save Battery Life)
X-Plore File Manager
Waiting
Sent from my C5303 using Tapatalk 2
Very very good work mate.. But a little suggestion... U should take eagleeyetom's build as ur Base rom.. Its more stable than old one.. Just a suggestion only...
MIUI for XSP??? This is a very important message for me.
Great THX !!!
Awesome ROM Thanks
have 2 questions ..
Thats a beautiful rom .. but i want to know for my personal curiosity how many free ram do i have after i install this rom .. and 2 ... an antutu benchmark will be great .. as i said.. only for my personal curiosity . Thanks a lot and sorry for my english
Dude.... DO SOME RESEARCH>
Rajeev said:
Very very good work mate.. But a little suggestion... U should take eagleeyetom's build as ur Base rom.. Its more stable than old one.. Just a suggestion only...
Click to expand...
Click to collapse
Do some damn research.
Look dude. .
THE BUILD (CM10.1) HASN"T CHANGED ANY DEVICE SPECIFIC CHANGES BETWEEN MINE AND EAGLEEYETOM'S
Please do some damn research before you call out comments.
It won't be anymore stable. I purely got eagleeyetom to make a build so you could have the last 10 days of CyanogenMod changes..
Check github before you spread your mind.
@imanesaurus: Thanks for giving credit and great to see another rom in this community even though I'm personally against MIUI (due to closed source business) so I'll stick with improving CM so the changes can come back in another rom (like this).
where's download link?
WOW MIUI FINNALY COMES TO US!
Thank you!
POST DOWNLOAD LINK!
:highfive: :good: :good:
@Rajeev i think i will rebased it after the remaining bugs is totally fix. because for downloading/uploading a rom, is totally make me frustated due to my internet connectio -_-
@uberlaggydarwin your welcome mate, and thanks for your awesome work too, without you, we are nothing .
yup i think your build and eagly it's same because build from same source, so i still used ur build as base until you guys cm maintener for our devices fix the remain bugs. hope you all can fixed it soon.
by the way sorry for keep you waiting guys.
my internet connection is awful it's always disconnect while uploading
so i need to uploaded it 4 times
but now MIUI 3.10.25 for XPERIA SP is released
Link is available here
btw it's development section so give me some review or feedback. And please tell me if you find any minor bugs/error, so we can get better MIUI experience for our devices
uberlaggydarwin said:
Do some damn research.
Look dude. .
THE BUILD (CM10.1) HASN"T CHANGED ANY DEVICE SPECIFIC CHANGES BETWEEN MINE AND EAGLEEYETOM'S
Please do some damn research before you call out comments.
It won't be anymore stable. I purely got eagleeyetom to make a build so you could have the last 10 days of CyanogenMod changes..
Check github before you spread your mind.
@imanesaurus: Thanks for giving credit and great to see another rom in this community even though I'm personally against MIUI (due to closed source business) so I'll stick with improving CM so the changes can come back in another rom (like this).
Click to expand...
Click to collapse
Yes. U are correct dude. Its my mistake.. Awsom work both of u... Thanks again
No Russian language! Please correct.
is it stable?
who tryed this beautiful rom? is it stable? how about battery life.. ?! The leds are working?! .. Later after i get out from work i`l give it a try.. i`m on 10.2 right now.. and it` s very smooth and stable but the battery drains much faster than stock.. i dislike that because the battery on SP is very good.. hope on miui it`s better...
---------- Post added at 06:12 PM ---------- Previous post was at 05:28 PM ----------
imanesaurus said:
reseved
Click to expand...
Click to collapse
on your banner says` its ICS .. and when i click says it`s based on cm 10.1 .. I`m confused .. 10.1 is JB not ICS
multilang patch will be available soon. (depends on my internet connection)
@adriyanodej just a little mistakes. this is exactly jb 4.2.2.
Sent from my C5303 using XDA Premium 4 mobile app
Great work!
I'm trying this rom:
the battery life is better than cyanogenmod 10.2, it's stable, nothing lag, and the led are working perfectly.. Amazing work :good:
Wytosandroid said:
I'm trying this rom:
the battery life is better than cyanogenmod 10.2, it's stable, nothing lag, and the led are working perfectly.. Amazing work :good:
Click to expand...
Click to collapse
that`s i want to hear... thank you bro .. i`m flashing miui right now
adryanodej said:
who tryed this beautiful rom? is it stable? how about battery life.. ?! The leds are working?! .. Later after i get out from work i`l give it a try.. i`m on 10.2 right now.. and it` s very smooth and stable but the battery drains much faster than stock.. i dislike that because the battery on SP is very good.. hope on miui it`s better...
Click to expand...
Click to collapse
ROM is fast and stable, same as CM 10.1. We can post something about battery after few days, however should be similar as 10.1.
CM 10.2 (and android 4.3 also) have problem with battery draining by Google location services, beter to use 10.1.
Wysłane z mojego C5303 przy użyciu Tapatalka
Even I was in the process of making an MIUI for SP. @imanesaurus You beat me to it by uploading first. And i ain't even mad. Awesome work mate. Your version works awesome!

Samsung Galaxy Tab 4 Light Project/Rom(matisse 10.1 & millet 8.0)

My goal for this project is to fix camera, microphone, then tweak the rom and then eventually bring pie after all the bugs are terminated.
Also this rom will eventually rebranded to LightningFastRom as LightOS was already taking on GitHub.
Older & Unstable Build will be deleted as space is needed
All New as of 6/20/2019 are now userdebug builds until the next version of android is ready Plus if mush faster then before
Rom Change Log
Version 6.0(8/8/2019)
What Works
Mobile Data on milletlte/milletltetmo, millet3g, matisselte/matisseltetmo, matisse3g.
What Different
Nothing on 10.1 & 8.0 WiFi model other than a security patch probably.
Version 5.1(7/31/2019)
What Works
WiFi.
Bluetooth 70% still No Audio.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Rear Camera 100%.
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all unless your with bluetooth headphone).
Calendar now works as expected with no error or crashing at all.
Youtube 100% lag free.
Custom Launcher 100% lag free.
Overall System 80% lag free.
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
What Still Need Fixing
All The Little Stuff.
Microphone/Audio in Skype with no bluetooth headphone.
Front Camera on millet device which carry over from @sub77 DUMM rom.
bt_a2dp on all devices.
Mobile Data on 3G & LTE model.
Eleven Music Player as it look ugly.
Look & Feel
IR Blaster For SM-T530NU, SM-T335/SM-T337TMO,SM-T330NU witch was working till I swap the kernel to fix the camera.
Wallpaper or lack of custom wallpaper as I removed them all.
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
Lineage OS Setting Icon & accent color.
Evlen Music Player Icon & accent color (May swap for better app).
Lineage OS File Manager Icon & accent color.
Lineage OS Recorder Icon & UI colors.
Lineage OS System accent color.
CMParts has been tweak & something have been arranged to better make sense while other thing have been scraped.
Launcher Now Has Icon pack support, notification badge support & does not crash at al.
ETC...
What I've Keep From Lineage
Evlen Music Player (May swap for better app).
LineageOS Recorder.
LineageOS File Manager.
What Bin Add Or Remove
Eleven Music player theming has started but fully completed
System theming has started but fully completed
Google Camere replace With Open Camera
milletwifi
milletlte(SM-T335)
milletlte(SM-T337TMO)
millet3g
matisse3g
Sweetened & Unsweetened version the rom.
LineageOS boot animation replace custom boot animation I made
Sweetened version come with the Nano gapps preinstall.
Unsweetened has no gapps preinstall & come with no keyboard, No camera, no browser, no email client, no cleander client, no contact client think of it as barebones, debloated with no crap like screen saver, lame wallpaper, ETC... I mean If a barebones rom for your Tab 4 10.1 with lte as a dash mount stereo then install the pico package of the OpenGapps.
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3 with Icon support it's still buggy
A Prebuilt Copy @amirzaidi GoogleIcons removed
Unsweetened
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
What Want To Add
Modded version @amirza Pixel Launcher for DJ, DMX lighting, Musicians, Controlest & Live Sets because I need a extra controller for DJing
{
"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"
}
.
Version 5.2(7/31/2019)
Wont Fit.
Version 5.1(7/5/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all unless your with bluetooth headphone).
Calendar now works as expected with no error or crashing at all.
Less laggy(Result my very).
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
Slowness & Instability.
Microphone/Audio in Skype with no bluetooth headphone.
Look & Feel
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
Lineage OS Setting Icon & accent color.
Evlen Music Player Icon & accent color (May swap for better app).
Lineage OS File Manager Icon & accent color.
Lineage OS Recorder Icon & UI colors.
Lineage OS System accent color.
CMParts has been tweak & something have been arranged to better make sense while other thing have been scraped.
ETC...
What I've Keep From Lineage
Evlen Music Player (May swap for better app).
LineageOS Recorder.
LineageOS File Manager.
What Bin Add Or Remove
Eleven Music player theming has started but fully completed
System theming has started but fully completed
Google Camere replace With Open Camera
milletwifi
milletlte
millet3g
matisse3g
Sweetened & Unsweetened version the rom.
LineageOS boot animation replace custom boot animation I made
Sweetened version come with the Nano gapps preinstall.
Unsweetened has no gapps preinstall & come with no keyboard, No camera, no browser, no email client, no cleander client, no contact client think of it as barebones, debloated with no crap like screen saver, lame wallpaper, ETC... I mean If a barebones rom for your Tab 4 10.1 with lte as a dash mount stereo then install the pico package of the OpenGapps.
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3 with Icon support it's still buggy
A Prebuilt Copy @amirzaidi GoogleIcons removed
Unsweetened
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
What Want To Add
Modded version @amirza Pixel Launcher for DJ, DMX lighting, Musicians, Controlest & Live Sets because I need a extra controller for DJing
.
Version 5.0(6/20/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all unless your with bluetooth headphone).
Calendar now works as expected with no error or crashing at all.
Less laggy(Result my very).
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
Slowness & Instability.
Microphone/Audio in Skype with no bluetooth headphone.
Look & Feel
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
ETC...
What I've Keep From Lineage
Evlen Music Player
LineageOS Recorder
LineageOS File Manager
What Bin Add Or Remove
Eleven Music player theming has started but fully completed
System theming has started but fully completed
Google Camere replace With Open Camera
milletwifi
milletlte
millet3g
matisse3g
Sweetened & Unsweetened version the rom.
Sweetened version come with the Nano gapps preinstall.
Unsweetened has no gapps preinstall & come with no keyboard, No camera, no browser, no email client, no cleander client, no contact client think of it as barebones, debloated with no crap like screen saver, lame wallpaper, ETC... I mean If a barebones rom for your Tab 4 10.1 with lte as a dash mount stereo then install the pico package of the OpenGapps.
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3 with Icon support it's still buggy
A Prebuilt Copy @amirzaidi GoogleIcons removed
Unsweetened
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
What Want To Add
Modded version @amirza Pixel Launcher for DJ, DMX lighting, Musicians, Controlest & Live Sets because I need a extra controller for DJing
.
Version 4.0(5/29-30/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all unless your with bluetooth headphone).
Calendar now works as expected with no error or crashing at all.
Less laggy(Result my very).
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
Slowness & Instability.
Microphone/Audio in Skype with no bluetooth headphone.
Look & Feel
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
ETC...
What I've Keep From Lineage
Evlen Music Player
LineageOS Recorder
LineageOS File Manager
What Bin Add Or Remove
milletwifi
milletlte
millet3g
matisse3g
Sweetened & Unsweetened version the rom.
Sweetened version come with the Nano gapps preinstall.
Unsweetened has no gapps preinstall & come with no keyboard, No camera, no browser, no email client, no cleander client, no contact client think of it as barebones, debloated with no crap like screen saver, lame wallpaper, ETC... I mean If a barebones rom for your Tab 4 10.1 with lte as a dash mount stereo then install the pico package of the OpenGapps.
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3 with Icon support it's still buggy
A Prebuilt Copy @amirzaidi GoogleIcons removed
Unsweetened
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
What Want To Add
Modded version @amirza Pixel Launcher for DJ, DMX lighting, Musicians, Controlest & Live Sets because I need a extra controller for DJing
.
Version 3.0(5/19/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all).
Calendar Now Works as expected with no error or crashing at all.
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
matisseLte & matisse3g Repos(As I do not own Ether One Of Those Devices).
The microphone again unless there an app cause the bug that i'm not aware of so if that's the case please let me know.
What Still Need Added
All 3 millet Device.
matisse3g Device.
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
ETC...
What I've Keep From Lineage
Evlen Music Player
LineageOS Recorder
LineageOS File Manager
What Bin Add Or Remove
Sweetened & Unsweetened version the rom.
Sweetened version come with the Nano gapps preinstall.
Unsweetened has no gapps preinstall & come with no keyboard, No camera, no browser, no email client, no cleander client, no contact client think of it as barebones, debloated with no crap like screen saver, lame wallpaper, ETC... I mean If a barebones rom for your Tab 4 10.1 with lte as a dash mount stereo then install the pico package of the OpenGapps.
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3 with Icon support it's still buggy
A Prebuilt Copy @amirzaidi GoogleIcons removed
Unsweetened
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
Version 2.0(5/2/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all).
Calendar Now Works as expected with no error or crashing at all.
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
matisseLte & matisse3g Repos(As I do not own Ether One Of Those Devices)
What Still Need Added
All 3 millet Device.
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
ETC...
What I've Keep From Lineage
Evlen Music Player
LineageOS Recorder
LineageOS File Manager
What Bin Add Or Remove
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3
A Prebuilt Copy @amirzaidi GoogleIcons
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
Version 2.0(4/10/2019)
What Works
WiFi.
Bluetooth.
Audio.
Cellular(Not tested as my device is WiFi only)?
External-SDCard.
ADB/MTP.
Display Casting.
Mobile Hotspot(Tested on older build).
Camera(95% May crash with settern apps).
Microphone(Work 100% except in Skype witch the microphone does not work at all).
What Need Testing
Everything else.
What Fixed 100%
WiFi Range.
IR Blaster For(SM-T530NU works in only frequency mode).
What Still Need Fixing
All The Little Stuff.
matisseLte & matisse3g Repos(As I do not own Ether One Of Those Devices)
What Still Need Added
All 3 millet Device.
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability).
Charge Animation.
ETC...
What I've Keep From Lineage
Evlen Music Player
LineageOS Recorder
LineageOS File Manager
What Bin Add Or Remove
All Stock LineageOS Have Been Replaced With Google Counterpart.
A Modded Version Of @amirzaidi Launcher3
A Prebuilt Copy @amirzaidi GoogleIcons
OpenGapp Nano Package +
YouTube \
talkback \
GoogleBackupTransport \
GoogleLoginService \
GooglePartnerSetup \
GooglePrintRecommendationService \
GoogleServicesFramework \
GoogleTTS \
LatinImeGoogle \
WebViewGoogle \
Turbo \
AndroidPlatformServices \
Chrome \
GoogleExtServices \
GoogleExtShared \
GoogleFeedback \
GoogleOneTimeInitializer \
GooglePackageInstaller \
Photos \
SetupWizard \
GCS \
Phonesky \
PrebuiltGmsCore \
PrebuiltGmsCoreInstantApps \
GmsCoreSetupPrebuilt \
StorageManagerGoogle \
FaceLock \
libfilterpack_facedetect \
GoogleCalendarSyncAdapter \
GoogleContactsSyncAdapter \
GoogleContacts \
CalculatorGoogle \
CalendarGooglePrebuilt \
PrebuiltDeskClockGoogle \
PrebuiltExchange3Google \
PrebuiltGmail \
GoogleCamera \
Wallpapers \
Drive \
Maps
A Modded Version Of The LineageOS Wallpaper Picker With No Wallpaper
And Anything Cool You People Think Of That Might Peek My Interest & May Be Useful And Not Total Junk
Version 1.0(12/12/2018)
What Works
WiFi
Bluetooth
Audio(Microphone Partially not sensitive enough)
Cellular(Not tested as my device is WiFi only)?
External-SDCard
ADB/MTP
Display Casting
Mobile Hotspot(Tested on older build)
What Need Testing
Everything else
What Fixed 100%
WiFi Range
IR Blaster For(SM-T530NU works in only frequency mode)
What Fixed 50%
Microphone works but not as expected(Gain is to low)
What Still Need Fixing
Camera
Microphone Gain
What Bin Tweak So Far On The Ui Level
Quick Setting Tile(Unnecessary Quick Setting Tile have been remove to better align with this devices hardware capability)
Charge Animation
ETC...
Disclaimer
XDA-Dev nor anybody will take responsibility for any actions you take using these instructions or applications. ROM flashing can void your warranty. Please proceed with caution and at your own accord.
Flashing will completely erase your device's memory. Make a backup of everything you need.
Installing LineageOS/LightOS ROM
Download Unofficial or OTA zip to your sdcard storage on your device .
Boot into the recovery through whatever method you choose (TWRP, Power + Volume UP + Home, ADB etc...).
Back up your existing installation.
A wipe is required when first flashing LineageOS/LightOS for testing purpose only to get a clean test subject, unless otherwise stated, no wipe is needed to upgrade between versions.
Select Install Zip from SD Card.
Find the Unofficial or OTA zip file you downloaded earlier.
Swipe to Install in TWRP.
Wait for the installation to finish.
Wipe cache
Select Reboot.
After initial reboot, setup device enable root for ADB/Apps then reboot a second time with (add reboot&&adb logcat|tee >> First-boot.txt) or watch this video by XDA member @AlaskaLinuxUser.
ADB: Pulling good logs
Built Type
All new build will typically have a recently uploaded date and come in two flavors Unofficial & OTA zip
Unofficial zip are for people flashing for the first time of coming form an older rom
OTA zip are people who already running LineageOS-14.1/LightOS-1.0(AKA Update)
Link To Latest TWRP Recovery
TWRP 3-2-3-0 For SM-T530 / SM-T530NU
Link To Roms
Samsung Galaxy Tab 4 10.1(matisse)
matissewifi(SM-T530/SM-T530NU)
matisselte(SM-T535)
matisse3g(SM-T531)
Samsung Galaxy Tab 4 8.0(millet)
milletwifi(SM-T330/SM-T330NU)
milletlte(SM-T335/SM-T337TMO)
millet3g(SM-T331)
Obsolete[/B]
Samsung Galaxy Tab 4 10.1(matisse)
matissewifi(SM-T530/SM-T530NU)
matisselte(SM-T535)
matisse3g(SM-T531)
Samsung Galaxy Tab 4 8.0(millet)
milletwifi(SM-T330)
milletlte(SM-T335)
millet3g(SM-T331)
Let e know if there any missing Quick Setting Tile that were removed or left by mistake on your device model and posted all logs here\
Device Tree/Rom Source Change Log
Version 2.0 & onward (4/10/2019
Device Trees
https://github.com/matissewifi
https://github.com/milletwifi
Rom Source
https://github.com/LightningFastRom
Feel Free To to Translate The Rom Name To Your Native Language
LightningFastRom
Version 1.0(12/12/1018)
Here's the room service for the Samsung Galaxy Tab 4 lights project
https://github.com/BAProductions/Samsung-Galaxy-Tab-4-Light-Project
Feel free help if you can or are willing to, suggest ideas with in reason or reuse my code in newer projects.
Project Base Source
Old Device Repo
https://github.com/sub77-cm14/
Old Device Kernel
https://gitlab.com/ljani-matisse/android_kernel_samsung_msm8226
If anyone want to get involved with the tab 4 8.0 or the tab 4 10.0 & you know how to code you or have update code for ether tablet feel free to join me over on telegram at this url [url]https://t.me/Galaxy_Tab_4[/URL] type mention me @DJABHipHop with this hashtag #Samsung-Galaxy-Tab-4-Light-Project & I'll send you the info for the tab 4 8.0 or tab 4 10.0.
Copyright 2018-NOW - BAProductions(The Tab 4 Light Project)
Credits for the device &or rom
[* @sub77 for the original code for both Matisse & Millet.
@matteo0026 for fixing something on the project for tab 4 (matissewifi).
@PythonLimited for patching the camera on the tab 4
@Mcfy49.
@LineageOS for the base rom.
@DJABHipHop for modding LineageOS base rom & finishing what @sub77 an other dev started.
@amirza for the Rootless Pixel Launcher & Pixel icons.
Pulse everyone on XDA who tested the rom so far.
Ps Suggestion are for the rom welcomed
Version Information
Status: Simi Unstable, But that depend on which you use, smooth but really cool thing to come.
Project Status
Help: Needed as I've hit a roadblock with with LTE & 3G devices .
Developer with (milletlte|millet3g|matisselte|matisse3g) device: Needed.
Help with rom: Wanted.
Ideas for what else I can add my custom rom: Would be gladly appreciated.
Mobile data status: Broken.
Front camera on millet: Broken.
Skype status: Unknown.
As of right now I've seccessfuly fixed the microphone but its still really quite witch requird more digging all soulutions are welcome at this time freas build comming today for t530&t530nu user
https://drive.google.com/drive/folders/1F3qVR2Gy-SCqFwg5El7-aeGn6UhX-_-_?usp=sharing
Justed added the Samsung Galaxy Tab 4(milletwifi) but I am miss the Samsung Galaxy Tab 4(milletlte)
DJABHipHop said:
My goal for this project is to fix camera, microphone, then tweak the rom and then eventually bring pie after all the bugs are terminated.
Here's the room service for the Samsung Galaxy Tab 4 lights project/B]
https://github.com/BAProductions/Samsung-Galaxy-Tab-4-Light-Project
Feel free help if you can or are willing to, suggest ideas with in reason or reuse my code in newer projscts
Copyright **2018** - **BAProductions**(The Tab 4 Light Project)
Click to expand...
Click to collapse
pie please jajaj. camera and mic I will never use that
clau_la2 said:
pie please jajaj. camera and mic I will never use that
Click to expand...
Click to collapse
I agree if you want giant home theater remote or securty camera mometering station but then again other may want it fixed to use it as is thanks for understanding
The project is going no ware I'm at a stand still atm.
My rom is much more stable now with no more random reboots/shutdowns plus charge animation that wotk but look ulgy and much better boot times
DJABHipHop said:
My rom is much more stable now with no more random reboots/shutdowns plus charge animation that wotk but look ulgy and much better boot times
Click to expand...
Click to collapse
For 535??
dimirass said:
For 535??
Click to expand...
Click to collapse
Yes I'll uploade a new eather today or tomorrow for 530/530NU, 535, all millet device exsept milletlte as I'm missing this device form my devices tree and no my project does not suppoet the 3G model of matisse & millet as in my opinion 3G is obsolete but that's just my pinion, so keep your eyes on this post. for links to the new builds.
One disclaimer adb does not work atm but that's nothing compare to the camera and the low mic gain bugs witch need more attench atm.
Fresh build alpha are done and will be live as soon as the finish uploading to my google drive check the date if not sure which zip to use, use zip with Unofficial in the file name
DJABHipHop said:
Fresh build alpha are done and will be live as soon as the finish uploading to my google drive check the date if not sure which zip to use, use zip with Unofficial in the file name
Click to expand...
Click to collapse
Hi. I just clean flashed your 19/12 build + latest nano gapps on my 530NU. Boots ok. Wifi is very unstable compared to your 12/12 build (turns on and off frequently) and I had to skip the initial setup. Graphics show some stuttering. Coming back to your 12/12 build.
I will keep testing your new builds as much as I can.
Thanks a lot for your work.
vladilog said:
Hi. I just clean flashed your 19/12 build + latest nano gapps on my 530NU. Boots ok. Wifi is very unstable compared to your 12/12 build (turns on and off frequently) and I had to skip the initial setup. Graphics show some stuttering. Coming back to your 12/12 build.
I will keep testing your new builds as much as I can.
Thanks a lot for your work.
Click to expand...
Click to collapse
That's really odd can you post log of the first boot and log of you with using so fo both my 12/12 build & one 19/12 build I can take a look and see what going on and try to fix it the video linked in the posted will how to pull clean logs.
DJABHipHop said:
That's really odd can you post log of the first boot and log of you with using so fo both my 12/12 build & one 19/12 build I can take a look and see what going on and try to fix it the video linked in the posted will how to pull clean logs.
Click to expand...
Click to collapse
Hi @DJABHipHop
I managed to get these logcats for the 1st and 2nd boots of your 1212 and 1219 builds. Both were clean flashed and gapps free. This time I didn't have any WIFI problems on 1219, however the graphic stuttering was present right after first boot. I hope this helps.
BTW, the latest custom MM ROM with a working camera and mic is https://forum.xda-developers.com/tab-4/development/rom-pac-rom-mm-final-t3546818 I still use it as a daily driver. I can grab some logs for you. Pls let me know.
vladilog said:
Hi @DJABHipHop
I managed to get these logcats for the 1st and 2nd boots of your 1212 and 1219 builds. Both were clean flashed and gapps free. This time I didn't have any WIFI problems on 1219, however the graphic stuttering was present right after first boot. I hope this helps.
BTW, the lastest custom MM ROM with a working camera and mic is https://forum.xda-developers.com/tab-4/development/rom-pac-rom-mm-final-t3546818 I still use it as a daily driver. I can grab some logs if you want. Let me know.
Click to expand...
Click to collapse
I agree pac-rom-mm-final is more stable but not as polish as it should be Most definitely thank for sure all logs and ideas especial device specific ui tweak welcome atm
great to see new ROM development for old devices, but where is the download file for T330/milletwifi? Your link for shared google space contains none files for T330.
hpppp said:
great to see new ROM development for old devices, but where is the download file for T330/milletwifi? Your link for shared google space contains none files for T330.
Click to expand...
Click to collapse
Im building it as we speak & I'll add tomorrow to my google drive account
DJABHipHop said:
I agree pac-rom-mm-final is more stable but not as polish as it should be Most definitely thank for sure all logs and ideas especial device specific ui tweak welcome atm
Click to expand...
Click to collapse
I hope your work will be good also for T535 [emoji1696]
PAC-ROM fits only T530
Inviato dal mio SM-G950F utilizzando Tapatalk
matteo2 said:
I hope your work will be good also for T535 [emoji1696]
PAC-ROM fits only T530
Inviato dal mio SM-G950F utilizzando Tapatalk
Click to expand...
Click to collapse
I'll try my best but cant test it in mine is T530NU
When at least wifi, camera and microphone will work, I can test your builds. Sorry but I often use my tab for Skype videocall and so these elements are essential for me
Inviato dal mio SM-G950F utilizzando Tapatalk
Hi, these are the libs that was missing in the latest build (checked while reading logcats) and you have to put it in android_vendor_samsung_matisse-common/proprietary/vendor/lib.
View attachment libs.zip
Selinux should be made permissive.
So, for now, WiFi doesn't start immediately after boot, it starts after 10 minutes that tablet stays standby, before it tries to connect (even if I try to do it manually) and after it tells me that there are autentications issues.
And after these, there are the camera and microphone issues.
Here are the logs (logcat+dmesg)
View attachment logs.zip

[ Google Camera ] Camera MWP v3.5 FINAL Mod for Google Pixel 2 / 2 XL

Introduction :
This is a Google Camera mod for the Pixel 2/XL, Based on BSG, PX, Urnyx05, The Dise Gcam, by adding some "extra" features in it.
Fully Optimized for my Pixel 2 XL, for other pixel, try your self ,
Click to expand...
Click to collapse
Requirements:
OS: Android 9 or 10
Device: Google Pixel 2 Series
Click to expand...
Click to collapse
MWP v3.5 FINAL Gcam v7.3.020:
Features :
Based Gcam v7.3.020 by BSG, The_Dise, Urnyx05
Modded lib for Learned Depth in Portrait Mode (Pixel 2/XL)
Added new LibPatcher & Tone Curved
Added Manual Shutterspeed slider
Added Manual ISO slider
( ISO silder is not forced, so maybe the ISO results in exif is depending of the light conditions )
Added 4 step Manual Focus slider ( INF, 2M, Selfie, Macro ), Big thanks to Abhi Shake
Added Quick toggle to enable/disable Sabre ( SRZ ) on viewfinder
Added Exposure Compensation
Added Correction ShutterSpeed control
Added Super res zoom / sabre ( currently not stable in portrait mode )
Added HDR Enhanced Frames selection
Added Custom AWB From the_Dise Gcam ( Pixel 2, Pixel 3, IMX586 )
Added Default launch camera mode selection
Added Focus Tracking (not working in Portrait Mode)
Possibility to use 3rd party gallery app for photos viewer
Re Designed main layout, color & font, thanks to Ahbi
Support XML config to saving and restore your configs faster
Click to expand...
Click to collapse
================================================================================================
MWP v2.4.2 Gcam v7.2.014
Features:
Based Gcam PX v4.3 by Cstark and his team
Exposure Compensation
Exposure slider ( Working if HDR+ E activated )
- Max fast shutter : 1/2000s
- Max Long shutter : 59s
Added "Expo" in libpacher ( this feature may can help you to set for "Dehazing" Level )
Added disable zoom in portrait mode ( working for human object only )
Added Manual Correction auto exposure / max exposure & ISO (limited)
Support XML config to saving and restore your configs faster ( exposure slider value not included )
Click to expand...
Click to collapse
Installation :
Download the apk
Locate APK with File Manager and Install
Note : If you having issue "Application not installed" try to download the cloned apk
Click to expand...
Click to collapse
How to using xml config :
Tutorial importing xml / config
=========================
1. Download xml files, in Download section below
2. In Gcam v2.4.2 : Copy all xmls to "Gcam_MWP_configs" folder on internal storage ( for cloned version, you need to create folder manually on internal storage )
3. In Gcam v3xx : Copy all xmls to "Gcam_MWP_73" folder on internal storage ( for cloned version, you need to create folder manually on internal storage )
4. Done
Notes : All the 2.4.2 configs cannot be used in Gcam 3xx and vice versa..
All the shared config/xml including value of libpather, awb setting, and other, are according to my personal taste, you can make or build your own configs with saving your personal setting or configuration in the app by saving and renaming it according to what you want
Tutorial using xml / config files
=========================
1. Open MWP Gcam,
2. Double tap on the black area beside shutter button
3. Then it will show config option
4. Select the config you want to try
5. Press restore
6. Done,, Config is ready to use.
Deleting xml / config files
=====================
1. Double tap on the black area beside shutter button
2. Then it will show config option
3. Select the config you want to delete
5. Press delete)
Official Channel & Download site
All the specific changelog and features update can be found here..
https://www.celsoazevedo.com/files/android/google-camera/dev-MWP/
https://t.me/mwpgcam
Click to expand...
Click to collapse
Thanks To/Credits
Arnova8G2, BSG, cstark27, Urynx05, The_Dise, PX mod team, @fahmi182, Ahbi Shake, and all dev in celsoazevedo
Click to expand...
Click to collapse
Does this modded camera take advantage of the PX Mod Team's Magisk plugins for DSP/Easel Permission and Long Exposure?
MrBrady said:
Does this modded camera take advantage of the PX Mod Team's Magisk plugins for DSP/Easel Permission and Long Exposure?
Click to expand...
Click to collapse
Yes, i use that in this gcam..
Nice picture with astro mode
MartinN6 said:
Nice picture with astro mode
Click to expand...
Click to collapse
Wow,, Congratulations bruh..:good::good:
MartinN6 said:
Nice picture with astro mode
Click to expand...
Click to collapse
Very nice, but I can see that like in PX from cstark there are few lines of black pixels at the top of the picture. Annoying bug - present only in night mode :/
Could you please provide a mirror ? i dont know how to use telegram Appreciate your help & hard work.
I just updated my device to R dp3
Root with magisk canary and flashed "Pixel2XL_LongExp_Dec2019_A10.zip" with magisk/Modul
Astro modus works pretty good!
Thank you for this amazing camera mod.
Please Share a mirror link!!!
MartinN6 said:
I just updated my device to R dp3
Root with magisk canary and flashed "Pixel2XL_LongExp_Dec2019_A10.zip" with magisk/Modul
Astro modus works pretty good!
Click to expand...
Click to collapse
Are you rooting on Android r? No facing bootlop?
fajar rinda said:
Are you rooting on Android r? No facing bootlop?
Click to expand...
Click to collapse
yep - rooted device with last magisk canary - works pretty good - no bootloop or other bugs.
Let me test it on marlin
---------- Post added at 08:18 PM ---------- Previous post was at 08:15 PM ----------
Yes it works on marlin
so you gotta signup for telegram to get this? lol you part of the problem man.
nobreak1970 said:
so you gotta signup for telegram to get this? lol you part of the problem man.
Click to expand...
Click to collapse
"part of the problem man?" :silly: ?
Anyone having a white screen problem ..it was working fine after some shots I'm getting white screen after clicking photo
Ztaker said:
Anyone having a white screen problem ..it was working fine after some shots I'm getting white screen after clicking photo
Click to expand...
Click to collapse
use one of the config that I have shared in the MWP 3xx config.zip file (the link is listed above)
if you don't like the color results, awb results and etc, you can change it all as you like, including your libpatcher, AWB mod etc... then re-save it, and make your own config
I am using the configs but I have the white pics problem too.
Edit: I had not "restored" the config, after doing it it is working fine.
working fine here
I cant install the latest version on my pixel 2 xl, only the cloned apk (that is not the latest).
Any tip???

Categories

Resources