[android-developers] Issue Summary: Framework reboot due to native crash in zygote crash with SIGSEGV error.

2019-07-31 Thread Test Frameworks


*Issue Summary:* Framework reboot due to native crash in zygote crash with 
SIGSEGV error.

 

*Reproduction:*  Long duration test with multiple apps and reproduction 
rate – 1/100.

 

*Description:*

 

Below is the tombstone for zygote:

 

Line 56603:07-08 10:19:39.605 26565 26565 F DEBUG   : Build 
fingerprint: 
--
Line 56604: 07-08 10:19:39.605 26565 26565 F DEBUG   : Revision: '0'
Line 56605: 07-08 10:19:39.605 26565 26565 F DEBUG   : ABI: 'arm'
Line 56608: 07-08 10:19:39.606 26565 26565 F DEBUG   : pid: 652, 
tid: 26546, name: HeapTaskDaemon  >>> zygote <<<
Line 56609: 07-08 10:19:39.606 26565 26565 F DEBUG   : signal 11 
(SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x130
Line 56610: 07-08 10:19:39.606 26565 26565 F DEBUG   : Cause: null 
pointer dereference
Line 56611: 07-08 10:19:39.606 26565 26565 F DEBUG   : r0 
 dec0b000  r1  5616eb84  r2  0007  r3  
Line 56612: 07-08 10:19:39.606 26565 26565 F DEBUG   : r4 
 0130  r5  cd7929c8  r6    r7  e4fdc380
Line 56613: 07-08 10:19:39.606 26565 26565 F DEBUG   : r8 
 cd7924bc  r9    r10 0002  r11 8a0c
Line 56614: 07-08 10:19:39.607 26565 26565 F DEBUG   : ip 
 e49b8974  sp  cd7924b0  lr  e45e1507  pc  e45ec316
Line 56712: 07-08 10:19:39.730 26565 26565 F DEBUG   : 
Line 56713: 07-08 10:19:39.730 26565 26565 F DEBUG   : backtrace:
Line 56715: 07-08 10:19:39.730 26565 26565 F DEBUG   : #00 pc 
000aa316  /system/lib/libart.so (art::TimingLogger::Reset()+106)
Line 56716: 07-08 10:19:39.730 26565 26565 F DEBUG   : #01 pc 
0016663b  /system/lib/libart.so 
(art::gc::collector::GarbageCollector::Run(art::gc::GcCause, bool)+178)
Line 56717: 07-08 10:19:39.730 26565 26565 F DEBUG   : #02 pc 
0018035d  /system/lib/libart.so 
(art::gc::Heap::CollectGarbageInternal(art::gc::collector::GcType, 
art::gc::GcCause, bool)+2420)
Line 56718: 07-08 10:19:39.730 26565 26565 F DEBUG   : #03 pc 
0018dbeb  /system/lib/libart.so (art::gc::Heap::ConcurrentGC(art::Thread*, 
art::gc::GcCause, bool)+182)
Line 56719: 07-08 10:19:39.730 26565 26565 F DEBUG   : #04 pc 
00191b11  /system/lib/libart.so 
(art::gc::Heap::ConcurrentGCTask::Run(art::Thread*)+20)
Line 56720: 07-08 10:19:39.730 26565 26565 F DEBUG   : #05 pc 
001aa957  /system/lib/libart.so 
(art::gc::TaskProcessor::RunAllTasks(art::Thread*)+34)
Line 56721: 07-08 10:19:39.731 26565 26565 F DEBUG   : #06 pc 
0007463b  /system/framework/arm/boot-core-libart.oat (offset 0x73000) 
(dalvik.system.VMRuntime.clampGrowthLimit [DEDUPED]+74)
Line 56722: 07-08 10:19:39.731 26565 26565 F DEBUG   : #07 pc 
0014a85d  /system/framework/arm/boot-core-libart.oat (offset 0x73000) 
(java.lang.Daemons$HeapTaskDaemon.runInternal+172)
Line 56723: 07-08 10:19:39.731 26565 26565 F DEBUG   : #08 pc 
000ec963  /system/framework/arm/boot-core-libart.oat (offset 0x73000) 
(java.lang.Daemons$Daemon.run+66)
Line 56724: 07-08 10:19:39.731 26565 26565 F DEBUG   : #09 pc 
002151b1  /system/framework/arm/boot-core-oj.oat (offset 0x106000) 
(java.lang.Thread.run+64)
Line 56725: 07-08 10:19:39.731 26565 26565 F DEBUG   : #10 pc 
00411575  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
Line 56726: 07-08 10:19:39.731 26565 26565 F DEBUG   : #11 pc 
003eb045  /system/lib/libart.so (art_quick_invoke_stub+224)
Line 56727: 07-08 10:19:39.731 26565 26565 F DEBUG   : #12 pc 
000a183d  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, 
unsigned int*, unsigned int, art::JValue*, char const*)+136)
Line 56728: 07-08 10:19:39.731 26565 26565 F DEBUG   : #13 pc 
003498d5  /system/lib/libart.so (art::(anonymous 
namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable 
const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, 
art::JValue*, char const*)+52)
Line 56729: 07-08 10:19:39.731 26565 26565 F DEBUG   : #14 pc 
0034a62d  /system/lib/libart.so 
(art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable
 
const&, _jobject*, _jmethodID*, jvalue*)+320)
Line 56730: 07-08 10:19:39.731 26565 26565 F DEBUG   : #15 pc 
0036d0a3  /system/lib/libart.so (art::Thread::CreateCallback(void*)+866)
Line 56731: 07-08 10:19:39.731 26565 26565 F DEBUG   : #16 pc 
00072dcd  /system/lib/libc.so (__pthread_start(void*)+22)
Line 56732: 07-08 10:19:39.731 26565 26565 F DEBUG   : #17 pc 
0001e3b1  /system/lib/libc.so (__start_thread+24)

 

 

One more observation is that we saw few app crashes prior to zygote crash 
in the path of zygote forking these apps.

 

