Guest James Horny Posted February 8, 2013 Report Posted February 8, 2013 (edited) Keep app data & dalvik cache on internal memory. Because app data & dalvik cache dont't fit into internal memory for me, I can't consider to do so. <_< Edited February 8, 2013 by James Horny
Guest elrond_bs Posted February 8, 2013 Report Posted February 8, 2013 (edited) @ James Horny: then you slow down, your already slow phone - your choice. If the apps you use doesn't require much speed, it will be ok. KonstaT and other devs commented on this many times, saying that moving dalvik cache and especially app data is not recommended and will slow down your phone. One way to resolve this is to use Link2SD and move dalvik cache only for selected simpler apps. Tested by me and works - no slow downs. Anybody knows why I cant update google search? Is it ARMv7 and higher only? Yes, it is exactly. Our version is unofficial and unsupported, so no updates. The team that made it possible to work on ARM6 abandoned the project long time ago. And the code is not only ARM7, but also proprietary (no source code), so it won't ever work any better than this. Edited February 8, 2013 by elrond_bs
Guest James Horny Posted February 8, 2013 Report Posted February 8, 2013 @ James Horny: then you slow down, your already slow phone - your choice. If the apps you use doesn't require much speed, it will be ok. KonstaT and other devs commented on this many times, saying that moving dalvik cache and especially app data is not recommended and will slow down your phone. One way to resolve this is to use Link2SD and move dalvik cache only for selected simpler apps. Tested by me and works - no slow downs. Yes, it is exactly. Our version is unofficial and unsupported, so no updates. The team that made it possible to work on ARM6 abandoned the project long time ago. And the code is not only ARM7, but also proprietary (no source code), so it won't ever work any better than this. If there is not free enough for dalvik-cache on the phone's internal storage I'll find it as a good and only solution to move it to sd-ext and take care of the adequate performance by other means. If the only option is either dalvik- or application-data I'll choose the later. I've good performance on my Blade and is not an issue for me at the moment. Eventually I prefer S2E to that Link2SD.
Guest elrond_bs Posted February 8, 2013 Report Posted February 8, 2013 (edited) It's your choice, of course, if it's ok for you. :) Just read the comments in the older thread (by KonstaT himself), to understand the logic behind all and you will see I'm right. Also, obviously you have far too many apps, I have ~150 user apps and still have a lot of space with no app data moved and dalvik cache moved only for 2/3 of my apps! You could uninstall what you don't need and use Titanium Backup copies for apps that are "just in case". :) Edited February 8, 2013 by elrond_bs
Guest JuubisFIN Posted February 8, 2013 Report Posted February 8, 2013 So i am having some pretty weird issues, i cant open the play store on any 4.x rom, it just closes instantly... But this is a great rom! I have now used it a day, and its very nice! thanks daemon for a great rom.
Guest nokiafan02 Posted February 9, 2013 Report Posted February 9, 2013 I think app data is ok to move to sd-ext, as long as the sd card you're using is high speed
Guest ZTR Posted February 9, 2013 Report Posted February 9, 2013 Well I always move data to SD and my phone experiences no slowdowns whatsoever :shrug: BTW also I also use SD booster to increase my SD card speed ;)
Guest thanasis00 Posted February 9, 2013 Report Posted February 9, 2013 Hello! The past few days, i noticed a minor issue with the bt on this rom. Sometimes, the sound to my bt handsfree is choppy. I have to turn off and back on bt on the mobile to make it stop. Anyone else experiencing the same?
Guest Simono Posted February 9, 2013 Report Posted February 9, 2013 Guys why I don't see my ext partition on sd card in s2e? I use cwm to partitiining my sd card.
Guest vNa5h Posted February 10, 2013 Report Posted February 10, 2013 [*]prefer RGB565 pixel format for opaque surfaces and bitmaps [*]reenable 16bpp drawing cache [*]use RGB565 pixel format for wallpaper What does this actually do... A little googling told me that it reduces the heap memory requirement... So does that mean it reduces the occurrence of the white blocks in certain games...
Guest elrond_bs Posted February 10, 2013 Report Posted February 10, 2013 Search the thread, daemon explained it. <_< He even added a kernel update.
Guest vNa5h Posted February 10, 2013 Report Posted February 10, 2013 (edited) AFAIK the 16bpp transparency setting actually doesn't do a thing anymore. The framework-side code was removed a long time ago... By the way, for the people that have problems with white textures in some memory-hungry games, I have something to test. Try to flash this zip on top of your CM10 or CM10.1 install. This contains a kernel image configured with increased vmalloc space size. This is where most GPU memory is allocated from. Plague Inc. works just fine with this, despite being a horrible resource hog... Ate you talking about this... I already tested it... So does that latest ROM contain this kernel or not Edited February 10, 2013 by vNa5h
Guest vNa5h Posted February 10, 2013 Report Posted February 10, 2013 I have uploaded a new build, see the first page for changelog and download link. This build comes with changes that might be a bit controversial, but they are a good tradeoff in my opinion. The basic idea is, the framebuffer is running at RGB565 anyway, so it does not make much sense to use RGBX8888 for opaque surfaces, or for bitmaps that are typically blitted to the screen without transformations. I've switched as much as possible and reasonable to RGB565, enabled dithering in the appropriate places and made the drawing cache (used by the software UI renderer) capable of 16bpp again. Overall, this reduces memory consumption, speeds up software rendering and cuts down fillrate load on the GPU at minimal loss of visual quality. In rare cases you will see some banding. Especially the homescreen and lockscreen are noticeably faster and apps that use the software UI renderer are back to the speed you might remember from Gingerbread. Hardware-accelerated UI rendering does not benefit from these optimizations, though, because it always uses ARGB8888 surfaces. Yes I read that too...
Guest Posted February 10, 2013 Report Posted February 10, 2013 The ROM does not contain the kernel. I just put it up for testing purposes. I am not sure if it is a good idea to just increase the vmalloc size. It reduces the amount of physical memory available for userspace, but might also have side effects worse than that.
Guest vNa5h Posted February 10, 2013 Report Posted February 10, 2013 The ROM does not contain the kernel. I just put it up for testing purposes. I am not sure if it is a good idea to just increase the vmalloc size. It reduces the amount of physical memory available for userspace, but might also have side effects worse than that. Why not keep a balance between the two ... Increase it a bit but not too much
Guest ilopez85 Posted February 11, 2013 Report Posted February 11, 2013 One question, it's possible to port the circular controls from paranoid 3 to cyanogen 10? These controls seem to be more useful than the navbar, not taking up space on the screen by default. http://oi50.tpnotallowed.com/14oaj3o.jpg http://oi48.tpnotallowed.com/sb1x1y.jpg
Guest Loki86 Posted February 11, 2013 Report Posted February 11, 2013 @ilopez85 yes, you can install lmt launcher isn't a real launcher, but it's integrate with your lanucher, I installed in cm9 and works very well
Guest ilopez85 Posted February 11, 2013 Report Posted February 11, 2013 (edited) @Loki86: Thanks! :) Anyway, if it were possible to integrate it in cm10, improvement will be welcome Edited February 11, 2013 by ilopez85
Guest Posted February 11, 2013 Report Posted February 11, 2013 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.
Guest 222nobrak Posted February 11, 2013 Report Posted February 11, 2013 (edited) Who use fm radio ;-) Now its only tunein :-D Please Link to this yellow Wall :-) Edited February 11, 2013 by 222nobrak
Guest Loren82 Posted February 11, 2013 Report Posted February 11, 2013 The team freeXperia, implemented in their roms Fmradioreceiver perhaps could help with anything, I think in some xperia ancient run was achieved.
Guest Posted February 11, 2013 Report Posted February 11, 2013 Yeah, the FM radio stack in CyanogenMod was ported by the FreeXperia people. I can already start the FmRadioReceiver app you're showing in the screenshot, and scanning stations works too. It's just that audio output doesn't really work. :)
Guest anantk Posted February 12, 2013 Report Posted February 12, 2013 Yeah, the FM radio stack in CyanogenMod was ported by the FreeXperia people. I can already start the FmRadioReceiver app you're showing in the screenshot, and scanning stations works too. It's just that audio output doesn't really work. :) Great achievement Daemond. So near for FM Radio functionality on CM10/CM10.1 Blade ROM. Someone just needs to put icing on the cake you have prepared now. :)
Guest 陰莖:) Posted February 12, 2013 Report Posted February 12, 2013 Unnecessary work and extra efforts, no one even uses ancient FM.
Guest Loren82 Posted February 12, 2013 Report Posted February 12, 2013 Unnecessary work and extra efforts, no one even uses ancient FM. That's what you say, but a lot of people still on CM7, just for that, it seems to me an important part now that most problems were resolved.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now