[ROM][Unofficial/Experimental][Android 4.3] CyanogenMod 10.2 for SGS4A (int'l)

Search This thread

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
First let me start off by saying that I have the i537, so I can't test anything you guys are doing, but I think you're doing a great thing for the Active and keeping development alive.

I see that you guys are working on compiling AOSP from scratch and learning how the Android OS works, this will undoubtedly help tremendously in the future. While I believe compiling ROM and creating ROMs will help continue development on the Active, I'm not sure that it would provide the most benefit. Let me explain, a couple years ago when the first Galaxy S phones came out there were several different variants also (Galaxy S, Captivate, Vibrant, Fascinate). These phones were more or less the same with minor hardware tweaks. Each of these phones had their own forum and development occurred independent of each other for awhile. At some point (I'm not sure exactly how it happened), but people figured out that you could flash a ROM meant for the Galaxy S to the Captivate and just flash a Captivate kernel afterwards to get ROMs to work. So essentially ROMs became device independent as long as you flashed a device specific kernel.

Maybe this is the same sort of thing you guys could do with the Active. There are tons of S4 ROMs whether they be for the i9505, i337, i545, etc so it doesn't seem to me that there would be much benefit to creating more ROMs. I think the most beneficial thing to do would be to develop S4 Active kernels that could be flashed. I think @ohwarumbloss created a thread with the purpose of creating a zip that could be flashed after flashing a regular S4 ROM but it doesn't look like it went anywhere. I think if you were able to create a TouchWiz-based kernel and a AOSP-based kernel you should be able to cover 90% of the ROMs.

I'm not trying to diminish the work that you are doing and I know compiling a ROM will give you endless amounts of information about Android, but I hope that one day it can be as easy as picking one of the countless ROMs for the S4 and flashing a S4 Active kernel on top of it to have a fully functioning S4 Active with a brand new ROM.

Keep up the good work and I can't wait to see what you guys come up with. Good luck.

Well said and I totally agrea with you!
But (there has to be a but) we have some Problems :
- Different Display
- Different Camera
- No updated Kernel (afaik)

So, there are more things that seperate us from i9505 than it was back in the days with i9000/i9100 and and and...
This is absolutely out of reach for me so all my hope lays on @spegelius and @LeJay or probably another Developer who finds his/her way here...

true-android.blogspot.nl/2014/01/install-xxubml3-android--422-jb-firmware.html

Edit: something went wrong but this is the link to firmware updates for those having trouble with SamMobile downloads as earlier stated in this forum.


Sent from my TouchPad using Tapatalk HD

Downloaded the Firmware but couldn´t see any advantages so I´ll stay with MK3/CM10.1

I created a Thread today, maybe it is interesting for some of you guys here :

Dualboot for i9295[a touch of Freedom] :)

Works for me and is a step into the right direction :)

Greetings
Thomas
 

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
First let me start off by saying that I have the i537, so I can't test anything you guys are doing, but I think you're doing a great thing for the Active and keeping development alive.

I see that you guys are working on compiling AOSP from scratch and learning how the Android OS works, this will undoubtedly help tremendously in the future. While I believe compiling ROM and creating ROMs will help continue development on the Active, I'm not sure that it would provide the most benefit. Let me explain, a couple years ago when the first Galaxy S phones came out there were several different variants also (Galaxy S, Captivate, Vibrant, Fascinate). These phones were more or less the same with minor hardware tweaks. Each of these phones had their own forum and development occurred independent of each other for awhile. At some point (I'm not sure exactly how it happened), but people figured out that you could flash a ROM meant for the Galaxy S to the Captivate and just flash a Captivate kernel afterwards to get ROMs to work. So essentially ROMs became device independent as long as you flashed a device specific kernel.

Maybe this is the same sort of thing you guys could do with the Active. There are tons of S4 ROMs whether they be for the i9505, i337, i545, etc so it doesn't seem to me that there would be much benefit to creating more ROMs. I think the most beneficial thing to do would be to develop S4 Active kernels that could be flashed. I think @ohwarumbloss created a thread with the purpose of creating a zip that could be flashed after flashing a regular S4 ROM but it doesn't look like it went anywhere. I think if you were able to create a TouchWiz-based kernel and a AOSP-based kernel you should be able to cover 90% of the ROMs.

