[ROM][5.0.2][UNOFFICIAL] CyanogenMod 12 for S3 Neo - Galaxy S3 Neo Original Android Development

{
"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"
}
CyanogenMod 12.0 for the Samsung Galaxy S3 Neo ( GT-I9301I, GT-I9301Q and GT-I9300I )
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Bugs and changelogs are in 2nd post !
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Installation
1. Download the ROM from the link below
2. Download GAPPS
3. Transfer the zip files to your SD card
4.. Reboot to recovery mode ( Vol UP + Home + Power )
Note: It is highly recommended to use TWRP recovery
5. Optional: Do nandroid backup
6. Wipe data / Factory Reset
Note: Needed if you are updating from CM11 or stock
7. Install CM zip and GApps zip
8. Reboot to system
Enjoy!
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Download
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Source
Check out the ROM Source available on Github.
Feel free to submit any fixes, Just remember to give proper credits when using other people's source.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
If you want to support my work you can donate me coffe. Use "Send payment" option on paypal ( [email protected] ) because "Donate" option is not available in my contry. Thanks.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Credits
TeamCanjica
Cyanogenmod team
k2wl and mukulsoni mates from Grand2
arco68 for help about camera and LPM
Sekil for his dual-sim ril fixes
Várk for testing on dual-sim variant
_wook_ for help with debugging
If i missed someone contact me!
-----------------------------------------------------------------------------------------------------------------------------------------------------------​
XDA:DevDB Information
CyanogenMod 12 for S3 Neo, ROM for the Samsung Galaxy S3 Neo
Contributors
Rox
Source Code: https://github.com/MSM8226-Samsung
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 4.4.x firmware
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: cm-12-20150422
Stable Release Date: 2015-04-22
Created 2014-12-24
Last Updated 2015-04-23

Reserved
Bugs and Issues (22/04) :
Audio in calls on 2nd SIM ( GT-I9300I only )
Some devices have non-working camera because they have different sensor - FIX
NFC ( lack of sources )
--------------------------------------------------------------------------------------------------------------------------------------------------
Changelog:
22/04 :
CM Sources update
Fixed bluetooth MAC adress persistance - Thanks @sev3n1985
Updated blobs
Added F2FS support ( Use with latest TWRP )
Update mixer paths
Various kernel updates
Enable call recording - Not available in all countires
2015:
24/03 :
CM Sources update
Fix swapped stereo channels
Fix microphone issues
Fix encryption
Fix storage permissions for SD card
Updated widevine blobs
Updated adreno blobs
10/03 :
CM Sources update
Fixed video playing lags
Fixed equalizer
Added CM color calibration
22/02 :
CM Sources update
Enabled audio offload - Huge audio enhancement !
Fixed moving apps to SD card
Fixed UMS mode
Adress more SELinux denials
08/02 :
CM Sources update
Remove NFC suport
Address more SELinux denials
Fix Wi-FI MAC adress
Bluetooth update
Raise microphone volume
Enabled Video snapshot - Take photos while recording
Various kernel fixes
24/01 :
CM Sources update
Fixed System UI crash for GT-I9300I
Fixed more Selinux denials
Blobs cleanup
GPS issues fixed
10/01 :
CM Sources update
FM Radio is back
Fixed issues with stock camera app
Fixed issues with wifi tethering
Bluetooth and a2dp fixes
Raised speaker volume in calls
Updated Adreno blobs
Adress more SELinux denials
FIxed software encryption
Kernel updates
Fixed many logcat errors
Sources cleanup
03/01 :
CM Sources update
Enabled selinux
Graphics improvement
2014:
27/12 :
CM Sources update
Fixed bootloop problem
Fixed RIL on GT-I9300I
Fixed Wi-Fi tether
LPM Charging fixed
Updated adreno and widevine blobs
Updated blobs - Camera problems should be fixed
Added support for GT-I9301Q
24/12 :
Initial release
--------------------------------------------------------------------------------------------------------------------------------------------------
Next Version :
/
--------------------------------------------------------------------------------------------------------------------------------------------------
Using F2FS:
What it is? Wikipedia
To use it you should first convert your EXT4 partitions through recovery, before installing this ROM.
On TWRP:
Download and install this TWRP version: http://forum.xda-developers.com/showpost.php?p=56085899&postcount=2
Wipe->advanced wipe
Select cache->change or repair file system->f2fs
Select data->change or repair file system->f2fs (Warning: internal storage is formatted, make a backup of your personal data before doing this!)
Select system->change or repair file system->f2fs
--------------------------------------------------------------------------------------------------------------------------------------------------
Tips :
To activate Developer settings : Settings -> About phone -> press Build number 7 times
To activate 3-way reboot go to Developer settings and select "Advanced reboot"
Root is disabled by default, enable it from Developer settings - Root access
To disable 2nd sim on GT-I9300I add following lines to /system/build.prop :
Code:
persist.dsds.enabled=false
persist.radio.multisim.config=none

Amazing work, will try it in a minute thanks rox!

Im happy to see this.
Im go to drunk and eat but when im return drunking im gonna flash the CM12.
Chears.

Bootloop
I flashed cm12 and forgot to flash gappsso it went into a bootloop. So i went and downloaded gapps and tried to reflash everything once again but it still got me into a bootloop between bootanimation and "Android Apps updating" or something.
I'm going to flash cm11 again an then try to flash again.
Still great work @Rox
Merry Xmas!!!

How i get Start
I have trouble to install CWM Recovery in stock 4.4.4, i follow up the tutorial, but when i try to go up into recovery mode, a green big android logo apears. What can i do.
PD: Sorry for my bad english.

Bootloop
I want to know what is your baseband sorry for my bad english.

I guess location app is causign bootloop. it is hard to fix if you dont have adb tool ...
I will try to make flashable zip for bootloop fix ..
For advanced users with adb:
1. Boot to recovery
2. Connect phone to computer and start console/terminal
3. Go to mount and storage and mount /system
4. Write this on console/terminal:
Code:
adb shell
rm -rf /system/app/com.qualcomm.location
reboot

Rox said:
I guess location app is causign bootloop. it is hard to fix if you dont have adb tool ...
I will try to make flashable zip for bootloop fix ..
For advanced users with adb:
1. Boot to recovery
2. Connect phone to computer and start console/terminal
3. Go to mount and storage and mount /system
4. Write this on console/terminal:
Code:
adb shell
rm -rf /system/app/com.qualcomm.location
reboot
Click to expand...
Click to collapse
On TWRP you can also mount /system, then go to advanced -> file manager and then to /system/app/com.qualcomm.location and delete the file from there. Works for me good luck!

@Rox Any screenshot available?

Works
dannys4015 said:
On TWRP you can also mount /system, then go to advanced -> file manager and then to /system/app/com.qualcomm.location and delete the file from there. Works for me good luck!
Click to expand...
Click to collapse
Thank you his work :good::good:

