otherside / liquidsmoothroms

Automatically exported from code.google.com/p/liquidsmoothroms
0 stars 0 forks source link

Date Behavior: Won't Launch Calendar when Checked #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Liquid Control
2. Enter "Statusbar: General"
3. Check "Date Behavior" in order to make date open calendar
4. Open notification bar and click date
5. Nothing happens

What is the expected output? What do you see instead?
Calendar should show. Instead nothing happens

What version of the product are you using? On what operating system?
Liquid 1.35

Please provide any additional information below.
Log provided, issue shown near end

Original issue reported on code.google.com by matthewj...@gmail.com on 27 Apr 2012 at 4:03

Attachments:

GoogleCodeExporter commented 9 years ago
line 7295: D/PhoneStatusBar(  270): 

...could not find Calender because 

line 7293 is calling for com.google.android.calendar but is coming up empty, i 
will talk to jbird about this shouldn't be too tricky to fix....Thank you very 
much for the log :D
I/ActivityManager(  180): START {act=android.intent.action.MAIN flg=0x30028000 
cmp=com.google.android.calendar/com.android.calendar.AllInOneActivity} from pid 
270 -nocoast

Original comment by voteforp...@gmail.com on 27 Apr 2012 at 4:19

GoogleCodeExporter commented 9 years ago
got the line notes backwards it goes 

line 7293: D/PhoneStatusBar(  270): 

...could not find Calender because 

line 7295 is calling for com.google.android.calendar but is coming up empty, i 
will talk to jbird about this shouldn't be too tricky to fix....Thank you very 
much for the log :D
I/ActivityManager(  180): START {act=android.intent.action.MAIN flg=0x30028000 
cmp=com.google.android.calendar/com.android.calendar.AllInOneActivity} from pid 
270 -nocoast Little alteration no biggie ;)

Original comment by voteforp...@gmail.com on 27 Apr 2012 at 8:37