Re: [android-developers] 2 Tasks are available after onRequestPermissionsResult().

2015-10-22 Thread Hiko
" applications are listed on Task menu. expected: "A" application is listed on Task menu as single task. Regards, Hiko 2015年10月17日土曜日 1時35分37秒 UTC+9 TreKing: > > You need to clarify your question. What "2 tasks" are you talking about? > > On Fri, Oct 16

[android-developers] 2 Tasks are available after onRequestPermissionsResult().

2015-10-16 Thread Hiko
Hi, Currently I develop the application concerned Camera function for android 6.0. on Apps Setting, the permission for Camera is disabled. requestPermissions() is called on onCreate() on my application, i implemented. of course, i also implemented onRequestPermissionsResult() as override.

[android-developers] How to convert into DSA(Displacement Sector Address) type

2014-08-29 Thread Hiko
the sample code, or the website URL that code is described. Thank you, Regards, Hiko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Is it possible to set imeOption area disable/enable on soft keyboard?

2014-07-04 Thread Hiko
Hello, If nothing is input on EditText area, I want to set the android:imeOption area to DISABLE on the soft keyboard. on opposite side, if any character is input there, I want to set that area to ENABLE as well. is it possible? if yes, i would like to know how to implement that. Thank you.

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-09 Thread Hiko
Hello, TreKing, 2013年10月9日水曜日 3時02分25秒 UTC+9 TreKing: On Tue, Oct 8, 2013 at 8:04 AM, Hiko hikos...@gmail.com javascript:wrote: Why before rotating screen? Because I need to store how much scrolled is the page in pixel before rotating to compare with before and after. Try

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-08 Thread Hiko
application implementing. and I could clarify what I asked for. Thank you very much for your corporations. Regards, 2013年10月8日火曜日 13時23分59秒 UTC+9 TreKing: On Mon, Oct 7, 2013 at 8:50 PM, Hiko hikos...@gmail.com javascript:wrote: I want to store some value(s) before rotating screen Why

[android-developers] lifecycle through onConfigurationChanged()

2013-10-07 Thread Hiko
Hello, I want to store some value(s) before rotating screen(that means 'before calling onConfigurationChanged()'). Could you please let me know if you know the name of method something(or solution) Thank you. -- You received this message because you are subscribed to the Google Groups

[android-developers] how to get the wifi connection speed?

2012-05-01 Thread Hiko
hi, I have one question concerning the way to get the wifi connection speed. I could find out the way to get the connection speed over the air(3G) by using inherited TrafficState class. However, i do not know how to get the connection speed in case of connecting Wifi. Please let me know if you

[android-developers] how to get the link speed in the specified application

2012-02-29 Thread Hiko
Hi, I develop the application which the link speed(Rx) displayed in the activity. But, I faced the problem that I do not know how to calculate/get the link speed... I guess the TrafficStats class is used in order to perform such an implementation. Is it wrong? Could you provide me any

[android-developers] Concerning CPU Occupancy

2011-10-20 Thread Hiko
is on the screen? I want an answer asap. Thank you very much and sorry for my bad English. Hiko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: about the behavior of Intent.ACTION_BATTERY_OKAY.

2011-10-20 Thread Hiko
Hello Mark, Thanks for your reply. cleared. Best Regards, On 10月5日, 午前12:25, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 4, 2011 at 11:22 AM, Hiko hikosais...@gmail.com wrote: Can the Intent.ACTION_BATTERY_OKAY be received while the device is the sleep status ? AFAIK

[android-developers] about the behavior of Intent.ACTION_BATTERY_OKAY.

2011-10-04 Thread Hiko
. Can the Intent.ACTION_BATTERY_OKAY be received while the device is the sleep status ? If not, this Intent action comes once. that means that this intent action never comes at the timing when the device wakes up,right? Please tell me the exact answer for me if you know the behavior. Thanks, Hiko

[android-developers] Too may error log output

2011-09-11 Thread Hiko
/StatusBarPolicy output? please let me know if you can find out a correct reason. Best Regards, Hiko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] device sometimes reboots

2011-09-08 Thread Hiko
-installed. ( my device is LG Optimus Black(Gingerbread)) If you know something, please let me know why this issue occur. Thanks, Hiko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Detection where the application is launched from History

2011-08-26 Thread Hiko
Hello,everyone. I would like to know how to detect where the application is launched from History when that application is started to launch. currently, I try to use Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY to be able to do that. But, this method is not possible to detect. My implementation

[android-developers] Re: check wakelocked for each process

