[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

[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

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

2012-09-13 Thread Test
.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

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

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

[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

[android-developers] To implement DTMF in android

2011-12-05 Thread Test
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

[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

[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

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] 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.

[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

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

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

[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

[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

[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

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

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

[android-developers] Adding Timestamp in Monkey Testing logs

2011-08-24 Thread Mr. Test
) 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

[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

[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,

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

2012-11-27 Thread Android Test
: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

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,

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

2012-12-04 Thread Android Test
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

[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

[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,

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

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

2016-09-20 Thread Droid Test
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 >>

[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: -

[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

[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

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

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

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.

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

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 >

[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

[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

[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

[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