pid: 17395, tid: 17395, name: o.android.imoi  >>> zygote <<<
signal 11 (SIGSEGV), code 1 (SEGV

Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-04 Thread a2networks . test
Could you give me a direction on how to use HTTP connection? I'm pretty new 
to Andoid programming

Op dinsdag 1 november 2016 16:27:20 UTC+1 schreef Raymond Rodgers:
>
> I'm not familiar with the software you're using (on the server side), but 
> if the WebView is going to be invisible, why are you using it? Does the 
> triggering web page/API use some Javascript or something to accomplish the 
> task? If not, I would use a different method. Forgive me, it's been a while 
> since I've done any active coding on Android, but I'm pretty sure there are 
> HTTPConnection classes or something to that effect that take a Url object 
> (or string) that can make the requests much more efficiently if all you 
> need to do is send and receive some data.
>
> On 11/01/2016 08:36 AM, a2netwo...@gmail.com  wrote:
>
> *KICK*
>
> I need help
>
> Op woensdag 26 oktober 2016 08:58:33 UTC+2 schreef a2netwo...@gmail.com: 
>>
>> Hello,
>>
>> I wrote an (really basic) application to control access for a building. 
>> This application exists of multiple buttons (10 in total).
>> Per door there are 2 buttons. One button acts as an pulse buton. When 
>> clicking the pulse button a timer function will be enabled and after 5 
>> seconds the function will be disabled.
>> The other button enables or disables the function manualy (without a 
>> timer).
>>
>> When the function is enabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to unlock.
>> When the function is disabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to lock.
>> For testing the URL request i used URL's like: 
>> http://www.cisco.com
>> http://www, nu.nl 
>>
>> The URL's requested will appear in a Webview (which will be invisible in 
>> the final version). 
>> Each door has it's own door WebView. 
>>
>> So for short:
>> One door has:
>> 2 buttons;
>> 1 timer function;
>> 1 WebView.
>>
>> There are 5 doors in total.
>>
>> Now the problem coms that after running this error will occure:
>> A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
>> (WebViewCoreThre)
>>
>> After searching on the internet, i learned this could be a memory issue. 
>> But i don't have a clue to how address this, or what the problem could 
>> be. I tried to eleminate the images that i used, but that didn't work.
>>
>> The application is develloped for Android 4.1 (Jellybean).
>>
>> How can i resolve this problem ??
>>
>> Regards.
>>
>> Dennie
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to android-developers+unsubscr...@googlegroups.com .
> To post to this group, send email to android-d...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/android-developers/4a4616a3-fa73-4cd5-af80-d8c99baf6e97%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/913efec0-b551-49f2-bd61-68a72ba69c0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-03 Thread a2networks . test
On the serverside there will be a webpage which allows users to control a 
doorlock. An XML trigger has to be sent to this server. 
So the buttons will request a url like: 
https://10.10.100.25/index.phps?state=1 for opening a door and 
https://10.10.100.25/index.phps?state=0 for locking the door. 

I used Webview so i could see the requests loading within the app during 
the testing. The end user will not see this/

Op dinsdag 1 november 2016 16:27:20 UTC+1 schreef Raymond Rodgers:
>
> I'm not familiar with the software you're using (on the server side), but 
> if the WebView is going to be invisible, why are you using it? Does the 
> triggering web page/API use some Javascript or something to accomplish the 
> task? If not, I would use a different method. Forgive me, it's been a while 
> since I've done any active coding on Android, but I'm pretty sure there are 
> HTTPConnection classes or something to that effect that take a Url object 
> (or string) that can make the requests much more efficiently if all you 
> need to do is send and receive some data.
>
> On 11/01/2016 08:36 AM, a2netwo...@gmail.com  wrote:
>
> *KICK*
>
> I need help
>
> Op woensdag 26 oktober 2016 08:58:33 UTC+2 schreef a2netwo...@gmail.com: 
>>
>> Hello,
>>
>> I wrote an (really basic) application to control access for a building. 
>> This application exists of multiple buttons (10 in total).
>> Per door there are 2 buttons. One button acts as an pulse buton. When 
>> clicking the pulse button a timer function will be enabled and after 5 
>> seconds the function will be disabled.
>> The other button enables or disables the function manualy (without a 
>> timer).
>>
>> When the function is enabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to unlock.
>> When the function is disabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to lock.
>> For testing the URL request i used URL's like: 
>> http://www.cisco.com
>> http://www, nu.nl 
>>
>> The URL's requested will appear in a Webview (which will be invisible in 
>> the final version). 
>> Each door has it's own door WebView. 
>>
>> So for short:
>> One door has:
>> 2 buttons;
>> 1 timer function;
>> 1 WebView.
>>
>> There are 5 doors in total.
>>
>> Now the problem coms that after running this error will occure:
>> A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
>> (WebViewCoreThre)
>>
>> After searching on the internet, i learned this could be a memory issue. 
>> But i don't have a clue to how address this, or what the problem could 
>> be. I tried to eleminate the images that i used, but that didn't work.
>>
>> The application is develloped for Android 4.1 (Jellybean).
>>
>> How can i resolve this problem ??
>>
>> Regards.
>>
>> Dennie
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to android-developers+unsubscr...@googlegroups.com .
> To post to this group, send email to android-d...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/android-developers/4a4616a3-fa73-4cd5-af80-d8c99baf6e97%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b817ee19-d620-4e3d-bb32-c16628b152d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-01 Thread a2networks . test
*KICK*

I need help

Op woensdag 26 oktober 2016 08:58:33 UTC+2 schreef a2netwo...@gmail.com:
>
> Hello,
>
> I wrote an (really basic) application to control access for a building. 
> This application exists of multiple buttons (10 in total).
> Per door there are 2 buttons. One button acts as an pulse buton. When 
> clicking the pulse button a timer function will be enabled and after 5 
> seconds the function will be disabled.
> The other button enables or disables the function manualy (without a 
> timer).
>
> When the function is enabled a URL request is send out to load within a 
> WebView. The URL that is requested is an URL trigger for a webrelay which 
> will trgger the door to unlock.
> When the function is disabled a URL request is send out to load within a 
> WebView. The URL that is requested is an URL trigger for a webrelay which 
> will trgger the door to lock.
> For testing the URL request i used URL's like: 
> http://www.cisco.com
> http://www, nu.nl 
>
> The URL's requested will appear in a Webview (which will be invisible in 
> the final version). 
> Each door has it's own door WebView. 
>
> So for short:
> One door has:
> 2 buttons;
> 1 timer function;
> 1 WebView.
>
> There are 5 doors in total.
>
> Now the problem coms that after running this error will occure:
> A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
> (WebViewCoreThre)
>
> After searching on the internet, i learned this could be a memory issue. 
> But i don't have a clue to how address this, or what the problem could be. 
> I tried to eleminate the images that i used, but that didn't work.
>
> The application is develloped for Android 4.1 (Jellybean).
>
> How can i resolve this problem ??
>
> Regards.
>
> Dennie
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4a4616a3-fa73-4cd5-af80-d8c99baf6e97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-10-26 Thread a2networks . test
Nope .. I tried to clear the chache before loading a new URL or after 
loading the URL but it didn't work. 

Destroying the webview didn't work either.

