Search This thread

chasemyass

Senior Member
Dec 21, 2011
1,775
549
Samsung Galaxy S23 Ultra
i don't know if this has something to do with your carrier, because in some countries calls are made via gsm.
in germany for example, if you are calling someone, the icon changes from H or 3G to G. Or does the service FC?

erm i really don`t think so ... I don`t remember having this on GB for example ... and I use thetering almost everyday.Even if regular calls should be made using GPRS the data connection shouldn`t fail ... it goes to 2G eventualy
 

vpupkin

Senior Member
Apr 5, 2009
60
321
Gosh, I cannot understand wtf am I doing wrong?

I've built several camera modules, but none of them ever loaded. All my efforts end up with that the camera.ariesve.so module simply doesn't load, camera app throws an error
"Camera HAL module not loaded"
 
D

Deleted member 4436657

Guest
Gosh, I cannot understand wtf am I doing wrong?

I've built several camera modules, but none of them ever loaded. All my efforts end up with that the camera.ariesve.so module simply doesn't load, camera app throws an error
"Camera HAL module not loaded"

Look at page 222, this module loaded but a driverpart ins missing.

Sent from my GT-I9001 using xda premium
 
D

Deleted member 4436657

Guest
Played around with differnt files from different sources, and found a combination, that seems to try starting.

Looks like that: Tab camera.apk, then the screen changes to black fullscreen (also statusbar slides away) and half of a second later "Sorry, camera has been closed!" pops up. Same when testing front cam (with face unlock).

Attached a little logfile of the procedure, and the two files i have changed ( /systen/apps/camera.apk and /system/lib/hw/camera.ariesve.so)

In the log i have attached to this post on site 222, V4L should be loaded, but is missing.

Don't know how to; proceed.

Sent from my GT-I9001 using xda premium
 

arco68

Recognized Developer
Oct 11, 2010
2,913
24,822
Gosh, I cannot understand wtf am I doing wrong?

I've built several camera modules, but none of them ever loaded. All my efforts end up with that the camera.ariesve.so module simply doesn't load, camera app throws an error
"Camera HAL module not loaded"
Add the following to the bottom of frameworks/base/libs/camera/CameraParameters.cpp, before }; // namespace android

Code:
extern "C" status_t _ZN7android16CameraParameters17KEY_AUTO_CONTRASTE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters15SCENE_MODE_DAWNE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters21SCENE_MODE_FALL_COLORE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters15SCENE_MODE_TEXTE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters6ISO_50E () {
    return NO_ERROR;
}
It masks out some symbols from libcamera.so which are not present in framework.
 

dt-floppy

Senior Member
Jan 8, 2010
129
10
Add the following to the bottom of frameworks/base/libs/camera/CameraParameters.cpp, before }; // namespace android

Code:
extern "C" status_t _ZN7android16CameraParameters17KEY_AUTO_CONTRASTE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters15SCENE_MODE_DAWNE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters21SCENE_MODE_FALL_COLORE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters15SCENE_MODE_TEXTE () {
    return NO_ERROR;
}

extern "C" status_t _ZN7android16CameraParameters6ISO_50E () {
    return NO_ERROR;
}
It masks out some symbols from libcamera.so which are not present in framework.

I'm not a developer but i would Test if someone provide the changed file.

Sent from my GT-I9001 using XDA Premium App
 
  • Like
Reactions: Daniel.96

Martin_Ro

Senior Member
Jan 9, 2012
1,815
4,726
Essen, Germany
OnePlus 9 Pro
Might not fit 100% here (also this thread starts with it):

Does anybody heared something from skywalker01 and his try, to bring CM7 to run on our phone ?

The last, I could found in this thread is the state, that wifi, cell, bt and many other things are running, but audio failed.

I would love to test a CM7 port with working audio....


Hope, skywalker hat not left us, because I haven't read something from him, the last week or longer...
 

mazen912

Senior Member
Jul 7, 2011
293
502
Might not fit 100% here (also this thread starts with it):

Does anybody heared something from skywalker01 and his try, to bring CM7 to run on our phone ?

The last, I could found in this thread is the state, that wifi, cell, bt and many other things are running, but audio failed.

I would love to test a CM7 port with working audio....


Hope, skywalker hat not left us, because I haven't read something from him, the last week or longer...

I made new compiled wifi works but still no audio

Sent from galaxy 10.1 ics 4.0.4 kang
 

Mirceabadea

Senior Member
Apr 19, 2012
127
40
Guys, it's a serious problem with the sound volume.

When i'm speaking with someone, he always tells me to speak louder. I tried with 5 different persons today, and they all told me i must speak louder.

So, i guess this should be nr 1 priority. :D Because, afterall, we use the phone to SPEAK.
 

bruzzler2809

Senior Member
Mar 22, 2012
560
83
Guys, it's a serious problem with the sound volume.

When i'm speaking with someone, he always tells me to speak louder. I tried with 5 different persons today, and they all told me i must speak louder.

So, i guess this should be nr 1 priority. :D Because, afterall, we use the phone to SPEAK.

how do you hear the other speaker? very loud and cracky or low?
 

YMYA

Senior Member
Dec 9, 2011
300
69
Cairo
Guys, it's a serious problem with the sound volume.

When i'm speaking with someone, he always tells me to speak louder. I tried with 5 different persons today, and they all told me i must speak louder.

So, i guess this should be nr 1 priority. :D Because, afterall, we use the phone to SPEAK.

Mine works fine..
 

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.