How to toggle the navigation bar when the soft keyboard is showing - OnePlus 6 Themes, Apps, and Mods

You need an application that can detect when the soft keyboard is showing or hidden, for example https://play.google.com/store/apps/details?id=com.jozein.xedgepro
Set the action when then keyboard is shown as running this shell command:
Code:
settings put system buttons_show_on_screen_navkeys 0 && settings put system op_navigation_bar_type 3
This hides the navigation bar and activate the gesture navigation. Note that the
Code:
&&
is part of the shell command.
Set the action when then keyboard is hidden as running this shell command:
Code:
settings put system buttons_show_on_screen_navkeys 1 && settings put system op_navigation_bar_type 1
This shows the navigation bar and disable the gesture navigation.
Both requires root access or maybe the changing system settings permission granted to the application making the change.
Other command:
Code:
settings put system buttons_show_on_screen_navkeys 1 && settings put system op_navigation_bar_type 2
Enable the navigation bar with the hide button.

thanks, finally a way to disable the navbar
the only problem is that the navbar space is not being used, I have now a black border underneath the keyboard... do you know how to move the keyboard down to the very bottom of the screen?

Sorry I don't know how to remove the black border you mentioned. I don't have any black border though using oxygenos oreo and gboard.

so it doesn't look like that for you (see attached screenshot)?

No, in my case when the keyboard is shown, the navigation bar disappears, and the keyboard move down. Actually it might not be a bad thing because in my case I found it rather annoying that the keyboard move down a little just when I am going to press a letter.

Tasker profile to show the navbar on any orientation other than portait orientation and revert to gesture navigation on portrait orientation - because using the gesture navigation in other than the portrait orientation is difficult.
Code:
<TaskerData sr="" dvi="1" tv="5.5">
<Profile sr="prof19" ve="2">
<cdate>1539321784266</cdate>
<edate>1539322145574</edate>
<id>19</id>
<mid0>5</mid0>
<mid1>8</mid1>
<nme>Auto NavBar</nme>
<State sr="con0" ve="2">
<code>122</code>
<Int sr="arg0" val="0"/>
</State>
</Profile>
<Task sr="task5">
<cdate>1539312802034</cdate>
<edate>1539322025410</edate>
<id>5</id>
<nme>Portrait</nme>
<Action sr="act0" ve="7">
<code>348</code>
<Int sr="arg0" val="1"/>
<Str sr="arg1" ve="3"/>
<Str sr="arg2" ve="3">%orientation</Str>
</Action>
<Action sr="act1" ve="7">
<code>548</code>
<Str sr="arg0" ve="3">%orientation</Str>
<Int sr="arg1" val="0"/>
</Action>
<Action sr="act2" ve="7">
<code>123</code>
<Str sr="arg0" ve="3">settings put system buttons_show_on_screen_navkeys 0 && settings put system op_navigation_bar_type 3</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="1"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
<ConditionList sr="if">
<Condition sr="c0" ve="3">
<lhs>%orientation</lhs>
<op>0</op>
<rhs>portrait</rhs>
</Condition>
</ConditionList>
</Action>
<Action sr="act3" ve="7">
<code>123</code>
<Str sr="arg0" ve="3">settings put system buttons_show_on_screen_navkeys 1 && settings put system op_navigation_bar_type 1</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="1"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
<ConditionList sr="if">
<Condition sr="c0" ve="3">
<lhs>%orientation</lhs>
<op>0</op>
<rhs>portrait-reverse</rhs>
</Condition>
</ConditionList>
</Action>
</Task>
<Task sr="task8">
<cdate>1539313091775</cdate>
<edate>1539322045807</edate>
<id>8</id>
<nme>Landscape</nme>
<pri>1006</pri>
<Action sr="act0" ve="7">
<code>123</code>
<Str sr="arg0" ve="3">settings put system buttons_show_on_screen_navkeys 1 && settings put system op_navigation_bar_type 1</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="1"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
</Action>
</Task>
</TaskerData>

Related

JWMD SlideUnlock v1.0.0520.2011