Op woensdag 26 oktober 2016 11:28:19 UTC+2 schreef sardar khan:
>
> Clear cache every time when you done loading one webview and about to 
> start load another webview.
>
> On Wed, Oct 26, 2016 at 2:20 PM,  
> wrote:
>
>> Unfortunatly i started the party to early... 
>>
>> the same error is occuring again...
>>
>> Op woensdag 26 oktober 2016 11:07:41 UTC+2 schreef sardar khan:
>>>
>>> Ok.np.
>>>
>>> On Wed, Oct 26, 2016 at 1:59 PM,  wrote:
>>>
 Thank you very much... 

 This problem has been resolved with clearing the cache 

 webview.clearCache(true);
 webview.destroyDrawingCache();

 However a Fatal signal 7 (SIGBUS) at 0x (code=128), thread 13497 
 (WebViewCoreThre) occurs so let's get to that one ...



 Op woensdag 26 oktober 2016 09:18:27 UTC+2 schreef sardar khan:
>
> You can see these links 
>
> http://stackoverflow.com/questions/4973310/signal-11-sigsegv-crash-android
>
> http://stackoverflow.com/questions/18755318/webview-destroy-causing-fatal-signal-11-crash
>
> http://stackoverflow.com/questions/22566215/fatal-signal-11-sigsevg-in-my-webview
> hope this will help .Thanks
>
> On Wed, Oct 26, 2016 at 11:58 AM,  wrote:
>
>> Hello,
>>
>> I wrote an (really basic) application to control access for a 
>> building. This application exists of multiple buttons (10 in total).
>> Per door there are 2 buttons. One button acts as an pulse buton. When 
>> clicking the pulse button a timer function will be enabled and after 5 
>> seconds the function will be disabled.
>> The other button enables or disables the function manualy (without a 
>> timer).
>>
>> When the function is enabled a URL request is send out to load within 
>> a WebView. The URL that is requested is an URL trigger for a webrelay 
>> which 
>> will trgger the door to unlock.
>> When the function is disabled a URL request is send out to load 
>> within a WebView. The URL that is requested is an URL trigger for a 
>> webrelay which will trgger the door to lock.
>> For testing the URL request i used URL's like: 
>> http://www.cisco.com
>> http://www, nu.nl 
>>
>> The URL's requested will appear in a Webview (which will be invisible 
>> in the final version). 
>> Each door has it's own door WebView. 
>>
>> So for short:
>> One door has:
>> 2 buttons;
>> 1 timer function;
>> 1 WebView.
>>
>> There are 5 doors in total.
>>
>> Now the problem coms that after running this error will occure:
>> A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 
>> 25881 (WebViewCoreThre)
>>
>> After searching on the internet, i learned this could be a memory 
>> issue. 
>> But i don't have a clue to how address this, or what the problem 
>> could be. I tried to eleminate the images that i used, but that didn't 
>> work.
>>
>> The application is develloped for Android 4.1 (Jellybean).
>>
>> How can i resolve this problem ??
>>
>> Regards.
>>
>> Dennie
>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-d...@googlegroups.com.
>> Visit this group at 
>> https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/c9b1e7b5-f16f-470a-a524-766993d9a777%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> -- 
 You received this message because you are subscribed to the Google 
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+unsubscr...@googlegroups.com.
 To post to this group, send email to android-d...@googlegroups.com.
 Visit this group at https://groups.google.com/group/android-developers.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/android-developers/378dc448-d46a-4a6d-87d4-b28ff9863632%40googlegroups.com
  
 
 .
 For more 

Re: [android-developers] A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-10-26 Thread a2networks . test
Unfortunatly i started the party to early... 

the same error is occuring again...

Op woensdag 26 oktober 2016 11:07:41 UTC+2 schreef sardar khan:
>
> Ok.np.
>
> On Wed, Oct 26, 2016 at 1:59 PM,  
> wrote:
>
>> Thank you very much... 
>>
>> This problem has been resolved with clearing the cache 
>>
>> webview.clearCache(true);
>> webview.destroyDrawingCache();
>>
>> However a Fatal signal 7 (SIGBUS) at 0x (code=128), thread 13497 
>> (WebViewCoreThre) occurs so let's get to that one ...
>>
>>
>>
>> Op woensdag 26 oktober 2016 09:18:27 UTC+2 schreef sardar khan:
>>>
>>> You can see these links 
>>>
>>> http://stackoverflow.com/questions/4973310/signal-11-sigsegv-crash-android
>>>
>>> http://stackoverflow.com/questions/18755318/webview-destroy-causing-fatal-signal-11-crash
>>>
>>> http://stackoverflow.com/questions/22566215/fatal-signal-11-sigsevg-in-my-webview
>>> hope this will help .Thanks
>>>
>>> On Wed, Oct 26, 2016 at 11:58 AM,  wrote:
>>>
 Hello,

 I wrote an (really basic) application to control access for a building. 
 This application exists of multiple buttons (10 in total).
 Per door there are 2 buttons. One button acts as an pulse buton. When 
 clicking the pulse button a timer function will be enabled and after 5 
 seconds the function will be disabled.
 The other button enables or disables the function manualy (without a 
 timer).

 When the function is enabled a URL request is send out to load within a 
 WebView. The URL that is requested is an URL trigger for a webrelay which 
 will trgger the door to unlock.
 When the function is disabled a URL request is send out to load within 
 a WebView. The URL that is requested is an URL trigger for a webrelay 
 which 
 will trgger the door to lock.
 For testing the URL request i used URL's like: 
 http://www.cisco.com
 http://www, nu.nl 

 The URL's requested will appear in a Webview (which will be invisible 
 in the final version). 
 Each door has it's own door WebView. 

 So for short:
 One door has:
 2 buttons;
 1 timer function;
 1 WebView.

 There are 5 doors in total.

 Now the problem coms that after running this error will occure:
 A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
 (WebViewCoreThre)

 After searching on the internet, i learned this could be a memory 
 issue. 
 But i don't have a clue to how address this, or what the problem could 
 be. I tried to eleminate the images that i used, but that didn't work.

 The application is develloped for Android 4.1 (Jellybean).

 How can i resolve this problem ??

 Regards.

 Dennie

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+unsubscr...@googlegroups.com.
 To post to this group, send email to android-d...@googlegroups.com.
 Visit this group at https://groups.google.com/group/android-developers.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/android-developers/c9b1e7b5-f16f-470a-a524-766993d9a777%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-developers+unsubscr...@googlegroups.com .
>> To post to this group, send email to android-d...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/378dc448-d46a-4a6d-87d4-b28ff9863632%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/15b6d416-86b3-428d-9c2c-7ce14a48fdfc%40googlegroups.com.
For more options, visit 

Re: [android-developers] A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-10-26 Thread a2networks . test
Thank you very much... 

