[01/03/2012][Beta 4]General Discussion on CM 9 by LUPOHIRP

Search This thread

sweetnsour

Senior Member
May 11, 2011
2,628
2,465
Lupohirp has not asked for one, but I think it will really help if we compile a list of bugs for him. Especially if it is comprehensive. Anyone agree with me? sweetbinodray, as the op, do you mind compiling such a list? Even if lupohirp does not see this list, let's just put one together for the sake of organization (the dev thread is a slight mess right now :p)

Bugs to be fixed in next release:

Other than the bugs that lupohirp has posted already, here are some others that users have found (as of alpha 3):
1. Color banding
2. Lights in hardware buttons do not work
3. Not sure if the 3d issues have been fixed, as some games do not work. Perhaps this is related to the issue with the browser.
4. Screen off is slightly glitched (flickers, then turns off).
5. Gallery edit = fc
6. Keyboard is still misplaced (more info here)
7. The "slide" lockscreen and the accept/reject call screen: the ring is cut off the screen (it looks like it is supposed to be like that)
8. Phone does not enter deep sleep = battery drain
9. Video playback is poor
10. Error trying to sync google calendar (solution here)
11. Unable to change sim pin
12. Scrolling seems more resistive than capacitive
13. Unable to change brightness
14. Data does not work
15. Live wallpapers do not work
16. No anti-aliasing
17. Gallery does not load anything
18. Device encryption of the /data partition does not work
19. When phone is charged to 100%, battery icon still shows the charging icon
20. Reboot recovery is a little glitched (more info here)
21. Reboot is required for SD card to update/refresh
22. Phone reboots/freezes randomly

bugs that I have found/are not confirmed/may not be bugs:
1. Either the accelerometer is slightly sluggish (compared to gingerbread), or it just takes a while for the phone to change orientation
2. With the headphones plugged in, I do not recall there being a headphone icon in the statusbar

For now I will continue to add bugs to this post.
 
Last edited:

sweetbinodray

Senior Member
Apr 18, 2009
1,474
2,992
kolkata
Lupohirp has not asked for one, but I think it will really help if we compile a list of bugs for him. Especially if it is comprehensive. Anyone agree with me? sweetbinodray, as the op, do you mind compiling such a list? Even if lupohirp does not see this list, let's just put one together for the sake of organization (the dev thread is a slight mess right now :p)

Well, other than the bugs that lupohirp has posted already, here are some others that users have found (as of alpha 2):
1. color banding
2. lights in hardware button do not work
3. Not sure if the 3d issues have been fixed, as some games do not work. Perhaps this is related to the issue with the browser.
4. Screen off is slightly glitched (flickers, then turns off).
5. gallery edit = fc
6. keyboard is still misplaced
7. the "slide" lockscreen and the accept/reject call screen: the ring is cut off the screen
8. phone does not enter deep sleep = battery drain
9. video playback is poor

bugs that I have found that have not been confirmed:
1. either the accelerometer is slightly sluggish (compared to gingerbread), or it just takes a while for the phone to change orientation
2. with the headphones plugged in, I do not recall there being a headphone icon in the statusbar

That's good Idea. So that People can see the problem is of ROM not only with him. They will stop asking noob questions till it will get fixed.
 

sweetnsour

Senior Member
May 11, 2011
2,628
2,465
That's good Idea. So that People can see the problem is of ROM not only with him. They will stop asking noob questions till it will get fixed.

Can you copy the list to the first post or place a link to my post? I doubt whether people will see my post as it is now.

In case you do add the entire list to the first post, can you added the following after 9?
10. error trying to sync google calendar

If you place a link to my post instead, umm that works too :)
 

fundoozzz

Senior Member
Sep 21, 2011
1,837
1,363
New Delhi
what about this guys....

One more thing I want to mention is scrolling..
Like m having about 120contacts, earlier when I used to flick. .it used to go till the last but with ics its moving through only 10 to 15 contacts. .
I mean to say scrolling is more like resistive then capacitive..
So is it a bug or is it so with ics..

I quoted this just to report a bug..
N I very well understand that the release is merely alpha. .
[/ QUOTE]

I Posted this in development section... but no response came..

Sent from my LG-P500 using xda premium
 

Devil_Dude

Senior Member
Feb 13, 2011
313
40
Rourkela
Lupohirp has not asked for one, but I think it will really help if we compile a list of bugs for him. Especially if it is comprehensive. Anyone agree with me? sweetbinodray, as the op, do you mind compiling such a list? Even if lupohirp does not see this list, let's just put one together for the sake of organization (the dev thread is a slight mess right now :p)

Well, other than the bugs that lupohirp has posted already, here are some others that users have found (as of alpha 2):
1. Color banding
2. Lights in hardware button do not work
3. Not sure if the 3d issues have been fixed, as some games do not work. Perhaps this is related to the issue with the browser.
4. Screen off is slightly glitched (flickers, then turns off).
5. Gallery edit = fc
6. Keyboard is still misplaced
7. The "slide" lockscreen and the accept/reject call screen: the ring is cut off the screen
8. Phone does not enter deep sleep = battery drain
9. Video playback is poor
10. Error trying to sync google calendar
11. Unable to change sim pin
12. Scrolling seems more resistive than capacitive

bugs that are not confirmed/may not be bugs:
1. Either the accelerometer is slightly sluggish (compared to gingerbread), or it just takes a while for the phone to change orientation
2. With the headphones plugged in, I do not recall there being a headphone icon in the statusbar

For now I will continue to add bugs to this post.

hey dude 3d is now working but opengl is little buggy i guess so and scrolling is now like capacitive try to use a little simple launcher
 

vk2r

Senior Member
Feb 2, 2011
219
20
How do you fix the problem with the Market ?
I cant download anything ... even installing the version 3.4.4 of the Market.
 
  • Like
Reactions: Alkoor

tukak

Member
Feb 17, 2011
15
4
How do you fix the problem with the Market ?
I cant download anything ... even installing the version 3.4.4 of the Market.

As root run :
Code:
mount -o remount,rw /system
chmod +x /system/bin/drmserver
/system/bin/drmserver&
mount -o remount,ro /system

credits sweetbinodray
 

vk2r

Senior Member
Feb 2, 2011
219
20
As root run :
Code:
mount -o remount,rw /system
chmod +x /system/bin/drmserver
/system/bin/drmserver&
mount -o remount,ro /system

credits sweetbinodray

Code:
mount -o remount,rw /system
chmod 666 /system/bin/drmserver /system/bin/drmserver&
mount -o remount,ro /system

So ?
 

tukak

Member
Feb 17, 2011
15
4
Code:
mount -o remount,rw /system
chmod 666 /system/bin/drmserver /system/bin/drmserver&
mount -o remount,ro /system

So ?

Did you run these commands via adb or terminal? Market should work after running them.
Should be fixed in Alpha 3.

Sent from my LG-P500 using XDA App
 

sQuAshPL

Senior Member
Apr 11, 2011
84
11
Gdynia (Poland)
When I do backup by CWM 5.0.7, then flash CM9, will can I restore/go back(?) mine backup?
Sorry for my bad/poor English.

Swypnięte z LG-P500 przy użyciu Forum Runner
 

Top Liked Posts