Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Nyqi said:
Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Click to expand...
Click to collapse
Have u tried?
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
I only tried his 1st build of CM13 and no sensors didn't work in it and Mobile Networks GA e FC. Not sure if they exist in newer builds too
Overall I would say it's not suggested to use them, he didn't even create a forum for it in here coz not quite usable for daily use. You can't use as daily driver but you can test it.
mipo007 said:
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
Click to expand...
Click to collapse
Have u tried it?
Akishima said:
Have u tried it?
Click to expand...
Click to collapse
No, for me is impossible try any ROM for now. I am in exams.
mipo007 said:
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
Click to expand...
Click to collapse
Me_Ashish_ said:
I only tried his 1st build of CM13 and no sensors didn't work in it and Mobile Networks GA e FC. Not sure if they exist in newer builds too
Overall I would say it's not suggested to use them, he didn't even create a forum for it in here coz not quite usable for daily use. You can't use as daily driver but you can test it.
Click to expand...
Click to collapse
Akishima said:
Have u tried it?
Click to expand...
Click to collapse
mipo007 said:
No, for me is impossible try any ROM for now. I am in exams.
Click to expand...
Click to collapse
Nyqi said:
Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Click to expand...
Click to collapse
26/11 build doesnt flash...from past 5-7 mins it was 'patching system file inconditionally'
Other build of now is up.
Enviado desde mi MI 3W mediante Tapatalk
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Sent from my MI 3W using Tapatalk
Abhiroxx said:
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Sent from my MI 3W using Tapatalk
Click to expand...
Click to collapse
Source?
No source, found on audahadi's afh profile
Sent from my MI 3W using Tapatalk
---------- Post added at 03:31 PM ---------- Previous post was at 03:21 PM ----------
Prince Chandela said:
Source?
Click to expand...
Click to collapse
Found on Audahadi's afh profile.
Sent from my MI 3W using Tapatalk
changelog?
camera working ?
camera working
Jay sharma said:
camera working ?
Click to expand...
Click to collapse
just installed the today's build and the camera is working.
knoxwalles said:
just installed the today's build and the camera is working.
Click to expand...
Click to collapse
Post your detailed review please. Battery backup, camera quality etc
Abhiroxx said:
Post your detailed review please. Battery backup, camera quality etc
Click to expand...
Click to collapse
Yep a detailed review would be appreciated!!?
Sent from my MI 3W using Tapatalk
Just trying the latest CM13 build by @audahadi for a short time.
Other than DT2W, it seems that almost everything works fine on this rom.
gary138.138 said:
Just trying the latest CM13 build by @audahadi for a short time.
Other than DT2W, it seems that almost everything works fine on this rom.
Click to expand...
Click to collapse
Is now on tap working?
Tried this rom as well. If only it had otg support, I would say that its better than Ivans marshmallow.
Abhiroxx said:
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Click to expand...
Click to collapse
I cannot flash this build, flashing prozess crashes (I've waited 20 min.) and after that TWRP can't mount system.
I've tried it 2x.
But fortunatly I could restore CM12.
Related
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Shapeshift said:
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Click to expand...
Click to collapse
How did you get it?
Enviado desde mi Wildfire S A510e usando Tapatalk 2
o found it 2 weeks ago via root explorer. today i have seen u need it
Shapeshift said:
o found it 2 weeks ago via root explorer. today i have seen u need it
Click to expand...
Click to collapse
Can you tell me the directory where you find it?
Enviado desde mi GT-I8190 usando Tapatalk 2
uff .i dont think i remember
just find it via adb
Shapeshift said:
uff .i dont think i remember
just find it via adb
Click to expand...
Click to collapse
Anyway I cannot see any difference with the one I'm actually using...
Enviado desde mi GT-I8190 usando Tapatalk 2
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
pitchblack5691 said:
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
Click to expand...
Click to collapse
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
xd.bx said:
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
Click to expand...
Click to collapse
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Yes I saw your github
#pitchblack5691#
---------- Post added at 09:20 AM ---------- Previous post was at 09:17 AM ----------
xd.bx said:
He used the Force, methinks.
Click to expand...
Click to collapse
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
pitchblack5691 said:
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
Click to expand...
Click to collapse
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
quendil said:
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
Click to expand...
Click to collapse
Okay! No idea about it!!
#pitchblack5691#
sorry, what is that
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
omniphil said:
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
Click to expand...
Click to collapse
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
You know where exactly it is? I am searching it for motorola razr d1 device.
gabrielking9 said:
You know where exactly it is? I am searching it for motorola razr d1 device.
Click to expand...
Click to collapse
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
gabrielking9 said:
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
Click to expand...
Click to collapse
You're alrwady using it by default, if it didn't work you might need to mod it.
Enviado desde mi GT-I8190 usando Tapatalk 2
Are there any cyanogenmod roms for the LTE Model?
calj17 said:
Are there any cyanogenmod roms for the LTE Model?
Click to expand...
Click to collapse
Nope. I don't know why. But there are aosp/stock roms for the tablet.
Furball707 said:
Nope. I don't know why. But there are aosp/stock roms for the tablet.
Click to expand...
Click to collapse
Aosp roms? Which one?
Enviado de meu SM-T805M usando Tapatalk
calj17 said:
Aosp roms? Which one?
Enviado de meu SM-T805M usando Tapatalk
Click to expand...
Click to collapse
fxpblog.co/aosp/aosp-5-1/
This site also develops all of the unofficial ports of cyanogenmod for Sony devices.
The codename for the device is karin.
---------- Post added at 08:39 PM ---------- Previous post was at 08:35 PM ----------
calj17 said:
Aosp roms? Which one?
Enviado de meu SM-T805M usando Tapatalk
Click to expand...
Click to collapse
AOSP_L_MR1_151203_karin.zip should be the name of the aosp rom for z4 tablet.
Furball707 said:
fxpblog.co/aosp/aosp-5-1/
This site also develops all of the unofficial ports of cyanogenmod for Sony devices.
The codename for the device is karin.
---------- Post added at 08:39 PM ---------- Previous post was at 08:35 PM ----------
AOSP_L_MR1_151203_karin.zip should be the name of the aosp rom for z4 tablet.
Click to expand...
Click to collapse
Does everything work?
Enviado de meu SM-T805M usando Tapatalk
calj17 said:
Does everything work?
Enviado de meu SM-T805M usando Tapatalk
Click to expand...
Click to collapse
Yes I installed it on my device already you will need to flash gapps for 5.1.1 as well.
Furball707 said:
Yes I installed it on my device already you will need to flash gapps for 5.1.1 as well.
Click to expand...
Click to collapse
Fine. So no bugs in this aosp 5.1.1 Ron. Great. How well games do perform in aosp? Does 4G lte works?
Enviado de meu SM-T805M usando Tapatalk
Everything is pretty much stable. 4G LTE should work. Games perform very good.
---------- Post added at 09:13 PM ---------- Previous post was at 09:07 PM ----------
calj17 said:
Fine. So no bugs in this aosp 5.1.1 Ron. Great. How well games do perform in aosp? Does 4G lte works?
Enviado de meu SM-T805M usando Tapatalk
Click to expand...
Click to collapse
This aosp rom is stock android and I love stock android so it will be very similar to cyanogenmod. Tell me how the installation goes.
Furball707 said:
Everything is pretty much stable. 4G LTE should work. Games perform very good.
---------- Post added at 09:13 PM ---------- Previous post was at 09:07 PM ----------
This aosp rom is stock android and I love stock android so it will be very similar to cyanogenmod. Tell me how the installation goes.
Click to expand...
Click to collapse
Can you guys guide me in install process? I have always used Samsung tablets and installed cyanogenmod in them. Never had a Sony tablet. I am going to buy it and install aosp android
Enviado de meu SM-N920G usando Tapatalk
Could you guys post a YouTube video tutorial on how to install FXP aosp ROM in xperia z4 tablet?
Enviado de meu SM-T805 usando Tapatalk
Anyone with video tutorial of install procedure for fxp aosp?
Enviado de meu SM-T805 usando Tapatalk
Ok
Sent from my SAMSUNG-SM-G925A using Tapatalk
Furball707 said:
Ok
Sent from my SAMSUNG-SM-G925A using Tapatalk
Click to expand...
Click to collapse
Thank you friend. Will wait for your tutorial. I am afraid to brick device because I have never done the procedure. Will wait for your video tutorial. Will AOSP android 6.0 be release by fxp team as well?
Enviado de meu SM-N920G usando Tapatalk
First you will need to unlock the bootloader by following the instructions here
developer.sonymobile.com/unlockbootloader/
Then you will have to install androplus kernel for xperia z4 tablet which you can search for on Google. Make sure you also download and flash twrp which you will find in the same section of where you download the kernel.
After you have flashed the kernel and twrp go through the setup process for the tablet and navigate to the web browser. Now go to https://www.androidfilehost.com/?w=files&flid=44758 and look for the file that is named AOSP_L_MR1_....._karin.zip
Download that file.
Next download gapps from here opengapps.org/
Change the platform option to arm64 and then download gapps.
Finally boot your device into twrp, in twrp wipe davlik cache.
Now flash the zips you downloaded
Sent from my SAMSUNG-SM-G925A using Tapatalk
Furball707 said:
First you will need to unlock the bootloader by following the instructions here
developer.sonymobile.com/unlockbootloader/
Then you will have to install androplus kernel for xperia z4 tablet which you can search for on Google. Make sure you also download and flash twrp which you will find in the same section of where you download the kernel.
After you have flashed the kernel and twrp go through the setup process for the tablet and navigate to the web browser. Now go to https://www.androidfilehost.com/?w=files&flid=44758 and look for the file that is named AOSP_L_MR1_....._karin.zip
Download that file.
Next download gapps from here opengapps.org/
Change the platform option to arm64 and then download gapps.
Finally boot your device into twrp, in twrp wipe davlik cache.
Now flash the zips you downloaded
Sent from my SAMSUNG-SM-G925A using Tapatalk
Click to expand...
Click to collapse
Thank you. Is AOSP FCP android L working fine for you? Without bugs. Sound volume and graphics correct?
Enviado de meu SM-N920G usando Tapatalk
calj17 said:
Thank you. Is AOSP FCP android L working fine for you? Without bugs. Sound volume and graphics correct?
Enviado de meu SM-N920G usando Tapatalk
Click to expand...
Click to collapse
Yes, for me it is working fine.
Sent from my SAMSUNG-SM-G925A using Tapatalk
Furball707 said:
Yes, for me it is working fine.
Sent from my SAMSUNG-SM-G925A using Tapatalk
Click to expand...
Click to collapse
Thank you for your reply. Could you post a little video showing the aosp rom running in your tablet?
Enviado de meu SM-N920G usando Tapatalk
Could someone post a video running fxp aosp rom in z4 tablet sgp771?
Enviado de meu SM-N920G usando Tapatalk
The tablet runs fine for games, don't worry. I ran antutu benchmark and got a good score.
Sent from my SGP771 using Tapatalk
Furball707 said:
The tablet runs fine for games, don't worry. I ran antutu benchmark and got and good score.
Sent from my SGP771 using Tapatalk
Click to expand...
Click to collapse
Sorry to bother. I just wanted to see a little video to see tablet booting aosp android and how it performed opening apps and running games. Sorry to insist.
Enviado de meu SM-N920G usando Tapatalk
Hello all..Can someone boot normally other custom rom like CM13 on their pro version? Ive always stuck at bootanimation..thx for reply
Sent from my Redmi 3 using Tapatalk
xxxMADxxx said:
Hello all..Can someone boot normally other custom rom like CM13 on their pro version? Ive always stuck at bootanimation..thx for reply
Sent from my Redmi 3 using Tapatalk
Click to expand...
Click to collapse
No one? ?
Sent from my Redmi 3 using Tapatalk
xxxMADxxx said:
Hello all..Can someone boot normally other custom rom like CM13 on their pro version? Ive always stuck at bootanimation..thx for reply
Sent from my Redmi 3 using Tapatalk
Click to expand...
Click to collapse
Me too. Cm13 builds dont boot on my redmi 3 pro.
Enviado desde mi Redmi 3 mediante Tapatalk
pepuandroll said:
Me too. Cm13 builds dont boot on my redmi 3 pro.
Enviado desde mi Redmi 3 mediante Tapatalk
Click to expand...
Click to collapse
What your base miui rom when try to installing?
Sent from my Redmi 3 using Tapatalk
xxxMADxxx said:
What your base miui rom when try to installing?
Sent from my Redmi 3 using Tapatalk
Click to expand...
Click to collapse
7.3.1 miui EU.
Enviado desde mi Redmi 3 mediante Tapatalk
Did anyone test from Chinese dev rom?? If yes please tell us. Eitherway will test if any Rom fits.
sanceliken2000 said:
Did anyone test from Chinese dev rom?? If yes please tell us. Eitherway will test if any Rom fits.
Click to expand...
Click to collapse
not yet..i think the result is same bootloop...are u have same issue too?
CM12.1 redmi 3 pro, not yet CM13 :/
xxxMADxxx said:
not yet..i think the result is same bootloop...are u have same issue too?
Click to expand...
Click to collapse
Unfortunately yes, but im on cm12.1 and i got no problems with this rom.. I use it since thursday and phone works like a charm Try it waiting for a good CM13 to flash
sanceliken2000 said:
Unfortunately yes, but im on cm12.1 and i got no problems with this rom.. I use it since thursday and phone works like a charm Try it waiting for a good CM13 to flash
Click to expand...
Click to collapse
Cm12.1 nehz build right?
Sent from my Redmi 3 using Tapatalk
Afaik no CM has support for fingerscanner so it's not suitable for any Redmi Pro.
Sent from my phone by Tapatalk
xxxMADxxx said:
Cm12.1 nehz build right?
Sent from my Redmi 3 using Tapatalk
Click to expand...
Click to collapse
Yes by nehz very good
Check this thread to see how they compare. There seems to be a vietnamese MIUI 7/8 version that is pretty much what you need with better battery life than CM12. http://forum.xda-developers.com/redmi-3/help/roms-suitable-redmi-3-pro-t3383723/
jimaro said:
Check this thread to see how they compare. There seems to be a vietnamese MIUI 7/8 version that is pretty much what you need with better battery life than CM12. http://forum.xda-developers.com/redmi-3/help/roms-suitable-redmi-3-pro-t3383723/
Click to expand...
Click to collapse
We are talking about custom rom like CM not MIUI..If we use MIUI Rom we dont have any issues..
Sent from my Redmi 3 using Tapatalk
xxxMADxxx said:
We are talking about custom rom like CM not MIUI..If we use MIUI Rom we dont have any issues..
Sent from my Redmi 3 using Tapatalk
Click to expand...
Click to collapse
We are talking about custom rom like CM not MIUI..If we use MIUI Rom we dont have any issues..
Click to expand...
Click to collapse
The MIUI I was pointing towards is a tweaked version, but true - CM is much further away from the original ROM. I would be interested in CM, but it usually lags in development. Looking forward to hear peer's experiences with it.
This mod will recognize you in your face lockscreen. You need to do go to Settings > Lockscreen and Security > Smart Lock > Enable Trusted face.
Download : http://www10.zippyshare.com/v/WpTfGXDh/file.html
Im tested khongloi rom , I hope works all roms...
How to install :
Flash twrp wait 3-5 min.
Downloading now. Reverting with feedback
Enviado desde mi SM-G955F mediante Tapatalk
Working ????
Oh no. Googlecontactssync keeps stopping. What should I do?
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Disable auto sync and which rom used ?
OttomanTR said:
Disable auto sync and which rom used ?
Click to expand...
Click to collapse
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Me too using khongloi rom, working perfectly for me.
OttomanTR said:
Me too using khongloi rom, working perfectly for me.
Click to expand...
Click to collapse
I fixed it by replacing your googlecontactasyncadapter in system/app with the original one from khongloi rom and now it's working good. Thanks a lot.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
Read my post above.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Read my post above.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Now this..
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Now this..
View attachment 4200424
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
I don't understand the language but nothing's happening to my device after replacing and set permission.
Sent from my SM-G955F using Tapatalk
You can have face unlock by installing open Gapps mini package
im on v10 can i install this one?
Not working on 920S
Confirm working on SMG928F !!
ROM : FUTUREROM L 4.1
Sent from my SM-G955F using XDA-Developers Legacy app
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Sam Ahmed said:
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Click to expand...
Click to collapse
Some say it works , Some say it does not work Try the solution simple. Im using khongloirom working perfect. Scan face no iris scanner.
Does this work on touchwiz roms too?
how to replace googlecontactasyncadapter in system/app with the original one from khongloi rom
Guyz show your support through the poll so thay devs can work the rom ......
Nafjadjaffer said:
Guyz show your support through the poll so thay devs can work the rom ......
Click to expand...
Click to collapse
For that I heard. Until we have a stable aosp , we don't have a miui rom
Enviado desde mi SM-J700F mediante Tapatalk
Hmm
elhugo3 said:
For that I heard. Until we have a stable aosp , we don't have a miui rom
Enviado desde mi SM-J700F mediante Tapatalk
Click to expand...
Click to collapse
Feeling sad man...
Nafjadjaffer said:
Feeling sad man...
Click to expand...
Click to collapse
No. Why?
Enviado desde mi SM-J700F mediante Tapatalk
For the reason that there is still no stable aosp roms for our j7
elhugo3 said:
No. Why?
Enviado desde mi SM-J700F mediante Tapatalk
Click to expand...
Click to collapse
I DO OWN A GRAND PRIME AND IT IS AN OLDER PHONE THAN THE J7 BUT STILL IT HAS GREAT DEVELOPMENT FOR BOTH AOSP AND TW ROMS.....:crying:
Nafjadjaffer said:
I DO OWN A GRAND PRIME AND IT IS AN OLDER PHONE THAN THE J7 BUT STILL IT HAS GREAT DEVELOPMENT FOR BOTH AOSP AND TW ROMS.....:crying:
Click to expand...
Click to collapse
I have a s3 and the aosp development it's great to. It's out of service now ha
Enviado desde mi SM-J700F mediante Tapatalk