This problem has been resolved with clearing the cache 

webview.clearCache(true);
webview.destroyDrawingCache();

However a Fatal signal 7 (SIGBUS) at 0x (code=128), thread 13497 
(WebViewCoreThre) occurs so let's get to that one ...



Op woensdag 26 oktober 2016 09:18:27 UTC+2 schreef sardar khan:
>
> You can see these links 
> http://stackoverflow.com/questions/4973310/signal-11-sigsegv-crash-android
>
> http://stackoverflow.com/questions/18755318/webview-destroy-causing-fatal-signal-11-crash
>
> http://stackoverflow.com/questions/22566215/fatal-signal-11-sigsevg-in-my-webview
> hope this will help .Thanks
>
> On Wed, Oct 26, 2016 at 11:58 AM,  
> wrote:
>
>> Hello,
>>
>> I wrote an (really basic) application to control access for a building. 
>> This application exists of multiple buttons (10 in total).
>> Per door there are 2 buttons. One button acts as an pulse buton. When 
>> clicking the pulse button a timer function will be enabled and after 5 
>> seconds the function will be disabled.
>> The other button enables or disables the function manualy (without a 
>> timer).
>>
>> When the function is enabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to unlock.
>> When the function is disabled a URL request is send out to load within a 
>> WebView. The URL that is requested is an URL trigger for a webrelay which 
>> will trgger the door to lock.
>> For testing the URL request i used URL's like: 
>> http://www.cisco.com
>> http://www, nu.nl 
>>
>> The URL's requested will appear in a Webview (which will be invisible in 
>> the final version). 
>> Each door has it's own door WebView. 
>>
>> So for short:
>> One door has:
>> 2 buttons;
>> 1 timer function;
>> 1 WebView.
>>
>> There are 5 doors in total.
>>
>> Now the problem coms that after running this error will occure:
>> A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
>> (WebViewCoreThre)
>>
>> After searching on the internet, i learned this could be a memory issue. 
>> But i don't have a clue to how address this, or what the problem could 
>> be. I tried to eleminate the images that i used, but that didn't work.
>>
>> The application is develloped for Android 4.1 (Jellybean).
>>
>> How can i resolve this problem ??
>>
>> Regards.
>>
>> Dennie
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-developers+unsubscr...@googlegroups.com .
>> To post to this group, send email to android-d...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/c9b1e7b5-f16f-470a-a524-766993d9a777%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/378dc448-d46a-4a6d-87d4-b28ff9863632%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-10-26 Thread a2networks . test
Hello,

I wrote an (really basic) application to control access for a building. 
This application exists of multiple buttons (10 in total).
Per door there are 2 buttons. One button acts as an pulse buton. When 
clicking the pulse button a timer function will be enabled and after 5 
seconds the function will be disabled.
The other button enables or disables the function manualy (without a timer).

When the function is enabled a URL request is send out to load within a 
WebView. The URL that is requested is an URL trigger for a webrelay which 
will trgger the door to unlock.
When the function is disabled a URL request is send out to load within a 
WebView. The URL that is requested is an URL trigger for a webrelay which 
will trgger the door to lock.
For testing the URL request i used URL's like: 
http://www.cisco.com
http://www, nu.nl 

The URL's requested will appear in a Webview (which will be invisible in 
the final version). 
Each door has it's own door WebView. 

So for short:
One door has:
2 buttons;
1 timer function;
1 WebView.

There are 5 doors in total.

Now the problem coms that after running this error will occure:
A/libc: Fatal signal 11 (SIGSEGV) at 0x001c (code=1), thread 25881 
(WebViewCoreThre)

After searching on the internet, i learned this could be a memory issue. 
But i don't have a clue to how address this, or what the problem could be. 
I tried to eleminate the images that i used, but that didn't work.

The application is develloped for Android 4.1 (Jellybean).

How can i resolve this problem ??

Regards.

Dennie

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c9b1e7b5-f16f-470a-a524-766993d9a777%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: On Debian Jessie - Android Studio download page says operating system not supported

2016-09-20 Thread Droid Test

Hello Paul,

Thanks for your reply - I'm amazed that anyone saw my post in the middle of 
the spam.

The "Requirements" page says that the Linux version of Android Studio was 
tested on Ubuntu 12.04.  On the upside, that is an LTS version.  On the 
downside, it was released 4 years ago and there are two more recent LTS 
versions.  It's a bit difficult to believe that Google is committed to 
Linux as a development platform if that's the best they can do.  So maybe 
we shouldn't be surprised that the download button for Studio does not work!

On a similar note, the maintainers of Android NDK have recently deprecated 
gcc in favor of Clang (which does not have a copyleft licence) and are 
switching NDK from bash to Python for scripting.  I 'm guessing that they 
want to maximize ease of use for Windows based development platforms;  
looks like Linux platform users will pay the price.

Anyway, for what it is worth, I found that the SDK Tools (but not the 
complete Studio) can be downloaded.  I have not actually tried to install 
these yet, but pass on the following notes in hopes that they may be 
helpful.  I will attempt an install over the next few days and will report 
any results; would appreciate if you or anyone who reads this and tries an 
install would also report.

Jack

Here are my notes:

The following is from:

http://stackoverflow.com/questions/27043522/where-can-i-download-an-older-version-of-the-android-sdk

First check this link to find out what revision number you need.

https://developer.android.com/studio/releases/sdk-tools.html

then use one of these links

http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-linux.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip

I was able to download:

http://dl-ssl.google.com/android/repository/tools_r25.2.2-linux.zip