Installed, but with issues
Rox said:
I guess location app is causign bootloop. it is hard to fix if you dont have adb tool ...
I will try to make flashable zip for bootloop fix ..
For advanced users with adb:
1. Boot to recovery
2. Connect phone to computer and start console/terminal
3. Go to mount and storage and mount /system
4. Write this on console/terminal:
Code:
adb shell
rm -rf /system/app/com.qualcomm.location
reboot
Click to expand...
Click to collapse
Finally i got the CWM, then install this rom, and get the bootloop, and solve with this commands, but my fone dont detect SIMs and Micro SD, is a GT-9300I Duos.
Sorry for my bad english, maybe is a problem just for my installation. Thanks for this great job .

Well i tried this on my GT-I9300I and as stated earlier i manually removed the localisation file via TWRP and it booted and so far the only problem is that there is no sim card detected (i only use one)
Best regards

Thank you very much man 1 ?
Can i flash it with twrp ??? ( i9301i)
actually im on De-bloated, Tweaked, Pre-Rooted ROM

Rox said:
I guess location app is causign bootloop. it is hard to fix if you dont have adb tool ...
I will try to make flashable zip for bootloop fix ..
For advanced users with adb:
1. Boot to recovery
2. Connect phone to computer and start console/terminal
3. Go to mount and storage and mount /system
4. Write this on console/terminal:
Code:
adb shell
rm -rf /system/app/com.qualcomm.location
reboot
Click to expand...
Click to collapse
Made my Day @Rox :good: :good: :laugh:
THX SOOO MUCH

The rom works perfectly, there are just a few issues but those are cyanogenmod related. Could be because cm12 isnt even out, I guess. I'll test it more tomorrow. Great work @Rox !

Here is also flashable zip to get rid of bootloop
Merry christmas ! :angel:
Hope i will get some gifts from you guys

Rox said:
Hope i will get some gifts from you guys
Click to expand...
Click to collapse
Want to, because i know how hard and Time-Intensive Software Development could be. BUT... I don't use PayPal!
Another Option? Google Wallet, Bank Transfer or Western Union???
Merry Christmas!

Ahmed00021 said:
Well i tried this on my GT-I9300I and as stated earlier i manually removed the localisation file via TWRP and it booted and so far the only problem is that there is no sim card detected (i only use one)
Best regards
Click to expand...
Click to collapse
Same problem here (I9300I)
Ty Rox you're amasing :fingers-crossed: :good:

What is problem ? Is 1st SIM card working ? Or there is no sim detection at all .... Also can you tell me what happens if you disable dual sim and use only one - see 2nd post for tutorial how to disable it

Related

