[5.0.2] Lollipop | Unofficial CM12 | Oppo Find 5 | 31-12-2014 - Oppo Find 5

Note: The Official CM12 has been published by CyanogenMod from 6th Jan 2015.
Thanks for participating and being a part of this thread!
Click to expand...
Click to collapse
Unofficial CM12
- Lollipop -
for
Oppo Find 5
{
"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"
}
An early Taste of Lollipop...
The original Developer's name is "Wuxianlin".
The ROM is fully stable and can be considered as a daily driver. ROM supports almost all languages.
Code:
#include
/*
*
* 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.
*/
Source Code:
Code:
[url]https://github.com/cyanogenmod/android/tree/cm-12.0[/url]
[url]https://github.com/CyanogenMod/android_device_oppo_find5/tree/cm-12.0[/url]
[url]https://github.com/cyanogenmod/android_device_oppo_common/tree/cm-12.0[/url]
[url]https://github.com/cyanogenmod/android_device_oppo_msm8974-common/tree/cm-12.0[/url]
[url]https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/tree/cm-12.0[/url]
Original Thread: http://bbs.oppo.cn/thread-5056434-1-1.html
Download: http://pan.baidu.com/s/1i3IJlUP
Changelogs:
Changelog - 21/Dec
- Updated to Android 5.0.2
- Weather in Status bar drop down menu
- Battery icon options
- Performance improvements
Click to expand...
Click to collapse
Changelog - 17/Dec
- Baseband Signal fixed
Click to expand...
Click to collapse
Changelog - 12/Dec
- Camera fixed
Click to expand...
Click to collapse
Changelog - 5/Dec
- Updated to Android 5.0.1
Click to expand...
Click to collapse
Changelog - 26/Nov
- Audio fixed
- Bluetooth fixed
Click to expand...
Click to collapse
Changelog - 25/Nov
- Adreno Graphics driver updated
Click to expand...
Click to collapse
Changelog - 26/Nov
- Random reboots fixed
- WiFi fixed
Click to expand...
Click to collapse
Changelog - 23/Nov
- First Build
Click to expand...
Click to collapse
Screenshots:
leave a Thanks if I've helped you! ​

Mobile data works for me until the first reboot, camera aswell is broken! Expect of this bugs the ROM works really great!

Manas1796 said:
Find 5 | CyanogenMod 12
The original Developer's name is "Wuxianlin".
Bugs:
Camera
Mobile Network
Important Note: I am not responsible for your bricked and mutated devices. Don't blame me if anything goes wrong!
Original Thread: http://bbs.oppo.cn/thread-5056434-1-1.html
[5-Dec-2014]Download: http://pan.baidu.com/s/1i3IJlUP
Screenshots:
leave a Thanks if I've helped you! ​
Click to expand...
Click to collapse
Thanks for sharing!
Also here's a mega link for your convenience https://mega.co.nz/#!oc90HYSI!pqNNEccY0UkCDlny_hR4K1SrvO2DX3NJjhOf1ffLbHI

If it wasn't for the Mobile Data not working it would be my daily driver, can't live without mobile data though.
Nice Rom either way.
EDIT: When you just manually select your Service provider, Mobile data does work.
Hello new daily driver

Xtremelyevil said:
If it wasn't for the Mobile Data not working it would be my daily driver, can't live without mobile data though.
Nice Rom either way.
EDIT: When you just manually select your Service provider, Mobile data does work.
Hello new daily driver
Click to expand...
Click to collapse
Does it work after reboot?

Jet70355 said:
Does it work after reboot?
Click to expand...
Click to collapse
Haven't tried it yet, Don't want to lose it ;p

Xtremelyevil said:
Haven't tried it yet, Don't want to lose it ;p
Click to expand...
Click to collapse
Hahaha that's one way to deal with it xD
How is battery life for you?

Jet70355 said:
Hahaha that's one way to deal with it xD
Click to expand...
Click to collapse
Also, It's still a little wonky, as far as I can tell I have to select my Mobile Operator almost every time I toggle my Data connection.
It doesn't bother me though since It isn't that hard to do.

Jet70355 said:
Hahaha that's one way to deal with it xD
How is battery life for you?
Click to expand...
Click to collapse
One way to sidestep losing mobile network connection (for me) is putting the phone into flightmode before rebooting, but if you forget putting the phone into flightmode once, you're screwed (then only factory defaults will restore the lost mobile network connection). Definitely not a daily driver yet...

harryharryharry said:
One way to sidestep losing mobile network connection (for me) is putting the phone into flightmode before rebooting, but if you forget putting the phone into flightmode once, you're screwed (then only factory defaults will restore the lost mobile network connection). Definitely not a daily driver yet...
Click to expand...
Click to collapse
Actually for me if e forget it and lose network connection, I just need to reboot with airplane mode on and it will reconnect again. If the first reboot doesn't work try again the same process, at least for I just maxed at the third try to reconnect

12.12 Update Mirror link https://mega.co.nz/#!JMxzCaRL!QwF4su_nr8VUvms-DSQcZY7XNNMWTgKPW60ffH8FOAw

Jet70355 said:
Actually for me if e forget it and lose network connection, I just need to reboot with airplane mode on and it will reconnect again. If the first reboot doesn't work try again the same process, at least for I just maxed at the third try to reconnect
Click to expand...
Click to collapse
That didn't work for me yet. I noticed the ril-daemon (Radio interface layer) is very, very, finicky. Sometimes it reads the simcard, sometimes it doesnt. I have found that if I restart the ril-daemon after I have lost mobile connection due to reboot, it will come back after a few seconds with this command (from terminal or adb shell):
setprop ctl.restart ril-daemon
this does not work all the time however (just like with your reboots, sometimes it takes a couple of times)
somehow stopping the daemon, waiting 2 seconds, and then starting the daemon again works a little better in my case:
setprop ctl.stop ril-daemon; sleep 2; setprop ctl.start ril-daemon

