[android-developers] Re: Handle WifiDirect Invitation Decline

2012-12-04 Thread Yorg
The only way I know that will actually work is building in a timeout on the peer that is having the invitiation declined. If the connection didn't succeed within 30 or 60 seconds for example you can tell the user the connection didn't fail. Unfortunately you won't know the exact reason...

[android-developers] MathML in Android

2012-12-04 Thread Makrand
I am aware about Android webkit doesn't support MathML. but I am working on Maths related project and my client has send some thousands of MathML files. I have tried with MathJax it works but its Internet based and rending speed is very slow, it takes around 2 to 3 sec to render file, I also

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-04 Thread Fabien R
On 03/12/2012 17:50, bob wrote: I actually tried calling it in onDrawFrame, and that yields a slightly different error: 12-03 10:47:23.282: E/SurfaceTexture(2753): [unnamed-2753-0] updateTexImage: error binding external texture image 0x9046042f (slot 5): 0x502 How did you bind

[android-developers] Wi-Fi Direct WPS overlap problem in Android

2012-12-04 Thread Yorg
Hey everyone, I've been spending a lot of time with Wi-Fi Direct the past months, one of the problems I've run into that is also present inside the Android Wi-Fi Direct settings menu is that if you try to connect two(or more) peers to one and the same peer at the same time or very shortly

[android-developers] Re: Identifying HTTP Get requests in Android

2012-12-04 Thread Archana
Hi, is it using HttpService.handleRequest? Please help as I dont have much idea of using HTTP Core. On Monday, December 3, 2012 3:26:48 PM UTC+2, skink wrote: Archana wrote: My question is when I use Poster, how will the server(in the phone) know that it has received Http Get or

[android-developers] Java AWT LineBreakMeasurer, TextLayout on android?

2012-12-04 Thread bluedog
Hi all: I want to porting POI to android. In POI it use java.awt.font.LineBreakMeasurer to get line break, but android not support awt. Does it have similar api on android can substitute LineBreakMeasurer , TextLayout? -- You received this message because you are subscribed to the Google

[android-developers] hi friends

2012-12-04 Thread sree android
help me.i would like to display images in gridview from sd card specific folder. any body have any idea,give me please. -- 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

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

[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

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
Mario, they have a good google group maybe they can help with this or other questions? https://groups.google.com/forum/?fromgroups=#!forum/android-ide On Monday, December 3, 2012 8:07:09 PM UTC, Mário César Mancinelli de Araújo wrote: About AIDE... I'm in travel, just with my tablet and

[android-developers] Re: Identifying HTTP Get requests in Android

2012-12-04 Thread skink
Archana wrote: Hi, is it using HttpService.handleRequest? Please help as I dont have much idea of using HTTP Core. i have not used HttpService so cant help much pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Mário César Mancinelli de Araújo
Thanks! I'm gonna check it out. ;-) But, anyway, looks like that to use AIDE you are going to need a bluetooth keyboard. :-\ Best regards, Mario Cesar Mancinelli de Araujo Em 04/12/2012 08:59, Russell Wheeler russellpeterwhee...@gmail.com escreveu: Mario, they have a good google group maybe

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
Nah, download hackers keyboard. Free app, and has all the necessary keys to code with. e.g. esc, ctrl, cursor keys. I use it on both my Nexus 7 and Galaxy Nexus with no hassle. Admittedly on the Galaxy Nexus you need quite good eye sight, but its still totally usable. But a blue tooth

[android-developers] Android application with usb host shield 2.0 and arduino problem

2012-12-04 Thread Antonis Kanaris
I try test Usb host shield 2.0+Arduino duemilanove with example ArduinoBlinkLED sketch from Usb host shield 2.0 Library.I upload it in my arduino board and after upload to my android cell phone(4.0.4) this application

[android-developers] Re: Automated Testing

2012-12-04 Thread Diego Nunes
My biggest goal is to test the application on multiple devices. On Monday, December 3, 2012 5:06:38 PM UTC-2, Diego Nunes wrote: Good afternoon. Someone uses a solution for automated testing of Android applications? I found this solution: http://testdroid.com/ Has anyone used it? Or some

Re: [android-developers] Re: Automated Testing

2012-12-04 Thread Vinothkumar Apparao
I think its self promotion.. On Tue, Dec 4, 2012 at 6:03 PM, Diego Nunes diegonunes.sist...@gmail.comwrote: My biggest goal is to test the application on multiple devices. On Monday, December 3, 2012 5:06:38 PM UTC-2, Diego Nunes wrote: Good afternoon. Someone uses a solution for

[android-developers] Re: Paid App to in-App purchase: Keeping old users

2012-12-04 Thread b0b
I would just transform the paid app into an unlocker app that is checked by the main app. Anything else seem really complicated. -- 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] TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE on Nexus 7 3G.

2012-12-04 Thread sebouh00
When I run my application on Nexus 7 3G, the TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE. Is there a reason for this? Thanks, Sebouh. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Android Bluetooth Features

2012-12-04 Thread fahad mullaji
Hi, Can we explore other device's content once we pair device with our device using Android Bluetooth package? And get files from other device? Thanks and Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE on Nexus 7 3G.

2012-12-04 Thread fahad mullaji
Nexus 7 is not GSM device ... may be because of that... On Tue, Dec 4, 2012 at 6:35 PM, sebouh00 sebou...@gmail.com wrote: When I run my application on Nexus 7 3G, the TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE. Is there a reason for this? Thanks, Sebouh. -- You received

[android-developers] navigating UP

2012-12-04 Thread dashman
My app navigates screen A B C for both screens B and C, i've enabled ActionBar.setDisplayHomeAsUpEnabled() I've got the following code when the UP button is pressed. case android.R.id.home: // app icon in action bar clicked; go home Intent intent =

[android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread Tom
Hi, if know anyone answer this question How to send and receive the datas from webserver to client server using htttpurlconnection?. please help me.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: navigating UP

2012-12-04 Thread MathieuB
why don't you simply use finish() ? -- 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] Re: Migrating existing app to Google Maps API v2

2012-12-04 Thread JP
On Dec 3, 10:27 pm, Zsolt Vasvari zvasv...@gmail.com wrote: GeoPoint - LatLng presumably Overlay - GroundOverlay (?) Thanks Zsolt, it's going to be an interesting exercise for everybody... -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: navigating UP

2012-12-04 Thread dashman
i would if i knew about it. works great - thanks. On Tuesday, December 4, 2012 9:07:38 AM UTC-5, MathieuB wrote: why don't you simply use finish() ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: navigating UP

2012-12-04 Thread MathieuB
did not meant to be rude :) Pleasure -- 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] Re: Orientation issue in Tablet and Devices.

2012-12-04 Thread Piren
How about actually reading google's tutorials and documentation? On Tuesday, December 4, 2012 2:10:31 AM UTC-5, Seshu wrote: Hi All, Currently i am developing an application for Android Devices with Portrait mode orientation. Now i need same Application for Android Tablets with

[android-developers] Re: navigating UP

2012-12-04 Thread dashman
nope it did not. it was a genuine 'thanks'. On Tuesday, December 4, 2012 9:25:34 AM UTC-5, MathieuB wrote: did not meant to be rude :) Pleasure -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-04 Thread bob
I fiddled with a bunch of approaches for binding. The current code looks like this: int[] textures = new int[1]; GLES20.glGenTextures(1, textures, 0); mTextureID = textures[0]; GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mTextureID); GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D,

[android-developers] Re: Paid App to in-App purchase: Keeping old users

2012-12-04 Thread Nobu Games
I agree. An unlocker app also does not require any maintenance. You just need to check its presence on the device, that's it. No need for importing / filtering lots of data, no need for writing server software. On top of that when you really do want to go that route of validating legitimate

Re: [android-developers] TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE on Nexus 7 3G.

2012-12-04 Thread sebouh00
Hmm. But the 3G variant is. It can connect to a 2G or 3G network. Would you better categorize is as unknown? On Tuesday, December 4, 2012 4:15:05 PM UTC+3, fahad mullaji wrote: Nexus 7 is not GSM device ... may be because of that... On Tue, Dec 4, 2012 at 6:35 PM, sebouh00

[android-developers] Re: Android circular seek bar

2012-12-04 Thread djhacktor
@sink can u please tell seek bar attribute that need to change in order to make them round in shape !! On Monday, 3 December 2012 13:42:34 UTC+5:30, skink wrote: djhacktor wrote: Hi can any one tell me how to make seek bar in circular shape ?? is there any example ?? if you want a

[android-developers] Re: Android circular seek bar

2012-12-04 Thread djhacktor
@bob thank for reply but link you provide is using some external library i want native code help need!! On Tuesday, 4 December 2012 02:08:52 UTC+5:30, bob wrote: Okay. I think this shows you how to do it in Java: (from http://slick.javaunlimited.net/viewtopic.php?p=28303#p28303)

[android-developers] Best lib for cover flow in android

2012-12-04 Thread djhacktor
Hi can any one help in reducing my search time to find best cover flow lib available in android !! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Required: UI Developer at San Jose, CA (Locals Only)

2012-12-04 Thread Munawar Ali
Hi Friends, Hope you are doing fine. Please let me know if you have someone with you available for the below mentioned requirement... Please send profiles to m...@tekenergyusa.com *Position: UI Developer* *Location: San Jose, CA * *Duration: 1+ Year Contract* *Interview: Phone screen then face

[android-developers] Required: Python Developer at San Jose, CA

2012-12-04 Thread Munawar Ali
Hi Friends, Hope you are doing fine. Please let me know if you have someone with you available for the below mentioned requirement... Please send profiles to m...@tekenergyusa.com *Position: Python Developer* *Location: San Jose, CA * *Duration: 1+ Year Contract* *Process: Phone In-person

Re: [android-developers] hi friends

2012-12-04 Thread TreKing
On Tue, Dec 4, 2012 at 4:06 AM, sree android android.sreeni...@gmail.comwrote: help me.i would like to display images in gridview from sd card specific folder. any body have any idea,give me please. Try asking a more specific question.

Re: [android-developers] How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread TreKing
On Tue, Dec 4, 2012 at 8:01 AM, Tom arasi...@gmail.com wrote: if know anyone answer this question How to send and receive the datas from webserver to client server using htttpurlconnection?. please help me.. Google probably does. Have you made any effort to answer this for yourself?

Re: [android-developers] Persistence 3 Tabs (TabNavigation) in action of ActionBar Sherlock.

2012-12-04 Thread Guilherme Bernardi
Well... Thanks for help, but I try to implement tabs based on saveInstanceState but I have a problem, I'm working with 1 SherlockActivityFragment and 3 SherlockFragments. I'm thinking about to save the fragment. But i'm not sure how do this... On Friday, November 30, 2012 10:42:30 AM UTC-2,

[android-developers] Can't Slide to Unlock Emulators on MacBook Pro

2012-12-04 Thread Nathan
OK, I'm probably doing something wrong with my setup on a MacBook Pro. I can create emulators okay. I can run them. The fun stops there. I cannot drag to unlock. Therefore, I can't really debug or run anything. I believe I have done this before when docked, when I had the USB mouse.

[android-developers] Circle seekbar

2012-12-04 Thread djhacktor
hi do u able to get any solution for it m still struggling with this -- 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] Re: Wake locks android

2012-12-04 Thread G. Blake Meike
You probably realize that just seizing a WakeLock for a long time is a really, really horrible idea, yes? Given that, it isn't clear what you are actually trying to do. Obviously, your service can't run when the device is asleep You can use the Alarm Manager in

[android-developers] Re: Android circular seek bar

