Android :: Can't Config G1 To Make Both Browser And MMS Work / Fix It?

Mar 18, 2009

I have a G1 phone and use it in mainland China. But I can't config it to work with browser and MMS at the same time. However with different APN, the browser and MMS can work seperately. For browser, I use following APN config code...

For MMS, I use following APN config code...

When above two APNs both exists, only browser can work. MMS doesn't work any more.

Does any google export know that how to config G1 to make both browser and MMS work? If it's a known issue, is there any roadmap to fix it?

Android :: Can't config G1 to make both browser and MMS work / fix it?


Android : Make Dolphin Default Browser For All Apps That Launch A Browser?

Jan 2, 2010

Its there any way to make dolphin the default browser for all applications that launch a browser? Like quick search?

View 13 Replies View Related

Android :: How To Make My Browser As Default?

Oct 29, 2010

How can we make our browser as default in android. I want to implement that when you open up the internet browser it gives you two options: regular browser and Mybrowser (third party browser which is made by me). If you select the regular browser it says that the phone cannot access the internet unless it is on the Mybrowser. Can we implement this feature? If yes than how?

View 2 Replies View Related

Android :: Make Third Party Browser As Default

Oct 29, 2010

How can we make our browser as default in android. i want to implement that when you open up the internet browser it gives you two options: regular browser and Mybrowser(third party browser which is made by me). If you select the regular broswer it says that the phone cannot access the internet unless it is on the Mybrowser. can we implemnt this feature? if yes than how?

View 1 Replies View Related

Android :: System/lib To Make Browser Standalone

Feb 15, 2010

I want to change the path of the libwebcore.so to the path of the browser application instead of "/system/lib" to make browser standalone how can i do this? Hint i have 2.1 version

View 2 Replies View Related

Android :: Pack A Config File Into Apk Package

Apr 21, 2010

I need to save these configurations into a file, and in my app I could change these configurations. In other words, I need a file to take all my config data, and in my app, I could read/write this file as I want.

I've searched document and mailing list archive, and have not found the exact solution. 1. SharedPreferences could not solve : It could only do with simple key/value pairs, my configuration data is more complex . 2. file in /assets , /res/raw could not solve: It seems that the file in these position would be read only

I've found a way, it almost solved my problem, but still not. Our code could deal with the file in /data/data/package-name/files on the target file system, this is good to me, but how could I put my file in this directory after my app has been installed? My app need to read these configurations when it starts.

My question is how could I pack my data file into my apk package, and then my app could read/write this file when it is run.

View 3 Replies View Related

Android :: Make A Link In Droid Browser Start Up App?

Aug 12, 2010

Is it possible to make a link such as:

<a href="anton://useful_info_for_anton_app">click me!</a>

cause my Anton app to start up?

I know that this works for the Android Market app with the market protocol, but can something similar be done with other apps?

Here is an example of a link that will start up the Android Market. code...

View 2 Replies View Related

Android :: Troubles Reading Other Apps Config Files

Apr 30, 2010

I have to access to the data folder of other applications from my application to read configuration's file and so on but it seems it's possible only to read data from the sdcard and my application's data folder. Can you suggest me how to solve this problem?

View 4 Replies View Related

Android :: Using Resource Values As Layout Attributes - Config.xml

Mar 28, 2010

Looking in the android sdk folders, I've found a file called values/config.xml. This seems to be somewhere that you can define values for later use in layouts and animations.

Given the config.xml:

<resources>
<string name="config_somePadding">50dip</string>
</resources>

How would I reference this to use as the layout_height in a layout xml file?

