Android :: How To Compile Browser (or Other Supplied Applications)?

Apr 9, 2010

I want to add support for Arabic (or other languages which are currently unsupported) to the applications supplied by android platform (e.g. Browser) without the need of having root-access. To add Arabic support (at least displaying only) in a normal application (using developer SDK), I will need to:

Add fonts
Modify (reshape) the characters to be rendered
For illustration, if I have string a aaa, I will need to change a aaa into a bcd because letter a at the beginning, middle, and end of a word need to be changed to b,c and d respectively). But now I want to compile android's Browser (and other apps). I am planning to get the source codes for these applications and their dependencies and bundle them as stand-alone applications which do not require root-access, and thus do not void the warranty.

Other solutions which void the warranty can be obtained here. My Questions: Is the application's (e.g. Browser's) source code + 'developer SDK' enough to accomplish this? Do I need to get the source code + the development environment for the android platform?
Any tips?

Android :: How to Compile Browser (or other Supplied Applications)?


Android :: How To Compile All Source Files - Default Make Target Does Not Compile All Of Them

Mar 16, 2010

when I compile android (http://source.android.com/download) it does not compile some source files. For example there is external/bluetooth/bluez/sbc/sbc.c which is not compiled. There are also other such files.

It's possible those files need not to be compiled. Or it might be that I need some special configuration to compile them.

Either way, if it is possible, I'd like to compile them. Is there some way to do it? Maybe some "compile_all" make target? (I believe the reason why I want to compile all source files is not important)

View 1 Replies View Related

Android :: Wrong Intent Supplied To On Time Alarm Receiver

Dec 17, 2009

I am using marks' method of alarmreceiver and appservice. I am trying to pass a record id to the alarmintent through putextra and receive it in ontimealarmreceiver in getExtra. What I observe is, first time record id goes correct (say 11) second time record id is sent 12, but in receiver I receive record id = 11. Third time too record id -11

View 2 Replies View Related

Android :: Device Availability With Default Google Supplied Interface

Mar 10, 2010

I would like to see a site where I can register and specify features for a phone and get notified thru email when a device comes to market with those specification. Is there any service already? I am looking for a phone which has the following features:-Android OS 2.1 - with the default google supplied interface(i choose this because , i believe google will try to make future updates in android available for all phones)

View 1 Replies View Related

Android :: Implement Php Applications Without Using Web Browser

Jun 25, 2010

There is any possible to implement php applications in android phone without using the web browser.

View 4 Replies View Related

HTC Desire :: Using Different SD Card To One Supplied

Jun 21, 2010

I took the SD card from my nokia 5800 and used that in the desire from the start A. As it had all my pics and music on it , B. its an 8mb more than the 4 supplied with the phone. Now when I connect the phone to my pc via the usb it cant find the software and will only let me charge the phone via the usb. Do I need to be using the one supplied with the phone to get the best out of the phone then? And if so how do I get my pics and music from one to the other (my sd slot on the laptop doesn't accept micro sd).

View 3 Replies View Related

Android :: Linking To Applications From External Browser

Aug 24, 2010

I'm quite new to Android so please excuse if this is the wrong forum, but I have searched up and down and also this list, but is there no way to externally link from my website into the market to show my app within a desktop browser and not on the device? I mean similar to the iTunes links where you can view the application details right in any browser.

View 4 Replies View Related

HTC Desire :: Supplied Headphones Are Any Good?

Jul 3, 2010

I have a question about the headphones supplied with the Desire. I've not got mine yet, but are they any good? I normally use sennheiser CX300 II's, are they as good as these or better? I need to get some more headphones as mine are knackered. I was going to order a pair of CX300's for when my Desire arrives, but if the ones supplied are as good, then I'll not bother and save the $$$.

View 9 Replies View Related

Samsung Captivate :: Supplied Headphones With Mic Built In?

Aug 6, 2010

The headphones that came with the phone. Do they have a mic built in? Or is the person's voice going through the headphones and the phone itself picking up my voice? I ask because I thought that the pause/play button on the cord itself was only a play/pause button and nothing else. Caused a awkward situation when my friend called and I was listening to Pandora so I was about to unplug the headphones after answering and I was like "hold on" and he said "okay" in my EAR, so I said "WTF you can hear me?" and he said "Yeah, pretty well". If it uses the phone's built in speaker that'd be awesome because then I can use any headphone combo I want and leave them in all the time if someone calls.

View 2 Replies View Related

HTC EVO 4G :: Straight Goes To Homescreen When Use Applications Or Browser

Jul 6, 2010

Whenever i am in an app or the browser, randomly at times my phone will just go straight to the homescreen. I do not hit the home button at all, it just goes there by itself. This happens on any screen, whether im browsing my pics, taking a pic, or browsing the net. Does anyone else have this issue? I noticed it started after the new update from htc.

View 1 Replies View Related

HTC Incredible :: Screen Slide / Flash (Using Browser And Applications)

Apr 30, 2010

Anyone else having issues with the screen flashing or sliding to the left two times per occurrence when using the browser and applications? Any fixes for it yet?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Internet Is Working From The Browser But Not From The Applications

Oct 10, 2010

I've recently bought the Xperia X10 mini handset and since it was unable to download the settings from my service provider, I had to manually do the APN setup.

However, I was successful getting the internet from my handset browser but not from the applications like Email, Gmail, GTalk, Sony Ericsson Sync, and Market. I've got the notification icon for EDGE data transmission and is being indicated when accessed from the browser but not from the applications.

Do I need to do any other setting in order to access the internet from the applications? Can someone please help me setting up?

View 5 Replies View Related

General :: Output Music From Supplied Music App To Audio System Using HDMI

Aug 24, 2012

My MID mini-tablet (Android OS 4.0.3) has a mini-HDMI port. I have the mini-HDMI to female HDMI adapter and HDMI cable. Can I output music from the supplied music app to an audio system using HDMI? (Using the headphone jack is not practical due to the low volume output by the device.)

View 4 Replies View Related

Android :: How To Compile Stock Mms App Into An .apk?

Mar 17, 2010

I want to make some changes to the stock Mms Android application and install it on my device. However, I have problems with compiling the code checkout obtained from git. I have created a new Eclipse Android project with "use existing sources", setting the target framework to 2.1. However, Eclipse does not find some needed framework classes, e.g. android.telephony.SmsManager.

I have the whole Android toolchain set up and working (make finished without errors), Eclipse is running on Sun Jdk 1.5.

Perhaps my mistake was that I did not copy the .classpath file into the new project, I will check this. Never the less, should I succeed, will I be able to install this .apk into a non-rooted device?

View 1 Replies View Related

Android :: How To Compile The Com .sdk Package?

Aug 18, 2010

I am working on windows with JDK, Android SDK and eclipse set successfully. I download the com.android.sdk package from: http://android.git.kernel.org/?p=platform/packages/apps/Stk.git;a=summary

But when I import the project to the eclipse, errors happen everywhere. Mostly is about the com.android.internal.telephony.gsm.stk.something cannot be imported. I googled to find the reason. It only says because of the these packages is internal package and cannot import with standard SDK. So the question is: How can I compile this project? Should I make a linux environment and get the whole android source code to do this?

View 1 Replies View Related

Android :: How To Get My App To Compile In Eclipse

Nov 14, 2010

I'm going through a tutorial here: http://mobile.tutsplus.com/tutorials/android/android-sdk-development/.

I have finished the tutorial and I've set up my debug configuration. When I actually try to run the debugger I see a popup that says: "Your project contains errors. Please fix them before running your application."

In the "Problems" tab of eclipse, It says Errors 1 Item: Unparsed aapt error(s)! Check the Console for output. The location of the error is listed as unknown. When i switch to console, this is what's in there:

CODE:......................

I'm not sure what to do about this. Where would i get those files/What's the next step?

View 2 Replies View Related

How To Compile Android Kernel

Oct 9, 2011

I tried to compile Android kernel. There are a lot of errors in below log. I don’t know the cause of it.

Quote:

maxim@maxim:~/WORKING_DIRECTORY$ . build/envsetup.sh
including device/htc/passion/vendorsetup.sh
including device/samsung/crespo/vendorsetup.sh
maxim@maxim:~/WORKING_DIRECTORY$ lunch full-eng
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3.5
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false

[code].....

I tried to change

Quote:

ifneq ($(filter $(LOCAL_MODULE_TAGS), optional),)

to

Quote:

ifneq ($(filter $(LOCAL_MODULE_TAGS), user),)

in build/core/base_rules.mk and had other errors.

Quote:

build/core/base_rules.mk:105: *** Module name: hostapd contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: hostapd_cli contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: nt_password_hash contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: hlr_auc_gw contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: Stk contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:146: user tag on app Stk at packages/apps/Stk – add your app to core.mk instead
build/core/base_rules.mk:105: *** Module name: ip contains invalid LOCAL_MODULE_TAGS

[code].....

What is LOCAL_MODULE_TAGS? Why are they invalid?

View 1 Replies View Related

General :: How To Compile PHP CLI For Android

Aug 7, 2013

compiling PHP 5.4.17 CLI for android on Ubuntu 13.04. I just have installed Ubuntu on my pc. What are the next steps ? How to setup it for cross compiling php ?

Which tools do I need and where/how to get this ?

View 1 Replies View Related

Android :: R Cannot Be Resolved - After Updating To 1.5 SDK Pre - Trying To Compile For 1.1

Apr 27, 2009

I updated to 1.5 SDK pre, together with the ADT. I followed the instruction to select Android 1.5 as target by right clicking on the project, Preferences>Android. In this window there are 3 options, Android 1.1 Android 1.5 Google APIs

I selected Android 1.5 and Apply, clicked OK. Application compiled nicely.

If I go back to the same Preferences and select Android 1.1, Apply, I can no longer compile my application successfully. I get hundreds of the same error R cannot be resolved

Then I try to open this project in another computer that I have not updated the SDK yet. I get the same error. I'm trapped until the new SDK is out.

View 20 Replies View Related

Android :: Compile In Release Mode

May 4, 2009

I am following the instructions on code signing on the Android Developer site, and it mentions that if you specify that you want to compile in Debug mode, it automatically signs the resulting file with a debug key. It also says that if you specify that Eclipse should compile in Release mode, that you can use the Export Wizard to generate a private key and handle the distribution signing.

Can someone point me to the setting in Eclipse for Release vs. Debug compiling. When I use the Export Wizard, I am only given the option to export unsigned. I am pretty sure I am stuck in Debug mode, since my app has no problem running in the emulator or my tethered G1.

View 2 Replies View Related

Android :: Trying To Compile Voice Dialer

Jul 5, 2010

I downloaded the HEAD revision of the Voice Dialer from GIT (used the web interface) but there are so many errors and I have no idea how to fix them.I did the same thing for the 3D Gallery and that turned out fine. But the Voice Dialer is a completely different story.

View 6 Replies View Related

Android :: Compile Camera Application For SDK 1.6

Aug 18, 2010

I am trying to compile and run the Android Camera for sdk 1.6 (also called API level 4 or Donut release). While there is no minSdkVersion in the AndroidManifest, it clearly does not run on a donut device. In fact, if compiled with sdk 2.2 the camera will crash with a NoSuchMethodError execption on an avd or a G1 with sdk 1.6. I tried also checking out the [donut-release] tag, but, strangely, it won't even compile giving many errors like:

[javac] /home/mrucci/camtest2/src/com/android/camera/ImageManager.java:41: cannot find symbol
[javac] symbol : class DrmStore
[javac] location: package android.provider
[javac] import android.provider.DrmStore;
[javac] ^
[javac] /home/mrucci/camtest2/src/com/android/camera/Util.java:32: cannot find symbol
[javac] symbol : class MediaMetadataRetriever
[javac] location: package android.media
[javac] import android.media.MediaMetadataRetriever;
[javac] ^
[javac] /home/mrucci/camtest2/src/com/android/camera/MenuHelper.java:29: cannot find symbol
[javac] symbol : class ExifInterface
[javac] location: package android.media
[javac] import android.media.ExifInterface;
...
[javac] ^
[javac] /home/mrucci/camtest2/src/com/android/camera/ActionMenuButton.java:81: cannot find symbol
[javac] symbol : variable mScrollX
[javac] location: class com.android.camera.ActionMenuButton
[javac] mScrollX + mRight - mLeft),
[javac] ^
[javac] /home/mrucci/camtest2/src/com/android/camera/ActionMenuButton.java:81: cannot find symbol
[javac] symbol : variable mRight
[javac] location: class com.android.camera.ActionMenuButton
[javac] mScrollX + mRight - mLeft),

