[Q] Check empty c0title string - Zooper Widget General

Hi friends,
I am trying to say "Nothing " if nothing is scheduled. But this one is not working.
What is the value C0TITLE takes if nothing is there?
Code:
$#C0TITLE#=' '?Nothing:#C0TITLE#$
Or is there any other way?

Barud said:
Hi friends,
I am trying to say "Nothing " if nothing is scheduled. But this one is not working.
What is the value C0TITLE takes if nothing is there?
Code:
$#C0TITLE#=' '?Nothing:#C0TITLE#$
Or is there any other way?
Click to expand...
Click to collapse
Code:
$#C0TITLE#=?Nothing:#C0TITLE#$

Related

Touch Diamond ROM error

Hi All, I need your help!!!!
I donwloaded the ROM file;
"RUU_diamond_htc_wwe_2.03.405.3_rapid_signed_diamond_52.51.25.26_1.09.25.23_ship"
I get as far as do you want to update from version 1.93.422 to 2.03.405.3
I click next and it starts. I get one blue bar @1% and then I get this message
Error[294]nvalid vendor ID.
What am I doing wrong and how do I correct it?
Thanks
Joe
Search the forums. This is answered in several threads.
EDIT: in this STICKY for example: http://forum.xda-developers.com/showthread.php?t=409425
joeleo1937 said:
Hi All, I need your help!!!!
I donwloaded the ROM file;
"RUU_diamond_htc_wwe_2.03.405.3_rapid_signed_diamond_52.51.25.26_1.09.25.23_ship"
I get as far as do you want to update from version 1.93.422 to 2.03.405.3
I click next and it starts. I get one blue bar @1% and then I get this message
Error[294]nvalid vendor ID.
What am I doing wrong and how do I correct it?
Thanks
Joe
Click to expand...
Click to collapse
Hey Joe,
Your problem will disappear when you flash your device not through RUU_ way but through your Internal 4G storage way.

[Q] some questions about wave1

hi, im new wave1 user ( bada 2.0.1), bought it yesterday! nice phone, nice screen, there is some things that i miss it from android:
1- the notification bar has only : wifi-btooth-rotation-sound/vibration: cant we added more? or only stuck with this 4 mousquetaire?
2- there isnt an option to make the phone slience without vibration intill we go to settings/sound? any tip or move like pressing volume+central touch?
3- brightness without going to settings? widget?
4- missing call/sms! the phone doesn't show a sign of life? no led notification? no screen blinking?
5- skip the trach by pressing volume rockers?
6- thanks for all and sorry if my questions are outdated
1- the notification bar has only : wifi-btooth-rotation-sound/vibration: cant we added more? or only stuck with this 4 mousquetaire?
Click to expand...
Click to collapse
See here... 5 options...
http://forum.xda-developers.com/showthread.php?t=1534964
But this depend on Firmware...
No idea how to add or remove something in this area...
Best Regards
adfree said:
See here... 5 options...
http://forum.xda-developers.com/showthread.php?t=1534964
But this depend on Firmware...
No idea how to add or remove something in this area...
Best Regards
Click to expand...
Click to collapse
thks for yr reply! can i flash any wave1 rom on my phone? i mean any rom from any country on mine? thks a lotttttttt
can i flash any wave1 rom on my phone?
Click to expand...
Click to collapse
Caution, not all Firmware maybe include your languages...
Maybe easiest way to post your Firmwareversion.
Enter *#1234# and post result...
Is English enough as Display + Input Language?
Or you need other Fonts...
Best Regards
adfree said:
Caution, not all Firmware maybe include your languages...
Maybe easiest way to post your Firmwareversion.
Enter *#1234# and post result...
Is English enough as Display + Input Language?
Or you need other Fonts...
Best Regards
Click to expand...
Click to collapse
well after typing *#1234# the results
sw ver = S8500XPKJ1
CSC VER = S8500OXAKJ1
but french+english are enough .... thks a lotttttt
4- missing call/sms! the phone doesn't show a sign of life? no led notification? no screen blinking?
Click to expand...
Click to collapse
for your sms issue: go to "Settings" -> "Messages" @first line "Alert repetition" ..
with best regards
freddy5 said:
for your sms issue: go to "Settings" -> "Messages" @first line "Alert repetition" ..
with best regards
Click to expand...
Click to collapse
hi, thks, for yr help, bada is nice system, but i think need some ' flexibility' jsut like the green little robot hehe...
was trying out some stuffs in bada,, and I really dont understand y thiungs are so complicated out here unlike android!
altruistic666 said:
was trying out some stuffs in bada,, and I really dont understand y thiungs are so complicated out here unlike android!
Click to expand...
Click to collapse
agree

