Android : Build Default Applications As A Seperate
May 8, 2010
I download the android source code. From that i want to run phone application as seperate application. I coped the phone application from packages/apps/ folder and placed in my workspace. If i am trying to import it shows the following error *Android requires .class compatibility set to 5.0. Please fix project properties.* Why it is giving the above error.
View 2 Replies
Jul 7, 2010
My goal is to modify the Launcher application and dynamic modify and change theme,I saw several 'home' apps as http://www.cyrket.com/p/android/com.stain46.taghome/ ,it looks like they took the default Home(Launcher) and modify it. The only thing I'm wondering is how they did that? usually what thing i need to modify in Launcher folder,because i donot know where to try ,thank you for your reply.
View 1 Replies
View Related
May 29, 2010
I recently downloaded Panda Home and the iPad theme.I am happy with the design! Part of why I wanted to change the default was to have more Home screens so I could scroll horizontally to view my apps (like the iPhone; I am not trying to be like the iPhone.I just do appreciate certain design factors!).Is there a way to change the default location of the apps to the various Home pages? Or do I have to manually shift each one? For some reason, I find the vertical tray not as helpful or easy to access, although now that I can jump to apps by letter, that does make it better.
View 1 Replies
View Related
May 29, 2009
I would like to extend the Android platform's default Gmail/Email applications either by plugging into their ContentProvider or by using intent filters. Essentially, I want to be able to scan incoming emails for special rules that will trigger events in my Android application. If scanning emails automatically isn't possible, then I would at least like to add a menu item to the email viewer screen that would allow the user to flag the email content as needing to be scanned.
Does the Gmail/Email applications allow you to extend them in this way?
For future reference, besides finding sample code or reading documentation provided by the author of an application, is there a standard way of finding out what intents are available for my application to use? Like a tool maybe?
View 1 Replies
View Related
Jun 13, 2010
How do you replace the default Apps on the home screen with something else. I would like to replace Mail or Voicemail with Google.
View 4 Replies
View Related
Apr 1, 2010
I was wondering if there was a way to separate sms and mms....im using the eris and when i get a mms i love it being threaded with my sms but at the same time if i want to go back and look at that mms i have to scroll back to that day it was sent and its very very time consuming. Is there a way to separate them
View 1 Replies
View Related
May 7, 2010
Now I've got my Desire rooted can I start removing the default apps which are install like peep and footprint which I never use? Also is it possible to do this via a windows machine or will I need to be using a linux boot disc / image?
View 15 Replies
View Related
Jun 24, 2010
I downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like this build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. Then I changed the frameworks/ex/common/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7. Next place, build/core/java.mk:20: *** external/jsr305: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/jsr305/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
Last one, build/core/java.mk:20: *** external/guava: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. I changed the external/guava/Android.mk to LOCAL_SDK_VERSION = 8 from LOCAL_SDK_VERSION = 7
By these changes the code started the compilation.
1. Why the error occured?
2. Changes which I did is correct or not?
View 3 Replies
View Related
Jun 6, 2010
I have the HTC Eris which is my own private device. I am currently synced up to my employers email server which allows me access to my work email. I would like to sync my home computer and email to this device and I don't know how to go about it. Also, if I do this, would all of my info be private or sperate from my work email? Again the Verizon account is my own plan and this is not a company provided device.
I also would like to know how to transfer photos from my phone to my desktop . Do I need an app for that or can I just sync to my desktop and transfer them directly?
View 2 Replies
View Related
Jul 14, 2010
Does all apps etc get saved by default to the phone memory or the SD card?? Also, when I plug in via the USB cable and want to transfer some videos and photos across from my old phone, are they saved to the SD card? Is there any way of checking what is saved to where?
View 4 Replies
View Related
Nov 7, 2010
I have an application that starts on boot using a broadcast receiver, also I have an activity and a process, because the service must run always on the background I am starting the service on it's own process using the android:process manifest tag.The ui is only for presentational needs and I would like the user to be able to run the service even if the activity is not active.when I press the back button or the home button the activity's on destroy method is called and the service although seems its running (it appears on the task manager) its not behaving as supposed, it should connect to the net and send some data but every X time using an timer task but the task never fires so the data are never send.
View 1 Replies
View Related
Aug 19, 2010
Installed a new firmware but forgot to do a backup. Been able to download all my apps again from the market, but when I try to download anything from the Samsung apps folder ( 8 items ), I get the message ' Network unavailable '.
View 4 Replies
View Related
Nov 7, 2010
I have Asynch in a seperate class, and I need to change setText on some of the TextViews
How this possible? OR should I keep AsyncTask inside my Class?
CODE:.....................
View 2 Replies
View Related
Apr 23, 2010
I'd be interested in a separate keyboard for my incoming Verizon Droid Incredible. An actual keyboard, not one of the bitty ones that come with the Motorola Droid, for example, and that attaches through the mini-USB port on the phone.
View 3 Replies
View Related
Sep 22, 2010
Long-time lurker here making my first post. I tried doing a search but wasn't able to find anything. Any help would be greatly appreciated.
I downloaded Android 2.2 this morning. Note: I did not attempt to sync my
"corporate" microsoft exchange calendar before today so I have no knowledge of how this may have worked on Android 2.1. I believe I read somewhere that 2.1 allowed for separate or multiple calendars.
I just set up my "Corporate Sync" account today on my stock Droid X and it merged all of my work's Calendar events (via exchange) with my Personal Gmail Calendar events into one calendar.
I'd prefer to keep these things calendars separate as it's hard enough to not think about work when I'm not at home!
I have 2 Questions:
(1) Does anyone know if there is a way to have two separate calendars (i.e. one for work, and one personal)?
(2) If I add an event to my Google Calendar will it sync to my Corporate Calendar? I'm assuming No since I don't think it does it in the opposite manner (e.g. Corporate calendar doesn't sync to Google Calendar).
Jorte also merged all my Work events and Personal events together despite the settings only stating that it will only sync my Google Calendar. So I can't use Jorte and Google to view Personal and Work calendars that way.
View 6 Replies
View Related
Nov 1, 2010
I'd love to get rid of facebook and twitter apps etc because I don't use them. Is there a way? I can't seem to do it in default applications settings.
View 1 Replies
View Related
Feb 21, 2013
I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...
cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.
Here are the Warnings I got when compiling
mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....
View 9 Replies
View Related
Nov 20, 2010
I connected my phone to my computer through disk drive so that I could manage the Gallery. I found my Gallery in the DCIM folder and created three new folders within that folder.
However, if I go to the Gallery on my Desire Z, all my pictures are still lumped into one main folder. A friend of mine, who also has the Z said that his pictures are not in the DCIM folder, but somewhere else on his SD card.
Am I doing something wrong, did I create folders in the wrond location or is something else going on here? It should be possible to have several seperate folders in your gallery, right?
View 4 Replies
View Related
Sep 8, 2010
I am playing with WidgetLocker and the power bar just looks ugly.
I remember seeing some people were able to put 1x1 controls for certain things. I would like mobile data, airplane mode, and brightness. Can someone suggest the method?
View 7 Replies
View Related
Aug 1, 2010
1. Email (i use gmail)
2. SMS
3. MMS
4. All Others
I would like to set a ringtone for all 4 of them, but different sounds. How do i do that?
View 2 Replies
View Related
Nov 5, 2009
I will be purchasing a droid tomorrow but it will be my company phone, when i download apps will i be able to pay out of pocket or will they be charged to the bill? I have never owned smartphone before so i don't know how they work.
View 2 Replies
View Related
Aug 4, 2010
On our x10, on Rogers.
If you open up the app drawer, there is an icon titled "Navigation" and it's a blueish arrowhead.
Click that and it opens up Navigation for Google. Press the top right button that looks like an "M". And you will be able to see the map in 3D mode and just drive around without a destination. As far as I know, it only works in few countries/areas? any of you wanting to save money on buying a seperate GPS Nav unit.
View 10 Replies
View Related
Sep 29, 2010
This is probably something simple that I am overlooking, but I played around with the phone and searched the forum. I have a hotmail and another POP email for work. They both come up under the standard email icon and are working fine. The question is, how do I get each one to have it's own notification sound. I don't want any sound for hotmail because I get a lot of mail on it. I do want my work account to sound though. If I try to change the setting on one, it automatically changes the other one.
View 2 Replies
View Related
Jul 23, 2010
When I go into my gallery for pictures I have roughly 200 pictures, its annoying to find the one I want, is it possible to split them into separate folders (e.g. "Personal", "Wallpapers", "Icons")? I don't mind downloading an app or two to achieve this, I just don't like all my photos being thrown together.
View 6 Replies
View Related
Nov 30, 2009
Is there a way to have 7 different images as backgrounds/wallpaper as apposed to one large image that scrolls? I saw a TV commercial with an android phone (not sure which carrier) but as the person scrolled thru the 7 screens, there was a different background image/wallpaper on each of them. It definitely was HTC Sense UI that I saw in the commercial.
If not, is there an app that can do this?
View 8 Replies
View Related
Nov 29, 2009
I have disabled the messenger and placed it in the drawer. I downloaded handcent and ringo lite. I would like to have a general ring tone for incoming texts. However, fire department and my wife I would like to assign seperate notification tones. In addition I would like to download ringtones other than the standard ones on the phone. I see them in the phone ringer section but not in messaging. How do I get them in there. I am new to this so I need detailed instruction.
View 3 Replies
View Related
Dec 28, 2009
I have 2 Gmail Accounts, one for business/school and the other for friends/personal/gtalk. Is there anyway I can run my gmail app with the business account and Gtalk with the other account? It's kind of obnoxious to have to switch back and forth.
View 2 Replies
View Related
Apr 5, 2010
I have the following code running on my Android device. It works great and displays my list items wonderfully. It's also clever in the fact it only downloads the data when it's needed by the ArrayAdapter. However, whilst the download of the thumbnail is occurring, the entire list stalls and you cannot scroll until it's finished downloading. Is there any way of threading this so it'll still scroll happily, maybe show a place holder for the downloading image, finish the download, and then show?
I think I just need to put my downloadImage class into it's own thread so its executed separately from the UI. But how to add this into my code is the mystery!
CODE:........................
View 3 Replies
View Related
Oct 28, 2010
I just bought my xperia x10 mini pro. it comes with a lot of applications. Even games where the trial period has expired. I can't remove them at all. I can only remove those i install myself.
View 2 Replies
View Related
Sep 20, 2010
I want to override the default android messaging application.
If I receive a sms or mms I want to send that to email but i don't want any notification on phone.
So basically I want to replace the default messaging application.
How can I make my application the default one that receive the sms?
View 2 Replies
View Related