Android :: Cupcake Support Webview With Gears
Apr 13, 2009
Does anyone know whether Android 1.5 SDK supports Gears supported Apps?
Currently release 1.1, supports Gears only on the browser application and we are not able to implement Gears application on WebView.
View 11 Replies
Jun 28, 2009
I was wondering if I can use the Gears Toolkit within WebView? I heard a nasty rumor that it was not available in WebView.
If Gears is not available, what other storage mechanisms/paradigms are recommended?
View 6 Replies
View Related
Aug 24, 2010
I was able to setup geolocation accessibility in my webview for any android phone running 2.0 and up easily. However I really need to get this feature working on 1.5 and 1.6 phones as well. From what i've read it seems like this feature used to be accomplished with "Gears" and apparently there is a way to use addJavascriptInterface to implement this. I can't seem to find any examples anywhere. I'm actually suprised there isn't more information on this or at least easy to find information.
View 1 Replies
View Related
Feb 12, 2009
As anyone successfully tested running Gears enabled web pages in WebView ? The Gear samples are running ok in the android 'browser' application, but not on 'WebView'. Do I need to enable any WebViewSetting() options ?
View 7 Replies
View Related
Jun 8, 2010
I made a test http://www.checkdent.com/mobile/gps2.html based on the demo: http://code.google.com/apis/gears/api_geolocation.html#getpermission
when i open it from android browser i get my location. but opened from within a webview, nothing happens??
i already gave several permissions <uses-permission android:name="android.permission.INTERNET"></uses- permission> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"></ uses-permission>
but still no success! what do i have to do?
View 2 Replies
View Related
Apr 21, 2009
I am doing development on RSTP streaming on cupcake. I want know more clear about it, so my question is, which version of 3GPP PSS has been support on cupcake, R4, R5 or R6?
View 2 Replies
View Related
Dec 3, 2009
Is there anyone know how to add multi-touch function in cupcake? I found that linux kernel 2.6.30 had a new multi-touch protocl, did that mean I must upgrade my kernel to be 2.6.30+?
View 3 Replies
View Related
Feb 25, 2009
The roadmap for cupcake states that it now supports the Bluetooth A2DP & AVRCP profiles. Since the Bluetooth API was ripped out of 1.0 does that mean that these are the only profiles supported? Or are there any other profiles currently supported?
View 3 Replies
View Related
Mar 31, 2009
Accroding to GregS's "Announcing OpenCORE 2.0 release" mention, video telephony (a.k.a. 2way) engine is supported by OpenCORE 2.0. but he(?) was not sure that is included at Cupcake version.
So, can I get information about any progress for supporting video telephony service? like, whether video telehpony service is supported at Cupcake or any other version.
And where can I get any document about OpenCORE 2.XXX release?
View 4 Replies
View Related
Apr 22, 2009
Does Android support Widget run enviroment like WRT (WebRunTime)of Symbian?
View 3 Replies
View Related
Sep 9, 2009
I pushed some wma files to emulator yesterday,and I found all of these music files can be played well by music player. So I was confusing. I found that Android 1.5 didn't support wma codec announcing in SDK document. I also didn't find wma decoder in PV OMX. How does this happened?
View 3 Replies
View Related
Dec 15, 2009
In older android SDK versions it was possible to load custom NPAPI plugins into the WebView through reading them from assets and writing them into the filesystem at the apps data directory, for example something along the lines:in order to have a WebView instance with NPAPI plugin support for plugins in that directory. In Android 2.0 SDK this mechanism does not seem to work anymore and the WebSettings.setPluginsPath() method seems to be deprecated: http://developer.android.com/reference/android/webkit/WebSettings.htm...). Can anyone confirm this is a final decision or just a bug? Are custom NPAPI plugins aren't going to be supported in the future anymore? Would be a shame if that'll be the case.
View 2 Replies
View Related
Mar 6, 2009
somebody know where is the gears database in a G1 mobile or Android emulator?
View 2 Replies
View Related
May 5, 2009
I was wondering if anyone could direct me to where Gears is putting the local SQL Lite DBs.
I can't seem to find it mentioned in the documentation anywhere!
View 3 Replies
View Related
May 17, 2010
I created a database via javascript using Google Gears on Android 1.5 and I'd like to access directy the sqlite file to look inside it whitout using Gears. I found several "File Browser" but they only browse the SD card. Is there a way to fetch it from the phone file system?
I have an HTC Dream running Androis 1.5.
View 1 Replies
View Related
Jul 15, 2009
information on direct access to GEARS geolocation functions from an Android application. To date, I have not found any. geolocation includes three Android-specific public Java classes, AndroidGpsLocationProvider, AndroidRadioLocationProvider, and AndroidWifiLocationProvider. The fact that they are Android-specific and that they are public lead me to conclude that I should be able to use these classes in my application. However, not surprisingly, when I try to access these classes, my application fails (see log below) because, among other things, I have no way to correctly identify nativeObject in the java classes. At the very least, I would like to understand the purpose of the three Android-specific public Java classes, and how we should use them.
CODE:............
(Native Method)
CODE:....................
View 4 Replies
View Related
Apr 21, 2010
I am trying to use gwt-mobile-webkit, particularly its location api. It works well with iPhone (both device and simulator) and Firefox and on G1 with 1.6 Android, however, it does not work on G2 with Android 1.5 on it. In result I am getting onFailure callback with Permission Denied error.
So it seems, that there is some geolocation API (gears or HTML5) in the browser available, but it just does not want to ask user for granting permissions. Do you know if there is any workaround or just enable it somewhere in settings?
View 2 Replies
View Related
May 20, 2010
I have tried finding the names of the Android OS prior to 1.5 (cupcake), but no luck. Did Google give "A" and "B" versions of the OS dessert names or did that start with cupcake?
View 10 Replies
View Related
Dec 1, 2009
I've G1 dev phone. Earlier I upgraded it to 1.5 using HTC website. Now I want to customize (make some changes to ) source code and keep the changes running on G1 phone. I wanna go with cupcake release. Could any body please give me some pointers. If I download cupcake source code from android website and do 'make' for which target it will generate the images ?[Emulator or G1 phone etc.,]
View 3 Replies
View Related
Jun 17, 2009
Is RTP streaming known to be working on Cupcake devices? I have not been able to start an RTP multimedia session with my G1 since Cupcake upgrade. It was working before the upgrade, e.g. by using the VideoView class and providing an RTSP URL. But the same test which was working before fails now. The RTSP OPTIONS and DESCRIBES exchanges are OK, and then there is a "PVMFFailure" in the Log, and a popup saying "Sorry, this Video can't be played".(Note: I removed a similar message that I sent yesterday because it contained broken links)
View 3 Replies
View Related
May 14, 2009
I'm considering an Android phone, but I'm a little worried about the restrictions on Bluetooth.Can someone confirm what's been 'fixed', and what restrictions remain after the Cupcake update? I've seen a lot of mixed information floating around the net.
View 6 Replies
View Related
May 20, 2009
Is android-1.5 and cupcake-1.5 is same?
View 2 Replies
View Related
Mar 3, 2009
We are developing some applications on cupcake which depend on packages not available in 1.1 version of SDK and will not build on it. Debugging and make are very slow on ubuntu open source. So, we are eagerly waiting for a windows SDK based on cupcake. Is there a timeframe defined for it by Google?
View 7 Replies
View Related
Jun 26, 2009
I'm currently writing an app in Android that works with the GPS, at the moment I'm able to work out whether the GPS is enabled, my problem is that I want to enable the GPS on app startup if it is disabled, how can I do this programmaticaly?
View 4 Replies
View Related
Apr 29, 2009
I'm migrating my app from 1.1 to 1.5. It works right but i get a problem thowing a new intent which used to open a Geo URI in google Maps. I think that it must be related with the fact of Gmaps not beign included as part of the core. Is there any way to solve it or change it if i want to keep the track of 1.1? This is the code: intent mapsIntent = new Intent(Intent.ACTION_VIEW); mapsIntent set Data (Uri.parse("geo:0,0?q=" + address + "&z=19"));startActivity(mapsIntent); This is the throwed exception. Android. content. ActivityNot FoundException: No Activity found to handle Intent { action=android.intent.action.VIEW data=geo:0,0?q=Av. PrÃncipe de Asturias,}
View 10 Replies
View Related
Jan 21, 2009
Untill now, i were forwarding my PC ports using telnet, but with Cupcake, it's possible to use directly with emulator, using -qemu - redir option. But i'm not getting success doing this. I'm doing emulator -vm myconfig -qemu -redir udp:1234::1234 or emulator -vm myconfig -qemu -redir udp:1234:<my ip here>:1234 and both starts the emulator with the warning "qemu: could not set up redirection 'udp:1234::1234' " or "qemu: could not set up redirection 'udp:1234:<my ip here>:1234' "Please, what i'm doing wrong? any successfull case? thanks a lot P.S - i already compiled SDK 1.5 and it's working perfectly
View 2 Replies
View Related
Nov 8, 2009
Does anyone know how to change a build from donut back down to cupcake? I tried changing the release target minsdkversion back to 3 but it still would only launch in the donut rather than cupcake emulators and showed the Android 1.6 rather than Android 1.5.
View 2 Replies
View Related
Mar 4, 2009
I have a so called reliable resource who works in the T-mobile store, and so far he has been right about anything to do with G1. He predicted the OTA release, and that was right, but he has also said T- mobile will be releasing the cupcake to t-mobile customers in uk end of March. Of course all i/we can do is wait. if anyone has any information to back that claim it would be appreciated. I know there's loads of cupcake talk that has been going on for months. but i believe this is the real thing, else he wouldn't jeapordise these claims to get people to buy the G1 and then get hundreds of complaints if it didnt happen
View 2 Replies
View Related
Jul 17, 2009
Maps useda allow directions from My Location. Where'd that go?
View 5 Replies
View Related
Sep 5, 2009
I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact: Movie.decode Stream Always returns null... Does anyone have any workarounds/fixes to play animated GIFs?
View 1 Replies
View Related