I'm not trying to diminish the work that you are doing and I know compiling a ROM will give you endless amounts of information about Android, but I hope that one day it can be as easy as picking one of the countless ROMs for the S4 and flashing a S4 Active kernel on top of it to have a fully functioning S4 Active with a brand new ROM.

Keep up the good work and I can't wait to see what you guys come up with. Good luck.

With certain limitations, yes, it should be possible to do this. But, a lot of depends on stuff like:
- lib versions used when compiling specific rom
- device blob (proprietary libs) versions in specific rom
- hardware lib and their versions...
- compiler version? Propably not much...

For example about mismatched libs, i got another build of AOSP made, now with qcom caf libs. For some reason the kernel isn't built properly currently, so i'm using a kernel from CM build i have backed up. It does boot, but no picture, screen just flashes. Reason for that is that the graphics service dies on SIGSEGV with hefty stacktrace, meaning there's some slight mismatch with different libs and some ill memory handling or something happens and caboom. The kernel sources are the same and qcom caf libs also...

Now, with I9295 and i537, i think that this could work very well because the hw should be essentially the same. All that is missing is CM kernel sources for i537. But between S4 and S4 Active, it gets harder to pick roms with compatible libs, becuase for S4 there are a lot of ROMS and propably a lot more different combinations of libs... but any one feeling adventurous can download the ROMs and start swapping files :). It's time consuming, but it could produce something that works.
 
With certain limitations, yes, it should be possible to do this. But, a lot of depends on stuff like:
- lib versions used when compiling specific rom
- device blob (proprietary libs) versions in specific rom
- hardware lib and their versions...
- compiler version? Propably not much...

For example about mismatched libs, i got another build of AOSP made, now with qcom caf libs. For some reason the kernel isn't built properly currently, so i'm using a kernel from CM build i have backed up. It does boot, but no picture, screen just flashes. Reason for that is that the graphics service dies on SIGSEGV with hefty stacktrace, meaning there's some slight mismatch with different libs and some ill memory handling or something happens and caboom. The kernel sources are the same and qcom caf libs also...

Now, with I9295 and i537, i think that this could work very well because the hw should be essentially the same. All that is missing is CM kernel sources for i537. But between S4 and S4 Active, it gets harder to pick roms with compatible libs, becuase for S4 there are a lot of ROMS and propably a lot more different combinations of libs... but any one feeling adventurous can download the ROMs and start swapping files :). It's time consuming, but it could produce something that works.

So this might be good news for us (I9295):
http://www.smartphonesupdates.com/android-4-3-update-now-available-for-the-samsung-galaxy-s4-active/

and thanks to xAJCx who have got the .cfg file and uploaded it
http://xdaforums.com/showthread.php?t=2611278

Maybe the more experienced guys in here can manage to make it work for I9295 or make the fixes on CM?
 
Last edited:
  • Like
Reactions: brotbuexe and upD8R

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
So this might be good news for us (I9295):
http://www.smartphonesupdates.com/android-4-3-update-now-available-for-the-samsung-galaxy-s4-active/

and thanks to xAJCx who have got the .cfg file and uploaded it
http://xdaforums.com/showthread.php?t=2611278

Maybe the more experienced guys in here can manage to make it work for I9295 or make the fixes on CM?

Ah yes, this could e interesting. I haven't any experience with Samsung roms, but might be worth looking in to at some point. Kernel might be a big problem...

Anyhoo, i'm still strugling with the AOSP build:
  • for some reason, even though kernel is built and boot.img is made, it fails during start and adb complains about /system/bin/sh not found. Replacing boot.img from CM, it boots (but no picture...). I extracted the kernel and ramdisk from boot.img and they seems fine but dunno...
  • replaced surfaceflinger stuff from CM sources and now boot fails differently ;). Screen flashes and phone goes to bootloop. Before it flashed screen as graphics service was restarting itself again and again. Cannot get logcat because adb doesn't have enough time to see the phone :(
  • did more thorough compare between CM and AOSP build .mk files and noticed some compile flags, gonna try them next. Also searching for QCOM make definitions might be a good idea.
  • all in all, seems that adding a QCOM device to pure AOSP is a pain in the arse...
 
  • Like