On Tuesday, September 20, 2016 at 2:55:14 AM UTC-4, Paul Thomas wrote:
>
>
> Same problem here. Only that I am using Ubuntu 16.04.1 and before that I 
> was on Elementary OS 0.4 and my system also meets all the requirements.
> On Tuesday, September 20, 2016 at 3:17:16 AM UTC+5:30, Droid Test wrote:
>>
>>
>> I want to install Android Studio - or at least Android SDK - on my Debian 
>> Jessie system.
>>
>> When I go to
>>
>> https://developer.android.com/studio/index.html
>>
>> the button on the page says "YOUR OPERATING SYSTEM IS NOT SUPPORTED / SEE 
>> THE REQUIREMENTS".
>>
>> so I click on it and the requirements are:
>>
>>- GNOME or KDE desktop 
>>
>>*Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution 
>>capable of running 32-bit applications)*
>>- 64-bit distribution capable of running 32-bit applications
>>- GNU C Library (glibc) 2.11 or later
>>- 2 GB RAM minimum, 8 GB RAM recommended
>>- 2 GB of available disk space minimum,
>>4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and 
>>emulator system image)
>>- 1280 x 800 minimum screen resolution
>>- For accelerated emulator: Intel® processor with support for Intel® 
>>VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit 
>> functionality, 
>>or AMD processor with support for AMD Virtualization™ (AMD-V™)
>>
>> My system meets all the requirements except possibly the last, which 
>> appears  to be optional.
>>
>>
>> - I'm using the Gnome desktop
>>
>> - The distro is 64 bit, and I've installed the 32 bit library packages 
>> lib32stdc++6, lib32ncurses5, lib32z1 and (from wheezy) lib32z2-1.0.
>>
>> - 5.8 GiB of 9.6 GiB RAM is available.
>>
>> - 643 GB of disk is available.
>>
>> - The screen is 1920 x 1080.
>>
>>
>> Just to be absolutely clear, this is not a runtime or even an install 
>> problem, instead the website will not even allow me to access the tarball 
>> to download!
>>
>>
>> Any advice would be greatly appreciated.  The simplest answer would be a 
>> URL on google.com from which I could download the needed tarball.  
>> (There are other websites which claim to make the file available for 
>> download - but who knows what malware they contain!)
>>
>>
>> Jack
>>
>>
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a420953a-766e-42c6-8456-b15df4b67691%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] On Debian Jessie - Android Studio download page says operating system not supported

2016-09-19 Thread Droid Test

I want to install Android Studio - or at least Android SDK - on my Debian 
Jessie system.

When I go to

https://developer.android.com/studio/index.html

the button on the page says "YOUR OPERATING SYSTEM IS NOT SUPPORTED / SEE 
THE REQUIREMENTS".

so I click on it and the requirements are:

   - GNOME or KDE desktop 
   
   *Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution capable 
   of running 32-bit applications)*
   - 64-bit distribution capable of running 32-bit applications
   - GNU C Library (glibc) 2.11 or later
   - 2 GB RAM minimum, 8 GB RAM recommended
   - 2 GB of available disk space minimum,
   4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator 
   system image)
   - 1280 x 800 minimum screen resolution
   - For accelerated emulator: Intel® processor with support for Intel® 
   VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality, 
   or AMD processor with support for AMD Virtualization™ (AMD-V™)

My system meets all the requirements except possibly the last, which 
appears  to be optional.


- I'm using the Gnome desktop

- The distro is 64 bit, and I've installed the 32 bit library packages 
lib32stdc++6, lib32ncurses5, lib32z1 and (from wheezy) lib32z2-1.0.

- 5.8 GiB of 9.6 GiB RAM is available.

- 643 GB of disk is available.

- The screen is 1920 x 1080.


Just to be absolutely clear, this is not a runtime or even an install 
problem, instead the website will not even allow me to access the tarball 
to download!


Any advice would be greatly appreciated.  The simplest answer would be a 
URL on google.com from which I could download the needed tarball.  (There 
are other websites which claim to make the file available for download - 
but who knows what malware they contain!)


Jack





-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7d872534-c75d-40f7-b38c-7b0771306af7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] using REQUEST_IGNORE_BATTERY_OPTIMIZATIONS without getting suspended

2016-06-22 Thread Contact Test
Is it possible to use REQUEST_IGNORE_BATTERY_OPTIMIZATIONS 

 without 
your app being suspended even though you have valid reasons which comply 
with the guidelines?
>From what I've read, all apps that request this permission are 
insta-banned, and google generally ignores all appeals so it's pretty much 
impossible to even use this permission.

Any help/guidance appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8e015428-76df-4f17-b741-c45a404f726b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Fit - Nutrition units

2016-05-18 Thread healthy . drinks . test
Hi,

I am working on nutrition app, which read the nutritional data from Google 
Fit. We are unable to identify the nutrional units while fetching/reading 
from the Google Fit. Please let me know the solution in case of more info. 
Thank you so much.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/71910396-e961-42b9-a81e-e253af4d8e3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: AppWidgetManager, function updateAppWidget not working after an undetermined time

2016-05-04 Thread Test Dev
Hello,
I have same bug. Could you explain more about using a service to resolve 
your bug?


On Wednesday, May 23, 2012 at 5:55:23 PM UTC+7, Jorodan wrote:
>
> It seems that my bug was resolved by using a service. 
>
> Le mardi 22 mai 2012 08:02:27 UTC+2, Jorodan a écrit :
>>
>> The problem is the time to reproduce the bug (few days)*.* now I am 
>> waiting since i put the update in a service. 
>> Le 22 mai 2012 03:27, "TreKing"  a 
>> écrit :
>>
>>> On Mon, May 21, 2012 at 3:21 PM, Julien Del Rio >> > wrote:
>>>
 Is it possible to build a too big (in memory size) for my remoteview 
 with all the bitmap ?
>>>
>>>
>>> Take out the bitmaps, or use much smaller ones, and try again. See what 
>>> happens.
>>>
>>>
>>> -
>>> TreKing  - Chicago 
>>> transit tracking app for Android-powered devices
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@googlegroups.com 
>>> 
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com 
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9e200874-e0d0-4586-b9a3-7f5b66f0b80e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Fit Nutrition Card

2016-03-31 Thread healthy . drinks . test
Hi,

I have integrated google fit in one of ours app.Of lately I'm able to 
insert nutrition data from my app to google fit.But the nutrition card does 
not show up on the *dashboard *of google fit.We were able to query and 
print the data inserted.This proves to say the data is sent to cloud.Please 
help as this is blocking our app release.Thank you in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3bb8a620-203a-4bd7-a198-db9c576cdc4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: Write to another application's internal memory

2012-12-04 Thread Android Test
Ok noted. Thanks for the info.


On Mon, Dec 3, 2012 at 6:15 PM, Amey Bapat amey.n.ba...@gmail.com wrote:

 Hi ,
 There are few bugs related to sharedUserId which you must take into
 account before using it mate.
 read more here:
 http://java-hamster.blogspot.in/2010/05/androids-shareduserid.html




 On Mon, Dec 3, 2012 at 2:23 PM, Android Test aandroidt...@gmail.comwrote:

 Hi All,

 Thanks for all the advice. I used android:sharedUserId in the android
 manifest and now is able to write across the app's internal memory.

 As my only purpose is to write text files (no sharing etc is involved), I
 found this the most easiest to implement.

 On Thu, Nov 29, 2012 at 5:37 PM, skink psk...@gmail.com wrote:

 android:sharedUserId


  --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 live and let LIVE!!!

 --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Receive SMS in Android 2.3 vs Android 4.0

2012-12-04 Thread Android Test
 


   I have written an SMS app to receive SMSes using the various samples 
available online. I tested it in a Android 2.3 device and it was working 
perfectly.