harryharryharry said:
That didn't work for me yet. I noticed the ril-daemon (Radio interface layer) is very, very, finicky. Sometimes it reads the simcard, sometimes it doesnt. I have found that if I restart the ril-daemon after I have lost mobile connection due to reboot, it will come back after a few seconds with this command (from terminal or adb shell):
setprop ctl.restart ril-daemon
this does not work all the time however (just like with your reboots, sometimes it takes a couple of times)
somehow stopping the daemon, waiting 2 seconds, and then starting the daemon again works a little better in my case:
setprop ctl.stop ril-daemon; sleep 2; setprop ctl.start ril-daemon
Click to expand...
Click to collapse
There is a fix for the network problem over at the OPPO's forums (same thread title as this one)

Jet70355 said:
There is a fix for the network problem over at the OPPO's forums (same thread title as this one)
Click to expand...
Click to collapse
Thanks, that worked for me ! maybe wuxianlin could compile a new version with build.prop already edited, his ROM is the only one that has camera app fixed right ?

new wuxianlin build with radio fix and working camera app
edit: dead links removed

Install in top of CM11?
harryharryharry said:
Cyanogenmod new build from wuxianlin (all credits go to wuxianlin, http://www.wuxianlin.tk/?page_id=10)
Has radio fix and working camera app:
cm-12-20141218-UNOFFICIAL-find5.zip
Older versions:
cm-12-20141217-UNOFFICIAL-find5.zip
Click to expand...
Click to collapse
Hi,
can this rom be installed on top of CM11?
If not, how to install?
Bert

bertsmelik said:
Hi,
can this rom be installed on top of CM11?
If not, how to install?
Bert
Click to expand...
Click to collapse
you most probably will have to wipe to factory defaults after flashing cm12 (beware: this will delete all apps & settings). also you will have to flash a different gapps package:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
ps: I edited my previous message to include a new wuxianlin build

The rom 5.02 for oppo find 5 is not fix wifi, and some time lag.
Fix wifi please...

harryharryharry said:
you most probably will have to wipe to factory defaults after flashing cm12 (beware: this will delete all apps & settings). also you will have to flash a different gapps package:
http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
ps: I edited my previous message to include a new wuxianlin build
Click to expand...
Click to collapse
Thanks harryharryharry!
I have now loaded my Find 5 (16GB) with cm-12-20141221-UNOFFICIAL-find5.zip and it works very well.
Used the gapps package gapps-lp-20141109-signed.zip and found that the data partition of 2GB is really too small. So i have rearranged the partitions so that the data partition is now 3GB. Used the process described http://forum.xda-developers.com/showthread.php?t=2608337&page=4. This increases the data partition to 4GB, I will post my procedure in that thread.
After the resizing I experienced that the battery ran out very quickly. Maybe because the phone has to 'learn' how to handle the battery?
Anyway: great work of wuxianlin. I hope that this will be the precursor of the official CM12 for Find 5!

Having issues with Bluetooth (audio streaming crackling and volume being too much loud after a couple of steps) , can't transfert app to SD "no free memory left" and I haven't changed the partition table yet, is it recommended to do it or wait for a fix if there is?

Related

[03 JAN] Jaws-MIUI base on MIUI 31-12 [Kernel: Hastarin 8.6oldcam by tytung]

This is my first try to make a nand build, thanks to OCM for passing the knowledge and giving permissions for his kernel and initrd.gz
base on : MIUI 31-12-10
Kernel : Hastarin 8.6oldcam by tytung
Whats working :
* 3g/HSDPA
* keypad status notification
* Bluetooth
* USB mass storage
* G Sensor
* Facebook sync
* Camera/Camcorder
* Wifi
* GPS
* FM Radio
* Theme Manager
* RMNET
Whats not working:
* Tethering & Portable Hotspot (lack of kernel support), click here for third party app
* Bootanimation cannot be change by theme manager (other theme element works)
* Can't login in to https from app (zynga poker, World War, SwiftFTP etc), known MIUI bug since 2412
Download 02-01 update1
Click Here Please
Update boot.img
Click Here Please
you must reflash to update boot.img
======================================================
Download 02-01
Click Here Please
bootloop fix thanks to RaiderX303 , some people still report bootloop, use method below to fix bootloop .. arrrgghhh
edit : WTF..the changes i made in init.rc didn't save, thats why there is still bootloop, sorry guys..
Need Test : Bootloop fix
Download here
put this file inside JawsNand31-12 folder (replace boot.img in that folder)
Tips :
- Use paid Titanium Backup to move all user app to SDCard so you will not running out of internal storage space..
- for Wireless tether use Wireless Tethering Apk
- for USB tether use Wired Tethering.Apk
- I forgot to change Camera.apk, default Camera has no custom Video quality setting, but camcorder does work, for anyone has problem with camcorder and want to change video quality please Download here, push it to system/app or use DroidExplorer
{
"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"
}
eh, btw..this build is default from MIUI, none of the picture element changed, to make this build like the screen shoot, use EliteProHD theme, Minimalistic Text and System info widget
ISSUE :
since MIUI release date 18-12 there is bootloop issue in HD2 port, futureshock tell me what causing it, i tried to fix it but some user still report bootloop, so while i'm working this nand build, i found a fix, but it will take some work for your self, since this fix must be done on bootloop, in next stable release perhaps i can make this fix automatically .. i need some info how to edit some init file and make chown command run while on firts boot..
so here you go (for windows only) :
1. you need android SDK, so you can do "adb shell", download here, download USB driver from there or you can or download here (you still need android sdk to run "adb shell")
2. boot Jaws MIUI, then connect your HD2 to PC, it will ask driver, point it to USB driver you have download before..(if you have install driver correctly it will look like picture 2)
3. while your HD2 still bootloop, and windows has finish installing android HD2 driver, run command prompt (click start - run, type cmd, click ok)
4. navigate to where you save android sdk files, mine is D:/Android-SDK, so to navigate to that folder u have to type this in command prompt (look at picture 1):
C:\Documents and Settings\LESJAW>d:
D:\>cd android-sdk
D:\android-sdk>cd tools
D:\android-sdk\tools>adb shell
# chown 1000.1000 /data/system
5. it will finally end bootloop and take you to home screen
Picture 1
Picture 2
remember do those step while your android is bootlooping..
======================================================
Old release..
Download 01-01
Click here please
=====================================================
Download 31-12
Click Here Please
====================================================
NOTE!
1. Update1 u don't have to edit build.prop, its rmnet, dns update automatically
2. U can used your previous data, when MAGLDR prompt you, don't erase previous data
3. For initial release : u must edit build.prop file and change ppp0.net.dns1 and dns2 to your own provider DNS, default DNS is my provider.. otherwise you will have no data
thanks to : Cotulla - for making all this possible, rajko, ocm, dan1j3l, LeTama, hastarin, huanyu, michyprima, Cass67, darkstone, ElbartoME, gauner1986, Geo411m, mattc, memin1857, NetRipper, MIUI-DEV, XDA-DEVELOPERS,MIUI.com (the Rom) .. sorry if i forget mention ur name..
Change log :
Code:
3-1 Boot.img
- change boot splash screen
2-1 update1
- update language pack to 1c
- fix MIUI Music FC when entering setting
- change kernel to Hastarin 8.6oldcam by tytung to fix Camcorder FC on some people
- [B]Fix Bootloop[/B]
2-1
- base on MIUI 31-12
- [STRIKE]fix bootloop issue[/STRIKE] (i test this by flashing almost 10 times)
1-1
- change kernel to Hastarin 8.6 by OCM
- rmnet connection data (universal now)
31-12
- initial release
DONATION
@reserved for future update
Ill be trying this soon, i love MIUI builds, hows the speed compared to SD card versions?
Thanks buddy will be the first to try, I have the Cotulla NAND version done how do I go by installing the MIUI version over this one?
Any screenshots?
thanks, i'll try
wow
is overclocking possible ?
scbrother said:
Ill be trying this soon, i love MIUI builds, hows the speed compared to SD card versions?
Click to expand...
Click to collapse
hmm..i much more prefer this nand feel more speedy..just my feelings perhaps..
316racing said:
Thanks buddy will be the first to try, I have the Cotulla NAND version done how do I go by installing the MIUI version over this one?
Click to expand...
Click to collapse
you just replace it, like the way you install cotulla nand
OmSoft said:
Any screenshots?
Click to expand...
Click to collapse
same with my sdcard build, need no screen shot here
BoneMo said:
is overclocking possible ?
Click to expand...
Click to collapse
i havent test it yet..
hows the battery life on nand?
316racing said:
Thanks buddy will be the first to try, I have the Cotulla NAND version done how do I go by installing the MIUI version over this one?
Click to expand...
Click to collapse
I think it`s only one way - to install stock WM 6.5 and after that you can install new Android rom, am I right?
For Example: If I try to boot in magldr to it`s menu - there is nothing will be, but only auto launching Android. It cant be stop.
Just tried another way: HD2 was connected with a cable to PC, reboot, long pressing key for magldr after it`s show up (with auto-launcher android I think) -> then menu has been shown!
How to increase internal phone storage?
Is there anyway to increase the internal phone storage just like we did previously in sd card install?
The internal phone memory sucks in nand versions and we cant install more apps.
anybody has any ideas?
thanks.
lesjaw said:
same with my sdcard build, need no screen shot here
Click to expand...
Click to collapse
Well it makes the topic more complete, I have never personally tried or visited teh SD card version so saves first time users of your build having to go and locate your previous release just to see screens.
is there anyway we can install the apps directly in to sd card?
TheATHEiST said:
Well it makes the topic more complete, I have never personally tried or visited teh SD card version so saves first time users of your build having to go and locate your previous release just to see screens.
Click to expand...
Click to collapse
ok..maybe tonight i post some screen shoot
thedent555 said:
Is there anyway to increase the internal phone storage just like we did previously in sd card install?
The internal phone memory sucks in nand versions and we cant install more apps.
anybody has any ideas?
thanks.
Click to expand...
Click to collapse
patient bro..that day will come..data2sd, app2sd, cache2sd etc
Thanks for your work! I'm trying to flash your Rom.Can't wait for next build ^^. All your works are Great! Once thank you so much!
An
lesjaw said:
patient bro..that day will come..data2sd, app2sd, cache2sd etc
Click to expand...
Click to collapse
ANDROID2SD?
Sent from my HTC HD2 using XDA App
screen shot mabye?
may i know if bluetooth headset music control button working on this ROM?
what about tether and theme manager?
Hi all,
with latest MIUI sd builds, based on MIUI 24.12 I've noticed problems with hotspot wifi, usb tether and the theme manager app ...
Are they work correctly in this NAND MIUI rom?
Thanks for any reply.
Regards

GingerZaraki Bugs List & Solutions

OK LET ME GET THIS STRAIGHT FOR YA!
You were probably thinking how this thread is much similar to my GDX Bugs List & Solutions thread. Trust me... for these ROMs, I would compare them to the following ways:
GingerDX - Feature Complete
GingerZaraki - Lightspeed!!
See this thread passed on by original creator Lloir, then to SpyderX, and now to me. Basically this thread is showing all the bugs that appeared in GingerZaraki. So dont ever go off topic in here. I am being serious here.
I want to say thank you to my great buddy RohinZaraki for this amazing ROM!! You ROCKKKKKKKKKK!
................................................
WHY MUST YOU USE THIS ROM??
................................................
- Very speedy ROM that will make your jaws drop!
- Frequent updates!
- Almost all of the bugs in this ROM are just minor bugs.
- Perfect for people looking for good battery life so they could msg their girlfriends (or boyfriends) more...
- So, are you interested? I bet you are... try out now!!
OFFICIAL THREAD
- Also, we are helping people in the IRC channel, [email protected], so we could do with some more helpers
................................................
MY GOAL!!
................................................
This is the exact same thing I wrote in another threas because I really really want to emphasize it. So dont complain.
Before you continue into the next part, please READ HERE!
Of course, my goal is to provide help to people who are having problems with bugs and installation. If you reading this now, please sticky this to your brain cells:
- Ask your questions here, rather than spamming the GingerZaraki thread!! I understand that Rohin gets very annoyed for reading stupid posts...
................................................
BUGS LIST & SOLUTIONS...
...............................................
(X) means confirmed.
(?) means not confirmed.
................................................
:: v10 FINAL Bugs ::
................................................
WiFi:
Believe me, when I say that WiFi issues are present on all ROMs. Let's face it, I've personally never encountered a ROM with WiFi as stable as that of stock 2.1, but let's deal with it. Remember: Custom ROMs are NOT perfect so don't be picky.
WiFi stays on: "Connecting...", but nothing is happening. (X)
Solution: Erase all saved networks, then connect again.
WiFi turns off when I lock screen. (X)
Solution: Not actually a bug, just go into WiFi settings --> Advanced --> Set sleep policy to never.
WiFi connects but doesn't allow data transfer. (X)
Solution: As there are many possible causes to this problem, try the following:
1. Make sure that your firewall/iptables settings are not blocking the WiFi.
2. Ensure that your router is functional and correctly routing internet traffic.
3. Enter the browser and load a few pages. If there is a login screen, LOGIN as that's the problem.
4. Disconnect and reconnect again.
5. Reconfigure your router (factory reset your router) -- ESPECIALLY MAKE SURE THAT MAC FILTERING ISN'T BLOCKING YOUR PHONE.
6. Try different types of encryption.
7. Complete reinstall of GZR.
WiFi tethering -- whole host of potential problems. (X)
Solution: Use a 3rd party app from the Play Store to tether instead.
WiFi shows "Error". (X)
Solution: This has many possible causes. Check the below:
1. Make sure you flashed Alfs FOR CM7, not the GDX version.
2. Make sure you did flash the Alfs addon.
3. Make sure you full-wiped.
3. Reflash kernel and GZR.
................................................
Kernel Issues:
Now 2 kernels are GZR-supported-- Alfs-CM7 kernel v8a/ v9a & nAa 14 (Though Alfs v8a is recommended because of kernel bugs). Each version has its pros and cons. So see below..
Auto brightness on AlfsV09a with Cypress digitizer is not working even after using the autobrightness fix both dt and no_dt. (X)
Solution: Do the same thing as above again, but this time, using Alfsv8.
Occasionally the screen has a problem in which it is shifted to the right. (X)
Solution: Don't overclock or don't OC to 691MHz. Then reboot.
Screen-cut (Alfsv9a) {Hitachi screens only} What happens is that the screen looks glitched up/distorted. (X)
Solution: Lock and unlock your phone OR revert back to Alfsv8a.
Reboot when plugging in phone to the computer in USB debugging mode and related stuff. (X)
Solution: Flash Alfsv9a OR revert back to Alfsv8a.
In call proximity sensors are not working on Alfs v9a. (X)
Solution: Flash the LibSensors patch from Alfs kernel thread.
Brightness setting is not working on Alfs v9a. (X)
Solution: Switch to Alfs V08a.
................................................
Others:
Screenshot will force close after a few times doing it, or sometimes directly. (X)
Solution: Try enabling Share Screenshots setting in Settings > Cyanogenmod Settings > Interface.
................................................
Notice:
1. Please don't blame me for not listing any bugs here. Please report and confirm bugs here. Bear it in mind, you are not helping me, you are helping everyone that have a X8/W8 and using GingerZaraki! Please read second post (courtesy to SpyderX) before posting.
2. No spam please! This thread is only for reference, I'm not asking Rohin to fix anything at all.
3. GingerZaraki... the lightest ROM I ever experienced... Please subscribe for future updates.
4. Hit the THANKS button to support me!!
................................................
Oh and for dummies:
Use the app aLogcat from Market to get your LOGCAT.
To get the logcat in a text file called logcat.txt on your sdcard, type this commands in terminal emulator
Code:
su
cat /dev/log/system > /sdcard/logcat.txt
And for a dmesg, here is the code to enter in terminal emulator:
Code:
su
cat /proc/kmsg > /sdcard/dmesg.txt
Any questions about GingerZaraki, attach and post both the logcat and the dmesg here along with a detailed description of your problem and any tweaks you have added etc. Refer to first post.
well im so sorry for making a typo
Thanks for this will link it to the OP
Proximity Sensor & A2SD Settings
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
faysalmuneer said:
Updated to version 4 of this great rom with Alfs v8a.(i did a clean install; full wiped before installing new version) I had following problems:
1) Proximity sensor was not working. I had to flash Libsensors available with alfs kernell.
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
the apps not going to sd-ext partition. In previous version of the rom, all apps moved automatically to sd-ext and my internal phone memory remained unchanged.
Please let me know your opinion regarding this.
Click to expand...
Click to collapse
Rohin maight have forgotten to add in some code that he normally does. It appears that the a2sd script is not in your current ROM.
Check if there is a file called a2sd in /system/xbin/ or /system/bin
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
faysalmuneer said:
I have checked and found "a2sd" file in system/bin. File not found in system/xbin
Click to expand...
Click to collapse
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
SpyderX said:
Go into terminal emulator and type:
Code:
su
a2sd install
y/n (your choice here)
y
This will restore a2sd on your phone (I hope ).
Click to expand...
Click to collapse
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
faysalmuneer said:
Ok I did this and then a reboot. More internal memory now available BUT the apps in internal memory are no longer available like Google play store is not available now. The apps that i previously moved to SD card manually are available. How to restore play store?
Click to expand...
Click to collapse
Flash gapps for gingerbread, search on Google for it. This is strange as play store is meant to be in /system/app, not internal storage (/data/app)
Edit:
This is the link I think: http://goo.im/gapps/gapps-gb-20110828-signed.zip
Sent from my E15i using Tapatalk 2
2) Could not fond a2sd settings in location where they were is previous versions:
i.e. Cyanogenmod sett..>Performance> A2sd settings
Click to expand...
Click to collapse
I think i know what went wrong, its the wrongly compiled CMParts.apk
Sent from my E15i using Tapatalk
Fixed
{
"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"
}
Sent from my E15i using Tapatalk
RohinZaraki said:
Fixed
Sent from my E15i using Tapatalk
Click to expand...
Click to collapse
How can I fix this the same way you did? Should I replace CMParts? Thanks in advance
Hmm... why not rename this thread to GingerZaraki Bugs List & Solutions?
Sent To Your Eyes Using My Amazing W8
Wi-fi problem
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
chitrang said:
Hi I am facing problem with my wifi it does get connected but it doesn't work I mean I am not able to surf the net or anything my x8 connects to the router but not the internet
Click to expand...
Click to collapse
Have you reconfigured your router such that it can connect to the internet? Check your router user manual for instructions.
Sent from my E15i using Tapatalk 2
I have done that many times but no success my other computers and mobiles are getting connected only my x8 is not
Click to expand...
Click to collapse
Sent from my E15i using Tapatalk
Rohin\SpyderX would one of you like to take over this thread please? if so i'll ask for Iridaki to sort it
thanks
-Lloir
How to change Clock coloris status bar
Hi rohin,
I would like to know how to change the clock color in status bar?
I think "Cm settings -> interface -> status bar tweaks -> clock color" option is missing
Thanks in advance.
V05 will fix it
Sent from my E15i using Tapatalk

[ROM] ParanoidAndroid-1.6a for Tenderloin

This is a build of the ParanoidAndroid 1.6a framework to the HP Touchpad.
ParanoidAndroid is an ICS ROM, based on CM9, that allows users to enjoy tablet or phone UI, or hybrid.
Most apps have several different UI's for various layouts, choose which interface you prefer.
FULLY compiled from source. (See post #2 for build instructions)
Current with tenderloin CM9 repo w/ all functions
100% easy install; just wipe cache and dalvik.
HW acceleration
I'm just a furniture mover... anything you like or appreciate in this ROM is 100% the work of the CM and PA teams. We owe a great deal of praise and thanks to those spirited, dedicated developers and contributors who keep our TP alive and well, especially jcsullins, OaT, SGA, _Dorregaray_, & BIGSimon.
Once CM10 for tenderloin is stable, I will try to compile the latest PA version for the TP.
{
"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"
}
From one of the PA creators, molesarecoming...
​
Screenshots:
Downloads
10/26:
ParanoidAndroid 1.6a for Tenderloin Google Docs Direct Link
You will need to install a unique gapps package, as Google blocks market access with non-standard DPIs. (Fixed GAPPS) gapps fixed direct link
User Notes/Bugs
If you don't see navigation buttons in the navbar, go to Settings->System->Navigation Bar->Softkeys and click the checkbox
In the settings, you will see a new pane for Paranoid Settings. Here you can adjust the default GUI and DPI for all system or user apps, or even each app individually ( I suggest a default dpi of 155, it matches perfectly with the 9.7" screen)
Long press of power button does NOT bring up a reboot menu, it just reboots. I suggest downloading Quick Reboot to get the same functions.
When you open an application, you'll see three dots appear in the Recent button in the navbar. Short press produces the recent apps list, long press gives you the application's option menu.
Processor OC settings don't persist. It always defaults to 1188 max,, 384 min. (this is funky, sometimes they do, sometimes they don't)
Special thanks are due to:
rohan who got me started
mateorod who got me finished, is a tremendous resource for XDA-Developers and without whose help and support this ROM would not exist.
ParanoidAndroid Build Instructions
This guide assumes you have completed the Set Up Android Build Environment, or already have a 64 bit Android build environment set up. i.e., you have:
- Installed Ubuntu 64 bit (I'm running 32-bit Ubuntu 11.10 & 12.04 virtual machines without problems)
- Installed the Android SDK
- Installed the Java SDK/JDK
USE THESE STEPS INSTEAD OF THE GUIDE CM9 STEPS!
1. CREATE THE BUILD REPOSITORY
Create directories and setup your local repository using my git repository:
Create the Directories
Type the following in a terminal window:
mkdir -p ~/bin
mkdir -p ~/android/pa (or ~/android/[anything-you-want-to-call-it)
Click to expand...
Click to collapse
Download and make the "repo" binary executable...type the following In the terminal window:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
Click to expand...
Click to collapse
Close the terminal window to insure these changes take effect.
2. INITIALIZE THE REPOSITORY
Open a new terminal window and type the following:
cd ~/android/pa (or whatever you named the directory)
repo init -u git://github.com/shumashv1/android.git -b ics
Click to expand...
Click to collapse
Now to sync the repository, type:
repo sync
Click to expand...
Click to collapse
The default for ParanoidAndroid is -j16, but if you have trouble downloading, you can add -j4, or even -j1 -f to the above command.
Go eat dinner, maybe read a book... It's going to take a long time.
To build, make sure you're in your build directory, i.e. ~/android/pa, or whatever, then type in the terminal window
. build/envsetup.sh (note the space between . and build)
Click to expand...
Click to collapse
:
When that completes, type:
lunch
Click to expand...
Click to collapse
Type in the number corresponding to "pa_tenderloin-userdebug"
Then type:
make bacon
Click to expand...
Click to collapse
Wait an incredibly long time, and you will find your zip waiting in the out/target/product/tenderloin directory, or you can just type "cd OUT$"
any screenshot to share?
shah_vm said:
any screenshot to share?
Click to expand...
Click to collapse
There are two screenshots there that didn't show up until I edited the OP and previewed it. I don't know why they don't show up.
Wow! Amazing job with this!
Will test it out asap!
Sent from my SAMSUNG-SGH-T989 using xda premium
-SGA- said:
Wow! Amazing job with this!
Can you make the Google doc public?
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
Done. Sorry, missed that...
Thank you for this rom
Downloading now
One question : Camera work?
Omg, dream does come true! Thanks!
SPH-L710_ Codename_JB
nikos5800 said:
Thank you for this rom
Downloading now
One question : Camera work?
Click to expand...
Click to collapse
Camera will not work until the camera works reliably. I will include it when it's stable and merged.
Cool! I'm going to try this one out. I love seeing the new ROM's for the TP!
Thank You!
Great work! Thanks for the hard work, I love seeing development on our niche-tablets.
Bug report: System settings > System > Performance causes a FC in settings. Any ideas? I have Rom Toolbox installed, and do use that more times than not, but I'm kind of anal..... xD
Thanks again for your support, and I look forward to the progress made on this ROM.
EDIT: Now that I'm tinkering with it a bit more, I'm getting a lot of FCing in settings. Everything found in Paranoid settings causes settings to crash. Anyone else reporting this issue?
Stryeguy said:
Great work! Thanks for the hard work, I love seeing development on our niche-tablets.
Bug report: System settings > System > Performance causes a FC in settings. Any ideas? I have Rom Toolbox installed, and do use that more times than not, but I'm kind of anal..... xD
Thanks again for your support, and I look forward to the progress made on this ROM.
EDIT: Now that I'm tinkering with it a bit more, I'm getting a lot of FCing in settings. Everything found in Paranoid settings causes settings to crash. Anyone else reporting this issue?
Click to expand...
Click to collapse
Interesting, I wouldn't have released it if I was having those kind of problems. Everything works on my TP. I assume you did clear cache and dalvik before you flashed it? If it continues, you might try wiping system and caches, then reinstalling.
I have waited so long for paranoid to be on the touchpad. Thank you!!! You have made my day.
shumash said:
Interesting, I wouldn't have released it if I was having those kind of problems. Everything works on my TP. I assume you did clear cache and dalvik before you flashed it? If it continues, you might try wiping system and caches, then reinstalling.
Click to expand...
Click to collapse
Yup, I formatted /system, /cache, & /dalvik, twice, actually, just to make sure it wasn't an install error.
Is there a way to get the three dot menu button out of the recent apps button? I know its standard on Parananoid but we have so much screen real estate vs a phone that we don't need them combined. Just wondering. Loving the ROM so far. Nice job. :beer:
My Home, recent apps and menu buttons are not showing up. I also get a force close if I try to press my search widget
Found this right in the op.
User Notes/Bugs
If you don't see navigation buttons in the navbar, go to Settings->System->Navigation Bar->Softkeys and click the checkbox
RTbar said:
My Home, recent apps and menu buttons are not showing up. I also get a force close if I try to press my search widget
Click to expand...
Click to collapse
Would this by any chance be capable of Phablet UI like on Nexus 7?
Should probably start reading those haha thanks
RTbar said:
Should probably start reading those haha thanks
Click to expand...
Click to collapse
Yeah NP. We all make mistakes.

[ROM][6.0.1] CyanogenMod 13 for Exhibit/Ace 2e [T599/N/V][METICULUS]

CyanogenMod 13 is a free, community built distribution of Android 6.0 (Marshmallow) which greatly extends the capabilities of your phone, tablet or PMP.
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.
*/
These are CM13 builds for the Samsung Galaxy Exhibit, and Samsung Galaxy Ace 2e (SGH-T599, SGH-T599N, SGH-T599V). It may cause all the things in the disclaimer to happen, or steal your girlfriend while you are busy flashing ROMs.
GPL:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Meticulus/android_kernel_samsung_codina" path="kernel/samsung/codina" remote="cm" revision="mm"/>
</manifest>
Warning: Currently, this ROM is an Alpha build and is not stable for daily use.
Download meticulus.co.vu
Gapps: here
Note: For opengapps you must create a config : https://github.com/opengapps/opengapps/wiki/Advanced-Features-and-Options#the-gapps-config-file
And in that file include the skipswypelibs keyword : https://github.com/opengapps/openga...nd-Options#skip-googles-swype-library-setting
Meticulus said:
CyanogenMod 13 is a free, community built distribution of Android 6.0 (Marshmallow) which greatly extends the capabilities of your phone, tablet or PMP.
These are CM13 builds for the Samsung Galaxy Exhibit, and Samsung Galaxy Ace 2e (SGH-T599, SGH-T599N, SGH-T599V). It may cause all the things in the disclaimer to happen, or steal your girlfriend while you are busy flashing ROMs.
GPL:
Warning: Currently, this ROM is an Alpha build and is not stable for daily use.
Download meticulus.co.vu
Gapps: ???[/QUOT
Tried the release dated 20160912. Am using twrp 2.8.0.0.
Flashing just your ROM, things looked pretty good, but got energetic and tried both the pico and nano opengapps.
After installing either of the opengapps zips, the aosp keyboard was so unstable that I could not do any typing.
On my attempt to install ROM and pico gapps at the same time, I got stuck in a boot loop after becoming frustrated with the keyboard issue. Installing ROM rebooting and then going back into recovery, installing gapps and then rebooting, the keyboard failed but so subsequent boot loop.
Still things look promising, please keep up the good work.
If there is anything specific I can do that would provide you with useful information, please let me know.
Thanks again.
Click to expand...
Click to collapse
skyzx said:
Tried the release dated 20160912. Am using twrp 2.8.0.0.
Flashing just your ROM, things looked pretty good, but got energetic and tried both the pico and nano opengapps.
After installing either of the opengapps zips, the aosp keyboard was so unstable that I could not do any typing.
On my attempt to install ROM and pico gapps at the same time, I got stuck in a boot loop after becoming frustrated with the keyboard issue. Installing ROM rebooting and then going back into recovery, installing gapps and then rebooting, the keyboard failed but so subsequent boot loop.
Still things look promising, please keep up the good work.
If there is anything specific I can do that would provide you with useful information, please let me know.
Thanks again.
Click to expand...
Click to collapse
Hmm... Although I have not tried any gapps, I did not expect any issues with them. I have just gotten used to running without gapps. I'll investigate and find gapps that work or fix one up to work..
Note: please do not quote the OP.
Gapps: modified these not to install keyboard related stuff: SEE OP
Haha..i think it can be installed on samsung s iii mini
Sent from my GT-I8190 using XDA-Developers mobile app
Meticulus said:
Gapps: modified these not to install keyboard related stuff:
Click to expand...
Click to collapse
please honor the license and don't mirror (variations of) the opengapps.org pre-built packages.
A better solution is btw to use a gapps-config with the skipswypelibs keyword: https://github.com/opengapps/openga...nd-Options#skip-googles-swype-library-setting
MastahF said:
please honor the license and don't mirror (variations of) the opengapps.org pre-built packages.
A better solution is btw to use a gapps-config with the skipswypelibs keyword: https://github.com/opengapps/openga...nd-Options#skip-googles-swype-library-setting
Click to expand...
Click to collapse
My apologies, I can not correct this ATM but I will as soon as I can...
Thanks for the modified open gapps. Sorry for the trouble I caused.
I'll play around with trying to get the play store added to your release, as soon as my phone recharges. In trying the release, it seemed pretty good, but possibly a bit slow. Your 5.1 version is really very good indeed, fast and with excellent battery life. Please keep up the good work.
Hope I didn't quote things this time.
Sent from my BN Nook HD using XDA Free mobile app
skyzx said:
Thanks for the modified open gapps. Sorry for the trouble I caused.
I'll play around with trying to get the play store added to your release, as soon as my phone recharges. In trying the release, it seemed pretty good, but possibly a bit slow. Your 5.1 version is really very good indeed, fast and with excellent battery life. Please keep up the good work.
Hope I didn't quote things this time.
Sent from my BN Nook HD using XDA Free mobile app
Click to expand...
Click to collapse
It's not your fault... I was unaware of the licensing and I was rushing...
Would it be possible to build this for the SGH-T399N?
Anonymous94 said:
Haha..i think it can be installed on samsung s iii mini
Sent from my GT-I8190 using XDA-Developers mobile app
Click to expand...
Click to collapse
I tried to port it to i8190 and managed to make it boot however its stuck on starting apps screen.
{
"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"
}
3liteking148 said:
I tried to port it to i8190 and managed to make it boot however its stuck on starting apps screen.
Click to expand...
Click to collapse
Good luck [emoji6] ....
@Meticulus can you release a new update for this rom? thanks in advance
Hi, i need a kernel for this GT I8090N cyanogenmod 13, can you help me?
I finally had an opportunity to try this alpha build on my SGH-T599N. I used the "cm-13.0-20160912-METICULUS-codinalte.zip" version with the fix-mtp patch.
In general the Meticulus CyanogenMod 13 ROM seemed to function better in speed performance than the Meticulus Carbon LP 5.1.1 ROM for the devices. This was expected and is normal for Android 6.0.1 in relation to Android 5.1.1.
I did find some bugs/issues that do not appear to have been previously mentioned. Those are:
Severe Issues:
At least 3G cellular data does not work. I did not test 2G data. A T-Mobile account with unlimited data (of all classes) was used to test.
Formatting SDCard (maybe also other volumes or attached storage?) fails and corrupts SDCard data. (Fails after displaying 20% progress) The SDCard is also not recognized until reboot (UNTESTED: or maybe reinsertion of SDCard)
Attempting to format SD Card as portable storage via the Settings App ( Storage & USB --> [Clicking o SD Card to Browse SD Card] --> [Invoke Pop-up menu] --> Settings --> Format --> ERASE & FORMAT ) fails partway and returns an error. See attached "Screenshot_Format_SDCard_Failure_Portable_Storage.png" picture for error message.
Attempting to format SD Card as internal storage storage (adopting the storage) via the Settings App ( Storage & USB --> [Clicking o SD Card to Browse SD Card] --> [Invoke Pop-up menu] --> Settings --> Format as internal --> ERASE & FORMAT ) fails partway and returns an error. There is a long delay at 20% progress before failure error is returned. See attached "Screenshot_Format_SDCard_Failure_As_Internal_Storage.png" picture for error message.
Other Important Issues:
Clicking the Back arrow in the Material Design navigation in the "Performance" category of the Settings options results in "Unfortunately, Settings has stopped" (see attached "Screenshot_Crash_Settings_Performance.png" picture for illustration). Using the hardware back button does not result in an error.
"Select USB Configuration" in "Developer options" state resets to "Charging" after reboot. Also, although the USB configuration status may have reset to Charging after reboot, MTP (Media Transfer Protocol) is always used on boot, regardless as to what the "Select USB Configuration" option was previously set to prior to boot.
SELinux not Enforced
Lesser Issues:
Manually Scanning for network operators results in integer numbers provided rather than network names.
SD bug
Hello, i flashed this ROM and dint noticed that i need to format to install apps to the SD card (does not work), this is a big issue since the internal storage is low, ¿there is a a workaround for this? if not, I'll be back to carbon 5.1.1
[edit] how hard in to fix these bugs? (accelerometer stops working, 3G doesn't work, unstable wi-fi, etc) i do not know Java but C++, i really want this rom to be more usable, the os is super fluid compared to 4.1.2 and the UI is beautiful
the website dose not work enymore, can some fix it please?

[ROM][GT-I9295][UnOfficial][9.0.0] LineageOS 16.0 for S4 Active

Replaced with official builds.
Go here: https://forum.xda-developers.com/galaxy-s4/unified-development/official-lineageos-16-0-t3954912
LineageOS is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), which is designed to increase performance and reliability over stock Android for your device.
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 us for messing up your device, we will laugh at you.
*
*/
LineageOS 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
LineageOS 16.0 Install Guide
Note: LineageOS for Galaxy S4 Active is provided with no warranty. You are installing this software at your own risk. You may be violating your warranty.
Download LineageOS and gapps zips and put in /sdcard
Latest build: http://www.mediafire.com/file/nxgfl6b9z545ql2/lineage-16.0-20190723-UNOFFICIAL-jactivelte.zip/file
Builds Archive
Google Apps (MindTheGapps is recommended. Pick ARM, not ARM64)
Before you install LineageOS: Preparation (Optional. If you want to start fresh, these can be skipped)
Install Easy Backup & Restore from Market, run it and backup your stuff.
Boot into recovery. Make a full backup. You will need this backup later if you decide to go back to your previous ROM and data.
I suggest using this TWRP: http://www.mediafire.com/file/18vo85kssa8caqq/twrp-3.2.3-0-jactivelte.img.tar.md5/file
WARNING: Many apps will Force Close crash if you restore data from a previous ROM.
Install
Boot into recovery.
Wipe data and cache.
Flash lineage-16*.zip.
Flash gapps*.zip.
Reboot phone.
After you setup your Google account, reinstall Easy Backup & Restore from Market in order to restore most of your apps, call log and SMS history.
Warning: Do not restore backup data of system apps!
If you restore a bad backup with cached settings in telephony.db in data/data/com.*.*.telephony it can break MMS.
It seems that restoring backups can also break Calendar sync.
Upgrades
Upgrades from previous builds of LineageOS 16.0 are the same process as install, except you do not need to wipe anything. Contrary to popular belief, you do not need to even wipe cache and dalvik-cache when upgrading between LineageOS 16.0 versions. You only need to wipe if you are doing a major upgrade, switching to a different ROM entirely, or attempting to fix bugs caused by bad backups or corrupt app data.
Useful Links:
Source repos:
https://github.com/LineageOS/android_device_samsung_jactivelte
https://github.com/LineageOS/android_device_samsung_jf-common
https://github.com/LineageOS/android_kernel_samsung_jf
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/lineage-16.0/jactivelte
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/lineage-16.0/jf-common
FAQ
Q: How the heck do I get root?
A: Goto Settings and About Phone. Tap Build number 7 times. Go back and enter
Developer options. Change Root access to desired method.
Other Issues?
Use this for obtaining logs.
This ROM should be fully working, as in there's currently no known broken things.
{
"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"
}
arco68 said:
This ROM should be fully working, as in there's currently no known broken things.
Click to expand...
Click to collapse
thank you for creating these I9295 ROMs and keeping our devices alive! testing it later.
Jim__boy said:
thank you for creating these I9295 ROMs and keeping our devices alive! testing it later.
Click to expand...
Click to collapse
as of now i noticed that the device's temperature rose, could be my problem, also wifi doesn't work on first boot, with a little shutdown, it worked on the second boot
Jim__boy said:
as of now i noticed that the device's temperature rose, could be my problem, also wifi doesn't work on first boot, with a little shutdown, it worked on the second boot
Click to expand...
Click to collapse
also for some reason, Error 31 appears when i message my tablet, dialer code *#*#4636#*#* doesn't work either.
arco68 said:
This ROM should be fully working, as in there's currently no known broken things.
Click to expand...
Click to collapse
Thank you much for keeping this device alive .Everything works fine on my S4 active without any lags .
Does camera works, is there any trouble with phoning or messaging, how does wi-fi and bluetooth woks?
Jim__boy said:
as of now i noticed that the device's temperature rose, could be my problem, also wifi doesn't work on first boot, with a little shutdown, it worked on the second boot
Click to expand...
Click to collapse
Jim__boy said:
also for some reason, Error 31 appears when i message my tablet, dialer code *#*#4636#*#* doesn't work either.
Click to expand...
Click to collapse
No problems with wifi on first boot here. Also dialer code works fine here.
May I ask what gapps you used? If you used OpenGapps, I don't recommend any other packages than pico or nano. OpenGapps are known for replacing critical system files in Lineage with their own, thus causing all sorts of issues. That's why I stick with MindTheGapps personally.
Evgen_17 said:
Does camera works, is there any trouble with phoning or messaging, how does wi-fi and bluetooth woks?
Click to expand...
Click to collapse
Yes everything is working, including camera.
arco68 said:
No problems with wifi on first boot here. Also dialer code works fine here.
May I ask what gapps you used? If you used OpenGapps, I don't recommend any other packages than pico or nano. OpenGapps are known for replacing critical system files in Lineage with their own, thus causing all sorts of issues. That's why I stick with MindTheGapps personally.
Click to expand...
Click to collapse
I used pico gapps, wifi and sim problem aside, everything is working fine on the phone.
I've installed it today without gapps - everything is working fine, but sometimes I encount freezes of systemUI, and if I try to mod anything in system folder or to clear the system with SDMaid then sometime Wi-Fi (sometimes Bluetooth or mobile internet) do not launch. This bugs fixes with the phone reboot.
Also "Led notifications" for apps (even stok one, such as messaging or missed phones) do not work, but work for battery.
But, however, thanks a lot for this android!
I wonder what is SisUI in the quick settings, can anyone explain it?
PS: sorry for my English a lot.
arco68 said:
Yes everything is working, including camera.
Click to expand...
Click to collapse
Can you tell me about magisk and Xposed..
Evgen_17 said:
I wonder what is SisUI in the quick settings, can anyone explain it?
Click to expand...
Click to collapse
SisUI? Do you have a screenshot of it, as I don't know what that is.
dragon kingdom said:
Can you tell me about magisk and Xposed..
Click to expand...
Click to collapse
Not really, as I've never used them.
arco68 said:
SisUI? Do you have a screenshot of it, as I don't know what that is.
Click to expand...
Click to collapse
Here the screen
I find one small bug:
If, during phone call, I turn on loud speaker, then microphones do not work till the next call.
Evgen_17 said:
Here the screen
Click to expand...
Click to collapse
Looks to be related to debugging, so not something a normal user should be concerned with.
@arco68
Could you test:
1. Audio Mod from @wilsonhlacerda that improves speaker and mic,more info:
https://forum.xda-developers.com/showpost.php?p=79522919&postcount=798
And maybe you can even use it to replace default file ()when building new releases? (example: mixer_paths-LOS2019-IncreaseDualSpk_IncreaseBothMic_Fix-byWilsonhlacerda.xml)
2. whether there is a bug with bluetooth (when you turn it on you call log will be cleared) observed in earlier versions of LineageOS sources (14.1)
thanks in advance
dziubson said:
@arco68
2. whether there is a bug with bluetooth (when you turn it on you call log will be cleared) observed in earlier versions of LineageOS sources (14.1)
Click to expand...
Click to collapse
No, there are no such bugs.
The only one i found is with microphones on loud speaker during call.
Hi @arco68 thanks for this new updated LOS for our devices!
Good to see you building it! I already know your good work to S4 Mini (my girlfriend's backup device; thanks!) and thus I also know how good you can contribute to S4 Active community.
I myself have an S4 Active I9295 as my daily device (currently with LOS14.1, thanks to @_JaSoN_ and @tsvetkov_vlad and old developers of it) and sure I'll try your LOS16 now!
By the way, my girlfriend main device is also an I9295 but unfortunately last week it started to fail SIM phone calls audio (I did some tests and it seems the audio hardware is dead....thru bluetooth audio works fine). Then she is currently using the I9192 with your LOS16 for SIM calls.
---------- Post added at 02:19 AM ---------- Previous post was at 01:32 AM ----------
I've just seen that you suggest to use your own (really yours?) TWRP v3.2.3 on OP. Why it and not the official TWRP v3.3.1? Or even the official v3.2.3?
Have you detected any problems with v3.3.x? Or with official TWRP in general?
Hi, just re-flashed this rom cause of SMS not working and unfortunately something happened weird.
Reddit, Twitter and other apps including XDA Labs doesn't let me sign in and doesn't sync i think? Both twitter and reddit works on my TB3-850M while my I9295 doesn't, i did a restore of my stock rom and both apps let me in and refresh the feed.On my first install of this ROM everything works fine except for SMS, i've been doing re-flashes and wipes all over again however the problem doesn't persist, I hope someone helps me on this matter.

Categories

Resources