[Q]Kelayout files: does someone knows them very well?

I'm trying to understand exactly how the various keylayout files work... http://source.android.com/tech/input/key-layout-files.html
But I can't understand some things:
1- Why, ie in andromadus, the softouch keys aren't flagged as virtual? this should prevent users from touching them while wanting to touch the screen.
2- How can I see which keylayout file I'm using? I've seen that this should work:
Code:
logcat -d | grep vision
but when I run it it doesn't do anything
Someone had this as output:
Code:
I/EventHub( 6163): New device: id=2, fd=110, path='/dev/input/event5', name='curcial-oj', classes=0x9, configuration='/system/usr/idc/curcial-oj.idc', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false
D/EventHub( 6163): No input device configuration file found for device 'lightsensor-level'.
D/EventHub( 6163): No input device configuration file found for device 'vision-keypad-sea'.
I/EventHub( 6163): New device: id=4, fd=117, path='/dev/input/event3', name='vision-keypad-sea', classes=0xc3, configuration='', keyLayout='/system/usr/keylayout/vision-keypad-sea.kl', keyCharacterMap='/system/usr/keychars/vision-keypad-sea.kcm', builtinKeyboard=true
D/EventHub( 6163): No input device configuration file found for device 'proximity'.
I can't understand why it uses generic at first and then passes to sea... And may it be enough for me to grep for I/EventHub to get these strings on mine?
3- Which is the order in which they are used? I mean if there's no x.kl y is used, if there's no y.kl, z is used. This because reading in the following link:
/system/usr/keylayout/Vendor_XXXX_Product_XXXX_Version_XXXX.kl
/system/usr/keylayout/Vendor_XXXX_Product_XXXX.kl
/system/usr/keylayout/DEVICE_NAME.kl
/data/system/devices/keylayout/Vendor_XXXX_Product_XXXX_Version_XXXX.kl
/data/system/devices/keylayout/Vendor_XXXX_Product_XXXX.kl
/data/system/devices/keylayout/DEVICE_NAME.kl
/system/usr/keylayout/Generic.kl
/data/system/devices/keylayout/Generic.kl
Click to expand...
Click to collapse
this should be the order, but I've never heard of anyone changing the first file, of many changing vision_keypad_lang.kl which isn't even mentioned there....
4- If I set a virtual key as a WAKE key will this make the whole file unreadable? so will the desire z pass over it and look for another file? If this is right, as I think and hop, I may have understand which is my problem... I've seen that this is done in andromadus, but I still can't understand how they can wake phone...
5- Which is effectively the difference between WAKE and WAKE_DROPPED, can't get a clear idea from the link
6- What is the purpose of the validatekeymaps tool? Does it verify if the sintax of the file is right?
Thank you
edit: you may have noticed that many of the things I ask can easily be verified with a phone in hands, but I don't have mine at the moment, so I can't do it and it will be like this for a week or so. I have time to develop my project now, so I ask anyway
Noone has worked on these files??
virtualflyer said:
Noone has worked on these files??
Click to expand...
Click to collapse
All your questions can be answered in the official google android documentation. Have a read
Sent from my HTC Vision using xda premium
blk_jack said:
All your questions can be answered in the official google android documentation. Have a read
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
I assume you refer to the link I've posted... I've read it, but I still can't understand all points but 5-6 as said in the OP.
There's a VIRTUAL flag and documentation proposes it, so why don't we use it?
Why's everybody changing vision_keypad_lang instead of the one said in doc?
I can't find all these answers (1-4) in documentation... I may haven't seen it, but I read it pretty carefully...
virtualflyer said:
I'm trying to understand exactly how the various keylayout files work... http://source.android.com/tech/input/key-layout-files.html
But I can't understand some things:
1- Why, ie in andromadus, the softouch keys aren't flagged as virtual? this should prevent users from touching them while wanting to touch the screen.
2- How can I see which keylayout file I'm using? I've seen that this should work:
Code:
logcat -d | grep vision
but when I run it it doesn't do anything
Someone had this as output:
Code:
I/EventHub( 6163): New device: id=2, fd=110, path='/dev/input/event5', name='curcial-oj', classes=0x9, configuration='/system/usr/idc/curcial-oj.idc', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false
D/EventHub( 6163): No input device configuration file found for device 'lightsensor-level'.
D/EventHub( 6163): No input device configuration file found for device 'vision-keypad-sea'.
I/EventHub( 6163): New device: id=4, fd=117, path='/dev/input/event3', name='vision-keypad-sea', classes=0xc3, configuration='', keyLayout='/system/usr/keylayout/vision-keypad-sea.kl', keyCharacterMap='/system/usr/keychars/vision-keypad-sea.kcm', builtinKeyboard=true
D/EventHub( 6163): No input device configuration file found for device 'proximity'.
I can't understand why it uses generic at first and then passes to sea... And may it be enough for me to grep for I/EventHub to get these strings on mine?
3- Which is the order in which they are used? I mean if there's no x.kl y is used, if there's no y.kl, z is used. This because reading in the following link:
this should be the order, but I've never heard of anyone changing the first file, of many changing vision_keypad_lang.kl which isn't even mentioned there....
4- If I set a virtual key as a WAKE key will this make the whole file unreadable? so will the desire z pass over it and look for another file? If this is right, as I think and hop, I may have understand which is my problem... I've seen that this is done in andromadus, but I still can't understand how they can wake phone...
5- Which is effectively the difference between WAKE and WAKE_DROPPED, can't get a clear idea from the link
6- What is the purpose of the validatekeymaps tool? Does it verify if the sintax of the file is right?
Thank you
edit: you may have noticed that many of the things I ask can easily be verified with a phone in hands, but I don't have mine at the moment, so I can't do it and it will be like this for a week or so. I have time to develop my project now, so I ask anyway
Click to expand...
Click to collapse
2. after a reboot filter the logcat output for "device".
D/EventHub( 6163): No input device configuration file found for device 'lightsensor-level'.
Click to expand...
Click to collapse
create the file "lightsensor-level.idc" inside /system/usr/idc
same for vision-keypad-sea.
for key layouts its the same as for idc, just insert/create the *.kl files into /system/usr/kl if they are missing
curcial-oj uses generic layout because there is no specific layout. just create "curcial-oj.kl" inside /system/usr/kl
4. I guess it's useless to set wake-flag for virtual keys
5. If I understand it correctly keys with WAKE-flag will wake up the phone and execute their function while WAKE_DROPPED will only wake up the phone and drop its function in case that phone's sleeping.
6. at least yes