Now, I changed the API level to Android 4.0 and tried running it on an 
Android 4.0 device and nothing happens. I checked the logcat in Eclipse and 
nothing is displayed there too.

Any idea what needs to be done for it to work?

Thanks In Advance.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Write to another application's internal memory

2012-12-03 Thread Android Test
Hi All,

Thanks for all the advice. I used android:sharedUserId in the android
manifest and now is able to write across the app's internal memory.

As my only purpose is to write text files (no sharing etc is involved), I
found this the most easiest to implement.

On Thu, Nov 29, 2012 at 5:37 PM, skink psk...@gmail.com wrote:

 android:sharedUserId

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Write to another application's internal memory

2012-11-27 Thread Android Test
Hi Bob,

Because, I don't want it to be visible to users. At the same time do no
want other unauthorized applications to be able to access the info.


On Wed, Nov 28, 2012 at 12:04 AM, bob b...@coolfone.comze.com wrote:

 Why not just write it to the SD card?



 On Tuesday, November 27, 2012 1:56:27 AM UTC-6, Android Test wrote:

 Hi All,

 I have 2 applications with different package names. E.g. App1 and App2.

 App1 needs to write some files to App2's internal memory so that it could
 be uploaded to the backend.

 I have used the following in App1 to do so:

 filePath = getPackageManager().**getPackageInfo(app2.package.**name 
 http://app2.package.name, 0).applicationInfo.dataDir;

 I can get the correct path but could not write to it. I checked the
 logcat, it is showing Permission denied.

 Am I missing something? What's else needs to be done?

 Thanks in Advance

  --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Write to another application's internal memory

2012-11-26 Thread Android Test
 

Hi All,

I have 2 applications with different package names. E.g. App1 and App2.

App1 needs to write some files to App2's internal memory so that it could 
be uploaded to the backend.

I have used the following in App1 to do so:

filePath = getPackageManager().getPackageInfo(app2.package.name, 
0).applicationInfo.dataDir;

I can get the correct path but could not write to it. I checked the logcat, 
it is showing Permission denied.

Am I missing something? What's else needs to be done?

Thanks in Advance

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Retrieving GPS coordinates when location services are not enabled

2012-11-21 Thread Android Test
Hi All,

Assuming the device's Use Wireless networks and Use GPS satellites 
settings under Location is not enabled, is it possible to still retrieve 
the location coordinates.

Currently, the best is to redirect the user to the settings page is not 
enabled. I find this disruptive as needs to navigate away from the app.

If i am not mistaken, you can enable the settings programmatically (Am I 
correct?).

I don't need the exact coordinates, is it possible to get the cell tower ID 
without the settings enabled?

Thanks In Advance

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] HttpUrlConnection post request in Android 4.0+

2012-09-13 Thread Test
Hi all,

I am using HttpUrlConnection for network communication. It works fine for 
Android 2.3 and its lower version but on android 4.0+ devices it is not 
working.
I am making post connection in AsyncTask.

After googling, I came to know  Android 4.0+ turns GET request into POST. 
We can turn off this by adding HttpUrlConnection .setDoOutPut(false).
But in my case, I made POST request but its not working, please help.
I can't use HttpPost, my need is to use HttpUrlConnection.

The piece of code is


URL connectURL = new URL(urlstring.trim());
HttpURLConnection hc = (HttpURLConnection) connectURL
.openConnection();
try {
if (requeststring != null) {
hc.setDoInput(true);
hc.setDoOutput(true);
hc.setUseCaches(true);
 hc.setRequestMethod(POST);
String basicAuth = Basic 
+ Base64.encodeToString((username+:+password).getBytes(),
Base64.NO_WRAP);
hc.setRequestProperty(content-type,
application/x-www-form-urlencoded);
hc.setRequestProperty(User-Agent, Android);
hc.setRequestProperty(Authorization, basicAuth);
hc.setRequestProperty(Connection, close);
hc.setRequestProperty(Content-Length,
 + requeststring.length());
// hc.setConnectTimeout(1);
OutputStream dos = hc.getOutputStream();
try {
byte[] request_body = requeststring.getBytes();

dos.write(request_body);

dos.close();

} finally {
try {
dos.close();

} catch (IOException ioe) {

}
}
} else {
 hc.setRequestMethod(GET);
hc.setDoOutput(false); 
String basicAuth = Basic 
+ Base64.encodeToString(admin:admin.getBytes(),
Base64.NO_WRAP);
hc.setRequestProperty(content-type,
application/x-www-form-urlencoded);
hc.setRequestProperty(User-Agent, Android);
hc.setRequestProperty(Authorization, basicAuth);
 }

Any help is appreciated.

Thanks.
Test Test.


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Need code to Upload photos to picasa from android

2012-05-01 Thread test
Hi
I would like to develop simple android application it need to upload
photos to picasa.i could not download full code from
google.developer.com.please help

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Eclipse Problem

2012-03-17 Thread Test


Marcin Orlowski webnet.andr...@gmail.com :كتب

Ensure you are using latest eclipse (3.7?) and latest ADT (v17beta4 is
quite stable). if it is your
layout and it holds no custom views you shall be fine. if it will still be
crashing, you have to open
it in plain text view, remove all items and put each by each back, checking
which one blows
visual editor up.

Regards,
Marcin Orlowski

*Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...
*Date In Tray* http://bit.ly/dateintraypro - current date at glance...
WebnetMobile on *Facebook http://webnetmobile.com/fb/*,
*Google+*http://bit.ly/webnetmobile-gpand
*Twitter http://webnetmobile.com/twitter/*



On 15 March 2012 16:31, lokesh lokesh1...@gmail.com wrote:

 When ever i open xml layout in eclipse , eclipse is totally closing
 without saving.


 can any one tell me whats the problem and how to resolve it..


 Thanks in advance...

 --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] application failing on similar devices

2012-03-17 Thread Test


momo dun...@gmail.com :كتب

I debug with a Samsung Galaxy SII, running 2.3.6.  I created an app that 
runs fine, every time, even under stress, on this device.  I uploaded for a 
colleague in another state, using a device with 2.3.7 (I believe it's a 
Nexus One).

On his device, the app gives a Not responding - Force Close or Wait 
dialog when clicking a button that switches a ListView's adapter between 2 
DB Cursors.

I tried on the emulator.  Literally an hour and 45 minutes later (most of 
this time was spent converting JSON from a remote server to a local SQLite 
DB on the device, which happens only once during install, and I don't 
believe has any bearing on the issue I'm describing), I was able to 
recreate the problem, but nothing was reported in logcat.

Any ideas why I'm seeing this different results?  My device works every 
time, his fails every time.  I've tried targetting 2.1 and 2.2 - both have 
the same results on both devices and the emulator.

TYIA

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] hi

