Jump to content

[ROM][beta]CyanogenMod 9


Recommended Posts

Guest Lens_flare
Posted

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..

Guest liquid metal newbie
Posted

Alright will do a reinstall and try again

Guest soundemonchan
Posted

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.

Guest Ho_Android
Posted

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........!!

Guest Torquin
Posted

Same here, great project and so close toget it perfect ! Thanks for all the work, can't wait :)

Guest Lens_flare
Posted
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.

Guest Lens_flare
Posted (edited)

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
Guest liquid metal newbie
Posted

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??

Guest Eduard1234
Posted

Will we have a rom with mobile data working?

Guest Unbr8kbal
Posted

Will we have a rom with mobile data working?

Not if Lens uses all his time to answer these questions....

Guest chemicalbuz
Posted
Will we have a rom with mobile data working?

Ohh wtf stop asking annoying stupid question!

Guest Lens_flare
Posted

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 ;[ ).

Guest SuperCiccio
Posted

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!

Guest Lens_flare
Posted

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.

Guest olivieroa
Posted

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?

Guest Lens_flare
Posted

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.

Guest olivieroa
Posted

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...

Guest Lens_flare
Posted
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

Guest Skynet94
Posted

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

Guest Lens_flare
Posted
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.

Guest Lens_flare
Posted

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..

Guest Mtman1
Posted (edited)
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
Guest Lens_flare
Posted

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).

Guest Mtman1
Posted

So close! Stick on trying to fix the camera, as the data looks quite hard to fix :(

Guest bollix
Posted

But i think, that the mobile data is quite required:<

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.