This is my 2nd attempt on creating a Windows Phone 7 Lock like application for Windows Mobile 6.x and 6.5.x. The first one I made was like too simple and it's not skinnable, so this one has that feature.
I made the horizontal-slide-and-unlock because I thought it'll be more Finger Friendly because we just have to use one hand when sliding unlike what WP7 usually have. Pshychologically, more people will use their other hand when unlocking because they have a large screen and they have to slide their finger all the way to the top or probably make a fast flick of their thumb. And think about the screen got an initial hard pressure from your thumb.
This is a very early stage of SlideUnlock development but i'm releasing it so I can get your inputs and feedbacks.
So what are the features?
It's skinnable!
Add your own Image or Text!
Add your custom font.
Add your custom image or text
You can reposition the objects.
Supports all resolution!
Slide horizontally
Slide vertically
Supports All Language.
It Suspend or turn the Backlight Off when unused or unlocked for n seconds.
and it's free (again)
How to skin?
You can grab the app.settings file after you install the application. The file is located where you installed the application. Open it and you can read the comments I made there. There are some initial PNG images there too.
The current theme is designed for VGA So I wish guys you make your theme and share it here too
HISTORY said:
May 30, 2011 - 1.0.0530.2011
ADDED: sumon file (you don't have to worry about it) - now you can lock the screen by tapping on the program icon. The old one was either you have to press the power button or you have to wait the phone to standby before it locks the screen.
April 29, 2011 - 1.0.0426.2011
ADDED: Vertical sliding support (check configuration "app.config" and post #2)
FIXED: Slider. Continues to slide even if it slides tooo slow.
FIXED: Lagging when scrolling
March 31, 2011 - 1.0.0331.2011
ADDED: It will Suspend/Backlight Off when not unlock for n seconds
ADDED: Text support for image objects
ADDED: sleep.exe - will suspend your device
ADDED: backlightoff.exe - will turn the backlight off
UPDATED: Animation code
FIXED: support for multi language rom
FIXED: slide to left
FIXED: adding custom image object and text object
March 29, 2011 - 1.0.0329.2011
Fixed localization
Updated comments on app.config
March 28, 2011 - Initial Release
It's skinnable!
Add your own Image or Text!
Add your custom font.
You can reposition the objects.
Supports all resolution!
Slide horizontally.
and it's free (again)
Click to expand...
Click to collapse
Guys when reporting an error
Kindly include this details:
Device Brand and Model
ROM, ROM Language, ROM Link
Error Message and Screenshots
What you did before the error shown.
there's a patch for version 1.0.0329.2011
http://forum.xda-developers.com/showpost.php?p=12493309&postcount=20
patch details: fixed language
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you're having a difficulty unlocking, you can play around on the settings (But I suggest, play around with DragSensitivity first). You can also share your best setting for your device.
Editing the settings can be found in app.settings.
here's the complete app.config file content.
HTML:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- START: GENERAL SETTINGS -->
<add key="fontname" value="Segoe WP Light"/>
<!-- if locked, the phone will sleep after n seconds -->
<add key="SleepTimeout" value="30"/>
<!-- -1 = Disable, 0 = Turn Off Backlight, 1 = Sleep Device -->
<add key="SleepType" value="1"/>
<!--
The goal is to support lower DPIs when your theme was designed for higher DPI(192)
So you're designing your theme in what DPI?
QVGA, WQVGA = 96
VGA, WVGA = 192
-->
<add key="ThemeDPI" value="96"/>
<!-- double tap to end the application -->
<add key="DevMode" value="1"/>
<!-- END: GENERAL SETTINGS -->
<!-- START: scrolling settings -->
<!-- DragDistanceFactor must be greater than or equal to 1.0 -->
<add key="DragDistanceFactor" value="50.0"/>
<!-- SnapBackFactor must fall within exclusive range 0.0 < value < 1.0 -->
<add key="SnapBackFactor" value="0.5"/>
<!-- DeaccelerationFactor must fall within exclusive range 0.0 < value < 1.0 -->
<add key="DeAccelerationFactor" value="0.95"/>
<!-- MaxVelocity must be greater than or equal to 1.0 -->
<add key="MaxVelocity" value="9000.0"/>
<!--
0 = Horizontal, 1 = Vertical
When setting the SlideMode to Vertical, make sure to have a higher
DragSensitivity!
-->
<add key="SlideMode" value="0"/>
<!-- the lesser the more sensitive -->
<add key="DragSensitivity" value="8"/>
<!-- END: kinectic scrolling settings -->
<!-- START: object count -->
<!-- max key for text objects -->
<add key="TextObjects" value="20"/>
<!-- max key for image objects -->
<add key="ImageObjects" value="20"/>
<!-- END: object count -->
<!-- START: Text Objects -->
<!--
format:
key_text_properties
-->
<!--
CLOCK
-->
<add key="0_text_left" value="12"/>
<add key="0_text_top" value="110"/>
<add key="0_text_textsize" value="70"/>
<add key="0_text_color_red" value="255"/>
<add key="0_text_color_green" value="255"/>
<add key="0_text_color_blue" value="255"/>
<add key="0_text_fontstyle_normal" value="1"/>
<add key="0_text_fontstyle_bold" value="0"/>
<add key="0_text_fontstyle_italic" value="0"/>
<add key="0_text_fontstyle_strikeout" value="0"/>
<add key="0_text_fontstyle_underline" value="0"/>
<!-- 0 = PLAIN TEXT, 1 = DATETIME -->
<add key="0_text_type" value="1"/>
<add key="0_text_text" value=""/>
<add key="0_text_format" value="h:mm"/>
<!--
DATE DAY
-->
<add key="1_text_left" value="12"/>
<add key="1_text_top" value="160"/>
<add key="1_text_textsize" value="40"/>
<add key="1_text_color_red" value="255"/>
<add key="1_text_color_green" value="255"/>
<add key="1_text_color_blue" value="255"/>
<add key="1_text_fontstyle_normal" value="1"/>
<add key="1_text_fontstyle_bold" value="0"/>
<add key="1_text_fontstyle_italic" value="0"/>
<add key="1_text_fontstyle_strikeout" value="0"/>
<add key="1_text_fontstyle_underline" value="0"/>
<!-- -1 = HIDE, 0 = PLAIN TEXT, 1 = DATETIME -->
<add key="1_text_type" value="1"/>
<add key="1_text_text" value=""/>
<add key="1_text_format" value="dddd"/>
<!--
DATE
-->
<add key="2_text_left" value="12"/>
<add key="2_text_top" value="190"/>
<add key="2_text_textsize" value="40"/>
<add key="2_text_color_red" value="255"/>
<add key="2_text_color_green" value="255"/>
<add key="2_text_color_blue" value="255"/>
<add key="2_text_fontstyle_normal" value="1"/>
<add key="2_text_fontstyle_bold" value="0"/>
<add key="2_text_fontstyle_italic" value="0"/>
<add key="2_text_fontstyle_strikeout" value="0"/>
<add key="2_text_fontstyle_underline" value="0"/>
<!-- -1 = HIDE, 0 = PLAIN TEXT, 1 = DATETIME -->
<add key="2_text_type" value="1"/>
<add key="2_text_text" value=""/>
<add key="2_text_format" value="d MMMM"/>
<!--
APPOINTMENTS
-->
<add key="3_text_left" value="12"/>
<add key="3_text_top" value="225"/>
<add key="3_text_textsize" value="15"/>
<add key="3_text_color_red" value="255"/>
<add key="3_text_color_green" value="255"/>
<add key="3_text_color_blue" value="255"/>
<add key="3_text_fontstyle_normal" value="1"/>
<add key="3_text_fontstyle_bold" value="0"/>
<add key="3_text_fontstyle_italic" value="0"/>
<add key="3_text_fontstyle_strikeout" value="0"/>
<add key="3_text_fontstyle_underline" value="0"/>
<!-- -1 = HIDE, 0 = PLAIN TEXT, 1 = DATETIME -->
<add key="3_text_type" value="0"/>
<add key="3_text_text" value=""/>
<add key="3_text_format" value="d MMMM"/>
<add key="3_text_maxapp" value="1"/>
<!--
custom text? if you want to have your custom text
make sure to have all those properties and start from
20th key "20_" to n
and don't forget to update TextObjects
<add key="TextObjects" value="<max_key>"/>
-->
<!--
VERSION text
-->
<add key="20_text_left" value="42"/>
<add key="20_text_top" value="24"/>
<add key="20_text_textsize" value="10"/>
<add key="20_text_color_red" value="0"/>
<add key="20_text_color_green" value="0"/>
<add key="20_text_color_blue" value="0"/>
<add key="20_text_fontstyle_normal" value="1"/>
<add key="20_text_fontstyle_bold" value="0"/>
<add key="20_text_fontstyle_italic" value="0"/>
<add key="20_text_fontstyle_strikeout" value="0"/>
<add key="20_text_fontstyle_underline" value="0"/>
<add key="20_text_type" value="0"/>
<add key="20_text_text" value="version 1.0.0331.2011" />
<add key="20_text_format" value="d MMMM"/>
<!-- START: Text Objects -->
<!-- START: Image Objects -->
<!--
format:
key_properties
-->
<!--
CALL ICON
-->
<add key="0_left" value="31"/>
<add key="0_top" value="277"/>
<add key="0_width" value="32"/>
<add key="0_height" value="32"/>
<add key="0_icontext_left" value="35"/>
<add key="0_icontext_top" value="0"/>
<add key="0_icontext_size" value="30"/>
<add key="0_color_red" value="255"/>
<add key="0_color_green" value="255"/>
<add key="0_color_blue" value="255"/>
<add key="0_fontstyle_normal" value="1"/>
<add key="0_fontstyle_bold" value="0"/>
<add key="0_fontstyle_italic" value="0"/>
<add key="0_fontstyle_strikeout" value="0"/>
<add key="0_fontstyle_underline" value="0"/>
<!--
SMS ICON
-->
<add key="1_left" value="94"/>
<add key="1_top" value="277"/>
<add key="1_width" value="32"/>
<add key="1_height" value="32"/>
<add key="1_icontext_left" value="35"/>
<add key="1_icontext_top" value="0"/>
<add key="1_icontext_size" value="30"/>
<add key="1_color_red" value="255"/>
<add key="1_color_green" value="255"/>
<add key="1_color_blue" value="255"/>
<add key="1_fontstyle_normal" value="1"/>
<add key="1_fontstyle_bold" value="0"/>
<add key="1_fontstyle_italic" value="0"/>
<add key="1_fontstyle_strikeout" value="0"/>
<add key="1_fontstyle_underline" value="0"/>
<!--
EMAIL ICON
-->
<add key="2_left" value="157"/>
<add key="2_top" value="277"/>
<add key="2_width" value="32"/>
<add key="2_height" value="32"/>
<add key="2_icontext_left" value="35"/>
<add key="2_icontext_top" value="0"/>
<add key="2_icontext_size" value="30"/>
<add key="2_color_red" value="255"/>
<add key="2_color_green" value="255"/>
<add key="2_color_blue" value="255"/>
<add key="2_fontstyle_normal" value="1"/>
<add key="2_fontstyle_bold" value="0"/>
<add key="2_fontstyle_italic" value="0"/>
<add key="2_fontstyle_strikeout" value="0"/>
<add key="2_fontstyle_underline" value="0"/>
<!--
BATTERY ICON
-->
<add key="3_left" value="218"/>
<add key="3_top" value="7"/>
<add key="3_width" value="15"/>
<add key="3_height" value="7"/>
<add key="3_icontext_left" value="-21"/>
<add key="3_icontext_top" value="-3"/>
<add key="3_icontext_size" value="12"/>
<add key="3_color_red" value="0"/>
<add key="3_color_green" value="0"/>
<add key="3_color_blue" value="0"/>
<add key="3_fontstyle_normal" value="1"/>
<add key="3_fontstyle_bold" value="0"/>
<add key="3_fontstyle_italic" value="0"/>
<add key="3_fontstyle_strikeout" value="0"/>
<add key="3_fontstyle_underline" value="0"/>
<!--
custom icon? if you want to have your custom text
make sure to have all those standard properties and start from
20th key "20_" to n
and don't forget to update ImageObjects
<add key="ImageObjects" value="<max_key>"/>
-->
<!--
BETA ICON
-->
<add key="20_left" value="5"/>
<add key="20_top" value="5"/>
<add key="20_width" value="32"/>
<add key="20_height" value="32"/>
<add key="20_icontext_left" value="37"/>
<add key="20_icontext_top" value="0"/>
<add key="20_icontext_size" value="18"/>
<add key="20_color_red" value="0"/>
<add key="20_color_green" value="0"/>
<add key="20_color_blue" value="0"/>
<add key="20_fontstyle_normal" value="1"/>
<add key="20_fontstyle_bold" value="0"/>
<add key="20_fontstyle_italic" value="0"/>
<add key="20_fontstyle_strikeout" value="0"/>
<add key="20_fontstyle_underline" value="0"/>
<!--
keyn_custom_text - implementation for version 1.0.0330.2011
it's an optional property for Image Objects
-->
<add key="20_custom_text" value="Beta Version"/>
<!-- START: Image Objects -->
</appSettings>
</configuration>
if you want to remove the Beta icon and Version text, update ImageObjects and TextObjects. Make it look like this
<!-- max key for text objects -->
<add key="TextObjects" value="3"/>
<!-- max key for image objects -->
<add key="ImageObjects" value="3"/>
and remove the configuration for key #20
Applying the settings requires the program to be restarted, so It's best to set that DevMode to 1 and launch the application again.
Settings History said:
April 26, 2011
ADDED: "SlideMode" key in Kinetic Scrolling Settings
Click to expand...
Click to collapse
Just tried it on my HD mini (wm 6.5.X) and it's working fine I have only one problem. When i double tap the lock screen the proccess gets killed.
Edit: Ok i found it in the settings. It is supposed to do that when dev mode is enabled.
zalaros said:
Just tried it on my HD mini (wm 6.5.X) and it's working fine I have only one problem. When i double tap the lock screen the proccess gets killed.
Edit: Ok i found it in the settings. It is supposed to do that when dev mode is enabled.
Click to expand...
Click to collapse
Yes Double tapping kills the application
Read the first post about the app.settings file so you can disable the double tap
I haven't yet tried this because of my device being repaired but does this locker also turn off (or allow to be turned off by system) the screen/sleep IF not unlocked in time? This is the most important thing for lockers i think because if the screen gets turned on in the pocket for some third party reason occasional contacts with screen would keep the device on (also locked ofcourse) and drain the battery hardly
darfri said:
I haven't yet tried this because of my device being repaired but does this locker also turn off (or allow to be turned off by system) the screen/sleep IF not unlocked in time? This is the most important thing for lockers i think because if the screen gets turned on in the pocket for some third party reason occasional contacts with screen would keep the device on (also locked ofcourse) and drain the battery hardly
Click to expand...
Click to collapse
Good question darfi.
Yes, this locker does not interfere with winmo's Power Scheduling or any other 3rd party power scheduler apps. So if you have your phone scheduled to turn off the backlight or to sleep, it does not interfere with those or simply saying, this locker don't make your phone always awake!
On the other hand, I like the idea of having its own power scheduling.
Nullstring said:
Good question darfi.
Yes, this locker does not interfere with winmo's Power Scheduling or any other 3rd party power scheduler apps. So if you have your phone scheduled to turn off the backlight or to sleep, it does not interfere with those or simply saying, this locker don't make your phone always awake!
On the other hand, I like the idea of having its own power scheduling.
Click to expand...
Click to collapse
Hi again. Confusing issue
As I understand winmo's Power Scheduling keeps the device awake for predefined time from the last input (screen, key) so winmos power sch is causing the device to drain. So lets say that if I have locked the device with JWMD SU and it wakes up in the pocket for third reason the winmo will keep it awake because of occasional touches on screen. Which is bad. So this wont protect from that problem? This problem is solved in s2u2, pocketshield and touchlockpro
darfri said:
Hi again. Confusing issue
As I understand winmo's Power Scheduling keeps the device awake for predefined time from the last input (screen, key) so winmos power sch is causing the device to drain. So lets say that if I have locked the device with JWMD SU and it wakes up in the pocket for third reason the winmo will keep it awake because of occasional touches on screen. Which is bad. So this wont protect from that problem? This problem is solved in s2u2, pocketshield and touchlockpro
Click to expand...
Click to collapse
Well the bottom line, I got the point and will integrate that feature.
and Yes, I have noticed that functionality in Pocketshield which at first use, I didn't get the reason why they have that.
Looks interesting & promising development.
Will this work on WVGA if use correct sized background PNG ?
Mister B said:
Looks interesting & promising development.
Will this work on WVGA if use correct sized background PNG ?
Click to expand...
Click to collapse
yeap will you share your theme if you made one?
Hello Nullstring...
Once again a good new baby !
Device • Toshiba TG01
Rom • WM6.5.3 build 29017
Res • WVGA (800x480)
Can't launch apps... an error occured start !
Screen capture error :
If i can test my res, i can perform some skin !
lesscro said:
Hello Nullstring...
Once again a good new baby !
Device • Toshiba TG01
Rom • WM6.5.3 build 29017
Res • WVGA (800x480)
Can't launch apps... an error occured start !
Click to expand...
Click to collapse
French right?? I have worked on this before but I forgot what app... tho' its the localization of the numerical values.. let me dig on that again
does not work on my Diamond.
Installed the cab.file and it's listed in the start menu, but it won't work.
Error says:
SnapBackFactor must fall within exclusive range 0.0 < value< 1.0.
And it says something about needing .Net Compact Framework, which I cannot find in my program list, but when I try to install it through my PC, it says that it's already on the Diamond.
Device: Diamond
Rom: Gen.Y D2X http://forum.xda-developers.com/showthread.php?t=590090 in German
Sorry for not giving screenshots, haven't got enough time to check that out, but the screen does not say anything different from what I wrote above.
Would love to see your lockscreen working!
ok Am working on the patch right now.. will inform you immediately after I have tested this on emu
version 1.0.0329.2011 released
UPDATE:
- localization fixed
- update comments in app.config (check post #2)
Nullstring said:
French right?? I have worked on this before but I forgot what app... tho' its the localization of the numerical values.. let me dig on that again
Click to expand...
Click to collapse
You right... LeSScro is a French user...
And about your app who you worked before and have localization error...
I think JWMD icon changer... isn't it ?
cheers... Hope My Photoshop can provide a good skin for this apps !
Just a quick question: will your app replace the standard WM 6.1 lockscreen or it's an independent application ?
Sp1tfire said:
Just a quick question: will your app replace the standard WM 6.1 lockscreen or it's an independent application ?
Click to expand...
Click to collapse
nope. It doesnt replace the 6.1 lockscreen.
this is a 3rd party application
Hello,
You made an update before i made a answer... Super Nullstring...
Device • Toshiba TG01
Rom • WM6.5.3 build 29017
Res • WVGA (800x480)
Lang • French (040c)
.NET • 3.7 (include in ROM)
after Fixed version, now i have another error :
Error during import something... i think...
EDit /
About pool... does i am the oNly one who want see Vertical slide ? and maybe 2 directions using app.config...
lesscro said:
Error during import something... i think...
Click to expand...
Click to collapse
can you extract this two files where you installed the app? get back to me ASAP

[WARNING] Possible alarm clock failure on CM 7.2

I want to warn that today evening my LG P500 alarm clock failed to ring! Yesterday I updated to Cyanogenmod 7.2.0 (release version).
I hope this will turn out something unreproducable, but anyway I want to warn everybody to put on additional alarm clock Monday morning!
This has reproduced 2 times (including monday morning ), though no reboot was done between them.
I suspect the problem is related to alarmmanager inability to wake phone from deep sleep while in airplane mode.
I have non-standard configuration, but only Cyanogenmod was updated recently:
1. Cyanogenmod 7.2.0
2. candien kernel by DJNoXD v2.4.2 ta-vsync
3. alarm clock eXtreme (alarm clock)
4. Setting Profiles Full (enhanced profiles application)
I had switched to airplane mode using Setting Profiles (and set schedule to switch back to regular profile at 22:31), set two alarms in alarm clock eXtreme (to 22:27 and 22:30 repeating 10 minutes). I woke up at 23:02 and pressed home button, and then alarm that should ring at 22:27 started.
Here are some lines from logcat:
Code:
06-17 21:49:54.669 W/ActivityManager(203): finishReceiver called but active receiver is different
06-17 21:49:55.739 W/InputManagerService(203): Window already focused, ignoring focus gain of: [email protected]
06-17 21:49:56.459 I/ActivityManager(203): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.alarmclock.xtreme/.AlarmClock bnds=[243,338][317,417] } from pid 285
06-17 21:50:02.269 I/ActivityManager(203): Starting: Intent { cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.SetAlarm (has extras) } from pid 13936
06-17 21:50:08.439 W/BackupManagerService(203): dataChanged but no participant pkg='com.android.providers.settings' uid=10108
06-17 21:50:13.939 I/ActivityManager(203): Starting: Intent { cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.SetAlarm (has extras) } from pid 13936
06-17 21:50:28.399 I/ActivityManager(203): Starting: Intent { cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.SetAlarm (has extras) } from pid 13936
06-17 21:50:34.459 W/BackupManagerService(203): dataChanged but no participant pkg='com.android.providers.settings' uid=10108
06-17 21:50:44.329 I/ActivityManager(203): Starting: Intent { cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.SetAlarm (has extras) } from pid 13936
06-17 21:51:10.679 I/ActivityManager(203): Starting: Intent { act=com.probeez.profiles.profile.SELECT flg=0x10000000 cmp=com.probeez.profiles/.profile.ActivateProfileActivity bnds=[11,141][69,208] } from pid -1
06-17 21:51:20.729 I/ActivityManager(203): No longer want com.google.android.apps.maps:NetworkLocationService (pid 12188): hidden #16
06-17 21:51:21.109 W/ActivityManager(203): Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.location.internal.server.NetworkLocationService in 5000ms
06-17 21:51:26.119 I/ActivityManager(203): Start proc com.google.android.apps.maps:NetworkLocationService for service com.google.android.apps.maps/com.google.android.location.internal.server.NetworkLocationService: pid=13972 uid=10072 gids={3003, 1015}
06-17 21:51:26.219 I/ActivityManager(203): No longer want com.mhuang.overclocking.ProfilesService (pid 12213): hidden #16
06-17 21:51:26.559 W/ActivityManager(203): Scheduling restart of crashed service com.mhuang.overclocking/.profiles.ProfilesService in 5000ms
06-17 21:51:28.069 I/ActivityManager(203): Start proc com.google.android.apps.maps:FriendService for broadcast com.google.android.apps.maps/com.google.googlenav.friend.android.ServiceReceiver: pid=13988 uid=10072 gids={3003, 1015}
06-17 21:51:28.549 I/ActivityManager(203): No longer want com.csipsimple:sipStack (pid 13909): hidden #16
06-17 21:51:31.569 I/ActivityManager(203): Start proc com.mhuang.overclocking.ProfilesService for service com.mhuang.overclocking/.profiles.ProfilesService: pid=13996 uid=10155 gids={1015, 1007}
06-17 21:51:32.059 I/ActivityManager(203): Start proc com.noshufou.android.su for broadcast com.noshufou.android.su/.SuResultReceiver: pid=14007 uid=10040 gids={3003, 1015}
06-17 21:51:32.559 I/ActivityManager(203): No longer want com.google.android.apps.books (pid 13547): hidden #16
06-17 22:00:01.279 I/ActivityManager(203): Starting: Intent { flg=0x18000000 cmp=com.colapps.reminder/.COLDialog (has extras) } from pid 12268
06-17 22:00:01.859 W/ActivityManager(203): Activity pause timeout for HistoryRecord{4054b760 com.colapps.reminder/.COLDialog}
06-17 22:00:02.389 W/ActivityManager(203): finishReceiver called but active receiver is different
06-17 22:06:56.179 I/ActivityManager(203): Start proc com.google.android.apps.maps for service com.google.android.apps.maps/com.google.googlenav.prefetch.android.PrefetcherService: pid=14028 uid=10072 gids={3003, 1015}
06-17 22:06:56.369 I/ActivityManager(203): Start proc com.asksven.betterbatterystats_xdaedition for broadcast com.asksven.betterbatterystats_xdaedition/com.asksven.betterbatterystats.LargeWidgetProvider: pid=14031 uid=10080 gids={1015, 3003}
06-17 22:07:00.159 I/ActivityManager(203): No longer want ch.teamtasks.tasks.paid (pid 13567): hidden #16
06-17 22:21:56.109 I/ActivityManager(203): Start proc com.gismeteo.client for broadcast com.gismeteo.client/com.galssoft.gismeteo.service.OnAlarmReceiver: pid=14063 uid=10184 gids={3003, 1015}
06-17 23:02:50.009 I/ActivityManager(203): Starting: Intent { flg=0x10040000 cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.AlarmAlert (has extras) } from pid 13936
06-17 23:02:50.439 W/ActivityManager(203): finishReceiver called but active receiver is different
06-17 23:02:50.979 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:50.979 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:50.979 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:50.989 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:50.999 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:50.999 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.009 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.009 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.019 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.019 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.019 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.019 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.039 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.049 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.049 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.049 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.059 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.069 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.069 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.069 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.079 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.079 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.089 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.089 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.119 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.119 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.119 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.129 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.149 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.159 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.159 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.159 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.169 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.169 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.179 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.179 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.199 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.199 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.199 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.209 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.229 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.229 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.229 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.229 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.239 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.249 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.249 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.249 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.259 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.259 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.259 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.269 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.279 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.279 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.279 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.279 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.289 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.289 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.299 W/BackupManagerService(203): dataChanged but no participant pkg='com.android.providers.settings' uid=10139
06-17 23:02:51.299 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.299 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.309 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.309 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.319 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.319 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.399 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.399 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.399 W/WindowManager(203): Layout repeat skipped after too many iterations
06-17 23:02:51.399 W/WindowManager(203): Animation repeat aborted after too many iterations
06-17 23:02:51.669 I/ActivityManager(203): Starting: Intent { act=com.probeez.profiles.profile.APPLY_BRIGHTNESS flg=0x10000000 cmp=com.probeez.profiles/.profile.ActivateProfileActivity (has extras) } from pid 11911
06-17 23:02:52.179 W/ActivityManager(203): Activity pause timeout for HistoryRecord{40ac9190 com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.AlarmAlert}
06-17 23:02:52.379 I/TelephonyRegistry(203): notifyServiceState: 1 home Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
06-17 23:02:52.389 I/TelephonyRegistry(203): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=0
06-17 23:02:52.419 I/TelephonyRegistry(203): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=0
06-17 23:02:53.139 W/BackupManagerService(203): dataChanged but no participant pkg='com.android.providers.settings' uid=10108
06-17 23:02:54.379 I/ActivityManager(203): Start proc com.csipsimple:sipStack for broadcast com.csipsimple/.service.DeviceStateReceiver: pid=14078 uid=10196 gids={3003, 3002, 1007, 1015}
06-17 23:02:56.219 I/ActivityManager(203): No longer want com.cooliris.media (pid 13517): hidden #16
06-17 23:02:56.799 I/ActivityManager(203): No longer want com.google.android.apps.uploader (pid 13322): hidden #16
06-17 23:03:00.429 I/TelephonyRegistry(203): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=simLoaded interfaceName=null networkType=0
06-17 23:03:03.519 I/TelephonyRegistry(203): notifyServiceState: 0 home TELE2 Tele2 24702 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
06-17 23:03:03.569 I/TelephonyRegistry(203): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
06-17 23:03:05.879 I/TelephonyRegistry(203): notifyServiceState: 0 home TELE2 Tele2 24702 EDGE CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
06-17 23:03:05.919 I/TelephonyRegistry(203): notifyDataConnection: state=1 isDataConnectivityPossible=true reason=null interfaceName=null networkType=2
06-17 23:03:15.629 I/TelephonyRegistry(203): notifyDataConnection: state=2 isDataConnectivityPossible=true reason=simLoaded interfaceName=rmnet0 networkType=2
06-17 23:03:15.829 I/ActivityManager(203): Start proc com.cyanogenmod.stats for broadcast com.cyanogenmod.stats/.ReportingServiceManager: pid=14088 uid=10007 gids={3003}
06-17 23:03:16.009 I/ActivityManager(203): Start proc com.google.android.apps.uploader for broadcast com.google.android.apps.uploader/.ConnectivityBroadcastReceiver: pid=14097 uid=10049 gids={3003}
06-17 23:03:16.139 I/ActivityManager(203): Start proc com.ttxapps.wifiadb for broadcast com.ttxapps.wifiadb/.NetworkStateReceiver: pid=14107 uid=10252 gids={3003}
06-17 23:03:16.139 I/ActivityManager(203): No longer want com.google.android.apps.docs (pid 12466): hidden #16
06-17 23:03:16.649 I/ActivityManager(203): Start proc com.google.android.apps.docs for broadcast com.google.android.apps.docs/.receivers.NetworkChangeReceiver: pid=14126 uid=10187 gids={3003, 1015, 1006}
06-17 23:03:16.859 I/ActivityManager(203): No longer want com.facebook.katana (pid 13359): hidden #16
06-17 23:03:20.349 I/ActivityManager(203): Start proc com.facebook.katana for broadcast com.facebook.katana/.util.logging.MobileEventLogger$NetworkUpdateReceiver: pid=14138 uid=10236 gids={3003, 1006, 1015}
06-17 23:03:20.349 I/ActivityManager(203): No longer want com.google.android.gm (pid 12517): hidden #16
06-17 23:03:21.669 I/ActivityManager(203): Start proc com.spruds.transport.riga for broadcast com.spruds.transport.riga/.service.updates.ConnectivityChangedAlarmReceiver: pid=14150 uid=10106 gids={3003, 1015}
06-17 23:03:21.689 I/ActivityManager(203): No longer want com.google.android.apps.maps:FriendService (pid 13988): hidden #16
06-17 23:03:21.799 I/ActivityManager(203): Start proc com.bigtincan.android.adfree for broadcast com.bigtincan.android.adfree/.NetworkStateReceiver: pid=14158 uid=10136 gids={3003}
06-17 23:03:21.899 I/ActivityManager(203): Start proc ru.org.amip.ClockSync for broadcast ru.org.amip.ClockSync/.ConnectivityReceiver: pid=14167 uid=10075 gids={3003}
06-17 23:03:21.899 I/ActivityManager(203): No longer want com.android.settings (pid 13928): hidden #16
06-17 23:03:22.019 I/ActivityManager(203): Start proc com.google.android.gm for broadcast com.google.android.gm/.downloadprovider.DownloadReceiver: pid=14175 uid=10060 gids={3003, 1015}
06-17 23:03:22.019 I/ActivityManager(203): No longer want com.asksven.betterbatterystats_xdaedition (pid 14031): hidden #16
06-17 23:03:22.189 I/ActivityManager(203): Start proc com.ideashower.readitlater.pro for broadcast com.ideashower.readitlater.pro/com.ideashower.readitlater.service.ConnectionReceiver: pid=14185 uid=10227 gids={3003, 1015}
06-17 23:03:22.989 I/ActivityManager(203): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=14199 uid=1000 gids={3002, 3001, 3003, 1015}
06-17 23:03:22.989 I/ActivityManager(203): No longer want com.mhuang.overclocking (pid 13918): hidden #16
06-17 23:03:23.259 I/ActivityManager(203): No longer want com.noshufou.android.su (pid 14007): hidden #16
06-17 23:03:23.729 I/ActivityManager(203): Start proc com.cooliris.media for service com.cooliris.media/com.cooliris.picasa.PicasaService: pid=14214 uid=10023 gids={1015, 3003}
06-17 23:03:24.039 I/ActivityManager(203): No longer want com.cyanogenmod.stats (pid 14088): hidden #16
06-17 23:03:24.189 I/ActivityManager(203): No longer want com.ttxapps.wifiadb (pid 14107): hidden #16
The problem repeated once more. No reboot between both attempts. In both cases air-plane mode was on.
I can provide full logcats from both cases to developers willing to investigate this.
Man, the problem here with your bug report is that you are using a non-stock cm kernel...
Tonhos said:
Man, the problem here with your bug report is that you are using a non-stock cm kernel...
Click to expand...
Click to collapse
Sorry, but I am using this non-stock kernel for 10 days with no such problems. This is why I suspect that it may be the most recently updated components failure.
Of course I am not sure it's not kernels problem and I am also not sure I will be ever able to reproduce this problem after reboot.
DavisNT said:
Sorry, but I am using this non-stock kernel for 10 days with no such problems. This is why I suspect that it may be the most recently updated components failure.
Of course I am not sure it's not kernels problem and I am also not sure I will be ever able to reproduce this problem after reboot.
Click to expand...
Click to collapse
What Tonhos is saying is true. This might just be the kernel's fault even though you've used that kernel previously, and as you said, it might be because of updated files. Also, there are problems that disappear after a reboot, so actually you should try a reboot.
Then get any other alarm app
rishabho1 said:
Then get any other alarm app
Click to expand...
Click to collapse
I doubt it will help
well once i got a similar issue with the alarm clock from the rom not by a external app, but i even install one to see if that problem desapears, but it didnt,then i found out that i was not using system sounds on notificacions and that was causing that bug, it was some nightlies back ,but it gets resolved by puting all kind of notifications on phone only using system sounds....
do you use only system sounds? if not i think you should try it ,it work for me back then...
eduardogouveia said:
well once i got a similar issue with the alarm clock from the rom not by a external app, but i even install one to see if that problem desapears, but it didnt,then i found out that i was not using system sounds on notificacions and that was causing that bug, it was some nightlies back ,but it gets resolved by puting all kind of notifications on phone only using system sounds....
do you use only system sounds? if not i think you should try it ,it work for me back then...
Click to expand...
Click to collapse
I doubt it may be related to sounds, because phone doesn't wake up on time to play anything. When I wake phone by pressing home alarm starts.
Did you have similar experience? Or alarm didn't start at all?
Here is fragment from logcat of second incident:
Code:
06-18 05:03:04.049 D/dalvikvm(300): GC_CONCURRENT freed 1554K, 53% free 3900K/8135K, external 3951K/4890K, paused 5ms+6ms
06-18 05:03:04.079 I/EventLogService(275): Aggregate from 1339983182732 (log), 1339983182732 (data)
06-18 05:08:18.029 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:08:18.029 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:08:18.039 W/LargeWidgetProvider(17839): onUpdate method called
06-18 05:08:18.079 D/LargeWidgetProvider(17839): Alarm called: updating
06-18 05:08:18.079 I/LargeWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:08:18.099 I/UpdateLargeWidgetService(17839): Called
06-18 05:08:18.109 W/UpdateLargeWidgetService(17839): From Intent0
06-18 05:08:18.109 W/UpdateLargeWidgetService(17839): Direct0
06-18 05:08:18.109 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:08:18.119 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:08:18.119 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:08:18.119 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:08:18.319 D/dalvikvm(17839): GC_FOR_MALLOC freed 628K, 55% free 2799K/6151K, external 0K/0K, paused 99ms
06-18 05:08:18.329 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:08:18.329 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:08:18.729 D/dalvikvm(17839): GC_CONCURRENT freed 111K, 49% free 3168K/6151K, external 0K/0K, paused 9ms+13ms
06-18 05:08:19.099 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:08:19.099 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:08:19.099 W/MediumWidgetProvider(17839): onUpdate method called
06-18 05:08:19.129 D/MediumWidgetProvider(17839): Alarm called: updating
06-18 05:08:19.129 I/MediumWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:08:19.149 I/UpdateMediumWidgetService(17839): Called
06-18 05:08:19.149 W/UpdateMediumWidgetService(17839): From Intent0
06-18 05:08:19.149 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:08:19.159 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:08:19.169 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:08:19.169 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:08:19.459 D/dalvikvm(17839): GC_FOR_MALLOC freed 635K, 55% free 2802K/6151K, external 0K/0K, paused 170ms
06-18 05:08:19.469 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:08:19.469 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:08:19.889 D/dalvikvm(17839): GC_CONCURRENT freed 442K, 55% free 2824K/6151K, external 0K/0K, paused 7ms+21ms
06-18 05:08:20.179 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:08:20.179 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:08:20.179 W/SmallWidgetProvider(17839): onUpdate method called
06-18 05:08:20.199 D/SmallWidgetProvider(17839): Alarm called: updating
06-18 05:08:20.219 D/GismeteoInformService(17862): +++++++++++++++++++ WIDGET UPDATE ALARM EXPIRED +++++++++++++++++++++++
06-18 05:08:20.219 D/GismeteoInformService(17862): Update type: 1
06-18 05:08:20.219 D/GismeteoInformService(17862): widget id: -1
06-18 05:08:20.219 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:08:20.219 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:08:20.229 D/GismeteoServer(17862): APP_UID = IMEI_357484040290954
06-18 05:08:20.229 D/GismeteoInformService(17862): Received action = com.galssoft.gismeteo.widget.UPDATE_WIDGET
06-18 05:08:20.249 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:08:20.249 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:08:20.279 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:08:23.949 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:08:23.949 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:23:17.959 D/dalvikvm(17839): GC_CONCURRENT freed 282K, 51% free 3054K/6151K, external 0K/0K, paused 4ms+6ms
06-18 05:23:18.419 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:23:18.439 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:23:18.449 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:23:18.479 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:23:18.479 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:23:18.479 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:03.999 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.029 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.049 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.059 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.079 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.079 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.079 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:33:04.209 I/EventLogService(275): Aggregate from 1339984984090 (log), 1339984984090 (data)
06-18 05:33:04.309 D/dalvikvm(17862): GC_FOR_MALLOC freed 325K, 52% free 3092K/6343K, external 306K/531K, paused 96ms
06-18 05:38:19.099 D/KEEPSCREEN IS(17594): [27] org.adwfreak.launcher
06-18 05:43:18.069 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:43:18.069 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:43:18.129 W/LargeWidgetProvider(17839): onUpdate method called
06-18 05:43:18.159 D/LargeWidgetProvider(17839): Alarm called: updating
06-18 05:43:18.159 I/LargeWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:43:18.189 I/UpdateLargeWidgetService(17839): Called
06-18 05:43:18.199 W/UpdateLargeWidgetService(17839): From Intent0
06-18 05:43:18.199 W/UpdateLargeWidgetService(17839): Direct0
06-18 05:43:18.199 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:43:18.199 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:43:18.239 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:43:18.239 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:43:18.429 D/dalvikvm(17839): GC_CONCURRENT freed 668K, 55% free 2820K/6151K, external 0K/0K, paused 14ms+36ms
06-18 05:43:18.839 D/dalvikvm(203): GC_FOR_MALLOC freed 1604K, 36% free 9239K/14279K, external 2385K/2784K, paused 408ms
06-18 05:43:18.859 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:43:18.869 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:43:19.249 D/dalvikvm(17839): GC_CONCURRENT freed 85K, 49% free 3169K/6151K, external 0K/0K, paused 10ms+22ms
06-18 05:43:19.839 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:43:19.839 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:43:19.849 W/MediumWidgetProvider(17839): onUpdate method called
06-18 05:43:19.879 D/MediumWidgetProvider(17839): Alarm called: updating
06-18 05:43:19.879 I/MediumWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:43:19.889 I/UpdateMediumWidgetService(17839): Called
06-18 05:43:19.889 W/UpdateMediumWidgetService(17839): From Intent0
06-18 05:43:19.889 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:43:19.919 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:43:19.919 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:43:19.949 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:43:20.149 D/dalvikvm(17839): GC_CONCURRENT freed 791K, 55% free 2821K/6151K, external 0K/0K, paused 12ms+9ms
06-18 05:43:20.159 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:43:20.159 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:43:20.369 D/dalvikvm(17839): GC_CONCURRENT freed 441K, 54% free 2833K/6151K, external 0K/0K, paused 5ms+5ms
06-18 05:43:20.519 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 05:43:20.519 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 05:43:20.519 W/SmallWidgetProvider(17839): onUpdate method called
06-18 05:43:20.539 D/SmallWidgetProvider(17839): Alarm called: updating
06-18 05:43:20.569 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 05:43:20.569 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 05:43:20.569 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 05:43:20.569 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 05:43:20.629 I/BatteryStatsProxy(17839): retrieving parcel
06-18 05:43:20.629 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 05:43:20.749 D/dalvikvm(17839): GC_CONCURRENT freed 285K, 51% free 3059K/6151K, external 0K/0K, paused 5ms+7ms
06-18 05:53:18.059 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.159 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.189 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.189 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.219 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.219 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.219 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.319 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.339 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.369 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.369 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.399 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.399 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 05:53:18.399 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:03:04.949 I/EventLogService(275): Aggregate from 1339986784219 (log), 1339986784219 (data)
06-18 06:03:04.979 D/GismeteoInformService(17862): Service destroyed
06-18 06:03:05.069 D/dalvikvm(275): GC_FOR_MALLOC freed 248K, 42% free 4870K/8327K, external 0K/512K, paused 58ms
06-18 06:08:18.189 D/GismeteoInformService(17862): +++++++++++++++++++ WIDGET UPDATE ALARM EXPIRED +++++++++++++++++++++++
06-18 06:08:18.189 D/GismeteoInformService(17862): Update type: 1
06-18 06:08:18.189 D/GismeteoInformService(17862): widget id: -1
06-18 06:08:18.229 D/GismeteoServer(17862): APP_UID = IMEI_357484040290954
06-18 06:08:18.239 D/GismeteoInformService(17862): Received action = com.galssoft.gismeteo.widget.UPDATE_WIDGET
06-18 06:08:18.379 D/dalvikvm(17862): GC_FOR_MALLOC freed 362K, 52% free 3077K/6343K, external 306K/531K, paused 122ms
06-18 06:08:18.409 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.449 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.479 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.489 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.529 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.529 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:08:18.539 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:24.869 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 06:13:24.869 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 06:13:25.049 D/dalvikvm(17839): GC_CONCURRENT freed 656K, 55% free 2807K/6151K, external 0K/0K, paused 28ms+11ms
06-18 06:13:25.059 W/LargeWidgetProvider(17839): onUpdate method called
06-18 06:13:25.099 D/LargeWidgetProvider(17839): Alarm called: updating
06-18 06:13:25.099 I/LargeWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 06:13:25.139 I/UpdateLargeWidgetService(17839): Called
06-18 06:13:25.169 W/UpdateLargeWidgetService(17839): From Intent0
06-18 06:13:25.169 W/UpdateLargeWidgetService(17839): Direct0
06-18 06:13:25.169 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 06:13:25.179 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 06:13:25.199 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 06:13:25.199 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 06:13:25.299 I/BatteryStatsProxy(17839): retrieving parcel
06-18 06:13:25.299 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 06:13:25.619 D/dalvikvm(17839): GC_CONCURRENT freed 133K, 49% free 3186K/6151K, external 0K/0K, paused 10ms+12ms
06-18 06:13:26.069 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 06:13:26.069 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 06:13:26.079 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.079 W/MediumWidgetProvider(17839): onUpdate method called
06-18 06:13:26.099 D/MediumWidgetProvider(17839): Alarm called: updating
06-18 06:13:26.099 I/MediumWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 06:13:26.109 I/UpdateMediumWidgetService(17839): Called
06-18 06:13:26.109 W/UpdateMediumWidgetService(17839): From Intent0
06-18 06:13:26.109 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 06:13:26.109 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 06:13:26.109 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 06:13:26.109 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 06:13:26.259 D/dalvikvm(17839): GC_CONCURRENT freed 805K, 55% free 2811K/6151K, external 0K/0K, paused 5ms+16ms
06-18 06:13:26.309 I/dalvikvm(17862): Jit: resizing JitTable from 512 to 1024
06-18 06:13:26.339 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.389 D/dalvikvm(203): GC_FOR_MALLOC freed 1051K, 36% free 9207K/14279K, external 2460K/2784K, paused 185ms
06-18 06:13:26.399 I/BatteryStatsProxy(17839): retrieving parcel
06-18 06:13:26.409 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 06:13:26.469 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.519 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.579 D/dalvikvm(17839): GC_CONCURRENT freed 138K, 49% free 3184K/6151K, external 0K/0K, paused 4ms+6ms
06-18 06:13:26.759 D/BbsWidgetProvider(17839): Alarm called: updating
06-18 06:13:26.759 I/BbsWidgetProvider(17839): LargeWidgetProvider: Alarm to refresh widget was called
06-18 06:13:26.769 W/SmallWidgetProvider(17839): onUpdate method called
06-18 06:13:26.779 D/SmallWidgetProvider(17839): Alarm called: updating
06-18 06:13:26.799 I/BatteryStatsProxy(17839): invoking android.os.ServiceManager.getService("batteryinfo")
06-18 06:13:26.799 I/BatteryStatsProxy(17839): android.os.ServiceManager.getService("batteryinfo") returned a service binder
06-18 06:13:26.799 I/BatteryStatsProxy(17839): invoking com.android.internal.app.IBatteryStats$Stub.asInterface
06-18 06:13:26.799 I/BatteryStatsProxy(17839): invoking getStatistics
06-18 06:13:26.819 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.889 D/dalvikvm(17839): GC_FOR_MALLOC freed 683K, 55% free 2817K/6151K, external 0K/0K, paused 41ms
06-18 06:13:26.889 I/BatteryStatsProxy(17839): retrieving parcel
06-18 06:13:26.889 I/BatteryStatsProxy(17839): reading CREATOR field
06-18 06:13:26.949 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 06:13:26.949 D/BitmapScaler(17862): Scale = 0.40697673 Using cached image
06-18 08:02:40.869 D/KeyguardViewMediator(203): wakeWhenReadyLocked(3)
06-18 08:02:40.879 I/power (203): *** set_screen_state 1
06-18 08:02:40.889 D/LockPatternKeyguardView(203): onScreenTurnedOn()
06-18 08:02:41.019 I/LicenseChecker(11911): Using cached license response
06-18 08:02:41.039 D/dalvikvm(17839): GC_CONCURRENT freed 94K, 48% free 3217K/6151K, external 0K/0K, paused 7ms+40ms
06-18 08:02:41.129 I/ActivityManager(203): Starting: Intent { flg=0x10040000 cmp=com.alarmclock.xtreme/com.anglelabs.alarmclock.UI.AlarmAlert (has extras) } from pid 17848
DavisNT said:
I doubt it may be related to sounds, because phone doesn't wake up on time to play anything. When I wake phone by pressing home alarm starts.
Did you have similar experience? Or alarm didn't start at all?
Click to expand...
Click to collapse
Alarm didnt start do nothing just try if you have some notification that dont use system sounds even if its in txt notifications just use syst sounds..
Im on cm9 but i will install stable cm7 and try to see if it is same bug.
Sent from my LG-P500
Now (after reboot) phone woked me up without problems

[TIP]How to Hide or Show the Status Bar

Add this code to your activity,
1- To hide the Status Bar
Code:
this.Window.AddFlags(WindowManagerFlags.Fullscreen);
2- To Show.
Code:
this.Window.ClearFlags(WindowManagerFlags.Fullscreen);

Building from AOSP, can't get through this error

Code:
frameworks/rs/driver/runtime/rs_allocation.c:227:1: error: redefinition of
'rsGetElementAt_char'
ELEMENT_AT(char)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char
^
frameworks/rs/scriptc/rs_allocation.rsh:174:1: note: previous definition is here
GET_ELEMENT_AT(char)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:2:1: note: expanded from here
rsGetElementAt_char
^
bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_program.c
frameworks/rs/driver/runtime/rs_allocation.c:227:1: error: redefinition of
'rsGetElementAt_char'
ELEMENT_AT(char)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char
^
frameworks/rs/scriptc/rs_allocation.rsh:174:1: note: previous definition is here
GET_ELEMENT_AT(char)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:3:1: note: expanded from here
rsGetElementAt_char
^
frameworks/rs/driver/runtime/rs_allocation.c:227:1: error: redefinition of
'rsGetElementAt_char'
ELEMENT_AT(char)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char
^
frameworks/rs/scriptc/rs_allocation.rsh:174:1: note: previous definition is here
GET_ELEMENT_AT(char)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:4:1: note: expanded from here
rsGetElementAt_char
^
frameworks/rs/driver/runtime/rs_allocation.c:228:1: error: redefinition of
'rsGetElementAt_char2'
ELEMENT_AT(char2)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/scriptc/rs_allocation.rsh:175:1: note: previous definition is here
GET_ELEMENT_AT(char2)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:5:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/driver/runtime/rs_allocation.c:228:1: error: redefinition of
'rsGetElementAt_char2'
ELEMENT_AT(char2)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/scriptc/rs_allocation.rsh:175:1: note: previous definition is here
GET_ELEMENT_AT(char2)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:6:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/driver/runtime/rs_allocation.c:228:1: error: redefinition of
'rsGetElementAt_char2'
ELEMENT_AT(char2)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/scriptc/rs_allocation.rsh:175:1: note: previous definition is here
GET_ELEMENT_AT(char2)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:7:1: note: expanded from here
rsGetElementAt_char2
^
frameworks/rs/driver/runtime/rs_allocation.c:229:1: error: redefinition of
'rsGetElementAt_char3'
ELEMENT_AT(char3)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/scriptc/rs_allocation.rsh:176:1: note: previous definition is here
GET_ELEMENT_AT(char3)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:8:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/driver/runtime/rs_allocation.c:229:1: error: redefinition of
'rsGetElementAt_char3'
ELEMENT_AT(char3)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/scriptc/rs_allocation.rsh:176:1: note: previous definition is here
GET_ELEMENT_AT(char3)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:9:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/driver/runtime/rs_allocation.c:229:1: error: redefinition of
'rsGetElementAt_char3'
ELEMENT_AT(char3)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/scriptc/rs_allocation.rsh:176:1: note: previous definition is here
GET_ELEMENT_AT(char3)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_char3
^
frameworks/rs/driver/runtime/rs_allocation.c:230:1: error: redefinition of
'rsGetElementAt_char4'
ELEMENT_AT(char4)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/scriptc/rs_allocation.rsh:177:1: note: previous definition is here
GET_ELEMENT_AT(char4)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:11:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/driver/runtime/rs_allocation.c:230:1: error: redefinition of
'rsGetElementAt_char4'
ELEMENT_AT(char4)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/scriptc/rs_allocation.rsh:177:1: note: previous definition is here
GET_ELEMENT_AT(char4)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:12:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/driver/runtime/rs_allocation.c:230:1: error: redefinition of
'rsGetElementAt_char4'
ELEMENT_AT(char4)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:130:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/scriptc/rs_allocation.rsh:177:1: note: previous definition is here
GET_ELEMENT_AT(char4)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:13:1: note: expanded from here
rsGetElementAt_char4
^
frameworks/rs/driver/runtime/rs_allocation.c:231:1: error: redefinition of
'rsGetElementAt_uchar'
ELEMENT_AT(uchar)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/scriptc/rs_allocation.rsh:178:1: note: previous definition is here
GET_ELEMENT_AT(uchar)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:14:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/driver/runtime/rs_allocation.c:231:1: error: redefinition of
'rsGetElementAt_uchar'
ELEMENT_AT(uchar)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/scriptc/rs_allocation.rsh:178:1: note: previous definition is here
GET_ELEMENT_AT(uchar)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:15:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/driver/runtime/rs_allocation.c:231:1: error: redefinition of
'rsGetElementAt_uchar'
ELEMENT_AT(uchar)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/scriptc/rs_allocation.rsh:178:1: note: previous definition is here
GET_ELEMENT_AT(uchar)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:16:1: note: expanded from here
rsGetElementAt_uchar
^
frameworks/rs/driver/runtime/rs_allocation.c:232:1: error: redefinition of
'rsGetElementAt_uchar2'
ELEMENT_AT(uchar2)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/scriptc/rs_allocation.rsh:179:1: note: previous definition is here
GET_ELEMENT_AT(uchar2)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:17:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/driver/runtime/rs_allocation.c:232:1: error: redefinition of
'rsGetElementAt_uchar2'
ELEMENT_AT(uchar2)
^
frameworks/rs/driver/runtime/rs_allocation.c:161:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/scriptc/rs_allocation.rsh:179:1: note: previous definition is here
GET_ELEMENT_AT(uchar2)
^
frameworks/rs/scriptc/rs_allocation.rsh:165:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
^
<scratch space>:18:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/driver/runtime/rs_allocation.c:232:1: error: redefinition of
'rsGetElementAt_uchar2'
ELEMENT_AT(uchar2)
^
frameworks/rs/driver/runtime/rs_allocation.c:166:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/scriptc/rs_allocation.rsh:179:1: note: previous definition is here
GET_ELEMENT_AT(uchar2)
^
frameworks/rs/scriptc/rs_allocation.rsh:169:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, ...
^
<scratch space>:19:1: note: expanded from here
rsGetElementAt_uchar2
^
frameworks/rs/driver/runtime/rs_allocation.c:233:1: error: redefinition of
'rsGetElementAt_uchar3'
ELEMENT_AT(uchar3)
^
frameworks/rs/driver/runtime/rs_allocation.c:156:5: note: expanded from macro
'ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:10:1: note: expanded from here
rsGetElementAt_uchar3
^
frameworks/rs/scriptc/rs_allocation.rsh:180:1: note: previous definition is here
GET_ELEMENT_AT(uchar3)
^
frameworks/rs/scriptc/rs_allocation.rsh:161:13: note: expanded from macro
'GET_ELEMENT_AT'
rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
^
<scratch space>:20:1: note: expanded from here
rsGetElementAt_uchar3
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_sample.c
bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_sampler.c
bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_idct.c
bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_dct.c
20 errors generated.
make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/libclcore.bc_intermediates/rs_allocation.bc] Error 1
make: *** Waiting for unfinished jobs....
m trying to compile aosp for pantech burst P9070(presto)
please help i can't figure out how to get past this error

How to display or hide some components of a list-item in the list?

You can display or hide a component using if or show. To display multiple list-items at the same time, you can assign an array value to each list-item. Each array contains a flag to indicate whether a list-item has been clicked.
Code:
<list-item onclick="listItemClick(num=$idx)" type="listItem"
class="item item-color" onlongpress="listItemLongPress"
for="{{listData}}">
<div style="flex-direction:column;height: {{x}}px;">
<text>{{$item}}--{{$idx}}</text>
<input type="button" value="{{$idx}}" show="{{num===$idx}}" />
</div>
</list-item>

Categories

Resources