2012-03-07 Thread Test


chowdary nani naveenneeli...@gmail.com نوشته شده:

Hi All,
Is it possible to convert bitmap image to .png image format in android

Thanks
Naveen

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Using setContentView(viewList) in current Activity

2012-03-05 Thread Temp Test
Hi Shani,
From the exception it looks like you are trying to set the same list view
object more than once.
Verify when it happens. may be in onresume when you come back.


On Tue, Mar 6, 2012 at 10:50 AM, moktarul anam mokta...@gmail.com wrote:

 Hi Shani,

 its not clear. In setContentview  u can add only layout name.
  setContentView(R.layout.main);
 moktarul


 On Thursday, 1 March 2012 22:46:51 UTC+5:30, Shani wrote:

 Hi,

 i'm new to android and trying to dispatch a ViewList from a current
 Activity. (Android 2.2) . I'm getting this exception
 java.lang.**IllegalStateException: The specified child already has a
 parent. You must call removeView() on the child's parent first.

 e.g. Like the search contacts dispatch a new window with the multiple
 possibilities and then go back to the 1'st Activity

 Does anyone know how you do it ?
 Appreciate quick response.

 Shani

  --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] My eclipse can't produce APK anymore

2012-03-04 Thread Temp Test
Hi Mark,

Hope this helps you.
http://stackoverflow.com/questions/7964600/project-properties-file-instead-of-default-properties-file


On Thu, Mar 1, 2012 at 3:54 PM, mark2011 androidmark2...@gmail.com wrote:

 Dear All :

 Today I found that my eclipse went wrong. After I update the
 program  save it in the projects, Eclipse doesn't produce the APK
 automatically.

 How do I to generate the apk?

 Thanks in advanced.

 My Eclipse is Indigo under Windows/XP.

 BR,
 Mark

 --
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to set compass needle in true north direction or magnetic north direction?

2012-01-06 Thread Test
Hi

I am working on Android Sensor in which user can change the Sensor
type. If user chooses the magnetic north direction then how can the
application shows the needle direction?
Basically my question is to calculate the degree of rotation of
compass needle to show the magnetic north. I am implementing the
SensorEventListner and override the method onSensorChanged(). this
method has parameter Sensor and this parameter has value for x, y and
z axis. Now after getting all these values what is formula to show the
magnetic north and true north.

Please help.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] To truncate call from activity

2011-12-21 Thread Test
Hi all,

I need a help, in my application I am detecting an outgoing call. For
a particular number I need to abort the outgoing call but before doing
this a user confirmation is also required.

Now the problem is we can't draw Alert Dialog in BroadCastRecevier.
To solve this issue I can call an activity having dialog theme but  if
user press No button of the Alert Dialog then the app can disconnect
the outgoing call but we haven't setResultData() method in the
activity.

Please tell me, how can I solve this problem? Any help will be
appreciated.

Thanks in advance.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Programatically deleted files still visible in Windows Explorer

2011-12-21 Thread Acosta Test Account
Hello,

I have the following problem when running my application on an Asus
eee Pad Tranformer Android 3.0:

I delete files from the sdcard programmatically. Then, I connect the
device to Windows 7 through USB. The deleted files are still present
in the explorer. However through adb shell I can confirm that the
files have been deleted.

The only way to update the file list is to restart the device.

I use MediaScannerConnection.scan file to update the content of
Windows 7 explorer when I add a new file but it does not work when
files are removed.

Does anyone knows to trigger a refresh of the file explorer content?

Thank you for your help.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android:native player with closed captioning

2011-12-09 Thread andy test
Please let me know if any one tried it and what was the out come. any
kind of help for closed captioning/subtitles will be really
appreciable
Thanks!

On Dec 1, 6:03 pm, andy test test.an...@gmail.com wrote:
 Does android's native player supports closed captioning while
 streaming a live video? If yes, is it handled automatically by the
 player or need to handle it separately and how? We have a requirement
 specifically for android 3.0 and above to display closed
 captioning(prefered) or subtitles while streaming the live video.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] To implement DTMF in android

2011-12-05 Thread Test
Hi

After googling, I found to send DTMF as

Intent mIntent = new Intent(Intent.ACTION_CALL, Uri.parse(tel: +
phoneNumber + ; + dtmfSequence));

but this works only first time when call started, if users presses any
number of dialpad then how can I send these dtmf sequences while the
ongoing call session?

Should I use SIP/VoIP, Which one is better approach among DTMF or SIP?
VoIP ?

Please provide any example or code or any website link.

Thanks
Test

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Android:native player with closed captioning

2011-12-01 Thread andy test
Does android's native player supports closed captioning while
streaming a live video? If yes, is it handled automatically by the
player or need to handle it separately and how? We have a requirement
specifically for android 3.0 and above to display closed
captioning(prefered) or subtitles while streaming the live video.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Adding Timestamp in Monkey Testing logs

2011-08-24 Thread Mr. Test
Hi guys,
Does anyone knows how to add timestamp in monkey logs just we add in
logcats with attribute -v time.
Ofcourse we are getting time in monkey logs but that time is total
elapsed time. So can we get time of each event that when this or that
event happened (for ex: 08-20 01:36:16.750 )

Thanks
Test

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] INTERNAL SERVICE ERROR when buying using test account.

2011-06-27 Thread test user
Hi there,

