Search This thread
G

GuestK00250

Guest
Then it's a wrap I think: )

For reference, these config options seems to have been the culprit:

CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y

These works fine on the Galaxy W, but it could be that your device doesn't have this hardware.

Thanks for testing. I'll take a break for now, and try to have a test rom up in a couple of days.

we should thank you instead :)
 

Ostatni

Senior Member
May 8, 2010
229
35
Stargard
Last edited:
  • Like
Reactions: pascal1990

crybert

Senior Member
Oct 15, 2011
869
2,009
Just to let you know. RomManager recognizes this recovery an let you reboot in recovery. More testing required.

Or is this available for every recovery?

Sent from my GT-I9001 using XDA
 
Last edited:
  • Like
Reactions: shahbaz5588

crybert

Senior Member
Oct 15, 2011
869
2,009
Yes I wa talking about RomManager. CWM is working right. It would have been better if I haven't said sonething :-D

PS: Good work arco

Sent from my GT-I9001 using XDA
 

fabsau

Senior Member
Dec 3, 2011
174
294
Frankfurt
Just to let you know. RomManager recognizes this recovery an let you reboot in recovery. More testing required.

Or is this available for every recovery?

Sent from my GT-I9001 using XDA

This is available with every recovry even with stock

To get the Rom manager working do we have to contact the rom manager devs or is it a job for arco?
 

crybert

Senior Member
Oct 15, 2011
869
2,009
Hey arco,

so adb is working with your latest recovery.img
But now I tried to make screenshots of the recovery using ddms. But unfortunately this is not possible.
Always get this error:

Code:
W/ddms: Unable to get frame buffer: timeout

Perhaps you have an idea how to solve this. But no hurry it's not that important.
 

arco68

Recognized Developer
Oct 11, 2010
2,913
24,822
Hey arco,

so adb is working with your latest recovery.img
But now I tried to make screenshots of the recovery using ddms. But unfortunately this is not possible.
Always get this error:

Code:
W/ddms: Unable to get frame buffer: timeout
Perhaps you have an idea how to solve this. But no hurry it's not that important.
This is a bug in CWM 5.5.0.4. Got the same problem on the Galaxy W. On some phones it works, and some it doesn't. I've asked the author about it, but he didn't really know what it could be, as it worked fine on his phone.
 

Ostatni

Senior Member
May 8, 2010
229
35
Stargard
Arco68 at the outset I would like to thank you for your willingness and work, and now I had a question, could you describe what you are currently working on? At what stage are you?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 116
    Fix for recovery bootloop problem

    Thanks to everyone who hear my pray and tried to help with my problem (bootloop into recovery). And Acro68 sorry that i'm bothered you. I here again to publish the solution. Problem was in bootloader, like people on other forum says (it was damaged somehow, probably because kies update fails before).

    1. Open Odin.exe (UnZip from Odin.zip)
    2. Go into Download mode
    3. Select OPS - AriesVE.ops (UnZip from AriesVE.zip)
    4. Select BOOT - Boot_loader.tar
    5. Flash it and bootloop into recovery never gona happen.

    All the files is attached...
    88
    I and some fellow developers (especially thanks manveru0, skywalker01, other users for testing, reporting and other help) are trying to port AOSS to our device, working with CyanogenMod 7 for now.
    You can check out this thread, repositories, and this post for changelogs, bug reports and so on.
    Github repositories:
    https://github.com/abbradar
    https://github.com/manveru0
    Feel free to check them out and fork!

    Current status of porting:
    Working:
    • Screen (w. touch features, w. backlight)
    • Buttons
    • Radio (w. 2G/3G, Internet is working)
    • Bluetooth
    • WLAN
    • Rotate sensor
    • Handset button
    • USB
    • Battery sensors
    • Camera
    • GPU acceleration
    Not working:
    • GPS (does not lock)
    • Audio (both input and output, will be tough)
    • Camcorder (because of audio)
    • Storage-related (external SD not working, internal with no USB storage, vold misconfigured)
    • USB tethering/MTP (will require some programming)
    • Host access point (similar to USB tethering)
    • Light sensor
    • Buttons force feedback
    • Contacts on SIM card
    Not tested:
    • Other sensors (compass, magnetic)
    • HDMI (should not work, as logs say)
    • FM radio (should not work)
    Another bugs:
    • CyanogenMod settings doesn't work (fixed by
    • Random reboots sometimes
    • Sometimes - very long resume from sleep (30 seconds approximately)
    • Keyboard is very small
    • Dialer is laggy (because of audio)
    • USB connected notification is shown without USB cable attached
    • APN database is not working (enter settings manually)
    • Vibration strength is very weak
    Regressions: (worked before)
    • Nothing for now
    Visualized changelogs (with CM9), made and hosted by CastagnaIT in dedicated thread:
    http://xdaforums.com/showthread.php?t=1492165

    Last testing build (will be updated after major improvements or after some time): http://xdaforums.com/showpost.php?p=22394052&postcount=284
    skywalker01's testing builds: http://xdaforums.com/showpost.php?p=22969855&postcount=394

    User tomsteel1 have made good-looking banner images for our work: http://xdaforums.com/showpost.php?p=22506050&postcount=350
    45
    Hello, guys.
    First of all, sorry for my 2.5-month absence, I was really short of time because of university and long illness, so I decided to freeze module development for a while. I understand that doing so without any posts there was rude, and ask for understanding.
    Next, it was a great surprise for me to see really working CM9 for our phone!!! I can only say GJ to arco68 - thank you guy, you really did this, even without a phone! I don't think my work is relevant anymore, so I'll stop with CM7 and will check out his work (maybe I'll be of some help). I've been able to found quick solution for working audio in 2.3.7, also, but I don't think it is relevant anymore ^_^.
    Once again, good job, arco68. I'll try to build CM9 with your configuration and test it, so I'm going to be just user and tester for now. ^_^
    43
    Here's a new full test build of the rom. This contains fixed boot image, so it actually boots (unless I screwed something up this time :p). USB connect/disconnect should work correctly, wifi I *hope* works now. In addition I added support for automatic brightness and cleaned up some stuff.

    http://www.mediafire.com/?sgyv7betz6cj9mp

    And lol at the tags. Who wrote that? :D
    41
    I am a CM9 porter for Galaxy SL. I have come across issues with audio in Galaxy SL also, which I have overcome by coding an Audio wrapper. If you need any help with fixing audio on S+, count me in.