Android :: Mac - Generic Drive Icon With The Title No Name

Feb 10, 2010

I have a Samsung Moment and it is connected to my iMac for file sharing. By default when you connect, you get a generic drive icon with the title NO NAME.

Does anyone know of a way to change the generic icon? Usually you can do this with the 'get info' feature on the Mac, but once I did this, I just get a blank ICO icon file.

Just thought it would be cooler to use the Android robot icon instead whenever I connect my phone.

Android :: Mac - generic drive icon with the title no name


Android :: Change Generic Windows Icon

Oct 29, 2008

The purpose of this tutorial is to change the generic windows icon of your G1 to an Android icon. What icon you ask? The generic removable disk icon given to your G1 when you plug it in to your PC. i thought it would be fun to create one that differentiates it from the rest. So here we go!
1. First of all we are going to download the pack ive created for you here.
2. Second we are going to rename the drive to Android G1 like i have on this image.
3. Third we are simply going to unpack the files you downloaded using an application like, WinRAR or 7-Zip. WinRAR offers you a 30day trial and 7-Zip is an open source freeware product. Choose one that fits you.
4. Now we are simply going to drag it into the root of the drive. Seeing since mine is the "K:/" drive, im going to place it in there. Once that is done, highlight both icons and choose properties and check off the "Hidden" attribute so that you don't accidentally delete them.
5. You're all set! Enjoy your new icon! Im going to be making a Vista version for all you people that like high quality icons. Stay tuned!

View 42 Replies View Related

Android :: Starting With Icon / Symbol As Title In Each Activity.

Feb 27, 2009

i have attached a pic which shows an activity with a blue color pic and some text as the title in the activitty....The same kind of UI is needed for my application which is applied to all the activities (about 6-8 activities) as the title... Kindly suggest how to start off as i need to give a nice jazz-up for my application...

View 5 Replies View Related

Custom Title Text Disappearing But Icon Showing?

Jun 8, 2011

I'm trying to create a custom titlebar in my app that looks like this (essentially):

For some reason, the icon shows up, but not the title text. It's really weird. For a split second you see the title text, but then it disappears and only the icon shows in the title.

My code is as follows:

==========================window_title.xml======== ==================

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
androidrientation="horizontal"
android:layout_width="60px"
android:layout_height="60dip"
android:gravity="center_vertical"

[code]....

View 2 Replies View Related

General :: How To Turn Off Unknown Caller Icon And Title

Feb 5, 2012

I use my htc rezound as a business telephone line . 90 percent of the people calling me will not be on my contact list. I hate that's all I see is unknown caller title and the generic icon show up I actually have to struggle to see the very small phone number of the general customer phone number calling in. my recently called list is full of unknown callers. all I see is just those general icons an unknown callers I have to struggle to see my recently call list phone numbers. Any way to set up.just to. show me the callers phone numbers?

View 2 Replies View Related

HTC Incredible :: Changed Title Of Widget / Icon On Home Screen?

May 2, 2010

Is there a way to change the title of the widget/icon located on the Home screens?

View 2 Replies View Related

Android :: Build Fingerprint - Generic - Google Sdk/generic - 1.5/CUPCAKE - 147336 - Eng - Test-keys

Aug 4, 2009

While running i am getting this error in my logcat and my app exiting automatically...

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

View 3 Replies View Related

Android :: Custom Title Bar With TextView And Id / Title Does Not Inherit

Oct 12, 2010

I have a custom title bar that I would like to apply to all my activities. I have searched online and found a few ways of doing that however I have ran into a problem. It seems that despite the fact I have a TextView in my titlebar with id @android:id/title, Android will not use the value defined in the manifest in android:label for each activity. I tried also calling setTitle(R.string.myTitle) but it still will not render it! If I manually put some text in my TextView in the xml it shows up fine. How can I have a custom title bar that is linked and makes Android use my manifest values for labels? I do not want to lose the setTitle() or the XML attributes functionality.

View 9 Replies View Related

Android :: Possible To Display Title Progressbar In Custom Title?

May 23, 2009

I am using a custom title view and would like to show/hide a progressbar in the title view when a thread is working.But there is no change to the progress bar. It is never displayed. Can someone please tell me what is wrong with the code?Is it possible to display the title progressbar in a custom title?

View 4 Replies View Related

Android :: Custom Title Not Filling Whole Title Bar

Jun 9, 2009

I'm setting up an app to use a custom title so I can get the proper logo into the title instead of just text, and to make it clean (since the logo has a flat black background), I also want the whole title bar to be black. My xml for the title is a framelayout to hold the logo inside of a linearlayout to change the background color, and I'm setting the title in OnCreate() as follows:

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

With this setup, the old gray from the old title bar still exists around the edge of my custom title. Appears to be on the order of 3-4 px on the bottom and 8-10 px on each side. Any ideas about how to get the black background to cover the entire area?

View 4 Replies View Related

Jelly Bean :: Disk Drive Mount As Disk Drive

Nov 2, 2013

