[DEV][ROM][14.5.] CyanogenMod 10 (Continuation of KonstaT's work)
Started by
daemond
, Jan 20 2013 03:00 PM
#261
Posted 12 February 2013 - 02:21 PM
If you don't need it, just don't comment it, is it so hard?
Proud to be a Blade user :)
Running on CM10.1
Running on CM10.1
#262
Posted 12 February 2013 - 03:57 PM
James Horny, on 12 February 2013 - 12:03 PM, said:
I agree with you FM is a relic from previous millennium and has nothing to do with nowadays advanced devices. 
Looking for a ROM that DOES NOT unlock screen if you answer call with headset button, :angry: please Star this issue so Google may decide to fix it in the next decade or two.
#263
Posted 12 February 2013 - 05:15 PM
#264
Posted 12 February 2013 - 05:30 PM
ziofaggio, on 12 February 2013 - 05:15 PM, said:
for me voice dictation to sms is more important
Sure! SMS is the future! ¬¬
I agree with the importance of voice dictation, but also FM radio, it saves a lot of battery instead of being connected to the data network to be informed of a football match for example.
#265
Posted 12 February 2013 - 06:36 PM
daemond, on 11 February 2013 - 06:23 PM, said:
Regarding FM radio, I have finished a vendor library implementation, and it seems to work just fine. Here's the code. Unfortunately, the new FM radio framework relies on a different working principle. The radio in the Blade just patches the audio through the analog audio mixer, the new framework instead is designed to record the live audio from the FM chipset and play it back like regular media files. So actual playback doesn't function properly yet, unless you somehow unmute audio while the radio is tuned to a station.
Maybe someone that knows more about Android's audio system could take a look at this... basically, the FM audio routing and volume control found in Gingerbread needs to be reimplemented.
Maybe someone that knows more about Android's audio system could take a look at this... basically, the FM audio routing and volume control found in Gingerbread needs to be reimplemented.
The new FM Radio framework doesn't compile in CM9, although someone merged some patches and some people said it was OK.. I guess no one tested it really!
Your code compiles fine in CM9, except I had to change all ALOGs to LOGs..
#266
Posted 13 February 2013 - 05:40 AM
Hello, I'd like to thanks for a nice stable ROM. I have a question about MMS. I've tried previous Konstat buid, than I switched to 4.2.1, and reverted back to this Deamond build. Everything works as it should be, except sending and receiving MMS. I can get them, while I am connected with WiFi (and mobile data ON). If I disconnect, I just keep getting Sending, or Message cant be retrieved message. If I switch WiFi on and connect to hotspot everything is just fine. Well most of time, I am on Edge/Gprs.
I've checked APN's, they're OK. I'm really sorry, if I have missed something..
I've checked APN's, they're OK. I'm really sorry, if I have missed something..
#267
Posted 13 February 2013 - 07:14 PM
What is the correct way to flash? Format system, wipe cache, dalvik, flash rom and gapps, thats all? Or do I need to wipe anything after flash?
#268
Posted 13 February 2013 - 07:21 PM
Pofka, on 13 February 2013 - 07:14 PM, said:
What is the correct way to flash? Format system, wipe cache, dalvik, flash rom and gapps, thats all? Or do I need to wipe anything after flash?
Format system
Factor reset / wipe data
Flash ROM
Flash Gapps
Reboot
Update ROM
Flash ROM
Reboot
Edited by De@n, 13 February 2013 - 07:27 PM.
- Device: Xperia S
- Bootloader status: Unlocked
- ROM: EOS 4.2.2
- Recovery: TWRP 2.5
#269
Posted 13 February 2013 - 10:01 PM
#270
Posted 14 February 2013 - 05:17 PM
Very good rom. Works like a charm. Probably the best blade rom I have ever tried. Waiting for coming updates (hopefully). 
#271
Posted 14 February 2013 - 09:42 PM
This is a great rom been using it for a couple of weeks now, it is stable and good battery life but one thing, not really much but when i lock the screen the screen off animation happens then the screen goes black for a second then flashes the lockscreen then goes off again any fix for this. Anyway it is a good rom and nice to see somebody carrying on with KonstaT's works
keep up the good work Daemond
By the way I would like to see the Fm radio working it would be a nice bonus!
By the way I would like to see the Fm radio working it would be a nice bonus!
#272
Posted 17 February 2013 - 05:02 PM
By the way, does anyone remember how FM radio volume control was done from an end-user point of view on Gingerbread (CM7)? Was it fully integrated with system volume control?
Edited by daemond, 17 February 2013 - 05:02 PM.
#273
Posted 17 February 2013 - 06:19 PM
daemond, on 17 February 2013 - 05:02 PM, said:
By the way, does anyone remember how FM radio volume control was done from an end-user point of view on Gingerbread (CM7)? Was it fully integrated with system volume control?
I guess this link http://www.modaco.co...or-zte-bladesf/ will give you an idea
And this link http://andorko.hu/android/ belongs to FM Radio author Andorko
Edited by anantk, 17 February 2013 - 06:25 PM.
#274
Posted 17 February 2013 - 06:41 PM
This doesn't help much. This is one of the early apps that (more or less) directly talks to the hardware. CM7's radio is quite different, and uses framework interfaces to configure the radio and volume.
Nevermind, I'll just read the CM7 sources.
Nevermind, I'll just read the CM7 sources.
#275
Posted 17 February 2013 - 07:00 PM
In the Swedish Snow radio volume control is made via radio app. System volume does not influence radio volume.
#276
Posted 17 February 2013 - 08:07 PM
daemond, on 17 February 2013 - 05:02 PM, said:
By the way, does anyone remember how FM radio volume control was done from an end-user point of view on Gingerbread (CM7)? Was it fully integrated with system volume control?
I don't know exactly where I saw it, but the FM Radio in CM7 is using the Music Stream, so, fully integrated in system volume control..
#277
Posted 17 February 2013 - 08:13 PM
Yeah, I figured that out about 20 minutes ago myself.
The FM volume is coupled to music volume via the alias system of the AudioService. Quite a nice solution. I am currently trying to get this working, it shouldn't be hard. Switching FM audio on/off is already working.
#278
Posted 17 February 2013 - 08:32 PM
Great! Even if lots didn't want FM working - i like it to have
THANKS for your tests on FM.
Edited by mitchde, 17 February 2013 - 08:32 PM.
#279
Posted 17 February 2013 - 08:59 PM
daemond, on 17 February 2013 - 08:13 PM, said:
Yeah, I figured that out about 20 minutes ago myself.
The FM volume is coupled to music volume via the alias system of the AudioService. Quite a nice solution. I am currently trying to get this working, it shouldn't be hard. Switching FM audio on/off is already working.
Is the things in your GitHub up-to-date with your latest changes? I'll try to compile the FM stack for CM9 again since there were a few commits in cm9 on the fm stack, and if it builds I may try to help where I can..
#280
Posted 17 February 2013 - 09:35 PM
Not yet. If I get volume control working correctly I'll push the changes.
2 user(s) are reading this topic
1 members, 1 guests, 0 anonymous users
-
I900-Nutzer







Sign In
Create Account


Back to top