2012-12-04 Thread bob
pseudo code iterate over all points on destination image foreach (point) { calculate angle to center point of image (hint: use atan2 and subtraction) calculate distance to center point of image (hint: pythagorean theorem and 2d distance formula) Call the angle theta Call the

[android-developers] Re: hi friends

2012-12-04 Thread bob
Please see this page: http://developer.android.com/guide/topics/ui/layout/gridview.html It describes what you want to do using resources. You just need to modify it to use the SD card. On Tuesday, December 4, 2012 4:06:17 AM UTC-6, sree wrote: help me.i would like to display images in

[android-developers] Re: Best lib for cover flow in android

2012-12-04 Thread bob
I think I used this one awhile ago: http://www.inter-fuser.com/2010/01/android-coverflow-widget.html It is probably good enough. On Tuesday, December 4, 2012 11:20:00 AM UTC-6, djhacktor wrote: Hi can any one help in reducing my search time to find best cover flow lib available in android

[android-developers] Effect.apply

2012-12-04 Thread bob
After fiddling around for forever and a day, I finally got videos to play back on an OpenGL texture. Now, I'm trying to apply an EffectFactory effect to the texture. However, much to my surprise, I'm getting a gibberish error. When I run this line Statics.effect.apply(mTextureID, 512, 512,

[android-developers] ActionBar UP button and PreferenceScreens

2012-12-04 Thread dashman
I've got a preference-screen and have enabled the actionBar UP feature - where there's a LEFT arrow on the action bar and users can navigate to the previous screen. This preference-screen has nested preference-screen. when users navigate to this screen - the UP button is not there. anyway to

[android-developers] Re: How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread bob
String myFeed = getString( R.string.my_feed); try { URL url = new URL( myFeed); // Create a new HTTP URL connection URLConnection connection = url.openConnection(); HttpURLConnection httpConnection = (HttpURLConnection) connection; int responseCode = httpConnection.getResponseCode(); if

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-04 Thread Spiral123
I don't think its as trivial as you suspect I'm afraid. The API is new, not just an upgrade of the old one. We now have markers, polylines and polygons and overlays have become TileOverlays. I'm sure there are going to be ways to minimize the migration effort from old to new but I don't

Re: [android-developers] TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE on Nexus 7 3G.

2012-12-04 Thread Piren
My guess is that it's a question of semantics... the function is described as: Returns a constant indicating the device phone type. This indicates the type of radio used to transmit voice calls. Since you can't actually make voice calls (as far as i know) the proper result is indeed None.

[android-developers] Re: When can every developer reply to reviews?

2012-12-04 Thread Keith Wiley
I'm a little confused. You posted your question on 11/29. As far as I could tell, this feature went into effect sometime around the end of November for me. I realize all the primo developers got this six months ago, but I assume that when it suddenly clicked on for me last week that it also

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-04 Thread RichardC
I don't think your bind texture call is correct see *bold* below: *The texture object uses the GL_TEXTURE_EXTERNAL_OES texture target, which is defined by the GL_OES_EGL_image_externalhttp://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txtOpenGL ES extension. This limits

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-04 Thread TreKing
On Tue, Dec 4, 2012 at 4:51 PM, Keith Wiley kbwi...@gmail.com wrote: Are there still developers who don't have the ability to respond to comments and ratings? Yes. Is Google rolling this new feature out slowly over time? When is the date after which all developers will have it. Like

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-04 Thread Keith Wiley
On Tuesday, December 4, 2012 4:07:47 PM UTC-8, TreKing wrote: On Tue, Dec 4, 2012 at 4:51 PM, Keith Wiley kbw...@gmail.comjavascript: wrote: Hmm ... it might be better for my business if I don't get this feature ... :D Don't respond to comments: - Within an hour of first noticing

[android-developers] Re: Can't Slide to Unlock Emulators on MacBook Pro

2012-12-04 Thread Nathan
There appears to be some issues related to retina display that may be fixed in ADT 21. I will see if that helps. That explains why it does not occur when attached to an external monitor.

[android-developers] How do I pass an ArrayList SherlockFragment type between SherlockFragment's?

2012-12-04 Thread Guilherme Bernardi
Hi Some days ago, I'm post here about a problem to control Tabs at the SherlockActivityFragment. Because I have 3 Tab (SherlockFragment) inside an SherlockActivityFragment and all of them made one object, and I need to have the control about the 3 tabs and doesn't lose the data and change or

Re: [android-developers] How do I pass an ArrayList SherlockFragment type between SherlockFragment's?

2012-12-04 Thread Παύλος-Πέτρος Τουρνάρης
Make the ArrayList public and static or use an Intent if you are about to start a new activity and send the ArrayList to it! On Wed, Dec 5, 2012 at 3:40 AM, Guilherme Bernardi gui.bernard...@gmail.com wrote: Hi Some days ago, I'm post here about a problem to control Tabs at the

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-04 Thread Παύλος-Πέτρος Τουρνάρης
Hahahahaha nice bullet list up there! Well i don't have this feature yet, but i think i really need because of the kind of my Apps, i need to reply, let's say immediately, to users! On Wed, Dec 5, 2012 at 2:27 AM, Keith Wiley kbwi...@gmail.com wrote: On Tuesday, December 4, 2012 4:07:47 PM

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-04 Thread John Coryat
You laugh but I am guilty of #4 and #5 and after a couple of those, I got a personal e-mail from a user telling me my responses were a bit negative. I amended them the next day. Good advice! -John Coryat -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to identify be setText Button with String Name from string.xml

2012-12-04 Thread Tai Pham
I declare in string.xml file string name=btnButton Button / string and a setText Button = @ string / btnButton Now in the code, I want to know which button was setText, how to determine is btnButton? Please get help. Thanks! -- You received this message because you are subscribed to the Google

[android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
I'm using Google Play Services for Google OAuth2.0 and can't figure out how to get a refresh token for offline access. Any suggestions? http://developer.android.com/google/play-services/auth.html Thanks! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread Nikolay Elenkov
On Wed, Dec 5, 2012 at 2:27 PM, erdal etu...@gmail.com wrote: I'm using Google Play Services for Google OAuth2.0 and can't figure out how to get a refresh token for offline access. Any suggestions? http://developer.android.com/google/play-services/auth.html It should handle refreshing for

Re: [android-developers] Re: How to fix launching of my Android app against system's default PHONE app

2012-12-04 Thread Gaurav Wable
Have you seen Android App Mobile Accesibility UK. This application uses their GUI for incoming and outgoing calls. This is similar to what i want to do. I want to know HOW IS IT POSSIBLE? How can i do it? On Thursday, 12 July 2012 11:22:35 UTC+5:30, MagouyaWare wrote: Does this help?

Re: [android-developers] Re: How to fix launching of my Android app against system's default PHONE app

2012-12-04 Thread Gaurav Wable
Have you seen Android App Mobile Accesibility UK. This application uses their GUI for incoming and outgoing calls. This is similar to what i want to do. I want to know HOW IS IT POSSIBLE? How can i do it? On Thursday, 12 July 2012 11:22:35 UTC+5:30, MagouyaWare wrote: Does this help?

[android-developers] Building Android Launcher without experimental/private APIs

2012-12-04 Thread galapogos
Hi, I'm trying to build the Android ICS Launcher so that it will run on any Android device with ICS, such as the Samsung Galaxy S3, but I understand that the stock launcher includes experimental/private APIs that may not work on all devices. Is there any way to disable these APIs, and if so,

Re: [android-developers] Building Android Launcher without experimental/private APIs

2012-12-04 Thread Asheesh Arya
On Wed, Dec 5, 2012 at 12:02 PM, galapogos gois...@gmail.com wrote: Hi, I'm trying to build the Android ICS Launcher so that it will run on any Android device with ICS, such as the Samsung Galaxy S3, but I understand that the stock launcher includes experimental/private APIs that may not

[android-developers] How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-04 Thread Gaurav Wable
I wan to tu use my app for incoming/outgoing call...(simply i want to display my own GUI during a incoming/outgoing call) Android app Mobile Accessibility UK does the same. link to this app is here

[android-developers] Re: Wake locks android

2012-12-04 Thread Archana
Hi, I m doing it as part of a research project. I need my service to keep running even when the device is asleep(until the user presses Stop button in the App s GUI) and monitor difference in battery consumption. I used PowerManager(implemented WiFi Locks also) because I read that CPU will be

[android-developers] How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-04 Thread Gaurav Wable
I wan to tu use my app for incoming/outgoing call...(simply i want to display my own GUI during a incoming/outgoing call) Android app Mobile Accessibility UK does the same. link to this app is here

[android-developers] Re: Orientation issue in Tablet and Devices.

2012-12-04 Thread Seshu
Can u give any solution for my Question??? On Dec 4, 7:41 pm, Piren gpi...@gmail.com wrote: How about actually reading google's tutorials and documentation? On Tuesday, December 4, 2012 2:10:31 AM UTC-5, Seshu wrote: Hi All,          Currently i am developing an application for

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
Thank you for your reply! We have a server that needs to do some periodic requests so we would need the refresh token, I noticed there is a Bundle extras parameter in the getToken function, but I couldn't find any documentation for it. Using a webview we managed to get the refresh token, so I