Reactions: ohwarumbloss

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
Wow, a lot of Problems :(
I really hoped it would be easier to get Vanilla running. I didn't try in that direction but maybe the i9505 Forum holds a AOSP Rom that could be used to compare some stuff..
I am on that Dualboot thingy right now and really happy. Most time I'm on CM anyways but it feels very good to have Sammy just in case..
Need to read me through backup and restore of that before I start something else..
Battery Life and Performance of 27th build is really good, btw (like the builds before as there where no big changes I think)
Let me know if there's anything I can do!
Greetings
Thomas


Sent from my GT-I9295 using xda app-developers app
 

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
Wow, a lot of Problems :(
I really hoped it would be easier to get Vanilla running. I didn't try in that direction but maybe the i9505 Forum holds a AOSP Rom that could be used to compare some stuff..
I am on that Dualboot thingy right now and really happy. Most time I'm on CM anyways but it feels very good to have Sammy just in case..
Need to read me through backup and restore of that before I start something else..
Battery Life and Performance of 27th build is really good, btw (like the builds before as there where no big changes I think)
Let me know if there's anything I can do!
Greetings
Thomas


Sent from my GT-I9295 using xda app-developers app

Indeed, a lot of problems. But some small progress anyways:
- now the build does boot without using CM boot.img. There was some system tools missing, copied them from CM repos
- found out that kernel stores it's last log to /proc/last_kmsg and now i'm looking at it and trying to figure out why kernel panics. The highlighted part points to GL subsystem or something, so it would seem that there's still something related to display or GL drivers...
- haven't lost hope :). Now the system i have makes a build, so most of the work should be done. Now to figure this bug out...

Code:
 8.640899] [mdnie lite] mDNIe_Set_Mode end , mode(0), background(1)
[    8.748138] mdp4_overlay_borderfill_stage_down: no base layer at mixer=1
[    9.035827] diag: Invalid Msg type 12 proc 2
[    9.154266] Unable to handle kernel paging request at virtual address b6f881eb
[    9.160522] pgd = dcc80000
[    9.163269] [b6f881eb] *pgd=9e0d2831, *pte=00000000, *ppte=00000000
[    9.169464] Internal error: Oops: 17 [#1] PREEMPT SMP ARM
[    9.174896] Modules linked in:
[    9.177886] CPU: 2    Tainted: G        W     (3.4.0-cyanogenmod-g95ba80f #2)
[    9.185058] PC is at 0xb6f6826c
[    9.188110] LR is at 0xb6f6cb03
[    9.191253] pc : [<b6f6826c>]    lr : [<b6f6cb03>]    psr: 200f0010
[    9.191253] sp : b5df94c0  ip : ffffffff  fp : b6f881eb
[    9.202697] r10: b5df9b8c  r9 : b5df957c  r8 : 00000000
[    9.207977] r7 : 00000006  r6 : b5df9e38  r5 : b5df9e3c  r4 : 00000000
[    9.214416] r3 : 00000073  r2 : 00000073  r1 : b6f881eb  r0 : 00000003
[    9.220977] Flags: nzCv  IRQs on  FIQs on  Mode USER_32  ISA ARM  Segment user
[    9.228118] Control: 10c5787d  Table: 9e08006a  DAC: 00000015
[    9.233917] [B]Process GL updater[/B] (pid: 562, stack limit = 0xdcd202f0)
[    9.240631] ---[ end trace 94342ac627a0c03a ]---
[    9.244750] Kernel panic - not syncing: Fatal exception in interrupt
[    9.251068] CPU3: stopping
[    9.253753] [<c010b9d4>] (unwind_backtrace+0x0/0xe0) from [<c010ab5c>] (handle_IPI+0x120/0x204)
[    9.262481] [<c010ab5c>] (handle_IPI+0x120/0x204) from [<c0100468>] (gic_handle_irq+0xa8/0xb4)
[    9.271026] [<c0100468>] (gic_handle_irq+0xa8/0xb4) from [<c0105abc>] (__irq_usr+0x3c/0x60)
[    9.279388] Exception stack(0xdd745fb0 to 0xdd745ff8)
[    9.284393] 5fa0:                                     0000003c 00000055 42f934a0 00000008
[    9.292602] 5fc0: 41c86a58 00010000 80040002 be9f9748 406bd858 00000000 42f94b28 0000000f
[    9.300750] 5fe0: fffffe70 be9f9738 402dbe1f 402dd008 800d0030 ffffffff
[    9.307312] CPU1: stopping
[    9.310028] [<c010b9d4>] (unwind_backtrace+0x0/0xe0) from [<c010ab5c>] (handle_IPI+0x120/0x204)
[    9.318725] [<c010ab5c>] (handle_IPI+0x120/0x204) from [<c0100468>] (gic_handle_irq+0xa8/0xb4)
[    9.327270] [<c0100468>] (gic_handle_irq+0xa8/0xb4) from [<c0105900>] (__irq_svc+0x40/0x70)
[    9.335662] Exception stack(0xde359eb0 to 0xde359ef8)
[    9.340637] 9ea0:                                     de05aec8 40000013 7f147f14 00010000
[    9.348846] 9ec0: de05ae80 00000009 de05aec8 00000024 00000000 00000059 40000013 00007dd8
[    9.356994] 9ee0: 00000000 de359ef8 c03d7e3c c08a31b8 60000013 ffffffff
 

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
AwwwwYYeeaahh! Got it working finally. Woo, it seems that the problem was wrong proprietary libs, for some reason i had the blobs from Samsung MK2 release... i was sure that i copied them from latest SlimRom package. Oh well, now it boots :).

There's some problems however:
- QCOM related changes have broken some services. First was GPS, which i fixed (phone wouln't boot fully before fixing). Another is Bluetooth, similar problem (function arguments have changed. Java versus C++ function definitions don't seem to be picked up during build... :/ )
- Wifi cannot get IP. Wifi authenticates, but dhcp gives up after timeout...
- No root. Gonna add SuperSu to the package and see if it works.
- Same problems with camera as CM has. Plus one new, video looks crap during recording (like a really low resolution), but the result is ok (at least 1080p)
- No APNs defined, have to feed those yourself

Other than that, didn't notice any other problems during the hour i used it. Gapps went in fine. Had to switch to CM because Sports Tracker wanted bluetooth and restarted whole Android UI each time...

Hmm, propably gonna make another thread for this later
 

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
AwwwwYYeeaahh! Got it working finally. Woo, it seems that the problem was wrong proprietary libs, for some reason i had the blobs from Samsung MK2 release... i was sure that i copied them from latest SlimRom package. Oh well, now it boots :).

There's some problems however:
- QCOM related changes have broken some services. First was GPS, which i fixed (phone wouln't boot fully before fixing). Another is Bluetooth, similar problem (function arguments have changed. Java versus C++ function definitions don't seem to be picked up during build... :/ )
- Wifi cannot get IP. Wifi authenticates, but dhcp gives up after timeout...
- No root. Gonna add SuperSu to the package and see if it works.
- Same problems with camera as CM has. Plus one new, video looks crap during recording (like a really low resolution), but the result is ok (at least 1080p)
- No APNs defined, have to feed those yourself

Other than that, didn't notice any other problems during the hour i used it. Gapps went in fine. Had to switch to CM because Sports Tracker wanted bluetooth and restarted whole Android UI each time...

Hmm, propably gonna make another thread for this later

Awesome! I'd love to try, any chance you'll upload it as a test version?
New thread would be good, I think.
Greetings
Thomas

Sent from my GT-I9295 using xda app-developers app
 

baaldfg

Senior Member
Aug 19, 2008
82
16
Geneva
STK app for Dual Sim

Hi all,

I am using a Dual Sim adapter. Does this room include a working STK app which works with the current MagicSim Dual Sim adapters?

Thanks for your answer.

Best wishes,
Christian
 

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
Hi all,

I am using a Dual Sim adapter. Does this room include a working STK app which works with the current MagicSim Dual Sim adapters?

Thanks for your answer.

Best wishes,
Christian

There is a Stk inside but I have no idea if this will support dual Sim at all.
You will have to try :)
Greetings
Thomas

