[android-developers] Re: webview cookie sometimes null

2012-09-14 Thread emada.adame
n a cookie cache. > > > > On Thursday, September 13, 2012 10:28:57 AM UTC-5, emada.adame wrote: >> >> Yeah I'm still having this issue, can anyone help? any ideas? Here is my >> new updated code: >> >> String server = settings.getStr

[android-developers] Re: webview cookie sometimes null

2012-09-13 Thread emada.adame
ver); basically i just took out the cookie sync manager because it wasnt really doing anything and put a while loop in "that is now commented out" that was crashing the app :/ On Friday, March 23, 2012 4:05:41 PM UTC-5, emada.adame wrote: > > I have an app that is trying to

[android-developers] webview cookie sometimes null

2012-03-23 Thread emada.adame
I have an app that is trying to log into a site and get the cookie then show me the cookie in a toast but most of the time it fails to get the cookie, is there some timeout issue here or something im hitting? here is my code public void showPage(){ try{ String server = settings.get

[android-developers] i dont understand this error

2010-05-22 Thread emada.adame
i have a app that searches a site then displays the results in a listview. then you can click on one of the items in the list and it should pop up a dialog displaying info about the item selected but i get "IllegalStateException: ScrollView can host only one direct child" i have made a few other ap

[android-developers] opening connectbot from app

2010-05-04 Thread emada.adame
Hello all, Im trying to open connectbot and if possible set connection settings when a button is pushed and im not sure how to do this. i been eyeing up intent but am unsure how to work it. any ideas? -EA -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: trying to write to file and failing

2010-05-03 Thread emada.adame
the debugger gives me " ViewRoot.handleMessage(Message) missing " right before it crashes if that helps any..idk... On May 3, 7:03 pm, "emada.adame" wrote: > no, so i did and it crashes on just "String root = > Environment.getExternalStorageState();" but thank

[android-developers] Re: trying to write to file and failing

2010-05-03 Thread emada.adame
no, so i did and it crashes on just "String root = Environment.getExternalStorageState();" but thanks for the reply. On Apr 30, 7:29 pm, Matt Hill wrote: > Hi emada.adame. > > Just a thought, but have you tried calling getExternalStorageState() > to see if it recognizes t

[android-developers] Re: trying to write to file and failing

2010-04-30 Thread emada.adame
Hi Mark thanks for the reply, and yes i WRITE_EXTERNAL_STORAGE set like so: and i load the app onto my phone then disconnect the phone from my pc and then try my save function, still crashes. any ideas? On Apr 30, 3:15 pm, Mark Murphy wrote: > emada.adame wrote: > > hi im just tryin

[android-developers] trying to write to file and failing

2010-04-30 Thread emada.adame
hi im just trying to save some text to a file on android and while it works fine on the emulator "dont crash", when i try it on my phone it crashes, what am i doing wrong? heres the code: try{ File root = Environment.getExternalStorageDirectory(); if (root.canWrite(

[android-developers] app crashes only on device

2010-04-22 Thread emada.adame
Hello all So i have a app that runs fine on the emulator but crashes (force close message as soon as i open the app) on every device i have tested it on. How can i see whats going on? what could be going on? Thank you. -EA -- You received this message because you are subscribed to the Google Gr

[android-developers] app crashes only on device

2010-04-22 Thread emada.adame
Hello all So i have a app that runs fine on the emulator but crashes (force close message as soon as i open the app) on every device i have tested it on. How can i see whats going on? what could be going on? Thank you. -EA -- You received this message because you are subscribed to the Google Gr

[android-developers] saving username and passwd

2010-04-19 Thread emada.adame
Hello all Im trying to make an app that saves and later retrieves a users username and password in SQLite. so far i been trying to use SQLiteDatebase.create() but i lose all the data when ever the app closes. i see the path it set to :memory: so i also gave .setLocale() a go and no luck not only d

[android-developers] Just getting started

2010-04-13 Thread emada.adame
So im just getting started with android development and i found my first head scratcher. I have an app that when opened makes a on going event notification. Then if i hit the home button the app falls from view and when i attempt to bring it back via clicking on the ongoing event notification its l