Jump to content

CyanogenMod-7.1-LiquidMt


Recommended Posts

Guest Garfield5
Posted

Just did a format of the SD card and full wipe and put the ACER BIN on and recovery 2.2. Everything wiped and back to stock completely. Flashed 7.4. Booted up and picked Android Setup as there were two choices. It will not connect to my account still. Have any ideas what might be wrong? Still no Market in the apps section either. I did absolutely everything to get back to new form

2. Could not retrieve contacts from gmail. Turns out the user id while sign-in to google account should be in this ([email protected]) format rather than ([email protected]).

Well, you could try this. worked for me!

Guest scotth324
Posted

I did try that. I tried installing the market apk as well and didn't work. Have no clue what is going wrong. I am going to wait for a little while till there is a more stable one out with SIM card reception and see if it works then. I wish I could get it to work because I would test bluetooth out as well as I have one in my car for talking on the road. Could it be because I am in Canada? Has anyone tried this ROM in North America yet? Seems most of you are from overseas.

Guest davidevinavil
Posted

Maybe in your country you can't access without sim.. You could try to access without sim and stock rom to see if works or not.. Btw I'm working to fix sim card but isn't easy..

Guest scotth324
Posted

I know it will work without SIM as I have an S100 without a SIM that I put my account onto. Now I did all this this morning and now when trying to go back to my Gingerouney backup in recovery 3.0 it will not recover anymore. I did format the card and I put the partition to 500mb instead of 1000mb. Will this make a backup not complete? It simply hangs on the boot screen now. Gonna go to T&L for a while now I think.

Guest ben75011
Posted

Hello. First, sorry for my bad english :).

I have im moment a Liquid s-100 with 256 mo swap and liquid next.

I would like to buy a Metal.

1-would be Metal faster as my S100 with 256 mo swap?

2-what doesnt work with this CM7 beta?

Thks.

Guest Lens_flare
Posted

It would be much faster than liquid even without swap.

All working except FM and SIM recognition, and some little bugs :P

Guest Lens_flare
Posted

System stands that sim is missing so you can't read sim contacts etc but calls, sms and data works.

Guest davidevinavil
Posted

WIFI hotspot can not be opened.

It's pretty fixed ;)

Guest davidevinavil
Posted

WiFi fixed? In v4.0?

No in 4.. In next release ;) And I mean wifi hotspot..

Guest moeaeon
Posted

No in 4.. In next release ;) And I mean wifi hotspot..

Is there a ToDo-List for the "next release"? =)

Guest Lens_flare
Posted (edited)

as usual: sim, fm..

but have found something that kills google services recognition.. it's in wifi..

to access to google seems you should have data connection only.

Edited by Lens_flare
Guest stoorzsto
Posted (edited)

Hi,David and Lens,can you make a zip pack of xt9IME?

Thanks .

Edited by stoorzsto
Guest davidevinavil
Posted

I need help about libaudio..

It's pretty full working but has a little issue: at every call it set volume at a low level and when press vol+ or vol- it set at right level...

This is the source of libaudio.so http://www.multiupload.com/9NE6DNV4I2

Into this source you can find this

status_t AudioHardware::setVoiceVolume(float v)

{



    int factor = read_int("/system/etc/volumefactor.txt");

    if(factor<0) factor = 120;


    int vol = lrint(v * factor);

    LOGD("setVoiceVolume(%f)\n", v);

    LOGI("Setting in-call volume to %d (available range is 0 to %d)\n", vol, factor);


    if(msm_set_voice_rx_vol(vol)) {

        LOGE("msm_set_voice_rx_vol(%d) failed errno = %d",vol,errno);

        return -1;

    }

    LOGV("msm_set_voice_rx_vol(%d) succeeded",vol);

    return NO_ERROR;

}

setVoiceVolume is a function called from what I don't know but I'm sure it is called every time I push volume button, so my idea is to call it every time is starting a call

But how to do this?

Any help is appreciated...

Guest Lens_flare
Posted
my idea is to call it every time is starting a call

But how to do this?

Not a libaudio issue though.. need a kernel modifications..

Guest davidevinavil
Posted

V/AudioHardwareMSM7X30(  147): In SPEAKER

D/AudioHardwareMSM7X30(  147): new_rx = 8