Sent from my GT-I9295 using xda app-developers app
 

baaldfg

Senior Member
Aug 19, 2008
82
16
Geneva
There is a Stk inside but I have no idea if this will support dual Sim at all.
You will have to try :)
Greetings
Thomas

Sent from my GT-I9295 using xda app-developers app

Thanks Thomas, in that case I will try and report back for any other Dual Sim users.

Best wishes,
Christian

---------- Post added at 09:55 PM ---------- Previous post was at 09:38 PM ----------

Hi all,

I want to test the ROM but I have Team Win Recovery installed with which I am rather happy happy happy. Is CWM recovery really necessary to install this ROM?

Can I just flash the zip files in TWRP?

Best wishes,
Christian
 
  • Like
Reactions: ohwarumbloss

Pkt_Lnt

Inactive Recognized Contributor
Dec 26, 2011
7,894
5,804
SLO
Thanks Thomas, in that case I will try and report back for any other Dual Sim users.

Best wishes,
Christian

---------- Post added at 09:55 PM ---------- Previous post was at 09:38 PM ----------

Hi all,

I want to test the ROM but I have Team Win Recovery installed with which I am rather happy happy happy. Is CWM recovery really necessary to install this ROM?

Can I just flash the zip files in TWRP?

Best wishes,
Christian

Where did you get TWRP for the I-9295? Link please.

---------- Post added at 08:18 PM ---------- Previous post was at 08:16 PM ----------

Aosp discussion here: http://xdaforums.com/showthread.php?t=2395242. Test reports welcome.

Oh and i added the cm-10.2 roomservice.xml to https://github.com/spegelius/manifests/tree/cm-10.2.

All over it, but that link comes back to this thread. The correct link is:
http://xdaforums.com/showthread.php?t=2621883
 
  • Like
Reactions: ohwarumbloss

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
I don't know exactly. It was installed by the software package I used to first root the phone. I just haven't changed it as it seemed to work fine.

Best wishes,
Christian

As long as you're using a recovery that's made for your phone there will be no problem.
But, installing CM will install it's own recovery so you will lose your twrp.
Don't forget to make a backup before you do anything and you'll be fine :)
Also, you may use dual boot, I've written a little how to in general forum.
Greetings
Thomas

Sent from my GT-I9295 using xda app-developers app
 

mythi

Senior Member
Mar 1, 2013
1,429
2,016
Amman
i can help in debugging , if any dev needs help ;);) just got my new gs4a or users of gs4a in general
 

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
I made a newer build few days agot, to tes some changes. Download here: https://drive.google.com/folderview?id=0BzJzDM42pkRvRzhHUEtPSGllSm8&usp=sharing

Changes:
- some kernel changes copied from S4 kernel, doesn't seem to affect usage. But report if anything seems odd
- changes to camera quality settings. I haven't done any comparison to earlier pictures or videos, but i assume it should be better
- repo sync done tuesday
 
I made a newer build few days agot, to tes some changes. Download here: https://drive.google.com/folderview?id=0BzJzDM42pkRvRzhHUEtPSGllSm8&usp=sharing

Changes:
- some kernel changes copied from S4 kernel, doesn't seem to affect usage. But report if anything seems odd
- changes to camera quality settings. I haven't done any comparison to earlier pictures or videos, but i assume it should be better
- repo sync done tuesday

Daily ROM.
that. is. all.

Thanks, much appreciated to have CM on ALL my devices...
 

ohwarumbloss

Senior Member
Oct 9, 2010
1,169
805
Kalletal
Hey @spegelius :)
Son has a broken Arm but now back at home and I can finally play with my active again ;)
Yesterday, in the evening, I've set up the latest build for dual boot and it's just awesome!!
Finally Runtastic is tracking accurate again (even stock is inaccurate, shame on Sammy) and the battery life is great! Will leave Sammy as first, just in case, but there is no flaw, yet!!

One thing, the stock CM Cam shows blue pictures and the flash is crap. But it's not the Rom because as far as I tested, Focal is working 100% ok.

Thank you very much, once again, for your effort!! Hoping for better financials next month and will surely drop some euros ;)

Greetings
Thomas

P.S. S4Active is doing ok in the rain, better than the driver ;)
Sent from my GT-I9295 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1393445663074.jpg
    uploadfromtaptalk1393445663074.jpg
    88.8 KB · Views: 315

spegelius

Senior Member
Mar 29, 2011
779
1,443
Oulu
Another build made: cm-10.2-20140316-UNOFFICIAL-jactiveltexx.zip, uploaded to drive.

Changes:
  • Camera fixes, 720p and lower video works properly now
  • HDR doesn't crash camera. However, looking at logcat messages, the pictures propably aren't hdr. Seems Active's camera parameters need more tweaking... if possible at all.
  • Tweaked audio volumes to match original jf settings
 