@string/config_somePadding is actually the only one I've found that doesn't throw an error in Eclipse (even though there isn't a config_somePadding in values/strings.xml), but it appears to just put an empty string.

In the sdk, they use an integer for animation duration. They reference it like this: android:duration="@android:integer/config_longAnimTime". Is there a way to use values that aren't integers in the layout_height attribute?

View 1 Replies View Related

Android :: How To Make ADB Work On X64?

May 19, 2010

I tried installing the Android USB driver on my x64 machine and it fails. Does Android development not support 64 bit Windows, or am I possibly doing something wrong?

View 1 Replies View Related

Android :: Dolphin Browser / Make This Action Default Checkbox

Feb 9, 2010

In the Dolphin Browser, I clicked on a YouTube link and a "Complete Action Using" dialog box thing popped up. It gave the option of viewing the video in a browser or in the native YouTube app. There was also a "Make this action default" checkbox at the bottom. I accidentally checked that box and chose the browser, not the YouTube app. Is there a way to revise this default action?

View 1 Replies View Related

Android :: Force Close - Do You Want Make Dolphin Your Default Browser

Feb 10, 2010

As the title says, I did the latest Dolphin update and now it force closes every single time. Can't even get past "Do you want make Dolphin your default browser".

View 13 Replies View Related

Android :: How Can I Make Browser Render My Document At Screen's Size?

Aug 8, 2010

I'm working on a site that's supposed to scale fluently down to low resolutions, so that it would work just as well on a phone. This works well in Firefox and Chrome when I just make the window small, but when I try it out on an actual Android phone (Nexus One running Android 2.2), it renders it super-huge! (Using JS's window.innerWidth and window.innerHeight properties, it seems the viewport resolution it reports is 800x1271!.Is there a way to render the page at actual-size in the browser window so I can have my full design show up on the phone? User-agent sniffing is allowed, JS is allowed but discouraged.

View 2 Replies View Related

Android :: Bitmap.Config.ARGB 4444 Slow To Draw

May 18, 2009

I'm doing performance tweaks for my new game and I seem to have come across something that isn't discussed much but I think is strange.

I have a static background bitmap loaded as RGB_565 and it draws lightning fast to the SurfaceView.

I then have all of the dynamic stuff, one of which is a full view width/height bitmap and all of these things need transparency so they are ARGB_8888. I thought that switching to ARGB_4444 for everything would speed up drawing because that's half the number of bytes to process but what I'm finding is that under no circumstances is 2D drawing any faster with ARGB_4444. All my tests are showing that it's actually twice as slow to draw an ARGB_4444 bitmap than a ARGB_8888 one on to the default RGB_565 surface!

Would any engineers care to enlighten me as to why this is? Is ARGB_8888 the fastest way to draw bitmaps with transparency?

My target platform is 1.0, btw. My friend just got a new phone and out of the box it was 1.0, not even 1.1, so I want to make sure this works as a first app on new phones. If there are 1.5-specific tweaks, I will incorporate them in a few months but for now it's gotta run well on 1.0.

View 2 Replies View Related

Android :: Add Shortcut In Home Screen By Modifying Config File

Feb 6, 2009

How to add more shortcuts in home screen? -- I want to do this by modifying config file rather than draging an app and dropping it on home screen. Namely, I want to know which config file contains these shortcuts.

View 6 Replies View Related

Android :: Make Second DDMS Work On PC

May 16, 2009

When one person debugging android application on a PC, emulator-5554 <===> DDMS A <===> Eclipse A can communicate well. When the second person want to debug application on another emulator on the same PC emulator-5556 <===> DDMS B <====> Eclipse B. The DDMS B can't communicate to emulator-5556 rightly. Seems emulator-5554 and emulator-5556 both controlled by DDMS A. How to resolve this problem?

View 4 Replies View Related

Android :: Browser Does Not Work With Microsoft Office Sharepoint Services

Jun 7, 2009

I love the phone except for one major issue.The browser does not get along with MOSS Sharepoint sites - read - Corporate Intranet. This site requires me to log in, but the log in page does not appear, and instead i get a HTTP Error 401.2 -You are not authorized to view this page.I've tried this with Opera Mini as well - no luck.

View 1 Replies View Related

Android :: How To Config Computer / Phone Network To Access Local Web Server Via USB?

Aug 20, 2010

Current configuration Use Android emulator and GAE tools (to access local GAE service I set uri http://10.0.2.2:8888/XXX and it works.I would like to use Android device(phone) via USB to call web service running on connected "local" computer.What is best configuration practice ((I don't have static IP) I am using mac and linux)?

View 1 Replies View Related

Config Changes Service And Dialog Box

Oct 2, 2013

I am trying to handle the config changes correctly when a service is running. So I thought I had achieved this as when testing this on my cheap LG E400 model (small screen) and turn the phone during the dialog (spinner style) showing, I have set up a onsavedinstancestate and in the onCreate look to see if this is !=null and then get the bundle variables to check where the app is with the service.

On the phone this all appears to work fine but when using my galaxy tab2 7.0 , the app actually does not crash during the screen rotation but the dialog box just stays on screen and nothing changes.

when I then look in logcat I have found that it reports a leak :

[HIGH]10-02 13:34:13.213: E/WindowManager(850): Activity co.uk.XXXXX.XXXX.Exportfile has leaked window com.android.internal.policy.impl.PhoneWindow$Decor View{4236a780 V.E..... R....... 0,0-580,163} that was originally added here
10-02 13:34:13.213: E/WindowManager(850): android.view.WindowLeaked: Activity co.uk.XXXXXX.XXXXXXXX.Exportfile has leaked window com.android.internal.policy.impl.PhoneWindow$Decor View{4236a780 V.E..... R....... 0,0-580,163} that was originally added here
[code]...

View 5 Replies View Related

General :: How To Pre-config Custom ROM

Jun 12, 2013

what i want is to make that some of the rom options enable/disable/Configured as i want it by default. The idea is don't have to configure things like UI settings, and things like that every time i flash de rom. In other words, change the defaults config options of the rom. Where do I have to look?

View 2 Replies View Related

Android : Does Anyone Make Video Recording Work At 1.5

Jun 21, 2009

Do you have any simple sample code for video recording?

View 3 Replies View Related

General :: How To Port App From Android 4.1.2 And Make It Work On 4.2.2

Feb 20, 2014

Is that possible to port an app from android 4.1.2 and make it work on 4.2.2 ( Keyboard app ) ? and if it is possible how can i do that ?

View 1 Replies View Related

Android :: Developer Console Page Of Market Not Work On Chromium Browser

Jun 3, 2010

The "Developer Console" page of Android market not work on Chromium browser. Some hyperlink item on this page are un-clickable, such as "Upload Upgrade", "Replace this image", and "add language". However it's work correctly on Fire-Fox browser. I don't know how to report this issue to Chromium developing team, please help me to report this issue.

View 2 Replies View Related

HTC EVO 4G :: Froyo 2.2 Browser Does Not Work

Aug 5, 2010

So sprint updated my phone to 2.2 and now when i try internet I get:The Application Internet (process com.android.browser) has stopped unexpectedly. Please try again. [force close]Data works because I can do gmail, facebook, imdb, yelp, etc.. and they all work fine.Any clue how to fix this?

View 3 Replies View Related

HTC Hero :: Browser's Don't Work

Jan 10, 2010

Neither the default browser, nor Dolphin works when I use wi-fi. It just says "processing" or something like that, but they can never finish loading the page in question. Sometimes they even claim that I don't have a data connection, even though I have my wi-fi turned on (and the wi-fi works flawlessly, I can use the Market and other apps without problems). Opera Mini works fine. However, when I browse through my 3G connection, they all work perfectly.

View 7 Replies View Related

Android :: Application Developers - Allowed To Access System Properties Like Ro.config.sync?

Apr 20, 2009

Google applications do it, and apparently it used to be part of the public API (via android.os.SystemProperties.) How are we supposed to enable/disable sync on the phone? Disabling/enabling roaming is easy, but I'm beating my head against the wall trying to find a non-hack method for disabling auto-sync (much less the granularity that would actually be nice.) Is this intentional by the framework team? Is it a whoopsie that is planned to be changed later?

View 14 Replies View Related

Android :: How To Make RadioGroup Work Correctly In ListView?

May 30, 2010

I have a ListView, which has a TextView and a RadioGroup with 4 RadioButtons as Children in each row. Now i can select a RadioButton in each row. But if i scroll the ListView, my Selection is gone or it does not show correctly. For example, i choose the RadioButton A in the first row, if i scroll through the ListView and then go back to the first row again, either none of the RadioButtons in the RadioGroup is checked or RadioButton C is checked instead of A.How can i fix this Problem? I have tried 7 days already, but still i find no solution.

View 1 Replies View Related

Android :: Way To Make A EditText Work Correctly In A ListView?

Jun 8, 2010

I have a ListView, which contains an EditText in each of it's row. I also have an Array.The length of the Array==the Nr of the rows in the ListView. I want to store the user input (the text in the EditText) to the Arrray. E.g, if i type some text in the EditText in the first row of the ListView, i want the text to be stored in Array[0]. But how can i detect to which row the EditText belongs to? I can detect the possition of the row if the row contains a RadioGroup, but not a EditText. What if i first type some text in the EditText and sometime later i want to update mein Input? How can i update it?

View 1 Replies View Related

Android :: What Permissions I Could Give App To Make Work Proper?

Jan 23, 2009

I have a program that fails to start. When I remove this line of code from the startup it starts with out error... db = SQLiteDatabase.openOrCreateDatabase(data, cf); data is a file that has been made, I have tried multiple locations none worked. cf is a cursor factory. This worked perfectly before version 1.0 and also when put in a try/catch statement still errors out. It is the process has stopped unexpectedly error. Any thoughts as to what permissions I could give the app to make this work? Am I heading in the wrong direction?

View 3 Replies View Related

Android :: Make Java Assert Statement Work?

May 26, 2010

How do I make the Java assert statement work? By "work" I mean that a failed assertion should either stop program execution or at least log the failure. Currently, neither happens. I understand there is a run- time option to enable this (-ea), but I don't know where to specify it. Changing "PreferencesJavaInstalled JREsEdit JREDefault VM Arguments" has no effect, probably because those settings are not used for the Android execution.

View 5 Replies View Related







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