Related
(reposted to a more relevant subforum)
Hello All,
It's probably a stupid question for most of the ppl here, but I need to know how to remove all that HTC branding and their eye candy. I'm working on some software and we will be using HD2 for a demo. The problem is that some phone manufactures hire retards that break very fundamental things in WinCE and that destroys my APP completely.
So, I simply want to know how to get rid of all their junk and have vanilla default WinMobile 6.5 installation on that phone.
For curious ppl: the problem with their software that i have is that the "X" button that meant to do some action doesn't do anything in my app, it simply minimizes it and my app doesn't get any notification that the "X" button was clicked. The Acer phone (also with snapdragon) at the beginning had an opposite problem, the 'X' button would always kill my app even if I handle WM_CLOSE/IDCANCEL messages properly, but with latest update that problem was fixed. Latest update in HTC/T-mobile still has that same problem and I absolutely have to find a solution asap. Using some cooked ROM is not an option (cannot be accepted by the customer).
If it's not very clear what I'm talking about: on some old old htc devices after factory reset I had to hold green and red call buttons on the first boot to prevent it from running operator branding junk. That's what I want to do on the HD2 phone from T-Mobile
Hi,
look at some of the ROMs here. There are some which contains only WM without Sense (what you call branding). Other way is just disable Sense in the Settings for the Home Screen and see if your application still does not work.
But to be honest, I guess it's more an issue of your application and WM 6.5 not a "branding" issue.
bye
Sven
It's the issue of that sense thing and has nothing to do with the os or my app itself. I'm not doing any quirks, I simply follow documented stuff on ms web site and it doesn't work.
The top bar that contains the 'X' button seems to be modified or subclassed by their junk code and that's why my app doesn't receive messages that it it receives just in every other mobile phone that I test with (6 and 6.5 WinMo, for 6.5 Acer s200, toshiba tg01, samsung omnia all work just the way they are expected to work). I absolutely can't use any other rom (I can take hummer and do whatever i want with my test device, but for the real demo at the customer site nothing like that can't even be discussed).
As was said, you can get roms without Sense at all, where Sense covers the majority of the HTC customization, or you can simply disable it in the Today Screen setup. Beyond that, if the X button is your only concern, get a task manger and force its behavior to what you want.
The stock HD2 doesn't have a task manager or any change to the smart minimize behavior, so the message sent when the X is hit should be WM_ACTIVATE with parameters fActive = WA_INACTIVE and nonzero fMinimized. If you're used to seeing a WM_CLOSE message, those are WinMo installs where the Smart Minimize button has been customized to close, rather than the HD2 being the modified environment. The stock HD2 does, on the other hand, have a very aggressive memory recovery config that practically allows only one program running at a time. That aggressive OOM killer is why the smart minimize was left at default behavior.
That's what I figured after testing that it has that horrible smart minimize. What about poor guys like me who don't like smart stuff at all? What that aggressive memory recovery thing you mentioned? What does that mean? All current devices have way more memory than os 6 can allow to be used. All shared dlls in total take like 10MB nowdays that leaves all the apps with like 20MB addressable ram. That's the problem and aggressive memory recovery sounds like some buzz word that has no meaning in the real life (unless I'm a total noob and fail to see the "smart" part in the aggressive memory config
Any way I can disable smart minimize? By the way, I figured that I can workaround that smart crap: I made a test app and it works as expected, the only difference is that my app uses different window style flags which seem to trigger smart behavior.
hattmoward said:
Beyond that, if the X button is your only concern, get a task manger and force its behavior to what you want.
Click to expand...
Click to collapse
That worked perfectly!
I tried to check HTC task manager : http://www.freewarepocketpc.net/ppc-download-htc-task-manager-v2-0.html
and it did exactly what I wanted. It did not modify anything, it did not add that manager as shown on the download page but it simply disabled smart minimize thing and it's now working as expected/required.
thanks for help!
Is Multi-tasking currently supported in 2.1? I get this doubt because everytime I open a new application the previous goes hidden. This apparently takes up or keeps eating the resources in the background.
Instead, if 2.2 (froyo) comes up with something like the iPhone 4 handles it will be simply superb. I know even now there are add ins from the market, still they are not easy and friendly as iPhone 4 handles multi-tasking - where we can simply scroll through the application and open or close or minimise the different applications that are already open.
Please someone confirm this...or am I missing something until android 2.2 comes out.
Your right... whenever I am running an application and I press the menu button then start another application, I can see the old application running in the Services (or background).
When I quit the new application and go back to the former app, it shows me where I left off... Now, this is "technically" multi-tasking but of the sucky kind...
To minimize just press the homebutten. To switch between the last 6 task just press the homebuton for about 1 second.
In 2.1, you still long press the home key to show the most recently run applications. This is not necessary the running application. You could have manually closed an application but it will still be shown. Similarly, you could have application actually running and yet not shown there.
Another point to be aware is that although long press of home key brings up the most recently used application and allows you to jump to them, there is no facility to force close an application from there; unlike in iOS4, where on the multitasking application dock, you can force close it, as well as jumping to that application.
Another key difference between the two is that in Android 2.1, only the last 6 used applications are shown, although most of the time, I find 20+ applications running, often started by themselves mysteriously (that's another story though). So, for the running application not listed as one of the six, you can't jump to them via long pressing home. Instead, you have to go back to the desktop, find your application, and launch the application in order to switch to them.
So yah, 2.1 is a little "backward" still compared to iOS4. Hopefully 2.2 improves on this.
As far as I know the multitasking from android is better than the one in iOS4. Multitasking is not complete on iOS4, there are some applications that you are not available to use as multitasking application.
http://android-developers.blogspot.com/2010/04/multitasking-android-way.html
Here is the link to why and how the android multitasking works.
http://www.pcworld.com/article/199528/multitasking_with_ios_4_is_horrible_apple_blew_it.html
Here an article of PCWORLD giving negative feedback about iOS4 multitasking
eaglesteve said:
In 2.1, you still long press the home key to show the most recently run applications. This is not necessary the running application. You could have manually closed an application but it will still be shown. Similarly, you could have application actually running and yet not shown there.
Another point to be aware is that although long press of home key brings up the most recently used application and allows you to jump to them, there is no facility to force close an application from there; unlike in iOS4, where on the multitasking application dock, you can force close it, as well as jumping to that application.
Another key difference between the two is that in Android 2.1, only the last 6 used applications are shown, although most of the time, I find 20+ applications running, often started by themselves mysteriously (that's another story though). So, for the running application not listed as one of the six, you can't jump to them via long pressing home. Instead, you have to go back to the desktop, find your application, and launch the application in order to switch to them.
So yah, 2.1 is a little "backward" still compared to iOS4. Hopefully 2.2 improves on this.
Click to expand...
Click to collapse
..now that's one place where we look ancient than iOS4, are there any words that this will be improved in 2.2?
Instead it could have just been without multi-tasking so when we start a new app the previous one to get closed atleast that saves on the RAM. I hate iPhones but just this feature makes me disturbed why android hasn't dones this yet as this is so very basic.
I know the third part app in the adroid market does this but not as elegant as the iphone 4 handles this.
sany said:
..now that's one place where we look ancient than iOS4, are there any words that this will be improved in 2.2?
Instead it could have just been without multi-tasking so when we start a new app the previous one to get closed atleast that saves on the RAM. I hate iPhones but just this feature makes me disturbed why android hasn't dones this yet as this is so very basic.
I know the third part app in the adroid market does this but not as elegant as the iphone 4 handles this.
Click to expand...
Click to collapse
Actually, the way iOS4 handles it is not even half as elegant as the way jailbroken phones do it. It is even better to disable iOS4 task switcher and use Cydia task switchers (there are 5 or 6 different method, you pick the one that you like most). If I'm the developer at Google, I'd copy jailbroken iPhone's switcher called the Circuitous. With it, you can swipe the task bar left or right to go to the previous or next active application!!! You can also double press the home key for example to show a list of task actually running (rather than most recently launched applications). You press home key to truly quite the application, and long press to make it run in the background while in both case show the desktop.
I personally don't like the task switcher in iOS4. It does not let me force close the application with the same act of quiting it. Instead, one has to bring up the task list and remove it there in order to force close. This is not productive. Also, very often I toggle betwen two or three application, and I find swiping the taskbar to be a lot more fun and productive.
How do I know if there's programs running in the background or not?
And how do I shut down programs where I can't find any Quit button (mostly of the programs I think is like this).
Chrilleee said:
How do I know if there's programs running in the background or not?
And how do I shut down programs where I can't find any Quit button (mostly of the programs I think is like this).
Click to expand...
Click to collapse
Samsung's stock widget will tell you if anything is "running" other things will be idling that the widget may or may not pick up on. You can pick up a 3rd party task killer to see more details.
3rd party task killers would be one way to quit the programs after closing. The way Android operates, if you hit the "back" button out of your program it quits running but will stay in memory if there is available room in your memory.
Actually the Android 'idea' is that you don't close applications. Android will keep applications around in case you want to go back, and only close them when memory is needed. Before closing them outright it will try to close secondary activities and recover memory elsewhere, so that closing an app is the last resort.
Android applications are explicitly organized in autonomous activities so that they can be stopped independently.
Keep in mind that the fact that an application is 'in background' does not mean that it is actually doing something, and empty memory does you no good unless it's actually needed, so it might as well be used to keep an application loaded.
Only applications that stay active in background have a quit button, like IM clients for example. The others don't have it because ideally you don't need to close them. Of course when the system does need to free memory you might experience some delay as applications are closed.
On the iPhone OS there is a similar model, with the difference that applications don't have 'activities' that can be independently closed. In case of memory starvation the OS first asks applications to free some memory, if possible, then starts killing them outright, but it has no means to force applications to free memory.
I stopped using task killers and found that they are not that needed unless you really can't stand small delays now and then. I didn't find the iPhone multitasking any friendlier at all...
eaglesteve said:
Actually, the way iOS4 handles it is not even half as elegant as the way jailbroken phones do it. It is even better to disable iOS4 task switcher and use Cydia task switchers (there are 5 or 6 different method, you pick the one that you like most). If I'm the developer at Google, I'd copy jailbroken iPhone's switcher called the Circuitous. With it, you can swipe the task bar left or right to go to the previous or next active application!!! You can also double press the home key for example to show a list of task actually running (rather than most recently launched applications). You press home key to truly quite the application, and long press to make it run in the background while in both case show the desktop.
I personally don't like the task switcher in iOS4. It does not let me force close the application with the same act of quiting it. Instead, one has to bring up the task list and remove it there in order to force close. This is not productive. Also, very often I toggle betwen two or three application, and I find swiping the taskbar to be a lot more fun and productive.
Click to expand...
Click to collapse
Is there anything similar to Circuitous available in the market for use.
thanks
S
I really do not understand how people say that iOs 4 is better in multitasking than 2.1 android. I've used the "multitasking" feature of iPhone and it is for sure not multitasking. It behaves as it should only for native apps and I believe it will not finally work for every application of the appstore.
On the other hand, multitasking on android is better. Every app you choose to re-start comes at the state you left it. Not on the first screen. Of course there is a lot of room for development, but it actually is multitasking and not multitasking in quotes.
P.S. I kind of laugh with Jobs's enthusiasm for things that already exist in the market even for years (for example videocall). It is like they invented something revolutionary and actually there are many people who totally fall for all these...
Uneducated sheep...
darnap; said:
On the iPhone OS there is a similar model, with the difference that applications don't have 'activities' that can be independently closed. In case of memory starvation the OS first asks applications to free some memory, if possible, then starts killing them outright, but it has no means to force applications to free memory.
I stopped using task killers and found that they are not that needed unless you really can't stand small delays now and then. I didn't find the iPhone multitasking any friendlier at all...
Click to expand...
Click to collapse
Damap,
In both iOS 4 and jailbroken iPhone running backgrounded, any activities other than the telephone application can be manually closed rather then left running in the background, in order to free up memory.
I don't know about the other Android phones but I find SGS unbearably slow, whether if I do not use task killer to manually kill off the application every now and then. Not sure how much of it is due to the way Android multitask though.
ivas75 said:
I really do not understand how people say that iOs 4 is better in multitasking than 2.1 android. I've used the "multitasking" feature of iPhone and it is for sure not multitasking. It behaves as it should only for native apps and I believe it will not finally work for every application of the appstore.
On the other hand, multitasking on android is better. Every app you choose to re-start comes at the state you left it. Not on the first screen. Of course there is a lot of room for development, but it actually is multitasking and not multitasking in quotes.
P.S. I kind of laugh with Jobs's enthusiasm for things that already exist in the market even for years (for example videocall). It is like they invented something revolutionary and actually there are many people who totally fall for all these...
Uneducated sheep...
Click to expand...
Click to collapse
There is some important points to be aware of, and most iPhone users are not aware of these points:
- If you want "true" multitasking, you must jailbreak and use backgrounder. All third party applications could then multitask. However, even that will not have two applications with audio running simultaneously. So, you can't have radio and music playing at the same time. The one in the background must pause.
- To be eligible for multitasking under iOS4 third party applications must specifically enable so. If not, you can only multitask them with jail breaking.
- if an application has been enabled for multitasking under iOS4, then backgrounder application in a jailbroken phone offers the option of letting user select the method of multitasking. The choices are to either multitask this application the "true" way as it always did prior to iOS4, or the iOS4 way (which means you don't start your applications from the beginning, but when in background, only certain processes such as GPS, VOIP, downloading, audio are running), or to automatically select the method, which means that if the application has been enabled for iOS4 multitasking then that mode will be used, otherwise it will multitask the "true" way.
sany; said:
Is there anything similar to Circuitous available in the market for use.
thanks
S
Click to expand...
Click to collapse
Sorry I'm not aware of such customization possibility yet. But i would like to request for such tools so that multitasking in Android can be more easily performed. One thing about using back button for quitting application is that I find it goes to a different screen of the same application rather than the previous application, so it can be confusing. Sometime back button merely get rid of a pop up message but does not seem to quit the application.
You can't really get more simple than the os doing everything for you though. The point with android is you don't think about things like multi-tasking and just use your phone. Can't get more simple and elegant than that.
There is no need for a task manager like ios as you just open the apps you want without worrying about closing apps, or what's open and what's not.
ios on the other hand uses sudo multi-tasking, the apps don't actually stay open. I'm sure this works well but it has it's limitations. So when you close an app in ios task manager, you are not actually closing the app as it is already closed, essentialy you are just removing the icon from the drawer.
Android's system is far better. Why have a task manager when you don't need one, and especially when you only use sudo multi-tasking so the apps in the task manager are not even open at all.
Sent from my X10i using XDA App
bushbox browser said:
You can't really get more simple than the os doing everything for you though. The point with android is you don't think about things like multi-tasking and just use your phone. Can't get more simple and elegant than that.There is no need for a task manager like ios as you just open the apps you want without worrying about closing apps, or what's open and what's not.
Click to expand...
Click to collapse
Both Android and iOS4 are exactly the same in saying that nobody shoud have to manually close an application. Both advocates that you let the OS close it when resources are insufficient. For iOS4, most of the application merely save the state where you left off, so it is not actually active, but with some exceptions: GPS, VOIP, audio playing, downloading, etc.
However, I personally do not find it to my liking. If I've been using say TomTom navigation software and have just completed a trip, and know that I wont be using it again in the next few days, I would rather be able to long press the home key to completely stop it, instead of just pressing the home key to keep it running in the background.
bushbox browser said:
So when you close an app in ios task manager, you are not actually closing the app as it is already closed, essentialy you are just removing the icon from the drawer.
Click to expand...
Click to collapse
bushbox browser, this is not how it works, based on what I was told. If you have removed the icon from the multitasking dock, then come back to launch the application, it will start from the beginning rather than where you last left of. This was a question that I asked and was told the answer. Therefore, it is capable of stopping the task from running there, not merely removing the icon from the drawer.
Hope that helps to clear up the misconception.
eaglesteve said:
Both Android and iOS4 are exactly the same in saying that nobody shoud have to manually close an application. Both advocates that you let the OS close it when resources are insufficient. For iOS4, most of the application merely save the state where you left off, so it is not actually active, but with some exceptions: GPS, VOIP, audio playing, downloading, etc.
However, I personally do not find it to my liking. If I've been using say TomTom navigation software and have just completed a trip, and know that I wont be using it again in the next few days, I would rather be able to long press the home key to completely stop it, instead of just pressing the home key to keep it running in the background.
bushbox browser, this is not how it works, based on what I was told. If you have removed the icon from the multitasking dock, then come back to launch the application, it will start from the beginning rather than where you last left of. This was a question that I asked and was told the answer. Therefore, it is capable of stopping the task from running there, not merely removing the icon from the drawer.
Hope that helps to clear up the misconception.
Click to expand...
Click to collapse
thanks all, it is really comforting enough to see comments from knowledgeable people in the forum who are really researching with the apps and how they work.
My only concern is that nothing in the background should slowdown the performance by hogging the resource. As long as it is taken care off that is fine.
sany said:
thanks all, it is really comforting enough to see comments from knowledgeable people in the forum who are really researching with the apps and how they work.
My only concern is that nothing in the background should slowdown the performance by hogging the resource. As long as it is taken care off that is fine.
Click to expand...
Click to collapse
My concern is the same as yours too. Unfortunately, I'm personally of the view that allowing so many applicaitons to be kept alive DO hog resources and slow things down. Therefore I'm using the task killer on my SGS to manage it. I'm using a task killer that also kill itself after killing off the unwanted task, so that itself would not be taking more resources (or at least that's how I hope would turn out).
Then the other aspect of multitasking is the user interface or how we effect:
- showing all live applications (not just most recent 6 applications), to swith there. As I said, I've notice that on my SGS, if left alone, typically have 20 to 30 applications live. The long press of the home button showing just 6 of them is not exactly a workable way to switch, is it?
- then, there is an issue of being given the freedom to truely quit an application rather than minimise it to the background, and here Android's as well as iOS4's design leaves much to be desired IMO. They both need to learn from jailbroken iPhone's backgrounder.
- finally, I believe Android as an OS could improve by having a true task manager showing applications which are truely alive, thus allowing switching to them, as well as allowing quitting of the listed applications. Yes, if user want to let the OS manage it they could just leave the list alone and not quit it, but freedom should be given to users to do so.
That's the reason I much prefer the jailbroken iPhone's method of multitasking (especially when using the Circuitous method of task switching) over iOS4 as well as Android's.
This is like a neverending story, when I had WM phone everybody was b*tching about the way he have to go to task manager and close apps and always look for tha apps that are running. Now I have android which is doing everything on its own, u dont have to care about running apps and now is everybody dreaming about iPhonish multitasking. Did I land on Mars here?
Hi everyone. I just purchased my Droid X last week, and I'm having some migrating pains coming from Windows Mobile 6.5 (HTC Touch Pro 2, Mighty ROM) over to Android. I'm wondering if the fine folks here at XDA can help me ease into the Android OS a little easier.
Here are the things I miss most about WinMo, maybe you can tell me some viable alternatives.
1) The Dialer. - Skip the next 3 paragraphs if you're familiar with HTC Sense on WinMo.
The dialer absolutely sucks compared to the TP2. Having to click different tabs juts annoys me. In the TP2, the dialer and recent calls were displayed in a single window, so if I wanted to dial Steve, I had 2 ways of doing it.
The first way was to dial 7(S), 8(T). The phone would recognize I am spelling out Steve, and list everyone who fits the ST criteria sorted by most recently called. The more I spelled out his name, the narrower the results got.
The second method was to dial his number. Pretend Steve's number is (123) 456-7890. If I dialed 123, it would sort all contacts with numbers who matched the area code, and it would narrow the results as I typed more of his phone number.
I really hate having to tap between Contacts (there is a contacts soft button next to the dialer anyway), I would just click that if I wanted to from the beginning.
Are there any dialers out there closer to the HTC Dialer?
2) Contacts.
There has to be a better contact manager. Not being able to quickly tap a letter to get to contacts is really dumb.
3) Ninja Applications.
Why do I keep seeing applications running that I never started when I load Advance Task Killer. It's really annoying when I load up an App, and go to close it, and see Skype and CityID running when I never launched either of them. I'm almost afraid to set up AIM on my phone at this point.
4) GPS.
If I keep my GPS on, my battery gets killed. With my TP2, it would only use the GPS when it needed it, so for weather updates, and Google Maps, otherwise it stayed off (or was in a suspend state). I turned the GPS on my first day and had 0 battery by around 2 (left the house at 8). Is there any way to set the GPS to only be used, as needed?
5) APPLICATIONS EVERYWHERE.
Is there anyway to sort these into folders? Also, is there anyway to add an X to the application so I can close it when I'm done with it rather than having to launch an App just to close the App I just used?
I really liked the Sense way of doing it, where I had an X in the Application, and a drop down on the home screen that would list the open Apps so I could close them 1 at a time.
6) MotoBlur.
Ugh, I really hate this UI. Has anyone had any experience with SenseX?
7) Custom Roms.
I've seen a handful of Custom ROMs, and I'm planning on putting one on when I have some time next week. I need a good way to backup contacts, after I just spent an hour linking everyone, but I'd like to know if there is a decent Apples to Apples comparison of the ROMs. They don't seem to be outlines as detailed as I'm used to.
On this topic, are there any problems setting up things like MMS once you install a Custom ROM? It was a nightmare on the TP2, but those ROMs were also made for multiple carriers, which isn't a problem with this phone, so I imagine it shouldn't be an issue.
----------------------------------
Thank you for taking the time to read this wall of text.
Other than the 7 things listed, I love the phone. Finding MortPlayer for Droid made my day. I'm looking forward to unlocking it's true potential, and I hope my list isn't a bunch of things I'm just going to have to adjust to.
Thank you again, have a great day.
EDIT:
Also, it's really annoying that every time I connect my phone to my PC, it launches a Verizon web site. Is there anyway to disable this?
Ok... I will take a stab at this.
FIRST, You DO NOT have to settle for the apps that come preinstalled on your phone! Just had to clear that up... Ok, here we go:
Check an app called "Dialer One" and see if that fits your needs... I haven't used it in a while... but heard it still a great replacement for the stock dialer.
Searching for a better Contact Manager is on my To-Do list.. hope someone comes in and help out a little more with that one
Don't worry about the "ninja" apps TOO much. Android Froyo has an amazing task manager and even though you SEE the apps as "running applications", they are not really RUNNING. They are more like... in a queue.. so they are ready for whenever you come back to them....but you still have to watch what the apps are doing. Some do not play nicely and hog memory. I'll link a good post here in a minute explaining that a little better.
There is a widget that can help you out here.. it's called "Power Control" put that bad boy on your homescreen and the option to turn on/off wifi, bluetooth, gps, etc is at your fingertips (for even more controls... check out "Extended Controls" in the market. It cost like $1 and some change)
I'm... not really following this one. For one.. you CAN use folders on your homescreen and put whatever your heart desires in them.. and label it accordingly. I'm not sure what you mean by the "X" in the app
SenseX?? What is that?? Anyway.. as you will find out soon, 99% of the Droid X community despise MotoBlur!! You can use a different Home Launcher and not use Blur. Two of the major Home Launcher replacements are Adw.launcher & LauncherPro... which one is better is a whole different story. They are both great and only YOU can choose which one is best. There many threads comparing them and they run neck to neck mostly. I'm on LauncherPro personally
Custom Roms?? Eh.. I personally do my own developments and theming on my phone and do not use them... there not really all what they cracked up to be because whatever they have on them... I can do myself. So I'm not much of an help on that one... Somebody else maybe will chime in.
P.S-To fix the Verizon thing, go to the "M" in the taskbar at the bottom of your screen by the clock on your PC and right click it.. there should be an option saying to tell it to NOT send you to the Verizon site when you connect your phone. I don't know the EXACT wording of the option menu.. I'm on a mac
Thank you for your reply.
I will check out the Dialer. Thank you very much.
Darn!
A friend of mine told me that, but it's hard for me to not be a bit OCD about background Applications. I've been a Windows user most of my life, and coming from WinMo, background apps really kill performance.
More than anything, my issue is with things like Skype loading when I do not want to be signed in. I want auto-login when I launch the Application, but I don't want the application loading when it feels like it, and me getting a random IM or call from someone when I didn't even tell it to log in.
It also bothers me that Amazon MP3, something I've never even loaded, has turned itself on. It makes me feel like I don't have control over my phone.
I do have a widget that lets me turn these things on and off, I was just hoping for a way to set it up so that the GPS is "pinged" and only used as needed, and turned back off. My TP2 did this, and was a great battery saver. Having to turn the GPS on and off just to get a weather update based on location is a bit annoying.
I didn't mean on the home-screen, I meant in the application list. So when I hit the application list, I can sort them by "Games", "Google", etc.
For the "X", what I mean is in reference to closing an App. In WinMo, the top right of the screen had an X, and if I touched that X, the app would close. Now, once I exit the App, I need to use an application killer to close said App.
http://forum.xda-developers.com/showthread.php?t=764840
Looks like Sense for the Droid X. In Beta now, so I'm waiting for a stable release.
Really, it's just to get rid of bloatware and take advantage of some performance optimizations that have been made.
A couple of other things that have come up.
I need a better keyboard. One with arrows so I can navigate text. Touching isn't precise enough, and I don't have a stylus with this phone. Today I voiced a text message, and I went to correct an error, but I couldn't get the curse to go in the exact spot I needed it to go into. My old OSK had arrow soft-keys I could tap to navigate with.
Also, I notice when I pull my phone out of the leather pouch I have, when I hit the power button it comes up in landscape, and the accelerometer doesn't pick up on the turn. I need to turn the screen off and turn it back on.
Finally, I'm having extender issues, but I think I need to call VZW for that. When leaving my house, I can't reconnect to Data without a power-cycle.
Thank you for the reply.
my .02
3. Break yourself from the taskiller need. If you have programs allways running that you dont need, ie skype or city id. Root and delete those SOB's. you can look around and there are plenty of articles of why not to use them. Android is a linux based os. Linux is far supirior to Win in memeory management. You dont need task killers.
4. if your gps is turned on its not always running. It only runs when needed. Is by chance your wifi on? that will run all the time by searching for access points. if not you might have maps running, make sure to always back out of maps and not just hit home. That way it closes and doesnt just run in background. (actually goes for most apps)
5 organization- you cant sort the app drawer, you can hide apps (just the icons) using launcher pro, not sure if ADW has that option. Useing folders or the app "app manager" is your best bet
extra. swype has arrows. swype from the swype icon to abc and it will bring up a new keyboard.
I came from winmo- so I know all about your "X" pains. But I say forget about a task killer or even killing tasks (except maybe maps and navigation). I did a little reading about pros and cons and decided to try the "no task killer" approach. I haven't had any problems. the task killer is a pain anyways. you can kill apps all day long and there are a bunch of them that are just going to repopulate themselves in like 5 minutes. I just said, "fegetaboutit". My phone runs great.
if you open the dialer and are on the contacts tab just long press the menu button (the physical button) and your keyboard will pop up. start typing and contacts will appear.
I like "Zeam Launcher". There is a thread here on XDA. I have Launcher Pro+ -but actually liked Zeam so much I use it. Just different preferences though.
that's all i got for now.
Thank you for your replies.
I will try to be a bit less OCD regarding my tasks. I did kill a couple of services of applications that kept starting, like Skype.
I'll check out those launchers and see if I like them better.
Any good stock widgets?
EDIT:
So I just tried to check my location on Google Maps with GPS turned off, and it says I need to turn it on.
How do I set it up to use the GPS as needed?
I leave location services on (GPS)
My theory is that applications will only enable GPS when they need them, so if you have a application running that wants GPS, it will use it.
The GPS icon appears in the notification bar when I'm using something that is using GPS, so I assume its only actually on when this icon is present. Leave it on in settings just makes is available.
Any widget or application that has a setting for manual location (Weather, IMDB) I use it, and disable GPS location, to keep GPS from running all of the time.
To exit an app you are using, either hit the back button or the home button.
If you are worried about "ninja" apps using cpu and memory, you can try a minfree adjustment application such as AutoKiller Memory Optimizer. It fine tunes android's inner memory manager to be a bit more aggressive in closing applications.
I use another Rom (rubiX, link in sig) that already has minfree adjusted (according to the author) and it does help in keeping the X smooth. It also removes all (well most) of Blur and default installed apps as well, so you start with a very clean X.
The default home screen (blur) is crap. I would also suggest replacing it with LauncherPro or ADW
For removing the pre-installed applications. Follow this guide
http://www.droidxforums.com/forum/d...ta-3-ways-super-easy-safe-safe-easy-free.html
Some apps in /system/app/ are not named what they are
(IE. mynet.apk = 3g Hotspot)
For a keyboard anywhere, you can hold the menu button, and it will pop up.
Swype is really a few keyboards. Swype from the icon to the SYM button, it will give you the edit panel (arrows, home, end, copy, paste, etc...) press the ABC button to go back.
Swype from the icon to the f key, it will turn into a number pad. Press the ABC button to go back to the normal keyboard.
Run the tutorial on Swype too, it will give you some very nice pointers on it's use. I used Swype on windows mobile and I found out a few things about Swype I never knew.
Also, as for touching where your cursor is in a text field, if you press and hold, and magnifying bubble will pop up. This makes moving the cursor easier
Did you find a dialer yet? I saw these posted and thought about this thread...
http://www.appbrain.com/app/kz.mek.DialerOne
http://www.appbrain.com/app/acontacts/kz.mek.aContacts
Haven't had a chance to try them yet.
bad4u6669 said:
.... swype has arrows. swype from the swype icon to abc and it will bring up a new keyboard.
Click to expand...
Click to collapse
OMG. thanks. been loving swype but that has been driving me nuts. Thanks for the info.
Thank you for the replies.
One of the things I liked about my TP2, is I could leave location services on, and it used very little battery.
I guess Weather Bug just SUCKS battery out like crazy. I turned on the GPS last night for something, and decided to see how well it did with battery today. It turns out that some grocery shopping app I wanted to try was sucking my GPS dry (no idea why)... yet another "ninja app" that just started up because it felt like it (this kind of **** really makes me , programs should only start up when I tell them to, not when a component of my phone turns on).
I live in an apartment that has really bad signal (I actually have a Network Extender), so that might be my GPS constantly trying to update when I'm at home killing my battery.
WeatherBug is set to update every hour, so I'm going to see what happens tomorrow with the GPS turned on. It would be nice if I could just set it and forget it, not need to turn it off every time I come home.
Thank you for the contact program, I might check it out. I've been pretty content since I got DialerOne and found out I can get the keyboard up by holding the options.
I tried LauncherPro, and I LOVED it at first, and my phones performance was fantastic!
Then I found out it charges me to resize widgets... WTF is that crap?
I'm going to try some other launchers and see what happens. I'm getting the hang of it, but I still do not like things starting up on their own. Regardless of memory management, my phone should not just decide to boot up programs on it's own.
the phone only does what the app or the user tells it to do. If theirs an app that you don't like, delete it.
And complaining that launcher pro charges for every thing it offers is ridiculous. Every thing it offers for free already ( 7 home screens, 10 rows and columns, unreal speed improvement, etc. ) then to get the extras its less than most people throw away on a daily basis. Where as this three dollars its money that pays off on a daily basis
Adw and lp should be paid apps from the start for all they offer.
You have 3 options, write your own program, use the stock launcher, find a free one.
-end rant
Sent from my DROIDX using Tapatalk
I usually leave my location setting on "Use Wireless Networks" and don't bother with GPS other than for maps and navigation. Works fine for all of my other apps that need a location (e.g., weather).
There are apps out there that can turn GPS on and off automatically when you run a particular app, such as Tasker (which can do a whole host of things, but that is one one of them). Tasker is a paid app, but there might be something free out there that does something similar.
Also, I agree with the previous poster re: Launcher Pro. It's really a fantastic home launcher and well worth a few bucks to support the developer. The LP Plus widgets are also a lot better than any of the Blur widgets.
In the end, I probably will buy it, but I'm going to play around with some of the free ones first.
Tasker sounds like it might be worth it for that feature alone (being able to turn the GPS on and off at will). I'm just surprised a feature like this wasn't built in to begin with, considering WinMo has had it for years.
On an unrelated note, can anyone recommend a good media player? I'm going to be flying soon and want to test the battery out on Airplane mode while watching a movie from the SD card. I need something that can decode a variety of formats, mostly XviD for stuff like digital movie copies and TV shows.
EtherBoo said:
In the end, I probably will buy it, but I'm going to play around with some of the free ones first.
Tasker sounds like it might be worth it for that feature alone (being able to turn the GPS on and off at will). I'm just surprised a feature like this wasn't built in to begin with, considering WinMo has had it for years.
On an unrelated note, can anyone recommend a good media player? I'm going to be flying soon and want to test the battery out on Airplane mode while watching a movie from the SD card. I need something that can decode a variety of formats, mostly XviD for stuff like digital movie copies and TV shows.
Click to expand...
Click to collapse
You might want to look into RockPlayer. That's the only one I found so far that decodes ALMOST anything on the spot.
The "Ninja Applications" are running because Android is a true multi tasking OS.
Sent from my DROIDX using XDA App
I hope necromancy isn't frowned upon on this board, so my apologies if it is.
I found a new problem because I had the nerve to attempt to update a contact photo after Facebook had saved it's picture to it.
This is especially frustrating because I'm going to want to override a lot of these photos very soon.
Apparently, updating the photo updates the Google Contact photo, but the phone only displays the Facebook photo. This is a bug confirmed by Moto that will be fixed in a future update.
This leaves me with 2 options.
De-Sync FB, which I'm not thrilled about only because I like getting the most recent status update prior to receiving a call, and There is a lot of info that FB fills in for me.
Copy down all the FB info, and fill it in manually. With Google Contacts not being the best contact manager (I'm very OCD about uniformity in the way things are formatted), I really don't want to do this.
So I figure I need a new contact manager. I tried AContacts, and it crashed every time I tried to edit a contact.
I would love something like the HTC one that comes with WinMo, or maybe even the iPhone one.
I would be willing to pay for this.
P.S.
I'm now rooted and running a custom ROM (zapX I think it's called). I'm loving my phone much more now. My battery life has skyrocketed, and my performance is amazing now. Very iPhone smooth (one thing I was always jealous of, and I hate the iPhone).
hi, since I've been using honeycomb in my A500 and got to used the Xoom and Galaxy tab I noted that I can only have 5 apps on the multi-task buttom.
Is there a way that i can increase the number of apps on the multitasking buttom like Xoom and Glaxy Tab??
3.1 includes an update to show your last 18 apps in place of the 5 currently in 3.0
As far as I know, that button only shows recently opened apps, not running apps... but I too am looking forward to being able to see more.
To be honest, the whole multitasking concept on Android is an utter mess; I can never know if the application I just used is still running in the background or not unless the application itself places an icon in the systray, and there is no quick, logical way of seeing all running applications and switching between them. If you want to see all the running ones you have to jump through several hoops, and the recently opened - list doesn't indicate which ones are still running and which ones aren't.
I really hate it.
WereCatf said:
To be honest, the whole multitasking concept on Android is an utter mess; I can never know if the application I just used is still running in the background or not unless the application itself places an icon in the systray, and there is no quick, logical way of seeing all running applications and switching between them. If you want to see all the running ones you have to jump through several hoops, and the recently opened - list doesn't indicate which ones are still running and which ones aren't.
I really hate it.
Click to expand...
Click to collapse
Bump. Needs a built in logical easy to use task manager that clearly shows what is running and offers options to close/disable said app.
Not really the way android works, I find keeping a copy of atk around on my rooted device helps a lot - remove the crap that you don't use, keep an eye on running tasks and free ram.
It would be nice if they would put in a little icon to indicate which apps are open in the recent app menu, maybe even on the app icons themselves on the home screen or whatever. I don't think it'd be that hard to implement.
lord_voldemort666 said:
It would be nice if they would put in a little icon to indicate which apps are open in the recent app menu, maybe even on the app icons themselves on the home screen or whatever. I don't think it'd be that hard to implement.
Click to expand...
Click to collapse
Even something as simple as a small green sphere -- with 1px or 2px black edge around it for clarity -- next to the running applications' icons would already help. You'd still have to jump through hoops to shut them down though if they don't offer such a menu option themselves.
All in all, Android is terribly confusing and definitely isn't all that end-user-friendly. Like for example, there is no kind of help menu in any of the built-in apps, only a select few 3rd party apps offer such, meaning that it's tough for a Jane the Newcomer to figure out what's what. Then the aforementioned multitasking mess. Not to mention the fact that Android Market is a total mess itself too; Google doesn't have any kind of a validation system in place so there's all kinds of scam apps and crapware there, and apps are not even always in the correct category either. Inconsistency on controls is also a hindrance as I think Google should create very specific guidelines for basic UI management and controls. And don't get me started on topics about how things are under the hood..
Jocis said:
hi, since I've been using honeycomb in my A500 and got to used the Xoom and Galaxy tab I noted that I can only have 5 apps on the multi-task buttom.
Is there a way that i can increase the number of apps on the multitasking buttom like Xoom and Glaxy Tab??
Click to expand...
Click to collapse
Turn the tablet to the portrait orientation and you will see 7 apps.
WereCatf said:
To be honest, the whole multitasking concept on Android is an utter mess; I can never know if the application I just used is still running in the background or not unless the application itself places an icon in the systray, and there is no quick, logical way of seeing all running applications and switching between them. If you want to see all the running ones you have to jump through several hoops, and the recently opened - list doesn't indicate which ones are still running and which ones aren't.
I really hate it.
Click to expand...
Click to collapse
that's what i thought. Google have some big mess in all their android devices.
I didn't knew if it was right to call the recently open item a multitasking because it was somehow confusing and I think I read in the android developer page for honeycomb explains that as multitasking.
I hate the store in Puerto Rico, I'm using market enabler to get some apps because I can't see a full market and even download some apps for country limitations. I don't even have the Tablet section
ok, so few days ago I updated my note to official samsung ota jb release. After updating I did not see much improvement, apps open/close faster, not sure if they actually do or is it just faster animation then there is some blocking mode in the settings which is like a new feature, also virtual keyboard is easier to move around the screen, so this is the good stuff, now the bad.
I have haptic feedback off or I HAD, now everytime time I move icons tablet vibrates, also when shutting down. How do I completely swith it off? also notifications, I have spen detection swithed off, now everytime I remove spen the ugly notification appears informing me i just removed spen and stays in the notifications menu... unnesesary and a waste of screen space?
The notification menu is a mess now, it can now scroll up and down
also when shutting down ugly message appears telling me the tablet is shuting down
also had to download from internet and install additional keyboard language, when previously just had to set it in options and that was all
is it possible to bring back the old look and feel while keeping the new features(the butter thingy and a new keyboard)?
ziprar said:
Is it possible to bring back the old look and feel while keeping the new features(the butter thingy and a new keyboard)?
Click to expand...
Click to collapse
No. And a lot of the changes you're referencing are between Android 4.0.4 and 4.1 and have nothing to do with Samsung's implementation of JB. Some features are changed in the OS, Samsung's apps (EG: S Note, the Gallery), and the behavior of some functions, settings, and apps are different too. ICS to JB on the Note was a big overhaul so I wouldn't expect another one during the Note's lifespan; future changes are likely to be simple tweaks. So things that are gone are gone and things we have aren't likely to change significantly. If you want ICS back search on "Odin" and follow the instructions.
Cant I do a factory reset? or my original firmware is no more?
ziprar said:
Cant I do a factory reset? or my original firmware is no more?
Click to expand...
Click to collapse
When you update the new s/w becomes your recovery so if you reset it'll still be JB. You can download the ICS version for your region from Samsung-Updates or Samfirmware and install it via Odin.
Reads as a bad update to me unless JB is a special firmware for you .
Wipe phone and as said flash stock rom .
Or contact Samsung service centre .
jje
Its not that a tablet is unusable, everything works fine, its because with ics it was all nice and tidy and now with jb its annoying with its excesive notifications. To me it feels a bit like a step back.
ziprar said:
Its not that a tablet is unusable, everything works fine, its because with ics it was all nice and tidy and now with jb its annoying with its excesive notifications. To me it feels a bit like a step back.
Click to expand...
Click to collapse
Do what I did, buy an extra pen and a case that will hold it. Make sure that power saving for pen is disabled,
Use the new pen and leave the old on in it's slot. Since you don't remove it, then it doesn't notify, but all works with the new one
Ive got the case already, but the extra pen idea is sweet, also because the original pen while works well feels a bit cheap and plastic(also too small and too thin and has no eraser).
What pen did you buy?
I have noticed much of a change myself
ok so another thing I just noticed, when opening youtube links in opera (my current browser, also useragent set to desktop) youtube app launches and it tries to display the vid and in case with several music vids Ive just tried it gives me a message saying that user has not made this vid available for mobile users or smth like that. now wtf is this bullcrap? this has never happened while i was on ics and also the same vids used to work both in the browser and in youtube app. now I am seriously considering a downgrade
Ive disabled youtube app and now when opening a link I get a message that no application is available to open it (and then opera still opens it). I guess I need to change file association thing (which app opens which files so basicly disable youtube app opening links) does anyone know how to do that?
edit: also youtube playback stops when switching to other tab
So I have decided to downgrade, now just have to find original firmware and Iam set.
ziprar said:
ok, so few days ago I updated my note to official samsung ota jb release. After updating I did not see much improvement, apps open/close faster, not sure if they actually do or is it just faster animation then there is some blocking mode in the settings which is like a new feature, also virtual keyboard is easier to move around the screen, so this is the good stuff, now the bad.
I have haptic feedback off or I HAD, now everytime time I move icons tablet vibrates, also when shutting down. How do I completely swith it off? also notifications, I have spen detection swithed off, now everytime I remove spen the ugly notification appears informing me i just removed spen and stays in the notifications menu... unnesesary and a waste of screen space?
The notification menu is a mess now, it can now scroll up and down
also when shutting down ugly message appears telling me the tablet is shuting down
also had to download from internet and install additional keyboard language, when previously just had to set it in options and that was all
is it possible to bring back the old look and feel while keeping the new features(the butter thingy and a new keyboard)?
Click to expand...
Click to collapse
Wow, some people are never happy, and just need to complain. What about all the other good things, like better multi screen implementation, more apps for multi screen.
Seriously, all those thiings you described are just petty..."also when shutting down ugly message appears telling me the tablet is shuting down:eek".....I really feel for you...must be awful! Come on man, hardly worth getting your knickers in a twist about is it.
ziprar said:
I guess I need to change file association thing (which app opens which files so basicly disable youtube app opening links) does anyone know how to do that?
Click to expand...
Click to collapse
You need to "Clear defaults" in each app that you want Android to forget the associations you set.
---------- Post added at 02:46 PM ---------- Previous post was at 02:42 PM ----------
Markhypnosis said:
Wow, some people are never happy.
Click to expand...
Click to collapse
A couple of people have voiced issues with some of the changes in JB. I share your view; so much is improved that some of Samsung's changes to apps and functions are really minor in comparison. But, look at it this way, some people won't touch a device with an overlay while others swear by them. Different strokes.
You misunderstand, I like updates and I like new things, what I dont like is when features are removed, when I am forced to you use apps which I dont want to use or which dont work (youtube example, alot of music vids are restricted in the app while working perfectly in the browser, haptic feedback, I have it switched off yet the tablet still vibrates when shutting down or when the icons are being rearanged, ok fine but why there isnt a festure to COMPLETELY disable haptic feedback), when completely useless things are added (stupid and more importantly unnecesary notifications eg shutting down, spen removed...)
so yeah bring new and updated firmware not a steaming pile of crap
btw the "clear default" method doesnt work
ziprar said:
so yeah bring new and updated firmware not a steaming pile of crap
Click to expand...
Click to collapse
You realize that a large portion of the forum has been on JB since November. There have been very few issues and pages of threads discussing the benefits of the new features. If what you're reporting as problems were affecting a lot of people there would have been more posts about them. Frankly, I don't really understand what most of your problems are based on the way you described them. I haven't had any YouTube issues since updating to JB in November and don't remember seeing any reported. So in describing the update as a "streaming pile of crap" you're kind of on your on in feeling that way.
btw the "clear default" method doesnt work
Click to expand...
Click to collapse
It clears app association so it does "work." If it doesn't fix your problem that's another thing. You might want to try a hard reset and start from scratch.
I thought the same thing
JJEgan said:
Reads as a bad update to me unless JB is a special firmware for you .
Wipe phone and as said flash stock rom .
Or contact Samsung service centre .
jje
Click to expand...
Click to collapse
I hated jellybean on my galaxy tab 2 7.0. But they did a awesome job of tweaking it for Note 10.1. I get serious battery life. Barely notice jellybean being on it. This tablet is fast and smooth. I love premium suite. I would wipe partition and user data and start again.
s pen
Go into settings and down to s pen, in that menu is an option that says something like change what option when s pen is removed... change it to "nothing"
ps I happen to freaking LOVE this jb update!! It's so great night fast...!