Jump to content

[ROM][beta]CyanogenMod 9


Guest Lens_flare

Recommended Posts

Guest Lens_flare

When I run command "adb devices"

I don't see my device But after running the same command for 4 to 5 times

I finally see my device.

maybe it's your usb connection?

But whenever I try to install apps it says protocol failed or sometimes doesn't do anything

notice - protocol, not certificate or pm...

please check your connection, as I'm spending lot time in debugging(on linux tbh), I'd notice if something went wrong..

Link to comment
Share on other sites

Guest soundemonchan

liquid metal newbie, I had that problem too. Make sure install from Non-Market sources is enabled in settings, and see if root over ADB is allowed and try again.

Link to comment
Share on other sites

Guest Ho_Android

Hey Lens!

Many thanks for your great work! Any news on solving the remaining issues?...

Like many many others I keep fingers crossed and I am keen on installing your CM9-ICS-mod on my Liquid MT........!!

Link to comment
Share on other sites

Guest Lens_flare
Any news on solving the remaining issues?...

damn, I asked, "don't ask for ETA" ;[

Now I'm working on mobile data issue - got libril from CM and modified it, but now even couldn't reach error I got before. I guess when I reach previous error, it would be much easy to solve as I now have full log from ril.

Link to comment
Share on other sites

Guest Lens_flare

Good news: I transmuted CM libril to acer-compatible opensource libril(which was proprietary).

Bad news: its log shows actually nothing that could help with mobile data problem, it just like acer lib, shows no activity after connection constructed. And SMS doesn't seem to work now.

Edited by Lens_flare
Link to comment
Share on other sites

Guest liquid metal newbie

hey Guys,

u downloaded jelly bean animations from xda they say it is compatible with all ICS roms but it does't work on our cm9

any idea why??

Link to comment
Share on other sites

Guest Lens_flare

yes it's sometimes annoying..

News: Sounds like issue with data is caused by wrong framework module, detailed log investigation went me to ILLEGAL_SIM_OR_ME error, which happens once and then cuts all processes like setup_data_call request. Now with opensource ril I'll try to balance all requests and see if sim could be loaded correctly (damn qualcomm ;[ ).

Link to comment
Share on other sites

Guest SuperCiccio

The only things we can do are:

  • offer ourselves as developer/tester;
  • find someone that can do the thing at the first point;
  • make a donation;
  • wait.

Thanks to all!

Link to comment
Share on other sites

Guest Lens_flare

News: opensource libril is impossible, proven by SIM_IO request, which needs a proprietary code conversion for each operation with sim.

Error on SET_NETWORK_SELECTION_AUTOMATIC(ILLEGAL_SIM_OR_ME) depends on OPERATOR request or more exactly - on plmn, which arrives from RIL in numeric form(25020 instead of TELE2 for example), then spn (which is normal - TELE2) arrives but plmn still numeric, so OPERATOR request looks like that:

OPERATOR {25020, 25020, 25020}
instead of
OPERATOR {TELE2, TELE2, 25020}[/code]

acer_ril.db solves that issue, but it only masks a real problem.

I think it is something to do with requests sequence which should be modified to wait OPERATOR response become adequate enough.

Link to comment
Share on other sites

Guest olivieroa

OPERATOR {25020, 25020, 25020}
instead of
OPERATOR {TELE2, TELE2, 25020}[/code]

did you try to substitute variables with static values of your operator to see if the function works well?

acer_ril.db solves that issue, but it only masks a real problem.

I think it is something to do with requests sequence which should be modified to wait OPERATOR response become adequate enough.

acer_ril.db contains a traslation table from values to operator names?

Link to comment
Share on other sites

Guest Lens_flare

I just don't know how it uses these values as "responseStrings" is common for many many requests.

acer_ril.db contains a traslation table from values to operator names?

yes.

Link to comment
Share on other sites

Guest olivieroa

do you think Jelly Bean release can help?

Did you try to start a port of JB.

Maybe new version isn't affected by this problem...

Link to comment
Share on other sites

Guest Lens_flare
do you think Jelly Bean release can help?

Did you try to start a port of JB.

Maybe new version isn't affected by this problem...

We should wait for CM anyway coz hw is not fully implemented

Link to comment
Share on other sites

Guest Lens_flare
Remember that isn't working Hardware Encoding.. i can't play 720P Videos :)

What if I say hw encoding won't work on CM-s?

Use SW encoding instead, it is better enough.

Link to comment
Share on other sites

Guest Lens_flare

I'm searching a guy who modified Acer Download Tool for us, as I see it's a MA (or is it a community?), anybody knows who's it?

He also could know how to flash 2.2 baseband on 2.3 rom..

Link to comment
Share on other sites

Guest Mtman1
I'm searching a guy who modified Acer Download Tool for us, as I see it's a MA (or is it a community?), anybody knows who's it?

He also could know how to flash 2.2 baseband on 2.3 rom..

Have a look at this:

His usernames jiego and I think this is what you meen

Edited by Mtman1
Link to comment
Share on other sites

Guest Lens_flare

Sent him pm..

About camera, seems like I solved first mmap fail by activating USE_ION define, but new mmap fail arised, now even strange:


E/QualcommCameraHardware(  112):  Locked buffer 1 successfully

E/QualcommCameraHardware(  112): Handle 0x3cf48, Fd passed:62, Base:0x44390000, Size 0x71000

E/MemoryHeapBase(  112): mmap(fd=57, size=462848) failed (Invalid argument)

E/QualcommCameraHardware(  112):  Mapped Preview buffer 1

E/QualcommCameraHardware(  112): Got the following from get_mem data: 0xffffffff, handle :249744, release : 0x405acb6d, size: 462848

You saw that?

Fd passed:62

mmap(fd=57

!!! HOW?

fd passed to mmap is the same - 62, but something converts it to constant 57 or 58 and of course it fails!

BTW, if I comment out MAP_FAILED check, sounds like I could pass to camera interface and even do something (of course all will fail). It actually means if we can do something with that mmap fail, camera will work (if not fail again somewhere).

Link to comment
Share on other sites

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.