In particular, I really do not understand why ExifInterface is used in the "donut" tag when it has been introduced since API level 5.

View 1 Replies View Related

Android :: Reference A Jar / Compile It With Dalvik?

Aug 25, 2010

I have a jar that I need to reference from my Android project. I also have the src of the jar, so I could include it in the project itself. I was wondering if referencing a jar vs. compiling it in with the project using Dalvik makes any difference in terms of final Dalvik package size that gets generated.

View 1 Replies View Related

Android :: Compile Fastboot On Windows

Jul 14, 2010

Specify me the steps to compile fastboot under cygwin to generate fastboot.exe for windows

View 1 Replies View Related

Android :: Should Compile My Apps Against Latest SDK?

Jul 25, 2010

My app requires that devices are running at least Android 2.0 OS. Would it make more sense for me to compile my project with the 2.0 SDK or does it make more sense to always compile my project using the latest SDK, even if it's well beyond 2.0...?

The problem with compiling against 2.1 for example would be that I don't know if an Android 2.0 device would even run an app compiled with 2.1...?

View 1 Replies View Related

Android :: How To Compile Sample Code

May 20, 2010

I'm breaking into GUI programming with android, trying to compile and analyze Lunar Lander sample program. The instructions for using Eclipse say to select "Create project from existing source" but that option doesn't exist. If I select File->New->Project I can select "Java project from Existing Ant Buildfile". Using that I've tried selecting various xml files as "Ant Buildfile" but all give me the "The file selected is not a valid Ant buildfile" error.I just want to run GUI sample projects, preferably with Eclipse. Any useful tips will be appreciated.

View 2 Replies View Related

Android :: How To Compile G1 Apps Code

Feb 19, 2009

I wanna to compile the apps code, has any one tried it earlier, if so lemme know. How to compile the camera and calender code.

View 11 Replies View Related

Android : Compile Codes Online?

Nov 22, 2010

I just want to know is there any way to compile and run my android application codes online, without installing the SDK on the computer?

View 3 Replies View Related

General :: Compile Android On ARM Architecture?

Apr 27, 2013

getting a dev board for use as a mini pc. Wondering can you compile android on arm hardware or only on x86 hardware. If you can compile android on arm I will get a high end quad core dev board, if not will just go for a mid range dual core board. Thought it would be a fun project to have an auto android builder along with file and print server. Yes I know it will be slow to compile.

View 2 Replies View Related

Android :: Kernel Compile And Test With Emulator

Nov 27, 2009

Has anyone successfully compiled the android kernel and tested it in the Android emulator, and if so is there anything that special that needs to be done? Documentation for the SDK is excellent, however documentation for compiling the kernel and setting up a custom machine in the emulator has been hard for me to find.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved