[ROM][4.2.2][YP-G70][OTA]Remics-JB Fire Eel Mk 2 (v5.0.2) [24.06.13]

Search This thread

damnyouwaffles

Senior Member
Sep 13, 2012
327
31
Wow. Really glad to see you guys get this. My friend is using it and its as smooth as my S3!

-----------------------------------------------------------
Verizon Galaxy SIII - Bonestock 1.5
 

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
Changing the DPI prevents the device from booting. I get stuck before the bootscreen.

What did you set it to? I've managed to set the DPI as low as 120 and it boots fine. Anything below 120 caused a bootloop on ICS, so I assume the minimum DPI the device supports is 120

I Can Confirm Zip For Back Camera Recording Fix Works But Camera Is Not Themed

Sent from my YP-G70 using xda app-developers app

The camera recording fix will be built into the next version so the camera remains themed.
 
  • Like
Reactions: Ikiio

Mixikins

Member
Sep 9, 2012
43
10
30
Lynnwood, WA
What did you set it to? I've managed to set the DPI as low as 120 and it boots fine. Anything below 120 caused a bootloop on ICS, so I assume the minimum DPI the device supports is 120.

I set it to 200 once, then 128. Had to reflash both times. I did discover that the issue was that I was using an app to switch it. I did it manually, and I'm fine now.
 

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
FAQ

Before posting about any issues you have, please read this FAQ as it might save you some time. I'll be adding to this as I go once more common issues are discovered

FAQ

1. I have an INTL device and the home, menu and back buttons do not work anymore
A: Flash an INTL kernel.

2. I can't find developer options
A: Settings > about device > tap Build Number 7 times. Press back. Scroll to bottom. Voila; developer options

3. ADB doesn't work
A: Turn on USB debugging from developer options. Update ADB using SDK manager (or however you prefer do it). Connect to computer. Accept whitelist request. Bingo

4. Trying to get a logcat but "Unable to open log device '/dev/log/main': No such file or directory"
A: Logging is probably disabled in the kernel. Flash a different kernel

5. I want to try out the phablet and tablet UI's. How do I do that? How can I go back to the phone UI?
A: When the dpi > 128, phone UI is used. When 106 < dpi < 129, phablet UI is used. When dpi = 106, Tablet UI is used. Phablet UI and Tablet UI are not fully themed yet and the S4 launcher doesn't respond well do changes in dpi so you're forced to use Trebuchet. As you'd imagine, setting the dpi so low makes everything really small so its not the most comfortable UI to use, but some apps make better use of the large screen in lower dpi settings

6. Where can I find wipe /system, /dbdata in CWM?
A: Go to mounts and storage

7. I get an assert failed error. HALP!
A: If you're still on GB, flash in ICS rom. Also try updating your CWM recovery to v6.x by installing a new kernel like Sultan

8. USB debugging and mounting USB storage doesn't work
A: Disable fastcharge

9. How can I swap my external and internal sd cards around?
A: Using a file manager (with root access) go to /system/build.prop and modify
Code:
persist.sys.vold.switchexternal=0
to
Code:
persist.sys.vold.switchexternal=1
Save the file and reboot

10. How can I stop OTA updater and Play store force closing after updating the rom?
A:Settings > Apps > OTA Updater/Play Store > Clear Data

11. I like this rom but I have a 4.0. What can I do?
A: http://xdaforums.com/showthread.php?t=2320198. The 4.0 rom is currently on 4.1.2, but it should be updated to 4.2.2 soon

12. I flashed this rom and now zombies are after me
A: Don't panic. Flash this. It turns your device into a sonar which will allow you to see any moving objects near you so you can make a quick escape
 
Last edited:

Hollow_Ninja

Senior Member
Mar 27, 2012
77
7
I'm not sure if this has been mentioned but my 3 part earphones don't work, only 4 part ones work

Sent from my YP-G70 using xda premium
 

Sultanxda

Recognized Developer
What did you set it to? I've managed to set the DPI as low as 120 and it boots fine. Anything below 120 caused a bootloop on ICS, so I assume the minimum DPI the device supports is 120



The camera recording fix will be built into the next version so the camera remains themed.

I got a theory on the camera but I don't know much about ROMs so I don't think I can fix it. I believe the reason why the rear camera won't take any pictures is because all the rear camera resolutions available are for the Galaxy S' camera, which makes sense because CM10.1 was ported from the Galaxy S. The resolutions for the rear camera now go up to 5MP and the Galaxy Player 5 has a 3.2MP camera, so it makes sense that the rear camera can't take any photos. If the proper camera resolutions were defined in the ROM then I think the rear camera will work. I would try doing this myself but I have no idea where to find the file to modify :p (maybe media profiles?)
 

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
I got a theory on the camera but I don't know much about ROMs so I don't think I can fix it. I believe the reason why the rear camera won't take any pictures is because all the rear camera resolutions available are for the Galaxy S' camera, which makes sense because CM10.1 was ported from the Galaxy S. The resolutions for the rear camera now go up to 5MP and the Galaxy Player 5 has a 3.2MP camera, so it makes sense that the rear camera can't take any photos. If the proper camera resolutions were defined in the ROM then I think the rear camera will work. I would try doing this myself but I have no idea where to find the file to modify :p (maybe media profiles?)

If this is the case, modifying media profiles might not be enough. The i9000 and variants use a different camera sensor so some libraries would probably need to be modified to match our hardware. The sensor used in the 5.0 is not very widely used so this may be fairly difficult to do. I started a thread a while back to collect all the work on a camera fix in one place, but it seems to have gotten buried under everything else. A lot of the stuff there is ICS related and there's a bunch of unnecessary bluetooth stuff, but if we can collect all the development work into one thread, it might speed things up as its easier to find any required info

http://xdaforums.com/showthread.php?t=1847045

Yes I know it was with 4.1 but mine don't seem to work but I went back to CM 10.1 so now they work

Sent from my YP-G70 using xda premium

Just tested it now and it works fine for me. Doing a clean install might fix it. You might not even have to wipe data. Wiping cache and dalvik cache might fix it.
 

Sultanxda

Recognized Developer
If this is the case, modifying media profiles might not be enough. The i9000 and variants use a different camera sensor so some libraries would probably need to be modified to match our hardware. The sensor used in the 5.0 is not very widely used so this may be fairly difficult to do. I started a thread a while back to collect all the work on a camera fix in one place, but it seems to have gotten buried under everything else. A lot of the stuff there is ICS related and there's a bunch of unnecessary bluetooth stuff, but if we can collect all the development work into one thread, it might speed things up as its easier to find any required info

http://xdaforums.com/showthread.php?t=1847045



Just tested it now and it works fine for me. Doing a clean install might fix it. You might not even have to wipe data. Wiping cache and dalvik cache might fix it.

Well this explains why the available resolutions are up to 5MP: https://github.com/JackpotClavin/an...mmit/68543fc28b889f9a379cf9c49c1fd470f50e29f9

I'm sure it isn't hard to make the changes to the Crespo's camera HAL to get the supported resolutions of the 5.0's camera. The rear camera is already initializing fine so maybe just those resolution changes will fix it. In that commit, look at the changes to libcamera/SecCameraHWInterface.cpp

But then again I'd be amazed if the solution is this simple :p (it never is and I know almost nothing about ROM development :( )

Ugh, no space on my SSD to build the ROM. Gonna have to use an external HDD for this stunt :p
 
Last edited:

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
Well this explains why the available resolutions are up to 5MP: https://github.com/JackpotClavin/an...mmit/68543fc28b889f9a379cf9c49c1fd470f50e29f9

I'm sure it isn't hard to make the changes to the Crespo's camera HAL to get the supported resolutions of the 5.0's camera. The rear camera is already initializing fine so maybe just those resolution changes will fix it. In that commit, look at the changes to libcamera/SecCameraHWInterface.cpp

But then again I'd be amazed if the solution is this simple :p (it never is and I know almost nothing about ROM development :( )

I don't think changing the resolution will fix it. I just tried taking a photo with the resolution set to 1.3 MP, but it didn't work. I think the issue is when the image is being saved as the width and height both come up as 0 and even when the flash is forced on, the image details say no flash. If we look at how the front facing camera saves the image, we could compare it with how the rear facing camera is set to save the image and modify it to match. I'm not entirely sure that this would work, but it might be worth a try
 

Sultanxda

Recognized Developer
I don't think changing the resolution will fix it. I just tried taking a photo with the resolution set to 1.3 MP, but it didn't work. I think the issue is when the image is being saved as the width and height both come up as 0 and even when the flash is forced on, the image details say no flash. If we look at how the front facing camera saves the image, we could compare it with how the rear facing camera is set to save the image and modify it to match. I'm not entirely sure that this would work, but it might be worth a try

Yeah I just looked at the resolutions and some of them are the same as before. I also noticed that some ISOs that aren't supported by our sensor were added in, so I put my hand in front of the camera to lower the ISO and lo and behold it actually took a picture and made the capture sound instead of hang on taking the picture like it usually does. But after that it just hung and didn't save the picture, so you're right that the camera isn't saving the image correctly.
 
Last edited:
  • Like
Reactions: Supermaster34

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
Yeah I just looked at the resolutions and some of them are the same as before. I also noticed that some ISOs that aren't supported by our sensor were added in, so I put my hand in front of the camera to lower the ISO and lo and behold it actually took a picture and made the capture sound instead of hang on taking the picture like it usually does. But after that it just hung and didn't save the picture, so you're right that the camera isn't saving the image correctly.

At least we're making some progress. I think we have the same camera hardware as the Galaxy Tab and I believe it has CM10.1 so it might be worth having a look at their source or just trying to use their drivers as I think they also have the Exynos 3 single SoC
 
  • Like
Reactions: Sultanxda

Sultanxda

Recognized Developer
At least we're making some progress. I think we have the same camera hardware as the Galaxy Tab and I believe it has CM10.1 so it might be worth having a look at their source or just trying to use their drivers as I think they also have the Exynos 3 single SoC

Good idea. We were using the Galaxy Tab camera HAL before so looking at their source could help. Hopefully we won't have to mess with the kernel to fix this; camera drivers have always been a pain for me :p
 

Supermaster34

Senior Member
Jan 6, 2012
796
616
London
www.team-remics.com
Good idea. We were using the Galaxy Tab camera HAL before so looking at their source could help. Hopefully we won't have to mess with the kernel to fix this; camera drivers have always been a pain for me :p

Turns out the GTab has the same rear facing camera, but different front facing so we might have to mix and match some code between the Nexus S, SGS and the GTab. I'll have a quick look through Jackpotclavins repo to try and locate the save image method for both cameras, but it makes no sense to have 2 different methods of doing so, unless the FFC does something odd before saving the image
 

Top Liked Posts

  • There are no posts matching your filters.
  • 31
    user2940314_pic29605_1352778834.png


    After a very long wait it's finally here!

    Screenshots (WIP)

    Screenshot_2013-05-28-13-39-05.png
    Screenshot_2013-05-28-13-40-20.png

    Screenshot_2013-05-28-13-41-00.png
    Screenshot_2013-05-28-13-41-46.png

    Screenshot_2013-05-28-21-37-33.png
    Screenshot_2013-05-28-21-38-14.png

    Screenshot_2013-06-09-21-12-38.png
    Screenshot_2013-06-09-21-12-45.png


    Features

    Samsung GALAXY S4 Like UI
    Samsung GALAXY S4 Launcher
    Samsung GALAXY S4 UI Sounds
    Samsung GALAXY S4 Shutter Sound
    Samsung GALAXY S4 Lock , Unlock Sounds
    Samsung GALAXY S4 Icons
    Samsung GALAXY S4 Ringtones
    Samsung GALAXY S4 Alarms
    Samsung GALAXY S4 Notifications
    Samsung GALAXY S series bootanimation
    Tweaked SystemUI and framework-res
    Native OTA Updates
    Internal SD card mounted as USB Storage, External SD card mounted as emmc
    80% and 100% transparent status bar mods are available

    Check here for information about upcoming features

    Issues/Problems

    • Back camera opens, but doesn't save pictures
    • Standard CM10.1 issues

    Before contacting me about issues you have, read the FAQ as most issues have simple workarounds

    Thanks and recognition

    XDA Developers, CyanogenMod and CM9/CM10/CM10.1 team, CWM recovery team, Team Remics, JesusFreke for smali, Brut.all for apktool, YP-G70 CM9/CM10/CM10.1 devs, Team Supernova/YP-G1 devs, Team Droid Invaders for their brilliant S4 notification centre

    JackpotClavin, gmillz, iurnait, android1234567, KOala888, zaclimon, amarullz for AROMA Installer, pmdisawesome, EcHoFiiVe, hanthesolo, erpurohit, monish1995, rodman01

    Changelog, downloads and other useful stuff available in next few posts
    9
    Instructions and downloads

    OTA installation
    1. Download update through OTA updater app
    2. Reboot into recovery and flash rom. This will start up AROMA installer.
    3. Select a language > Select installer theme > Accept licence etc. > Install > Custom > Select kernel and bootanimation > Install
    4. Once the install has finished, untick the reboot option and press finish. Then flash GApps
    5. Flash transparency mods if you want
    6. Reboot

    Coming from CM10.1:
    1. Download rom and reboot into recovery
    2. Flash in recovery
    3. Flash INTL kernel (Only if required!)
    4. Flash the latest GApps
    5. Flash transparency mods if you want
    6. Reboot

    Coming from other roms:
    1. Download rom and reboot into recovery
    2. If you're coming from GB, flash an ICS rom first
    3. Wipe /data, /system, /dbdata, /cache and dalvik-cache
    4. Flash in recovery
    5. Flash INTL kernel (Only if required!)
    6. Flash the latest GApps
    7. Flash transparency mods if you want
    8. Reboot

    Changelog

    Code:
    [COLOR="Navy"]Fire Eel Mk 2 - v5.0.2 - BUILD JB5FE2R - md5: 3c1c7c4b9f889edea372dab63ab64737[/COLOR]
    [LIST]
    [*]Updated CM10.1 code
    [*]Added the Samsung style notification drawer by Team Droid Invaders
    [*]Removed the Accuweather widget
    [/LIST]
    [COLOR="Navy"]Fire Eel Mk 1 - v5.0.1 - BUILD JB5FE1R - md5: 25cf64206185b36a5ea77e9d971ea95b[/COLOR]
    [LIST]
    [*]Added AROMA installer
    [*]Choice of kernels - USA/INTL
    [*]Choice of bootanimations
    [*]Included the latest version of our custom notification drawer. This is nowhere near finished yet, but we're making progress
    [*]Implemented rear facing camera recording fix
    [*]Reverted messy vold hack
    [*]Updated alarm tones, notification tones, ringtones and UI sounds from SIII to S4 version
    [/LIST]
    [COLOR="Navy"]Fire Eel Mk 0 - v5.0.0 - BUILD JB5FE0R - md5: 61da9bb0d32de648ed13721ec36ce376[/COLOR]
    [LIST]
    [*]Initial release
    [/LIST]
    7
    Superb rom, but there is no FM Radio app :(
    Spirit FM is not working.

    It should work. Just fiddle with the settings.



    I had my last exam today, but now the real work begins :p. I'm free-ish until Wednesday so I should be able to get a new release out by then. After Wednesday I'll be on holiday so I won't be developing, but I'll still be answering questions and trying to help from abroad. Once I'm back, I'll be working on some camera stuff amongst other things so this should be an eventful summer

    Sent from my Nexus 7 using XDA Premium HD app

    Edit:

    Check out this bootanimation by one of our team members. I can add it as an option in Aroma installer, but I'm wary of making the download file too large, but if you guys don't mind a few more MB, I'll include it in the zip
    6
    Other Downloads

    Sultan Kernel - INTL/USA/KOR
    Mercurius Reborn Kernel - INTL/USA
    Back camera video recording fix - Only required for v5.0.0. Baked into rom in v5.0.1+
    Status bar transparency mods by rodman01


    Coming Soon:

    Bold indicates the changes are arriving in the next version

    • Touchwiz Notification Drawer
    • More S4 UI elements
    • A less ugly vold workaround
    • Back Camera recording fix
    • Updated alarm tones, ringtones, notification tones and UI sounds from the S4
    • S4-like digital clock widget (homescreen + lockscreen) - having a few issues with this :/
    • I'm open to feature requests (but I don't promise to deliver :p) so send me a pm, email me, let us know on G+ or whatever

    Useful Links

    http://www.team-remics.com
    Google+ Page (Updates, Community, general chat)
    Facebook Updates, Community
    My Github - I'll be uploading certain bits and bobs for parts of the rom where the modifications can't be done on CM10.1 like our Touchwiz notification drawer which is coming soon
    6
    FAQ

    Before posting about any issues you have, please read this FAQ as it might save you some time. I'll be adding to this as I go once more common issues are discovered

    FAQ

    1. I have an INTL device and the home, menu and back buttons do not work anymore
    A: Flash an INTL kernel.

    2. I can't find developer options
    A: Settings > about device > tap Build Number 7 times. Press back. Scroll to bottom. Voila; developer options

    3. ADB doesn't work
    A: Turn on USB debugging from developer options. Update ADB using SDK manager (or however you prefer do it). Connect to computer. Accept whitelist request. Bingo

    4. Trying to get a logcat but "Unable to open log device '/dev/log/main': No such file or directory"
    A: Logging is probably disabled in the kernel. Flash a different kernel

    5. I want to try out the phablet and tablet UI's. How do I do that? How can I go back to the phone UI?
    A: When the dpi > 128, phone UI is used. When 106 < dpi < 129, phablet UI is used. When dpi = 106, Tablet UI is used. Phablet UI and Tablet UI are not fully themed yet and the S4 launcher doesn't respond well do changes in dpi so you're forced to use Trebuchet. As you'd imagine, setting the dpi so low makes everything really small so its not the most comfortable UI to use, but some apps make better use of the large screen in lower dpi settings

    6. Where can I find wipe /system, /dbdata in CWM?
    A: Go to mounts and storage

    7. I get an assert failed error. HALP!
    A: If you're still on GB, flash in ICS rom. Also try updating your CWM recovery to v6.x by installing a new kernel like Sultan

    8. USB debugging and mounting USB storage doesn't work
    A: Disable fastcharge

    9. How can I swap my external and internal sd cards around?
    A: Using a file manager (with root access) go to /system/build.prop and modify
    Code:
    persist.sys.vold.switchexternal=0
    to
    Code:
    persist.sys.vold.switchexternal=1
    Save the file and reboot

    10. How can I stop OTA updater and Play store force closing after updating the rom?
    A:Settings > Apps > OTA Updater/Play Store > Clear Data

    11. I like this rom but I have a 4.0. What can I do?
    A: http://xdaforums.com/showthread.php?t=2320198. The 4.0 rom is currently on 4.1.2, but it should be updated to 4.2.2 soon

    12. I flashed this rom and now zombies are after me
    A: Don't panic. Flash this. It turns your device into a sonar which will allow you to see any moving objects near you so you can make a quick escape