[Q] ODIN Multi Downloader Failed while installing value pack

hi,
I am new at xda-developers but I have used xda-developers forums for months as guest, this is a wonderful forum.
If I have mistakes about the forum rules, warn me.
Half an hour ago, i tried to install value pack (I8150XXLM6_I8150OXXLC1_I8150XXLM6_HOME.tar.md5) via odin multi downloader.
You know, there are squares top of the interface of odin multi downloader (ODM)... While installation trying, the first of these square tried to connect from COM 24, and the second one tried to connect from COM 25
after installation the first square got a message as FAIL, and the second one got PASS...
The message box of ODM gave an message as this;
"<1> --- cannot open the usb serial port."
"<1> --- download ERROR."
"<2> --- succesful."
But the second one worked properly and finished .7/7 steps...
After then, I turned on my phone, checked out the android build version, I saw that build number was correct and it seems that installation was succesfull.. But when I want to try new features that writes change log of this value pack, I couldnt find them...
My mind confused, because ODM gave FAILURE one of its squares.
Now what I have to do?
serkan sekerci said:
hi,
I am new at xda-developers but I have used xda-developers forums for months as guest, this is a wonderful forum.
If I have mistakes about the forum rules, warn me.
Half an hour ago, i tried to install value pack (I8150XXLM6_I8150OXXLC1_I8150XXLM6_HOME.tar.md5) via odin multi downloader.
You know, there are squares top of the interface of odin multi downloader (ODM)... While installation trying, the first of these square tried to connect from COM 24, and the second one tried to connect from COM 25
after installation the first square got a message as FAIL, and the second one got PASS...
The message box of ODM gave an message as this;
"<1> --- cannot open the usb serial port."
"<1> --- download ERROR."
"<2> --- succesful."
But the second one worked properly and finished .7/7 steps...
After then, I turned on my phone, checked out the android build version, I saw that build number was correct and it seems that installation was succesfull.. But when I want to try new features that writes change log of this value pack, I couldnt find them...
My mind confused, because ODM gave FAILURE one of its squares.
Now what I have to do?
Click to expand...
Click to collapse
for 10 message limitation. sorry...
serkan sekerci said:
for 10 message limitation. sorry...
Click to expand...
Click to collapse
sorry... for 10 message limitation...
serkan sekerci said:
sorry... for 10 message limitation...
Click to expand...
Click to collapse
really i'm sorry guys... for 10 messages limitation...
serkan sekerci said:
really i'm sorry guys... for 10 messages limitation...
Click to expand...
Click to collapse
really and really i'm sorry guys... for 10 messages limitation... 1 left
serkan sekerci said:
really and really i'm sorry guys... for 10 messages limitation... 1 left
Click to expand...
Click to collapse
really and really i'm sorry guys... for 10 messages limitation... this is the 10th one,
serkan sekerci said:
really and really i'm sorry guys... for 10 messages limitation... this is the 10th one,
Click to expand...
Click to collapse
ur problem already solved?