I am trying to implement in app billing for my app. I thought I try out the
sample app. I have followed the documentation from (
http://developer.android.com/guide/market/billing/billing_integrate.html)
but I seem to keep getting the following error when trying to buy the
potion.

Any ideas how I can go about trying to figure this out. How can i find out
what the error is in the backend?

06-26 17:11:21.626: INFO/ActivityManager(2504): Displayed activity
com.android.vending/.billing.InAppBuyPageActivity: 327 ms (total 327 ms)
06-26 17:11:22.209: DEBUG/vending(19183): [43] BaseAction.run(): *ApiException:
com.android.vending.api.ApiException: Error from backend.
Request=com.android.vending.model.PurchasePostRequest,
Response=INTERNAL_SERVICE_ERROR*
06-26 17:11:22.209: ERROR/vending(19183): [43]
BasePurchaseActivity.onPurchasePostError(): PurchasePost error
06-26 17:11:22.217: INFO/vending(19183): [1] BaseAction.displayErrorUi():
Server error in com.android.vending.billing.PurchasePostAction:
com.android.vending.api.ApiException: Error from backend.
Request=com.android.vending.model.PurchasePostRequest,
Response=INTERNAL_SERVICE_ERROR

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Undeletable SMS

2010-11-25 Thread Android Test
Hi All,

How to save an received SMS in another location (e.g. SD card) and
make it no deletable?

Assuming this received SMS contains important message (Like username)
which will be required in the future.

Regards.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Keyboard log for reference

2010-10-21 Thread Android Test
Hi All,

I want to write an application that will log down whatever I type
using the Android keyboard.

The purpose is to have a backup of all the keyboard entries.

Is it possible?

Regards.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: JUnit failing with warning - test class not found in selected project

2010-05-25 Thread Test Mock5
 test.mock5

On May 25, 2010 9:55 AM, Felipe Ramos felipe.wo...@gmail.com wrote:
I am facing a similar problem. My output after the test is ran is:

junit.framework.TestSuite$1:
Test results for ContentProviderSuite

It seems that the JUnit framework is not able to find the tests inside
the test class. I even built a specific TestSuite to put inside there
just the test class that I want to run, but even with this, I get the
same output.

Could anyone check ProviderTestCase2 to see if it is faulty, please?
It is great to have test support inside Android, but these kind of
issues get in the way during development.

Regards

Felipe


On Apr 28, 10:44 am, paulkeogh paul.ke...@gmail.com wrote:
 Env:

 Eclipse 3.5, Android 0.9.6,...
 For more options, visit this group athttp://
groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers ...

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Application losing SharedPreferences and Sqlite database on Droid

2010-03-17 Thread Test Mock5
On Mar 16, 2010 5:01 PM, Mariano Kamp mariano.k...@gmail.com wrote:
 I get lots of these (database disk image is malformed). Also unable
 to open database file, error code 14: unable to open database file,
 database or disk is full and many more.

 I can't put my finger on what the issue is though.

 unable to open database file is my current favorite. It seems to
 happen more frequently after the user upgraded his or her OS, this
 happens with custom ROMs, but also with official updates.

 It would be fantastic if the OS would provide a crash reporter that
 sends those issues to a central place, so that Google's Android
 developers can see the numbers of what causes trouble and either fix
 the issues or educate the developers.

 On Sat, Mar 13, 2010 at 10:21 PM, Yuvi yuvidr...@gmail.com wrote:

 Hi,

 the database issue happened on my phone (HTC Hero, 1.5), with my app. I
also wrote to this mailing group (Corrupted Database
(SQLiteDatabaseCorruptException: database disk image is malformed)), but
got no replies :(

 I hope someone has some news about that.


 Yuvi

 --
 YuviDroid
 http://android.yuvalsharon.net

 On Sat, Mar 13, 2010 at 10:16 PM, Matt (preinvent) m...@preinvent.com
wrote:

 I've had several reports (and experienced it once myself) of users of
 my app experiencing loss of all application data - both
 SharedPreferences and the SQLite database.  There's nothing in my code
 that could do this so there must be something going on at a lower
 level.  I've only had reports from Droid users so it's more than
 likely confined to that phone, although that doesn't mean it doesn't
 happen on other phones.

 Has anyone experienced this before? I've seen threads in here
 regarding loss of just SharedPreferences, but a database as well?

 Thanks,

 Matt

 --
 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 to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



 --
 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 to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 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 to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] is SetupWizardActivity in SetupWizard.apk a HOME activity?

2010-03-16 Thread Test
Hello all,

  I have disable all other HOME apps and from manifest file,
SetupWizardActivity  shall be the HOME app. But after phone powers up,
I got log like below:

V/SetupWizard( 1084): System thinks we're the home activity. Removing
SetupWizard...

Is there anyone who knows about it? is SetupWizardActivity  disabled
by others?

03-16 01:04:30.573  1364  1364 V SetupWizard: System thinks we're the
home activity. Removing SetupWizard...
03-16 01:04:30.620  1349  1349 D dalvikvm: Added shared lib /system/
lib/libmotoims-sms.so 0x0
03-16 01:04:30.620  1349  1349 D SMSONSIP: Add ismsonsip service!
03-16 01:04:30.846  1272  1397 D KeyguardViewMediator: setHidden false
03-16 01:04:30.893  1413  1413 I ActivityThread: Publishing provider
com.google.android.providers.enhancedgooglesearch:
com.google.android.providers.enhancedgooglesearch.SuggestionProvider
03-16 01:04:30.901  1272  1397 D KeyguardViewMediator: setHidden false
03-16 01:04:30.909  1272  1397 D KeyguardViewMediator: setHidden false
03-16 01:04:31.198  1272  1386 I ActivityManager: Starting activity:
Intent { act=android.intent.action.MAIN
cat=[android.intent.category.HOME] flg=0x1020 }
03-16 01:04:31.213  1364  1364 D AndroidRuntime: Shutting down VM
03-16 01:04:31.213  1364  1364 W dalvikvm: threadid=3: thread exiting
with uncaught exception (group=0x4001e610)
03-16 01:04:31.213  1364  1364 E AndroidRuntime: Uncaught handler:
thread main exiting due to uncaught exception
03-16 01:04:31.260  1364  1364 E AndroidRuntime:
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.android.setupwizard/
com.android.setupwizard.SetupWizardActivity}:
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=android.intent.action.MAIN
cat=[android.intent.category.HOME] flg=0x1020 }
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2550)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2566)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread.access$2400(ActivityThread.java:121)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread$H.handleMessage(ActivityThread.  at
android.os.Handler.dispatchMessage(Handler.java:99)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.os.Looper.loop(Looper.java:123)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread.main(ActivityThread.java:4417)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
java.lang.reflect.Method.invokeNative(Native Method)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
java.lang.reflect.Method.invoke(Method.java:521)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:860)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
dalvik.system.NativeStart.main(Native Method)
03-16 01:04:31.260  1364  1364 E AndroidRuntime: Caused by:
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=android.intent.action.MAIN cat=[android.intent.cajava:
1917)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:tegory.HOME]
flg=0x1020 }
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:
1408)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.Instrumentation.execStartActivity(Instrumentation.java:
1378)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.Activity.startActivityForResult(Activity.java:2749)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.setupwizard.NetworkMonitoringActivity.startActivityForResult(NetworkMonitoringActivity.java:
265)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.Activity.startActivity(Activity.java:2855)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.setupwizard.NetworkMonitoringActivity.startActivity(NetworkMonitoringActivity.java:
281)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.setupwizard.BaseActivity.onSetupComplete(BaseActivity.java:
1297)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
com.android.setupwizard.SetupWizardActivity.onCreate(SetupWizardActivity.java:
191)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2513)
03-16 01:04:31.260  1364  1364 E AndroidRuntime:... 11 more

-- 
You received this message because you are subscribed to the Google

[android-developers] This is a test

2009-11-02 Thread Test
This is just a test message
Delete it pls

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en