my mobile samsung galaxy note 2 , i need this feature in htc mobiles when i connect usb " Disk drive mount as disk drive " , i need to use my mobile like flash memory to work on my satallite reciver

View 1 Replies View Related

Android :: Generic DB App

Nov 30, 2009

Is there a generic database application out there? I haven't found any in the market or mentioned in these forums.

View 1 Replies View Related

HTC EVO 4G :: MMS / Generic Replacement For Htc Mms On 2.2 Android?

Sep 26, 2010

I wonder if there is generic replacement for htc mms on 2.2 android ? Every time i try to send mms I get unable to resolve send address. I have android plan and I installed apn but I cant get it to work. Does anyone knows how to get evo to send mms on cricket. Also is there generic virtual voice mail app?

View 2 Replies View Related

Android :: AsyncTask Not Generic

Jul 18, 2010

When I try to compile to following code, I get two errors:

Description Resource Path Location Type
Syntax error on token "void", invalid Expression AsyncTask.java /AsyncTask Project/src/org/me/asynctask line 19 Java Problem

Description Resource Path Location Type
The type AsyncTask is not generic; it cannot be parameterized with arguments AsyncTask.java /AsyncTask Project/src/org/me/asynctask line 25 Java Problem

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

Obviously AsyncTask IS a generic (http://developer.android.com/reference/android/os/AsyncTask.html#execute so why do i get those errors?

View 2 Replies View Related

Android :: Generic Adapter

Jul 29, 2009

Generic android.widget.Adapter iface has getCount() method which tells e.g. ListView how many items adapter has. what if my Adapter's data source cannot tell me it's size and has only method Object getItem(int position) returning e.g. null when there is no item for that position? in other words i can get some object at given position but don't know maximum value for position so, is it possible to create Adapter not knowing apriori its size?

View 3 Replies View Related

Android :: 2.1 Generic Image

May 25, 2010

Does anyone know where I can find a generic image of Android 2.1? I have a Commtiva Z71 a.k.a Cincinnati Bell Blaze (which runs on Qualcomm MSM7227, 600 MHz) and no one has released instructions on how to root it or do really anything fun with it yet.

View 1 Replies View Related

Android :: Is There Way To Get / Set Generic Device Name?

Nov 4, 2010

Is there a way to get/set a generic device name ? My app will offer the user an option to use the same app on several devices and they will be aware of each other through server. 1) Is there anything in the APIs to allow me to fetch some kind of friendly device name (cannot be OS/model since user might have the same on both devices) ? 2) AFAICT the only option is to use Bluetooth name but how can I fetch my device name in code?(and it's a nag do explain the user to use bluetooth just to set the name of the device)

View 4 Replies View Related

General :: Android 4.2.2 Generic Root?

Sep 25, 2013

can recommend a Root method that might work for the following phone configuration.My phone is custom built by a Sonim OEM, but factory modified to the Companies own brand.. its comparable to the Sonim A3, at least in outward functionality and durability, being waterproof, etc... but the internal hardware compilation is likely different, but I'm not sure how..

Here is my log from Android System Info.. it says at the bottom, user is root? but I dont have root access.. i ran Root Checker Basic, and it said I dont have a rooted phone.. I also did the terminal test & su was unrecognized and returned $ and not #

Here are the specs:

Android version : 4.2.2
Release Codename : REL
API LEVEL : 17
CPU ABI : armeabi-v7a
Manufacturer : alps
Bootloader : unknown
CPU ABI2 : armeabi
Hardware : mt6572
Radio : unknown
Board : mbk72_wet_jb3
Brand : alps
Device : mbk72_wet_jb3
Display : A8_V1.0
Fingerprint : alps/mbk72_wet_jb3/mbk72_wet_jb3:4.2.2/JDQ39/1378194655:user/test-keys
Host : android
ID : JDQ39
Model : A 8
Product : mbk72_wet_jb3
Tags : test-keys
Type : user
User : root

View 9 Replies View Related

General :: Can't Get Any Updates / Can Put Generic Android OS On Tab

Apr 21, 2014

I have a pandigital 7 inch tablet since they are out of business and i can't get any updates can i put a generic android operating system on it and how would i do it?

View 4 Replies View Related

Android :: Way To Launch Calendar App With Generic Intent

Sep 13, 2009

There's seemingly no way to launch the calendar app in a generic way. I've written a widget which allows you to launch the calendar. I use the following Intent:

Intent intent = new Intent(Intent.ACTION_VIEW); intent.setClassName("com.android.calendar", "com.android.calendar.LaunchActivity"); startActivity(i);

However, this doesn't work on the Hero because HTC has apparently replaced the calendar in their Sense UI. I'm looking for a "standard" way to reach the calendar. I'd like for something like this to be standardized:

Intent i = new Intent(Intent.ACTION_VIEW); i.setType("text/calendar"); startActivity(i);

Does anyone think it would be worth trying to add this to the source? It seems like there is a missing chunk of standards around calendar events and/or iCal / vCal support. Does anyone know why?

View 3 Replies View Related

Android :: Generic Listener For Buttons In A Layout?

Oct 12, 2010

I have three buttons defined in xml

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

In Java one way to listen to them is:

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

For second btn , same code has to be repeated with different id? How can I make it generic enough that , it can listen to all buttons (say in for loop) and while handling I should be able to differentiate different btns. (may be get elements id)

View 2 Replies View Related

Android :: How To Return AlertDialogs From A Generic Class

Nov 15, 2010

Within a public class that doesn't extend any other class I'm doing some evaluation stuff and I would like to return a Dialog if something needs to be communicated to the user.

I'm using an AsyncTask to run a method of an instance of this class from the main ui:

CODE:.........

Now, the public Dialog start() method of OnlineActivities.java creates a dialog using the Context that was assigned via it's parameter.

When the Dialog is returned to onPostExecute I receive the following exception

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

I suppose I cannot use the context like this. But what would be the alternative? How can I outsource some basic stuff I always need to do, even some general Dialogs? Do I need to use custom intents instead?

View 2 Replies View Related

Android :: How To Call NotifyDataSetChanged() From A Generic Adapter

May 19, 2010

An OnItemClickListener for a ListView has the following method:

CODE:.......

I'd like to have the adapter behind the ListView refresh, and I believe this is done through the use of:

CODE:.........

How do I use the parent parameter in the onItemClick method to do this? So far I've tried:

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

This throws an error because the object returned is of class HeaderViewListAdapter, which for reasons unknown isn't a subclass of BaseAdapter.

View 1 Replies View Related

Android : Restrictions In Resource Name / How To Do Generic Internationalisation?

Oct 5, 2010

Currently porting an iPhone application to Android. I've encountered an issue that I haven't been able to overcome. On the iPhone, translating your text is trivial. Put all your strings/text in Localizable.strings in the format: "sentence to translate" = "sentence translated" The original string can contain any characters of any type. So, what are the restrictions in the name of a resource on Android. Or is there a way to circumvent it and easily replace one string with another. I'd like to keep the original dictionary of text I was using on the iPhone to keep things simple and not introduce any unnecessary errors.

View 1 Replies View Related

Android :: How To Implement Generic Activity - List And Map Activities?

Oct 13, 2010

I want to display the same options menu on all of my application's activities. I created a generic Activity that implements the menu, and all my further activies extend it. The problem: when I need to extend other specific activities, like ListActivity and MapActivity, I can't figure out how to extend the generic activity and add the List or Map behaviour to the new class. To deal with the issue I had to create three different generic activities, each extending Activity, ListActivity and MapActivity.I've tried creating an abstract activity but it doesn't work, I would need to extend two classes at the same time. I could try interfaces but since I can't implement methods, I would have to paste the menu implementation all over the second-level classes, right?

View 1 Replies View Related

Android :: Deserializing ArrayList Of Non-generic Type Using GSON

Jul 6, 2010

I'm trying to deserialize json data to an ArrayList of Restaurant object as follows (inpsired by what I found in https://sites.google.com/site/gson/gson-user-guide#TOC-Collections-Examples):

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

But this gives the error shown at the end of the post.

It seems that there is some null pointer in listType... Here's a watch of listType:

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

What's wrong with my code? How can I do that?

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

View 2 Replies View Related

General :: Rooting Generic Android ICM Tablet Not Working?

Apr 13, 2012

I tried possibly ever option on le google (and some here) but to no avail. Installed every program suggested on the net (unlockRoot, onclickroot, etc etc) as well as the necessary programs (SDK, ADB drivers etc) but it just seems it is impossible. So I turn my plead towards you, after two full days of struggling with this stupid thing.

How can I root my 4.0.3 ICS generic tablet?

Specs

Beeldscherm:10 inch (24,7 cm) capacitive 10 point multi touch display
Resolutie :Scherm resolutie 1024 x 768 pixels
Aspect Ratio:4:3
Orientation :Automatic

View 2 Replies View Related

General :: 2.3.4 - How To Change Locker Screen To Generic Android

Mar 15, 2012

I've got new LG Optimus Sol E730.

1. I've used generic dialer tool and installed Dialer One. During dialing background wallpaper and status bar changes to some ugly color and picture. Green during call and red when call is finish. Is it possible to keep main theme during dialing?

2. How can I change locker screen to generic Android? I dislike LG locker screen and I don't want to use WidgetLocker - anyway after unlock I have to enter my PIN and it is done via LG locker screen...

3. What is the best way to convert SMS view to generic style? Is it possible without any additional applications?

View 2 Replies View Related

Android :: Droid And Handcent - Generic Picture With Question Mark

Nov 10, 2009

I'm having a problem with Handcent on my Droid. It seems like only one or two of my contact's pictures have carried over to Handcent, so whenever I get a new message or I look in the app, it just has the generic picture with the question mark.

View 11 Replies View Related

Android :: MapView Has Bad Resolution Comparing To Generic Maps / Solution To This?

Sep 7, 2010

I just received a HTC Desire to test on. I noticed, that a mapView residuing in a frame smaller than a whole screen is not as sharp as a generic maps application. Is there any solution to this?

View 2 Replies View Related







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