[Q] Galaxy Ace II blank screen

hello all from France !
I have a problem (i don't know is the good section).
when i dial *#737425# i have a blank screen then this message :
SORRY ! the application Serial Number Read/write (process com.sec.android.app.MainLabel)
has stopped unexpectedly. Please try again
i bought this phone on Internet, firmware (xeo).
Thank to help me.
Regards
Hi
My phone acts the same but maybe could You explain what this code shoud do ?
send from my gt-i8160
with twrp kernel.
*#737425#
msarna said:
Hi
My phone acts the same but maybe could You explain what this code shoud do ?
send from my gt-i8160
with twrp kernel.
Click to expand...
Click to collapse
thx for your reply !
*#737425# show the sérial number and IMEI on the screen
i know where is the serial number, writing under the cell, but that i want to know if is a bug of the phone or a bug of Android.
Sorrry for my english.
a application called Antutu benchmark give also these infos, It tells me error as, device error.
regards
jo34 said:
thx for your reply !
*#737425# show the sérial number and IMEI on the screen
i know where is the serial number, writing under the cell, but that i want to know if is a bug of the phone or a bug of Android.
Sorrry for my english.
a application called Anturu benchmark give also these infos, It tells me error as, device error.
regards
Click to expand...
Click to collapse
My phone chashed also. This code doesn't work on S advance/Ace2/SII mini. For PDA/Phone/CSC Codes *#*#1234#*#* and for IMEI *#06#.

Categories

Resources