Android : Droidforum.com Native App
Sep 26, 2010
Just wondering when this forum will have an app in the market....
Would make it very nice, as website is sometimes hard to navigate on the desire... Need some changes to the site, like maybe a "next page" button so that maybe it's easier to get to... Rather that zoom-in and try to hit the 2... Anyway, any plans in he works? Anybody know?
View 5 Replies
Apr 1, 2009
I'm just looking at the Android's native IM app and wondering if it's possible to create new providers? I know other people have written seperate IM clients but it'd be great to add to list in the native IM app.
The 3 I'd like to work on is Facebook, MySpaceIM, Skype.
View 5 Replies
View Related
Apr 1, 2009
Is it possible to use a native C/C++ library? If so, are there any restrictions for those libraries to be used?
View 3 Replies
View Related
Aug 1, 2012
I am facing some issues in calling the Android soft keyboard from a C++ file. I have a project in C++ and I need to show and use the native soft keyboard in some screens. I am compiling all the code with NDK. how to use the soft keyboard in a native / C++ application ?
View 1 Replies
View Related
Aug 4, 2009
I want to prevent native application to receive message.I want that my application only receive message. Is it possible ? if yes then how ? can i access the received message and delete it ?
View 3 Replies
View Related
Feb 24, 2010
I'm still checking everything out.
I'm wondering what the limitations are if we develop the app using Titanium.
What cannot be done using Titanium, for iPhone and for Android?
What things can only be done using only the the native tools?
View 5 Replies
View Related
Nov 22, 2010
I have a library written in C which implements some complicated algorithm over two databases and as a result produce new one. I am trying to import it in android using android-ndk. What is the correct wat to use sqlite in you native libraries, i was able to build the sqlite manually using the ndk but when i use it gives some strange errors when trying to fetch rows from db which is on phone storate - after i fetch some data i got SQL:database not opened. how can use sqlite in native code on android.
View 2 Replies
View Related
Dec 10, 2009
We know that it's very convenient to use TraceView in Android java code to check the runtime of different chunks of code. Now I develop my app with NDK and I want to check the runtime of some native functions, but I found nothing in TraceView guide if it's possible to use this tool. Because I noticed that one of my native methods spent too much time and I want to dig out the more detailed root cause. Is there anybody know if we can use TraceView in native code?
View 2 Replies
View Related
Feb 3, 2010
I am planning to write a video player application and I am planning to use the gstreamer on the native side. I am trying to use the SurfaceFlinger for the rendering part. For this I have written a test program to experiment on the rendering part. I am using the surface flinger wrapper from the project
http://gitorious.org/rowboat/external-gst-plugins-android
But the following ERROR occurs when we try to run the .apk.
CODE:.......
The I changed the permission for "android.permission.ACCESS_SURFACE_FLINGER" in frameworks/base/core/ res/AndroidManifest.xml to "dangerous" and recompiled. But got the same error.
Then I commented out the "checkCallingPermission" method in IServiceManager.cpp and recompiled. Then also i got the same error.
View 4 Replies
View Related
Jun 19, 2009
I'd like to know if it's possible to associate a protocol (for example: 'myapp') to a native application installed on a Blackberry (or Android) so that if a user types in 'myapp://xxx' in a web browser it calls the native application. In this case, how is it possible to achieve it? As far as I understood, it's possible to do it with iphone but I don't know if it's possible with blackberry or android.
View 3 Replies
View Related
May 8, 2010
Does anyone know how Java thread relates to Android native thread? Does it map one to one?
View 2 Replies
View Related
Feb 16, 2010
I want to install a non-native sms app (handcent) as well as Where's My Droid, however both programs have access to communication and contacts, which always worries me, esp on a free program. Does anyone know if there are any known datamining problems with these apps? Any other malicious code, etc? Just want to check before I download.
View 5 Replies
View Related
Oct 21, 2009
I wonder if it's possible to use webkit/webview for UI instead of using the native UI (view,layout,activity,etc). Is there a way to catch/propagate intents to internal app when we use webkit/webview ui (probably through javascript)? The advantage of doing this is to provide a cross platform client that works in various mobile devices.
View 5 Replies
View Related
Sep 19, 2010
I'm evaluating a Droid Incredible.How do I back up the native calendar to the PC (say, through the SD card)?
View 4 Replies
View Related
Sep 21, 2010
Is it possible to replace native calendar with you own created software? How it is done?
View 2 Replies
View Related
Jun 30, 2010
I need to write a dynamic link library in C++ that is used by Java on Android. As I get, it should be .so library, but I don't know how to do that. I tried Cygwin, but it crashes: Code...
View 3 Replies
View Related
Nov 23, 2010
I am new to android, so thought of doing a small project on Native Contacts. Application should Add, Update & Delete Native Contacts through my application.Adding & Deleting native contacts is working fine, but Update contacts is not working at all.But in update, i just want to only update Work phone number or Home Phone number or Home Email field.
View 5 Replies
View Related
Apr 12, 2010
I am completely new to the NDK.
I have done a couple of the tutorials including the hello from jni one and another one that calculates the sum of two numbers.
They involved using cygwin and the ndk to create the library so file and I have a bit of a grasp on how to insert my own libraries into the libraries layer of Android.
I have now been asked to access the native libraries on Android and see what I can use them for.
My question is can I do this?
The STABLE-APIS.txt document is a bit vague and mentions the following as Stable C++ API's in Android 1.5
cstddef
new
utility
stl_pair.h
Does that mean I can access them?
If so then how do I go about it?
View 1 Replies
View Related
Oct 7, 2010
Hello, I would like to create a zip file from files located on the sd card, I have managed to do that using java but I think that the result is too slow, so I thought of going native using the android NDK.
My questions are:
Does anyone know any C/C++ library to zip unzip files that will work on android?
How to know if the library will work on android?
will this make any difference on performance?
View 3 Replies
View Related
Jun 28, 2010
can anyone tell me where I get the icons native android?
View 3 Replies
View Related
Oct 22, 2010
Is there a way to convert my web app into native android app?
View 2 Replies
View Related
Oct 26, 2009
I'm trying to create a shared lib written in c++. I followed all the steps which are recommended to create the shared lib and to access the native code in Android. But so far I couldn't succeeded in loading the shared lib on device or emulator. When I tried to load the lib by:
static{ System.load("/data/data/com.android/libnative.so");}
View 3 Replies
View Related
Aug 11, 2009
Android have native IM code, but we can not use, I add code...
View 2 Replies
View Related
May 1, 2010
Looking for any pointer or advise using NDK to access to native bluetooth lib. is it doable? anyone have good or bad experience to share?
View 2 Replies
View Related
Oct 28, 2012
i am installing Android ADT to my Eclipes Juno (manually/Offline) using ADT-20.0.3.zip during installation everything went fine except this message Cannot complete the install because one or more required items could not be found. Software being installed: Android Native Development Tools
20.0.3.v201208082019-427395 (com.android.ide.eclipse.ndk.feature.group 20.0.3.v201208082019-427395) Missing requirement: Android Native Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.ndk.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse .cdt.feature. group 0.0.0' but it could not be found
i have to uncheck the Android Native Development Tools check box..but i already did that.. and still the message is there and there's no way i can continue.. the "next" button is still disabled..
View 8 Replies
View Related
Aug 4, 2013
I have a Galaxy Nexus (GT-I9250) and a Galaxy S4 Google Edition (GT-I9505G). Both unlocked and rooted.
With JB 4.2.2, the native SIP dialer has always worked very well and I could place and receive calls (using my own Asterisk PBX server) without problems.
With the new JB 4.3 OTAs now, whenever I place or receive a call, the incoming audio is perfect but the outgoing voice sounds terrible: choppy and noisy to a point where the people on the other side can hardly understand what I'm saying.
I flashed both units back to JB 4.2.2 and the problem went away, no matter the configuration or the apps installed. Conversely, I can always replicate the problem with JB 4.3, clean setup, no additional apps or services.
View 5 Replies
View Related
Sep 7, 2009
How can i get notification when user send message from mobile?
View 2 Replies
View Related
Oct 12, 2010
Is this possible to access a sensor data form native code without using Java at all? I need to access to the sensor as fast as possible, but it seems like the "DELAY_FASTEST" parameter when registering an event change is not fast enough.
View 3 Replies
View Related
Jun 18, 2010
I created one android application it is using one native method. I created shared library using ndk tools.My jni function is having some problems i want to debug it. How to debug it in eclipse tool
View 2 Replies
View Related
Aug 6, 2010
1 . can we get any event when user tap/touch native application(i.e. messaging,contacts).
2 . i know that any application launch by intent in android, there is any way to know which application launch with launch of application.
View 2 Replies
View Related