2011-08-10 Thread Hiko
. On Tue, Aug 9, 2011 at 6:01 PM, Hiko hikosais...@gmail.com wrote: I implemented dumpsys power command with Runtime.getRuntime().exec() as below.        try{                Process process = Runtime.getRuntime().exec(dumpsys power);            BufferedReader bufferedReader = new

[android-developers] Re: how to get the resource id of the set wallpaper

2011-08-09 Thread Hiko
the image from its resources but that is tied to the app. On Sun, Aug 7, 2011 at 5:24 PM, Hiko hikosais...@gmail.com wrote: Dear Hal, Right. That is what I want to ask. Regards, On Aug 6, 1:33 pm, Hal Harrison closeenough.bac...@gmail.com wrote: Are you asking: How can I

[android-developers] Re: check wakelocked for each process

2011-08-09 Thread Hiko
... Regards, On 8月9日, 午前11:53, Hiko hikosais...@gmail.com wrote: I confirmed that various informations including wakelock something by using command dumpsys power. But, I do not know how to check which the application/service is wakelocked. As far as I checked my output, mLocks.size=0

[android-developers] Re: check wakelocked for each process

2011-08-08 Thread Hiko
is available in my device??? On 8月8日, 午前9:23, Hiko hikosais...@gmail.com wrote: Dear Kostya, Thank you very much for your information. I'll try. Regards, On Aug 5, 8:42 pm, Kostya Vasilyev kmans...@gmail.com wrote: In the adb shell, type dumpsys power. 05.08.2011 15:36, Hiko пишет: Hi

[android-developers] Re: check wakelocked for each process

2011-08-07 Thread Hiko
Dear Kostya, Thank you very much for your information. I'll try. Regards, On Aug 5, 8:42 pm, Kostya Vasilyev kmans...@gmail.com wrote: In the adb shell, type dumpsys power. 05.08.2011 15:36, Hiko пишет: Hi, I would like to check/detect which process(s) are waklocked in the device

[android-developers] Re: how to get the resource id of the set wallpaper

2011-08-07 Thread Hiko
Dear Hal, Right. That is what I want to ask. Regards, On Aug 6, 1:33 pm, Hal Harrison closeenough.bac...@gmail.com wrote: Are you asking: How can I get the id of my wallpaper graphic in my res/drawable folder into my program so I can do something with it? Hal Harrison. -- You received

[android-developers] how to get the resource id of the set wallpaper

2011-08-05 Thread Hiko
of this wallpaper. If you have any idea for solving this problem, could you please let me know... I apologize for my bad English... Thanks, Hiko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] check wakelocked for each process

2011-08-05 Thread Hiko
Hi, I would like to check/detect which process(s) are waklocked in the device. if you have any idea for this,please let me know. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: the difference between ACTION_PACKAGE_CHANGED and ACTION_PACKAGE_REPLACED ?

2011-02-24 Thread Hiko
Since: API Level 1 Broadcast Action: An existing application package has been changed (e.g. a component has been enabled or disabled) On 1月28日, 下午1时57分, Hiko hikosais...@gmail.com wrote: Hello, I have investigated concerning Intent. I have checked the android developer site

[android-developers] what does WIN DEATH mean when running kill?

2011-02-24 Thread Hiko
Hi, I have one question concerning output logs. When I run to kill the specified package with forceStopPackage(), WIN DEATH is always output. what does WIN DEATH mean? Is WIN DEATH related with the behavior when the package is killed? I am very sorry that it might be difficult for you to

[android-developers] Re: the difference between ACTION_PACKAGE_CHANGED and ACTION_PACKAGE_REPLACED ?

2011-02-24 Thread Hiko
Dear Marcin, Appreciate. However,I have already taken the sample code. Best Regards, On 2月24日, 午後8:32, Marcin Orlowski webnet.andr...@gmail.com wrote: ACTION_PACKAGE_CHANGED Since: API Level 1 Broadcast Action: An existing application package has been changed (e.g. a component has been

[android-developers] Re: the difference between ACTION_PACKAGE_CHANGED and ACTION_PACKAGE_REPLACED ?

2011-02-24 Thread Hiko
oops,sorry. misunderstood :-( i will provide the example later( sorry, it is 11am here where I located.that means now is business time ;-D) On 2月24日, 午後8:32, Marcin Orlowski webnet.andr...@gmail.com wrote: ACTION_PACKAGE_CHANGED Since: API Level 1 Broadcast Action: An existing application

[android-developers] Re: what does WIN DEATH mean when running kill?

2011-02-24 Thread Hiko
was killed together with the process. -- Kostya 24.02.2011 14:12, Hiko пишет: Hi, I have one question concerning output logs. When I run to kill the specified package with forceStopPackage(), WIN DEATH is always output. what does WIN DEATH mean? Is WIN DEATH related

[android-developers] the difference between ACTION_PACKAGE_CHANGED and ACTION_PACKAGE_REPLACED ?

2011-01-27 Thread Hiko
Hello, I have investigated concerning Intent. I have checked the android developer site in order to find out the meaning of each intent. And then, I have one question. I cannot understand the difference between ACTION_PACKAGE_CHANGED and ACTION_PACKAGE_REPLACED. Please let me know... Thank

[android-developers] the function that the oposite behanvior as the Context#getDatabasePath().

2010-09-23 Thread Hiko
Context#getDatabasePath() is to get the database patth that we use(query(), insert(), update() and so on) I have an question. On opposite side, do you know which is the method to set the path which I set again. Please let me know if available. Thank you a lot. -- You received this message

[android-developers] can the data via ContentProvider be sent and received from the different packages to the directry as I like?

2010-09-22 Thread Hiko
hello, at first, I am sorry because I am not good at English. As the subject of this message, I have tried to send / receive the data via ContentProvider from the different packages to the common directory. In short, for example... the data run update() or insert() in package

[android-developers] how to update the created list.

2010-08-11 Thread Hiko
Hi, I do not know how to update the created list with Activity class. Do you know the method related(inherited) to Activity class as well as reload() method of WebView class? Best Regards, -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Conversion to Dalvik format failed with error 1

2010-08-10 Thread Hiko
Hi, I faced to the serious problem when building my environment. I use below software for compiling. android SDK(android 2.1) eclipse 3.5.2 At first , this problem occurred on eclipse 3.6. I looked for the reason and countermeasure on the web. As the result, I re-installed eclipse 3.5.2.

[android-developers] Do you know the reason why any files cannot be uploaded via android browser?

2010-08-03 Thread Hiko
Hello, everyone. I have one question regarding the android browser. As the title of this post, I do not know the reason why any files in the device cannot be uploaded to the web via android browser. When I try to upload the file in website,the text dialog where the file path is usually written

[android-developers] To where shoud I set when SMS data is referred?

2010-07-27 Thread Hiko
Hi, I have one question concerning the location where SMS data(including phone number(both from and to) and body part is stored. Currently, I am trying to implement with query() of ContentResolver class to refer these data. However, I do not know which string data should I set to where as 3rd