Top Liked Posts

  • There are no posts matching your filters.
  • 61
    -------------------------Warning!-------------------------------------

    This ROM is for SGS4A (int'l) ONLY. Does not work on SGS4 from AT&T as it has a locked bootloader.
    Please refer to this thread for a bounty on the bootloader.


    -------------------------Please note---------------------------------


    This is an experimental build of CyanogenMod 10.2 running Android 4.3.
    Meaning there's a couple of known issues with the camera. It is my hope these will be sorted out over time.
    If anyone has any interest in helping out, please PM me. Or simply fork the code if you want.



    -------------------------Instructions---------------------------------


    1. Install CWM recovery from here.
    2. Download most recent ROM from here.
    3. Download most recent Google Applications for Android 4.3 from here.
    4. Boot into recovery by holding the Volume Up button as the phone is booting.
    5. Back up your current ROM inside CWM recovery.
    6. Flash CyanogenMod ROM to your device using CWM recovery.
    7. Flash Google Applications to your device using CWM recovery.
    8. Do a wipe data/factory reset from within CWM recovery.
    9. Reboot system

    ---------------------------Known issues-----------------------------


    1. Several camera functions such as HDR don't work.

    ---------------------------Build from source------------------------


    Please consult this guide for setting up CyanogenMod for compile.
    Please use
    Code:
    repo init -u git://github.com/CyanogenMod/android.git -b cm-10.2
    when you initialize the CyanogenMod repository so you get the source for CM-10.2.
    Download roomservice.xml (see below) and put in ~/android/system/.repo/local_manifests/.
    Run 'repo sync' and compile with 'brunch jactiveltexx'. You can get the proprietary files from the ROM.



    As always, I take no responsibility in case your phone blows up.

    And thanks to the CM team for all their hard work.
    24
    Downloads

    ---------------------------CM-10.2 ROM (Android 4.3) -------------------

    ---------------------------cm-10.2-20130917-----------------------------------
    CyanogenMod 10.2 - 20130917
    CyanogenMod 10.2 - 20130917 (mirror - thanks to mrvovven)
    ---------------------------cm-10.2-20130910-----------------------------------
    CyanogenMod 10.2 - 20130910
    CyanogenMod 10.2 - 20130910 (mirror - thanks to mrvovven)

    ---------------------------CM-10.1 ROM (Android 4.2.2) ----------------


    CyanogenMod 10.1 - 20130810

    ----------------------------Google apps -------------------------------

    Download the official Google apps. Need to download this in order to have apps like Google Play.

    For CM-10.1 choose Android 4.2 apps.

    For CM-10.2 choose Android 4.3 apps.

    http://goo.im/gapps

    ------------------------------------- KERNELS ---------------------------------

    - SGS4A android 4.2.2 kernel for CM10.1

    https://www.dropbox.com/s/oo1hr2n6evp3zu9/sgs4a-cm10-1kernel.zip
    12
    ----------------------- Changelog--------------------
    -------CyanogenMod 10.2 - 20130917----------
    - Fixed video preview resolution
    - Disabled zsl for slightly more stable camera app.

    -------CyanogenMod 10.2 - 20130910----------
    - Updated kernel to most recent version of cm-10.2 for SGS4.
    - Replaced all sensor drivers with SGS4A kernel sources.
    - Replaced several camera blobs in /system/lib/* with SGS4A versions enabling basic camera functionality.


    -------CyanogenMod 10.1 - 20130810----------
    Initial build.
    8
    hello


    anyone tried this out ?

    feedbacks ?


    thanks in advance :D

    This is not something you should install unless you want to be compiling and debugging yourself. It's far from usable as day to day rom. I hope I'm clear on that.
    6
    LeJay - Does in call audio work for you in your 10.2 build? I had a very brief poke around with it before I flashed back to 10.1. There are a few minor differences in audio_policy.conf, but I didn't have a chance to try to look into it further. I remember seeing a kernel or logcat message which said something like alsa cannot open capture device. Given that most of the dev focus is on 10.2 at the moment, it seems logical to me try to get the camera working with that. Does CAF have any updated kernel or camera stuff that could be of any use?

    I don't know.. I'm back to 10.1 and focusing on the camera. I prefer having one problem solved before I find more :).

    EDIT: speaking of which, I just got it working. Well, I can take pictures anyway. Video and other stuff to come. Feel like an idiot for taking this long.