D/AudioHardwareMSM7X30(  147): new_tx = 20

D/AudioHardwareMSM7X30(  147): updateDeviceInfo: E rx_device 2 and tx_device 1

D/AudioHardwareMSM7X30(  147): No active voicecall/playback, disabling cur_rx 65535

D/AudioHardwareMSM7X30(  147): No active voicecall/recording, disabling cur_tx 65535

D/AudioHardwareMSM7X30(  147): updateDeviceInfo: X cur_rx 2 cur_tx 1

D/AudioHardwareMSM7X30(  147): AudioStreamOutMSM72xx::standby()

D/AudioHardwareMSM7X30(  147): setVoiceVolume(1.000000)

I/AudioHardwareMSM7X30(  147): Setting in-call volume to 100 (available range is 0 to 100)

E/AudioHardwareMSM7X30(  147): msm_set_voice_rx_vol(100) failed errno = 1

V/AudioHardwareMSM7X30(  147): setFmVolume(100.000000)

V/AudioHardwareMSM7X30(  147): No Active FM stream is running
The only error I see is this E/AudioHardwareMSM7X30( 147): msm_set_voice_rx_vol(100) failed errno = 1 It append on boot, but on call it disappears
V/AudioHardwareMSM7X30(  147): AudioStreamOutMSM72xx::setParameters() routing=1

V/AudioHardwareMSM7X30(  147): set output routing 1

I/AudioHardwareMSM7X30(  147): doRouting -1 1

I/AudioHardwareMSM7X30(  147): Routing audio to Handset

I/AudioHardwareMSM7X30(  147): Routing audio to handset with DualMike enabled

V/AudioHardwareMSM7X30(  147): doAudioRouteOrMute() device 9, mMode 2, mMicMute 1

V/AudioHardwareMSM7X30(  147): do_route_audio_rpc(9, 0, 1)

V/AudioHardwareMSM7X30(  147): In DUALMIC_HANDSET

D/AudioHardwareMSM7X30(  147): new_rx = 0

D/AudioHardwareMSM7X30(  147): new_tx = 20

V/AudioHardwareMSM7X30(  147): Going to enable RX/TX device for voice stream

D/AudioHardwareMSM7X30(  147): Starting voice on Rx 0 and Tx 20 device

D/AudioHardwareMSM7X30(  147): value of device and enable is 2 0

D/AudioHardwareMSM7X30(  147): value of device and enable is 0 1

D/AudioHardwareMSM7X30(  147): value of device and enable is 1 1

D/AudioHardwareMSM7X30(  147): Starting voice call and UnMuting the call

D/AudioHardwareMSM7X30(  147): updateDeviceInfo: E rx_device 0 and tx_device 1

D/AudioHardwareMSM7X30(  147): case VOICE_CALL

D/AudioHardwareMSM7X30(  147): updateDeviceInfo: X cur_rx 0 cur_tx 1

V/AudioHardwareMSM7X30(  147): setFmVolume(100.000000)

V/AudioHardwareMSM7X30(  147): No Active FM stream is running

Guest Lens_flare
Posted (edited)
The only error I see is this

Of course, you can't see kernel log :]

But soundsystem is not only an audiolibrary ;)

Let's ask to Thepasto, he worked on kernel audio so he could know..

10 User(s) are reading this topic

4 members, 6 guests, 0 anonymous users

  1. Lens_flare,
  2. davidevinavil,
  3. vache,
  4. thepasto

thepasto, Wow, you are already here :D

Edited by Lens_flare
Guest davidevinavil
Posted

Of course, you can't see kernel log :]

But soundsystem is not only an audiolibrary ;)

Let's ask to Thepasto, he worked on kernel audio so he could know..

thepasto, Wow, you are already here :D

I'm talking with Thepasto since some days ;)

Guest davidevinavil
Posted

About volume issue I'm not completely sure is caused by kernel..

With vision libaudio source this issue isn't present :/

Guest davidevinavil
Posted

I made a dirty workaround..

I replace setFmVolume content with setVoiceVolume and fix volume at 100..

So at every call volume will fix to 100 but I don't know if FM will work when avaiable ;)

Guest stonebear
Posted (edited)

So we flash this in the usual way, then do I need to flash gapps or something?

Thought I might take a look. :)

Edited by stonebear

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.