[ROM][LRX22G][5.0.2][NIGHTLY/FXP][FINAL] Official CyanogenMod 12.0

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (Lolipop), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Device-specific source code:
device
kernel
vendor
Discussion thread -->
What's working:
so far i have tested:
RIL (Calls, SMS, Mobile Datal)
Display
Camera (photos, camcorder & panorama)
Audio and video
Wifi
Bluetooth
OpenGL rendering
Sensors (accelerometer,compass,light,proximity)
Sdcard
auto brightness
notification led
GPS
NFC
Wifi,Bluetooth and USB tethering
Not working/Tested:
offline charging somewhat working.
other everything is either untested or broken.
Note:
It's entirely possible that features not used by me (nor the people I've asked to test) are broken, but overall the device should be usable. You have been warned.
Because of art 1st boot take long time so don't panic and make post saying phone stuck on bootanim,
xperia m dual not support in cm12.0
This is BETA so don't treat this as stable version.
Download:
Nightly Builds: http://download.cyanogenmod.org/?device=nicki&type=nightly
Last nightly build mirror: Link
FXP CM12.0 Builds: http://fxpblog.co/cyanogenmod/cyanogenmod-12/
GAPPS: https://s.basketbuild.com/gapps
Note : CM-12.0 is only for 4.3 baseband. If you are on 4.1/4.2 baseband/firmware then Follow this instruction
Install instructions: (For 1st time only)
boot into fastboot (ignore if you coming any 4.4 rom)
flash boot.img from cm12.0 zip (ignore if you coming from any 4.4 rom)
boot into custom recovery
Wipe data and cache
Flash the CM12.0 and gapps zip
Reboot
Upgrading from earlier version of CyanogenMod 12.0:
Boot into Recovery
Flash CM12.0 zip
Reboot
Reporting bugs:
Before Reporting bugs make sure you
Read "note" section
Using stock kernel
Not installed any mods/tweaks - if you have installed mods like xposed you can't report bug
Not modified system files
Checked the posts below for a solution / fix
Read the last 10 pages of this thread for a post with a similar problem
Backup, reflash with a full wipe (do this if mods like xposed is installed) and check if the bug is still there
provide logcat,kmsg. if you reporting radio problem then provide radio log.
Screenshots:
Credits.
Fxp team and all other developer who is working on sony
Code Aurora Forum
CyanogenMod Team
Cybojenix
And Special Thanks to All Donors
XDA:DevDB Information
CyanogenMod 12.0 for Xperia M, ROM for the Sony Xperia M
Contributors
PecanCM
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 4.3 Firmware
Version Information
Status: Nightly
Created 2014-11-21
Last Updated 2015-05-28
Changelog
BETA 3 23-01-2015
Android 5.0.2 (LRX22G)
Fixed problem with YouTube vidoes
Fixes for other video problems
Fixed baseband version
Fixed no bootanimation on 1st boot
Working mass storage and charging only modes
Enabled FM
Updated widevine(DRM) blobs to lollipop
Updated adreno Blobs to LA.AF.1.1(lollipop)
Updated Kernel and Prima Wlan to LA.AF.1.1_rb1.8
Addressed more selinux denials
General cleanup and fixes
Updated cm source
BETA 2 19-12-2014
Updated to Android 5.0.1 (LRX22C)
Misc fixes
Enabled apps2sd
Disabled lpa
- incompatible with NuPlayer
Using cm recovery now
Updated Adreno blobs
Update kernel and prima wlan to LA.AF.1.1_rb1.7 branch
Updated cm source
BETA 1 28-11-2014
Fixed gsm issue after rebooting phone
Enabled multiColor battery led
Enabled 1080p decoding
Updated kernel and wifi driver to LA.AF.1.1_rb1.6
Updated cm source
ALPHA 1 21-11-2014
Initial release
FAQ
Q: The 'Developer and Performance options' from 'settings' are gone. Where are they?
A: Touch the 'Build number' seven times in 'about phone'. Then they will appear.
Q: I'm coming from 4.1 and now i can't view my internal sd data, Why ?
A: Go to Data/media now move your all internal sd data to folder named 0 Means under /data/media/0 then you can view your internal sd data
What about GApps? We can use 4.4.4 for now?
kosmita1993 said:
What about GApps? We can use 4.4.4 for now?
Click to expand...
Click to collapse
added gapps link in 1st post use that,
First bot is very very long, for me it was about 7-10 minutes. Wifi/Bt isn't working for me, NFC probably works because it can read my smarttags.
Great job!
BTW are you planning aosp build too?
omg this interface is so fancy I'm so exited XD
Time to edit Discussion Thread !
Awesome, will try this as soon as wifi gets fixed
Great work PecanCM
I flashed this rom .... 1st it took very time to boot but it booted.
everything was working good but wifi and bluetooth are not working. Hope it gets fixed by @PecanCM in the next build.
I cannot use it now but will use when wifi and blutooth gets fixed
GSM detection came on the 1st boot so there ws no need to reboot
For now this is all .. Hope it gets BETA in the next build !!!!
Thank You !!!
@PecanCM , can I downgrade the ROM after flashing CM12 (like , 5.0 to 4.4.4 ) ?? or (CM12 to CM11) ??
EliXer9 said:
@PecanCM , can I downgrade the ROM after flashing CM12 (like , 5.0 to 4.4.4 ) ?? or (CM12 to CM11) ??
Click to expand...
Click to collapse
Yes
Sent from my C1904 using Tapatalk
Is WiFi working ? (Because it's included in both the sections. i.e , working as well as not working) ?? And sorry if it's a stupid question
EliXer9 said:
Is WiFi working ? (Because it's included in both the sections. i.e , working as well as not working) ?? And sorry if it's a stupid question
Click to expand...
Click to collapse
No, not yet.
iddu.daragah said:
I flashed this rom .... 1st it took very time to boot but it booted.
everything was working good but wifi and bluetooth are not working. Hope it gets fixed by @PecanCM in the next build.
I cannot use it now but will use when wifi and blutooth gets fixed
GSM detection came on the 1st boot so there ws no need to reboot
For now this is all .. Hope it gets BETA in the next build !!!!
Thank You !!!
Click to expand...
Click to collapse
strange both works fine for me
give me logs and if you are on pc then run following and upload audit.log file.
Code:
adb root
adb shell
cat /data/audit/audit.log > /sdcard/audit.log
GSM, BT and GSM not working on my C2004
expecting for the next release! :good:
iks8 said:
First bot is very very long, for me it was about 7-10 minutes. Wifi/Bt isn't working for me, NFC probably works because it can read my smarttags.
Great job!
BTW are you planning aosp build too?
omg this interface is so fancy I'm so exited XD
Click to expand...
Click to collapse
iddu.daragah said:
I flashed this rom .... 1st it took very time to boot but it booted.
everything was working good but wifi and bluetooth are not working. Hope it gets fixed by @PecanCM in the next build.
I cannot use it now but will use when wifi and blutooth gets fixed
GSM detection came on the 1st boot so there ws no need to reboot
For now this is all .. Hope it gets BETA in the next build !!!!
Thank You !!!
Click to expand...
Click to collapse
flash zip from recovery or boot.img from this zip via fastboot https://www.mediafire.com/?45dz5xd8edh7ydn i forgot to commit a change and later removed by git stash this can be the reason otherwise i'm going to need logs.
and no i'm not planning aosp atleast not for few weeks
jhuy said:
GSM, BT and GSM not working on my C2004
expecting for the next release! :good:
Click to expand...
Click to collapse
read note section in 1st post.
PecanCM said:
flash zip from recovery or boot.img from this zip via fastboot https://www.mediafire.com/?45dz5xd8edh7ydn i forgot to commit a change and later removed git stash this can be the reason otherwise i'm going to need logs.
and no i'm not planning aosp atleast not for few weeks
read note section in 1st post.
Click to expand...
Click to collapse
Yes! Now it is working, your perdictions was correct. Thanks a lot!
Thanks wifi and bluetooth working now
after flashing new_boot image
jhuy said:
GSM, BT and GSM not working on my C2004
expecting for the next release! :good:
Click to expand...
Click to collapse
Try to get root, then type this in terminal emulator.
su setprop persist.radio.multisim.config dsds
Sent from my C2005 using XDA Free mobile app
Someone can mirror it? I am not able to download from mediafire, it just restart the download each time.
Sent from my C1904 using Tapatalk

[ROM][4.4.4] CyanogenMod 11.0 for A3000-H [23/10/2015]

{
"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"
}
PREAMBLE
Here is my CM11 port for the Lenovo A3000-H, 100% unofficial. Contributions are welcome!
To be able to even flash it, you'll need to use my CWM Recovery.
NOTE: I have built and tested this on my Lenovo A3000-H (16 GB version with 3G). Before flashing, please make sure to be on Stock 4.2. Open up a terminal or an ADB shell and type the following:
Code:
getprop ro.product.board
.
Should you get a3000_prc_3gfull, you are good to go. Otherwise, you need to flash the right Stock ROM. The members @kupyxa4444 and @luckasfb have created such a Stock-based ROM, so if you are unable to find one - try to contact one of these two.
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
NOT WORKING
Camera
WORKING
GPS
WiFi
Audio
Boots
SELinux
Sensors
Vibration
Bluetooth
HWComposer
Offmode charging
sw video en/decoding (not hw)
Internal and external sdcards
RIL/radio (only on SIM1, SIM2 is still broken and therefore disabled, you can re-enable it by setting persist.radio.multisim.config=dsds in your build.prop)
NOTE
Should you ever face any issues (in the recovery or the ROM), provide logs (use Google to find out how to gather those). Additionally, I need to know what ROM you're on, hence you have to mention the build number.
Hint: "It doesn't work or I get error Status XY" are not bug reports and will be ignored. To keep the thread clean, use DevDB for real bug reports​
DOWNLOAD
Instructions:
ordinarystar said:
Pre-equisites to flash:
1. Correct Firmware
1.1 First verify your build version by installing Terminal Emulator from Play Store and then type the following:
getprop ro.product.board
if the output is a3000_prc_3gfull, proceed to number 2.
1.2 if the output is not a3000_prc_3gfull, you will have to first flash another firmware which can be downloaded at:
https://drive.google.com/file/d/0B5yhZ9sXUH_GMWhCQllhbkZRbUk/edit
Firmware flashing instructions can be referred here:
http://forum.xda-developers.com/lenovo-a3000/development/rom-lenovo-ideatab-a3000-h-call-t2441135
2. My version of CWM installed
2.1 Now you should install the CWM. You need a rooted device to proceed. Assuming you followed 1.1 and 1.2, your device is already rooted.
You will need:
2.1.1 Install mobileuncle MTK Tools from PlayStore or download apk from thread below: http://forum.xda-developers.com/showthread.php?t=2697236
2.1.2 My CWM, download the zip file and extract the recovery.img. Put the recovery.img in your microSD card.
http://olivier.hubdroid.com/a3/cwm/cwm_a3-20141220.zip
2.2 Open up mobileuncle MTK Tools, and select install recovery. It will detect the recovery.img in your microSD card (top in the list).
Tap on it to install. DO NOT tap on others in the list. Just click OK to install. If you have already downloaded my rom with it placed in your microSD card,
you may proceed to boot into recovery, or you can press cancel and shut down your device.
The pre-equisites is now completed!
Steps to flash:
1. Download my rom from http://olivier.hubdroid.com/a3/cm-11.0/ - select a preferred release. latest release recommended.
2. Download gapps from http://forum.xda-developers.com/android/software/gapps-consolidated-gapps-thread-t3064693 - select gapps for kit kat 4.4.4
2. Boot up recovery: hold power button and volume up button, as it booted up release power button. Use volume up button to browse to "recovery mode" and press volume down to proceed recovery mode.
3. Do the following:
2.1 Factory reset
2.2 Clear cache
2.3 Clear dalvik cache (Advanced > clear dalvik cache)
2.4 install from zip, select the rom and install
2.5 install gapps.
2.6 when done, reboot to system
The installation is now completed!
Click to expand...
Click to collapse
I have spent a lot of time on this project and I still do - hence, donations would be highly appreciated.
My builds can be found here.​
SOURCEs
Device tree (branch cm-11.0)
Kernel (branch cm-11.0)
OmniROM Gerrit (topic mt6589)​
CREDITs
chrmhoffmann
kashifmin
Grarak
xplodwild
Dr-Shadow
superdragonpt
EnerJon
kupyxa4444
XDA:DevDB Information
CyanogenMod 11 for the Lenovo A3000-H, ROM for the Lenovo A3000
Contributors
Olivier
Source Code: https://github.com/lenovo-a3-dev
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2014-11-26
Last Updated 2015-10-23
Changelog
BUILD STATUS
Willing to contribute? Just drop me a PM, send me pull requests on GitHub or join my IRC channel on freenode: #cm-a3!
Please don't clutter the thread, post your bug reports here instead. Thanks!
CHANGELOG
Code:
[B][U]29/07/2015:[/U][/B]
[list][*][B][COLOR="Blue"]kernel: [/COLOR][/B]Fixed automatic rotation
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Security patches/fixes
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Removed scsi_wait_scan module
[*][/list]
[B][U]02/02/2015:[/U][/B]
[list][*]Fixed sw encoding and decoding ([B][COLOR="Lime"]YouTube videos etc work now![/COLOR][/B])
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Reverted to LZMA compression (for TWRP)
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Security patches/fixes
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Misc patches for ext4, crypto
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added support for kernel mode NEON
[*][/list]
[B][U]28/12/2014:[/U][/B]
[list][*][B][COLOR="Blue"]kernel: [/COLOR][/B]Switched to LZ4 compression (instead of LZMA)
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added BFQ/SIO/FIOPS/ZEN/VR IO Schedulers
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added overall stats for all available cores
[*]Fixed battery capacity (item in framework-res)
[*][/list]
[B][U]26/12/2014:[/U][/B]
[list][*]Switched back to deodexed build on community request
[*]Removed recovery-from-boot.p (we don't really want this)[/list]
[B][U]20/12/2014:[/U][/B]
[list][*]Fixed Internal sdcard[/list]
[B][U]17/12/2014:[/U][/B]
[list][*]Fixed HWComposer
[*]Odexed build for better performance[/list]
[B][U]16/12/2014:[/U][/B]
[list][*]Fixed NVRAM
[*]Fixed Bluetooth
[*]Fixed RIL[/list]
[B][U]26/11/2014:[/U][/B]
[list][*]Initial public release.[/list]
Successfully flashed over A3000_A422_013_25_140624.
Felt like holding a nexus 7!
Thanks a lot man!
Thanks
Thanks Olivier for your enormous efforts, you are working alone , You rock
successfully installed it over A3000_A422_013_025_140926_WW_CALL_FUSE
Using this build "cm-11-20141127-UNOFFICIAL-a3"
I'm testing it , and i'm going to report the bugs i find via the bug report
Again , thanks
This is the best post on XDA so far.
Thank you for your effort @Olivier
Think you Sir...is it support Call function ?
i will try it soon...
Hesham Sleem said:
Think you Sir...is it support Call function ?
i will try it soon...
Click to expand...
Click to collapse
No this rom not support Calling because NULL IMEI
***Backup NVRAM before try it***
nut27455 said:
No this rom not support Calling because NULL IMEI
***Backup NVRAM before try it***
Click to expand...
Click to collapse
Ok...So if i backup NVRAM and restore it after flash rom , Call function will work ??
Hesham Sleem said:
Ok...So if i backup NVRAM and restore it after flash rom , Call function will work ??
Click to expand...
Click to collapse
No. Guys, it's clearly stated in the OP that RIL/radio (and hence calls/SMS) is broken!
New user
I have a question..
If I install this room on my lenovo a3000. What is the things that will not working on my tablet. Sorry I'm not professional and I need to help to know what is the risk's that I will found??
Magiiic said:
I have a question..
If I install this room on my lenovo a3000. What is the things that will not working on my tablet. Sorry I'm not professional and I need to help to know what is the risk's that I will found??
Click to expand...
Click to collapse
As it was said in the first post..
Bluetooth
RIL/radio
Camera
(hw) video en/decoding and hwcomposer
Internal SD card
probably much more (haven't had much time to test everything)
MirXas said:
As it was said in the first post..
Bluetooth
RIL/radio
Camera
(hw) video en/decoding and hwcomposer
Internal SD card
probably much more (haven't had much time to test everything)
Click to expand...
Click to collapse
Any solve to this problem's?
Magiiic said:
Any solve to this problem's?
Click to expand...
Click to collapse
Wait for future builds.
Stop asking questions in this thread, there is a seperate Q&A thread especially for this.
Really great work
Only the camera to go and I'll use this I promise
Sent from my Lenovo IdeaPad A3000-H using XDA mobile app
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
Sent from my Lenovo A3000-H
MOD EDIT: Not a great sense posting some other ROM LINK here
afridi.shahriar said:
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
STOP spaming the same everywhere ! The RIL bug is not in the kernel, it's in the ROM itself.
Click to expand...
Click to collapse
Members,
It is not so difficult to be sensible and considerate.
1) Kindly stop asking questions here. Use the Q&A.
2) If you find something not to your liking, find something which you like or produce what you like by yourself
THREAD CLEANED.
OP thankyou for this works very well with my F version ,never seen HD video load so fast
afridi.shahriar said:
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
Click to expand...
Click to collapse
Yes, the CM11 kernel is based off my HodorKernel. Apparently the kernel isn't the problem here - you could flash it on any fused Stock ROM and everything would work.
To those who wanted ETAs: At the moment, I'm a bit busy with exams and other devices. Bugfixing is progressing rather slowly, not only due to time constraints but also because I'm working on this alone and it's not easy to work on mtk devices.
keep up the good work.
you can make it buddy.

[ROM][STABLE][6.0.1][16/01]CyanogenMod 13.0 for UMI SUPER

HELLO EVERYONE!​​
{
"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"
}
We are not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in the products you find here before flashing it! YOU are choosing to make these modifications, and if you point the finger at us for messing up your device, we will laugh at you. Your warranty will be void if you tamper with any part of your device / software.
OLD
BETA 1:
WORKING:
Camera(Front & Back)
Bluetooth
WiFi
Vibration
Flashlight
Rotation
GPS(High Accuracy & Battery Saving)
FM Radio
Basically everything besides bugs.
NOT WORKING:
Tethering(Not working)
GPS(Device only)
Fingerprint Scanner(Not working)
DOWNLOAD:
Beta 1: https://drive.google.com/file/d/0BwCNTUSl2CzjMFRnMmhqTTdyVFk/view?pref=2&pli=1
How to install:
Step-by-step tutorial in 4th post.
For using physical buttons instead of Nav Bar then change this value from 0 to 1 in build.prop.
Code:
qemu.hw.mainkeys=0
If you want root:
See 4th post.
NOTE: YOU HAVE TO FLASH STOCK ROM 20160616, BECAUSE THIS BUILD IS BASED ON THAT. Updates are coming to fix this.
BETA 2:
WORKING:
Camera(Front & Back, better zoom than BETA1)
Bluetooth
WiFi
Vibration
Flashlight
Rotation
GPS(High Accuracy & Battery Saving)
FM Radio
Fingerprint Scanner
Tethering(USB)
Basically everything besides bugs.
NOT WORKING:
Tethering(WIFI)
GPS(Device only)
Audio services force close 2 times.
Only RGB colours for the LED.
DOWNLOAD:
Beta 2: https://mega.nz/#!kxUWHYiL!kdM464NkMB58H1HhAD6fbnz1YOS17CKG1D19xkhszVk
How to install:
Step-by-step tutorial in 4th post.
If you want root:
See 4th post.
STABLE V1(3):
WORKING:
Camera
Bluetooth
WiFi
Vibration
Flashlight
Rotation
GPS
Fingerprint Scanner
Tethering
Notifications LED(use 3rd party app to set colors)
Basically everything besides bugs.
NOT WORKING:
HDR Force close.
No LED colour change
FM Radio Force close
How to install:
Step-by-step tutorial in 3rd post.
*** BEWARE: If you get bootloop flashing from stock, please install before Beta2 build with clean flash (wipe Dalvik, Cache, Data), then install Stable build with Gapps, clean flash again***
DOWNLOAD:
STABLE 1:
https://docs.google.com/uc?id=0B2n710fxn_CpTjlTMFJfV016UXc&export=download
SuperSU:
https://download.chainfire.eu/964/SuperSU/BETA-SuperSU-v2.74-2-20160519174328.zip
BusyBox:
https://www.androidfilehost.com/?fid=24269982086993145
GAPPS:
http://opengapps.org/ Use arm64 android 6.0
Stable 2:
WORKING:
Camera(besides video recording issues)
Bluetooth
WiFi
Vibration
Flashlight
Rotation
GPS
Fingerprint Scanner
FM Radio
NEW SCREEN
Encrypting
Built-in root
SD Card
Notifications LED
Basically everything besides bugs.
NOT WORKING:
Google Camera fc
HDR gives fc
Video recording not working on Snapchat.
Tethering not working
CM Screen Recorder not working
Audio over bluetooth
HOW TO INSTALL:
1) Flash TWRP in SPFT.
2) Wipe data, dalvik and cache.
3) Install CyanogenMod and GAPPS of your selection.
4) Reboot and voila!
You can flash this from stock
DOWNLOAD:
CyanogenMod:
Google drive
GAPPS:
http://opengapps.org/ Use arm64 android 6.0
Please post bugs etc, in the Bug Reports section and request what questions you want to be answered in the Q/A section aswell.
If you have any questions, please look in the Q/A section before asking.
!!!WE NEED HELP!!!
Would be really great for us if you guys send us logcats with the problems you're having, so we could have something to work with. A nice tutorial to start with.
Credits:
CyanogenMod team
Wuxianlin
Ferhung
Xen0n
Deepflex
Leskal
JonnyXDA
olegsvs
Visi0nary
andyrichardson
Team M.A.D
Device tree: Github
Vendor tree: Github
XDA:DevDB Information
CyanogenMod 13 for UMI SUPER, ROM for all devices (see above for details)
Contributors
joe2k01, Rometheus, Flounderist
ROM OS Version: 6.0.x Marshmallow
ROM Firmware Required: UMI SUPER WITH TWRP INSTALLED
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 2
Stable Release Date: 2017-01-16
Current Beta Version: 2.6
Beta Release Date: 2016-08-19
Created 2016-08-19
Last Updated 2017-01-16
how to install stable cm 13​..Do this after followind Flounderist post on how to install TWRP..​Before installing stable 1 you have to install beta2 if you're coming from stock
1)Download the zip package from the first post
Now you can proceed in 4 ways:
a)install only CM
b)install CM and SuperSU
c)install CM, SuperSU and GAPPS
d)install CM, and GAPPS
a1)Copy the zip package to your sdcard
a2)Go into TWRP
a3)Wipe data cache and dalvik
a4)Flash the zip package then reboot
DONE!
b1)Copy the zip package to your sdcard
b2)Go into TWRP
b3)Wipe data cache and dalvik
b4)Flash the CM zip package
b5)Flash SuperSU zip package
b6)Flash BusyBox zip package
DONE!
c1)Copy the zip package to your sdcard
c2)Go into TWRP
c3)Wipe data cache and dalvik
c4)Flash the CM zip package
c5)Flash the GAPPS zip package
c6)Flash SuperSU zip package
c7)Flash BusyBox zip package
DONE!
d1)Copy the zip package to your sdcard
d2)Go into TWRP
d3)Wipe data cache and dalvik
d4)Flash the CM zip package
d5)Flash the GAPPS zip package
DONE!
Changelog
Update of 16/01/2017
Code:
[CENTER]
[B]
Fixed FM Radio
Fixed led notification
Possibly fixed audio over bluetooth
Using new camera libs
Using new screen libs
Using latest stock kernel
[/B]
[/CENTER]
Logcats or help are welcome :highfive:
Installation tutorial
###########
First, you must install proper MTK Driver on your PC.
For Win10 users please use this link:
http://tehnotone.com/windows-10-mtk-vcom-usb-drivers-for-32-64-bit-drivers-installation-tutorial/
Then download SPFlashtool for Windows.
UMI Super seems working better on ver 5.1604, download it here:
https://mega.nz/#!LRslFIrQ!QIAUzRXMsVGn78Xku0L53CSOEHRMbt8YgjPo1sLlv6s
Use this guide if you want improve your knowledge on SPFT
http://forum.xda-developers.com/showthread.php?t=1982587
Then download TWRP 3.0.2 from here
http://forum.xda-developers.com/showpost.php?p=67288617&postcount=8
Now you are set to flash TWRP on your device.
Extract scatter_file.txt from your firmware folder or download it from here:
https://drive.google.com/open?id=0BzvAF-6zwoYwUWdlZGNzSFNPdGc
- In your device settings menu, go in "Developer option" and allow Debug USB mode
- Remove SD card from device, for security reasons.
- Connect your device using a USB cable
- Once your PC recognized the MTK Driver, disconnect it from PC.
- Switch off your device. It has to be disconnected from PC.
- Start SPFT.
- Set the program in "Download only" mode
- Locate your scatter file on SPFT
- Locate the TWRP .img file clicking on SPFT folder icon. Please rename it "recovery" before locating it.
- Select ONLY the recovery line in SPFT ticking the box on the left. If in doubt follow the SPFT tutorial linked above.
- Click on "Download"
- While switched off, connect your device to the USB cable.
- Press the power button and keep pressed until you get the "Download OK" on your PC screen.
- Flashing time is a few second. If something goes wrong, you will have an error message.
- Disconnect your device from your PC. Press Power + Volume UP to entry in recovery mode.
- As you see the UMI logo, release buttons and it will boot in recovery mode.
- Read carefully the information on first boot in recovery mode.
- Thick on the square and then swipe to made the TWRP permanently installed on your device.
######################################
Now you are ready to flash cm13 on your device.
Download the ROM from link in OP and GAPPS and transfer them on your device.
Reboot your device in recovery mode.
Go in BACKUP section and perform a Nandroid backup.
Do it for security reason
Do it for security reason
Do it for security reason
- Wipe Cache, Dalvik, Data. This will cancel all your account data, but will keep all your files available on device.
- Once wiped as above, tap on "Install"
- Select the ROM, then add Gapps to the zip queue.
- Swipe for flashing
- Wait until flashing process has finished.
- Swipe for cache/dalvik wipe and tap on reboot.
- First reboot is usually quite long, you will see the CM logo flashing for 2/3 mins before update
- Once rebooted, set your account back.
- Enjoy cm13 on your device!
####################################################
If you want, you can flash SuperSu, for root permissions.
Here is the dowload link:
https://download.chainfire.eu/964/SuperSU/BETA-SuperSU-v2.74-2-20160519174328.zip
Please report any error in this guide, and any error in flashing, using etc.
A known issue is a "CM Audio Service Stopped working" on boot. It is a minor bug, it will be fixed a.s.a.p.
xPosed seems not working, please report any fix, if available, and share with us
A big THANK YOU to:
@Deepflex for the original Elephone p9000 cm ROM, he did the hard work, he deserves all the credits.
@sandeep.sethi for his porting guide and for all the support.
@megthebest and @jemmini for TWRP and all the support.
@Aaahh for the sarcasm and the information.
Nice (even though I don't have the phone yet)!
Sent from my JY-S3 using Tapatalk
Great new!!
Enviado desde mi UMI_SUPER mediante Tapatalk
I get an bootloop. With and without gapps.
DanielTabea2202 said:
I get an bootloop. With and without gapps.
Click to expand...
Click to collapse
Me too
I also get a bootloop.
[email protected] said:
I also get a bootloop.
Click to expand...
Click to collapse
I should note, that you should before flash stock rom 20160616, since this build is based on that. Updates are coming.
Can't use until fingerprint scanner is working as I use it every day to activate my screen rather than wear out the power button. Will it ever be functional or is that something that will never work due to lack of drivers?
Seems an update with it working is coming! By the way, the Gapps we should take are 6.0 arm64, correct?
Sent from my JY-S3 using Tapatalk
goja said:
Seems an update with it working is coming! By the way, the Gapps we should take are 6.0 arm64, correct?
Click to expand...
Click to collapse
We have arm64 indeed.
kestrelv2 said:
Can't use until fingerprint scanner is working as I use it every day to activate my screen rather than wear out the power button. Will it ever be functional or is that something that will never work due to lack of drivers?
Click to expand...
Click to collapse
Joe got fingerprint scanner to work.
Gud work my friend
Yeah I always got you with that sarcasm don't you worry
Lol, but yeah I'm open to questions and info
Only tethering remains! Which bugs were found so far?
Sent from my JY-S3 using Tapatalk
Nice rom, but I always get on boot CM audio service has stopped.
Edit: can't find the option to enable the led pulse (harelequin or something like that) .
Fantastic work, thanks.
Just a small thing, article link to OpenGapps needs a fix (two p's in gapps!)
Thank you very much for your efforts in improving UMI Super!
It makes a long time I don't deal with ROM flashing and such, but I'm really looking forward to do it.
Are there any improvements to the camera quality? Or maybe that is something more related to the firmware itself and can only be fixed by UMI engineers or Mediatek's? (Sorry if the question is 'absurd' from the technical point of view).
Thank you in advance.

[Nougat] OmniROM [Unofficial] [7.1.2] [D6603/53/33] Z3 (Leo)

{
"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"
}
Brought to you by @nailyk!​
Notice: Thread missing information/ credits/ mentions/ stuff etc etc. Work in progress.
All credit for this ROM must go to Nailyk as the main developer of Omni for Leo devices. I am just a tester / thread maintainer for Leo (Z3).
Disclaimer:
Code:
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Who can use it?:
This ROM is only for Xperia Z3 users with UNLOCKED and (preferably) UPGRADED bootloaders!
How to install:
%= Only needed at first flash
% Update ROM to .291 with emma (or Flashtools)
% When install is done go into fastboot mode (plug usb + vol down key = blue led)
% Flash this TWRP (version 3.1.x)
Shutdown the device
Unplug the usb cable
Maintain volume down & power until you see twrp splash screen / wait for purple LED on boot and press volume up key
% Wipe system, cache and data
Install rom zip (+ % gapps if you need it)
Reboot
(After first boot if you have initial issues try a second reboot and see if it stops. If not, clean install)
Rolling back to stock:
- Flash stock rom with emma or flashtool
If you flash with flashtool remember to check wipe apps_log and userdata partitions to get a clean install
TWRP:
See Nailyk's TWRP build here for best compatibility (based on Omni sources):
TWRP 3.1.x-x
GAPPS:
Flash any 7.1.2 compatible Gapps package. I suggest OpenGapps.
Alternatively Microg and fdroid will serve you well as an alternative to Google Play Services.
Releases:
Latest:
2017-12-13: Android File Host Download
Mirror: releases.nailyk.fr/omnirom
Change Log: CVE Patches
TWRP 2017-11-21: Android File Host Download
Previous:
2017-12-02: Android File Host Download
Change Log: Fixed scripts for modem files at first boot. No issues with SIM detection, manual script running etc now.
2017-11-21: Android File Host Download
Change Log: Updated Security Patches to latest. No change to ROM.
2017-10-17: Android File Host Download
Change Log:
Code:
Lot of important changes here,
- Device was renamed z3 instead of leo,
- This release ""should"" support all leo variants. However, the script is on early stages: expect troubles.
In case of problem with RIL process the following:
Reboot into recovery,
connect to shell then:
Code:
mount /system
ln -s /system/vendor/etc /vendor/etc
sh /system/etc/init.blobs.sh
This build is patched against wpasupplicant attack (krackattack)
Some improvements about external sdcard & charging.
2017-09-28: Android File Host Download
MD5 Sum: b431c2c720be4a4dfd365a8343ca8115462a3393
Root etc:
For root it is suggested that you see phhSuperUser here: phhSuperUser Thread
Flash options such as Magisk or SuperSU if you wish, but there is not guarantee of support. Magisk 14.0 was tested by myself and working at first release.
Contributors:
@nailyk,
@xkeita, @tomascus, @derf elot, @TheavenginTitan
@tomgus1, @gr8st, @mcgi5sr2, @doriandiaconu, @Robot76, @panzerox123
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: OmniROM
Version Information:
Status: Beta
Logs:
This post will describe how to take logs.
If you are using the ROM and want to make development faster/ easier please simply take a log and post it here in the thread for us to check out.
Take logs when you notice bugs etc and try to reproduce them when taking the log and give us some description of the problem.
First you will need ADB:
Set up any adb environment on you PC (showing windows here for eg.- Linux/ Mac differs):
- For windows a minimal installation will be enough to take logs and takes 15 seconds.
15 second ADB Installer
Then open the folder it is installed to so you see "adb.exe" (obviously different on Linux/Mac).
Open and CMD window in the folder with adb and you can connect your phone.
Enable USB Debugging on the phone!:
Go to Settings - About Phone - Build Number (tap this until Developer options unlocks)
Go to Developer Options and enable "USB Debugging".
Now take the actual logs running adb logcat:
- Back to the PC CMD window.
- When you run the command a window will pop up on the phone asking for access. Say yes.
- Run the command - " adb logcat > logcat.txt "
- This will give you a text file with the log to post to us.
If possible take a dmseg /kmsg:
This is most useful for bootloops etc
You may need root on the device to access these:
- " adb shell su -c dmesg > dmesg.log "
- " adb shell su -c "cat /proc/last_kmsg" > last_kmsg.log "
Screenshots
Screenshots thanks to @Tux111. Find some of his comments and hit thanks for him!
Full showcase of screenshots here: MEGA
What working?
@Dobsgw When you will update missing informations, could you please share informations about changelogs, what works, whats not, special features and some screenshots?
All the users (me too) will appreciate a lot.
I'm gonna get the info on the changes and features etc at some point later this week.
For now all I know is the build is beta but working very well. You all know Nailyk has a very high standard of work.
The current version I have installed is working as normal and since this morning (when I installed) I've seen no issues.
If you have some time it's worth checking out.
For features etc see the Omni ROM website
Dobsgw said:
I'm gonna get the info on the changes and features etc at some point later this week.
For now all I know is the build is beta but working very well. You all know Nailyk has a very high standard of work.
The current version I have installed is working as normal and since this morning (when I installed) I've seen no issues.
If you have some time it's worth checking out.
For features etc see the Omni ROM website
Click to expand...
Click to collapse
Mobile Data don't work. Every time i try to set APN, it automatically disappear. No way to make SIM data work.
The rest of the ROM is kinda awesome, some little bugs but really nicely done. Ah, message app miss. Add it please.
You probably know already but there is no link to TWRP 3.1.x for Z3 and Z3 dual (can be found in xkeita thread of Lineage 14)
Tux111 said:
Mobile Data don't work. Every time i try to set APN, it automatically disappear. No way to make SIM data work.
The rest of the ROM is kinda awesome, some little bugs but really nicely done. Ah, message app miss. Add it please.
Click to expand...
Click to collapse
Please provide full rom log, dmesg & radio log.
What variant? This rom is not dual ready yet.
tiliarou said:
You probably know already but there is no link to TWRP 3.1.x for Z3 and Z3 dual (can be found in xkeita thread of Lineage 14)
Click to expand...
Click to collapse
Xkeita TWRP is fine.
Nailyk also has a brilliant TWRP version found here in the forum.
It is updated to latest just ignore the title. 3.1.1-3
nailyk said:
Please provide full rom log, dmesg & radio log.
What variant? This rom is not dual ready yet.
Click to expand...
Click to collapse
D6603 single SIM.
Can't provide right now, sorry.
EDIT: I'll provide it soon as possible!
How i have to make radio log?
nailyk said:
Please provide full rom log, dmesg & radio log.
What variant? This rom is not dual ready yet.
Click to expand...
Click to collapse
I figured out mobile data work. But there is a bug, inside APN configuration, that automatically delete the APN created if you modify a string inside and after save it.
This time i simply used default APN settings, without modifying anything a part APN "Name" and "APN" and it works.
Here there is the logcat of the bug (over 1 mb can't upload here).
https://mega.nz/#!YAUXUSaA!3w6IWURIGvsHU-Cm9IkFStOsmyj67Sxvt9tbqqD2mG8
Tux111 said:
I figured out mobile data work. But there is a bug, inside APN configuration, that automatically delete the APN created if you modify a string inside and after save it.
This time i simply used default APN settings, without modifying anything a part APN "Name" and "APN" and it works.
Here there is the logcat of the bug (over 1 mb can't uploader here).
https://mega.nz/#!YAUXUSaA!3w6IWURIGvsHU-Cm9IkFStOsmyj67Sxvt9tbqqD2mG8
Click to expand...
Click to collapse
Thank you for taking the time to look into this.
Hopefully not a big issue
Mobile data D6603 german working LTE
Sent from my unknown using XDA-Developers Legacy app
edit
New twrp works fine and omnirom build too! Thx for hard work! ? Greets from German
Sent from my unknown using XDA-Developers Legacy app
App not using SD card photo ecc
Inviato dal mio unknown utilizzando Tapatalk
my BL is unable to get unlocked. but im now on .291 rom and rooted and twrp installed. is there nothing i can do to taste the full working nougat?
what will happen if i flash it onto my device (in this case, the BL is still locked. bootloader unlock allowed : no )
thanks.
leo31 said:
my BL is unable to get unlocked. but im now on .291 rom and rooted and twrp installed. is there nothing i can do to taste the full working nougat?
what will happen if i flash it onto my device (in this case, the BL is still locked. bootloader unlock allowed : no )
thanks.
Click to expand...
Click to collapse
You will have a brick.
Nothing you can do when unlock allowed:no.
The only thing is to contact sony, it is illegal (in some countries) to have an unlockable bootloader.
The images and most of the files do not use the sd card and when you want to pass applications to the system it does not allow attachment screenshot.
You could also add the option to expand the desktop and resize the navigation bar.

[ROM][Unofficial][beta][8.1.0][Updating] Lineage OS 15.1 for Sony Xperia Z1 Compact

What's working:
* Boots
* Wi-Fi
* Bluetooth
* NFC
* GPS
*Camera
* Sensors
* RIL
* Video Playback
* Deep Sleep
* Internal Storage
* Micro SD
* Audio
* Thermal Management
* Brightness (auto and manual)
* Enforcing SELinux + user build
What's not working:
Unknow
What I don't know:
* Anything else I haven't mentioned
:fingers-crossed::fingers-crossed::fingers-crossed:
Attend: If you cannot use the built-in file manager to install the software, open the file manager, click the menu button in the upper right corner, and click to display the internal storage device. Then you can install the software normally.
I haven't done in depth testing to find all the bugs, so any input on the matter is much appreciated (with logs).
I have noticed that Oreo is much smoother and more responsive when compared to Nougat.
MAKE SURE YOU ARE ON TWRP 3.2.1, NOT OFFICIAL TWRP, OTHERWISE THE FLASH WILL FAIL.
TWRP-3.2.1
Hopefully, one of these days I will compile clean TWRP-3.2.1 from source, but for now, this should work.
GApps (Please select ARM 8.1)
Magisk
Build:
05-02
INSTALLATION
1.Unlock Bootloader, throw ROM at the Internal Storage or SD card
2. Install TWRP Recovery 3.2.1
3. Boot to Recovery
4. Wipe Cache,Wipe Data,Wipe System and Wipe ART/Dalvik cache
5. Install the ROM
6. Install Gapps
7. Install SuperSU or Magisk
8. Done!
How to used GSM or 3G?
Enter *#*#4363#*#* in the dial
Select the first option
Choose only WCDMA
Open the flight mode
Turn off the flight mode again
Source:
To be determined
Contributors:
*rcstar6696
*SuperLamic
*AdrianDC
*drakonizer
* Lineage OS team
*All the other contributors to sony msm8974 platform
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
Based On: AOSP + CAF
Version Information
Status: beta
Created 2018-05-02
国人可以去国内的论坛
http://bbs.gfan.com/android-9292697-1-1.html
Will this ROM support sony stock camera?
https://forum.xda-developers.com/cr...s-apps/port-stock-camera-nougat-roms-t3628791
Nice
Oreo again. First, I'll try then tell you what not working are.
Is TWRP 3.2.1 support installation of AICP 8.1?
Some problems I've found:
1. Stock music player can't play track. But it's okay while open audio from file app with "open with music". I'm using Poweramp to play music.
2. 3G only signal not stable. Sometimes it's reset automatically.
3. I opened SMS on notification but still marked unread when back to inbox.
4. I copied files with xplore but icon and file size not updated.
5. Storage need ejected to update size after deleting folder with many files. (Am I wrong? Will MTP host do the same?)
Where can I found light setting to make mod color notification per app?
Keep working, dude! I think it would be the best ROM for amami. Ganbatte!
Hi
i flash this rom 2 days ago and i see some bugs as i say them below. i hope it help you to repair and update the rom
1) there is a big problem with this ROM! i can't play videos on instagram!
2) my phone rebooted ONE time when i was playing music and turned off the screen!
3) I can't install some apps when i download them from websites!
4) i believe the battery drains fast!
paroucia said:
1) there is a big problem with this ROM! i can't play videos on instagram!
Click to expand...
Click to collapse
Try disabling HW overlays in developer settings.
Remim7 said:
What's working:
* Boots
* Wi-Fi
* Bluetooth
* NFC
* GPS
*Camera
* Sensors
* RIL
* Video Playback
* Deep Sleep
* Internal Storage
* Micro SD
* Audio
* Thermal Management
* Brightness (auto and manual)
* Enforcing SELinux + user build
What's not working:
Unknow
What I don't know:
* Anything else I haven't mentioned
:fingers-crossed::fingers-crossed::fingers-crossed:
Attend: If you cannot use the built-in file manager to install the software, open the file manager, click the menu button in the upper right corner, and click to display the internal storage device. Then you can install the software normally.
I haven't done in depth testing to find all the bugs, so any input on the matter is much appreciated (with logs).
I have noticed that Oreo is much smoother and more responsive when compared to Nougat.
MAKE SURE YOU ARE ON TWRP 3.2.1, NOT OFFICIAL TWRP, OTHERWISE THE FLASH WILL FAIL.
TWRP-3.2.1
Hopefully, one of these days I will compile clean TWRP-3.2.1 from source, but for now, this should work.
GApps (Please select ARM 8.1)
Magisk
Build:
05-02
INSTALLATION
1.Unlock Bootloader, throw ROM at the Internal Storage or SD card
2. Install TWRP Recovery 3.2.1
3. Boot to Recovery
4. Wipe Cache,Wipe Data,Wipe System and Wipe ART/Dalvik cache
5. Install the ROM
6. Install Gapps
7. Install SuperSU or Magisk
8. Done!
How to used GSM or 3G?
Enter *#*#4363#*#* in the dial
Select the first option
Choose only WCDMA
Open the flight mode
Turn off the flight mode again
Source:
To be determined
Contributors:
*rcstar6696
*SuperLamic
*AdrianDC
*drakonizer
* Lineage OS team
*All the other contributors to sony msm8974 platform
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
Based On: AOSP + CAF
Version Information
Status: beta
Created 2018-05-02
国人可以去国内的论坛
http://bbs.gfan.com/android-9292697-1-1.html
Click to expand...
Click to collapse
Thanks, great job. A question. Does the nfc really working? I mean can i use this rom if i want to pay with my phone (paypass)?
Sent from my D5503 using XDA Free mobile app
pcz said:
Thanks, great job. A question. Does the nfc really working? I mean can i use this rom if i want to pay with my phone (paypass)?
Click to expand...
Click to collapse
Yes is Google Pay via nfc working?
Video recording not working
Hi, thank you for a very smooth ROM
For me camera aplication freezes whenever I try to record video.
I have installed via TWRP 3.2.1-0 from other thread, maybe that's the reason?
Thanks
I went back to LineageOS 12.1 and found the videos that were recorded by 15.1, they only have the first image in (the image it freezes on when hitting video record).
in this thread they have working video recording: https://forum.xda-developers.com/showpost.php?p=76448953&postcount=87
but maybe it is just reposting of newer Remim7 work...?
Remim7 said:
Build:
05-02
http://bbs.gfan.com/android-9292697-1-1.html
Click to expand...
Click to collapse
New Build:
05-29
From:
http://bbs.gfan.com/android-9292697-1-1.html
GazCore said:
New Build:
05-29
From:
http://bbs.gfan.com/android-9292697-1-1.html
Click to expand...
Click to collapse
is it still in beta?
Your link is still to the older 05-02 version... thank you
GazCore said:
New Build:
05-29
From:
http://bbs.gfan.com/android-9292697-1-1.html
Click to expand...
Click to collapse
_Pano_ said:
is it still in beta?
Click to expand...
Click to collapse
yes
Samwei14 said:
Your link is still to the older 05-02 version... thank you
Click to expand...
Click to collapse
I edited it.
is this ROM ready for daily use? Mine is running a stock unbrandized 5.1.1 but I'm having troubles, not sure if the reason is the unbrand... Since is my mother's primary phone I'm looking something that works fine in the basic tasks (camera, phone, whatsapp, maps, web), I will not give root access.
francesko94 said:
is this ROM ready for daily use? Mine is running a stock unbrandized 5.1.1 but I'm having troubles, not sure if the reason is the unbrand... Since is my mother's primary phone I'm looking something that works fine in the basic tasks (camera, phone, whatsapp, maps, web), I will not give root access.
Click to expand...
Click to collapse
I have flashed the build as at 29-05 it and I can confirm camera works (taking photos and recording video - slightly lower quality than stock, maybe we will get stock camera hal later),
what others noticed - SMS opened from notification stays marked as unread, needs to be open in SMS app to be marked read, problems with 3G signal - didn't notice, file size reporting - could not test,
calling - I had no problems, whatsapp works, maps no problem, installed google chrome - didn't notice any problems.
Maybe you can give it a month or two and it will become even more stable, but for me it is the best and most up to date ROM after Lineage OS 12.1 with security patches (5.1.1 Lolipop) I found in other thread... thanks @GazCore for finding the new build and making it available
Has anyone been able to install Magisk and have it pass SafetyNet checks on this? I can't even get it to pass basicIntegrity.
scanz said:
Has anyone been able to install Magisk and have it pass SafetyNet checks on this? I can't even get it to pass basicIntegrity.
Click to expand...
Click to collapse
{
"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"
}
etram said:
There's no LTE, 3G or 2G.
Can someone help me, please ?
Click to expand...
Click to collapse
I haven't noticed problems with the latest build (29-05). Data (LTE, 3G) and calling (2G) works. Which build are you using? Is your APN configured correctly?

Categories

Resources