Android :: Custom ROMs Varying Configurations
Sep 18, 2009
I just wanted to quickly bring up a topic that I had noticed lately. This comes to my attention for two reasons, firstly someone had posted that he had a user that reported a vague error message like "deleted all my pics", and the dev's were not able to reproduce it. Secondly, I myself have seen bug reports that really may not be relevant to my application. I had recommended to that first dev to just ignore the error for now since there was not enough info to reproduce it, and also for a second reason, there is no way to know what the user is truly running. For example, I've had a few bug reports, where a user says of my app "Doesn't work on HTC hero", but then another user will post "Works fine on Hero". I also had found a posting on the internet in a forum where a user had tried to use some of my software on a custom ROM, and he was having problems.
I guess the issue I'm bringing up here is that with the android market being somewhat "limited" in functionality, it makes it very hard on us developers to handle any customer issues such as bugs, etc. Especially since they could be using a custom ROM, or have ROOT access which also may even be affecting the software. My point is that developing for android in a professional manner is really not an easy task, and possibly it's just starting to be worth it (with market 1.6 at least there are some improvements) to develop paid apps. Basically Google needs to work harder though to improve this situation - and if users expect better apps (there are lots of complaints about the market being full of junk) then they need a way to report issues better, etc. And really it's not even up to a dev to try to match up with a custom ROM, technically it's not supported! (It's up to the dev of course if they want to investigate and try to support it).
What seems is going to happen is android is not only going to have multiple configs (which fortunately for us seems that the market will help filter them out if you app does not support them), but also we never can really know what is on a user's system. They may have some custom stuff, and they see a bug, but it could really not be our bug, but rather, in the system itself. This is why I still recommend that bug reports have to be weighed carefully as to whether they may really be a problem or not. It's an investment in time and while makers of free apps no doubt may not mind, those of us who develop paid apps don't want to multiply our costs by going down blank pathways.
I don't think I see any resolution to the situation in the near future, but I just wanted to make it clear that if a user reports a bug in their comments and gives you one star, it's not the end of the world. If you can reproduce it quickly and fix it, then that is great. But if not, move on - there is no way you can know exactly what they are talking about. I think some devs get too anxious about that one bad report. There is no way we are going to avoid that report! Because they may be using an untested ROM or such anyway, and it may not be worth your time to look at it in the long run. I've had few low stars here and there as well, and trust me, just keep improving your app and you will rise back up. As devs we need to encourage one another and I just want to try and help devs not get anxious about things that are really beyond their control.
View 2 Replies
May 1, 2009
I want to populate my UI with dynamic buttons at runtime. I am trying to invoke a feed from the net and based on the results (which are URLs pointing to image resources), i need to create buttons on the layout with their background set as images retrieved from URLs. I have an array of buttons which get instantiated based on the number of results returned. I was wondering whats the best way to do it - as writing them on the main.xml is not feasible.
View 2 Replies
View Related
Apr 29, 2010
I'm currently working on a small update to a project and I'm having an issue with Relative_Layout and fill_parent in a list view. I'm trying to insert a divider between two sections in each row, much like the divider in the call log of the default dialer. I checked out the Android source code to see how they did it, but I encountered a problem when replicating their solution.
To start, here is my row item layout:
CODE:..........
The issue I'm facing is that each row has a thumbnail of varying height (ImageView01). If I set the RelativeLayout's layout_height property to fill_parent, the divider does not scale vertically to fill the row (it just remains a 1px dot). If I set layout_height to "?android:attr/listPreferredItemHeight", the divider fills the row, but the thumbnails shrink. I've done some debugging in the getView() method of the adapter, and it seems that the divider's height is not being set properly once the row has it's proper height.
Here is a portion of the getView() method:
CODE:.........
The rest of the method simply sets the appropriate text and images for the row.
Also, I create the inflater object in the adapter's constructor with: inflater = LayoutInflater.from(context);
Am I missing something essential? Or does fill_parent just not work with dynamic heights?
View 1 Replies
View Related
Mar 20, 2010
I just wanted to know if there are any benefits of rooting without installing custom roms? Now i've seen many threads here listing many benefits but its not clear whether u get those extra features from the custom roms or just from being rooted. So i was to root my phone and then leave the stock rom on, what extra would i be able to do?
View 8 Replies
View Related
Jan 4, 2010
So I am pretty computer savvy but just getting into the phone scene. Wondering what site is best for the hacker side talk of phones?
Androidcommunity vs Androidforums vs XDA dev forums?
Which is better for instructions on rootings and applying custom ROMs?
Which is better for finding ROMs?
Which has more users?
Which has more experts?
Anyone familiar with the other site or one I may not know about can fill me in a bit? I seem to like this site the most but if there is more information elsewhere, I may need to pool my resources. I would prefer for android forums to be my 1 stop shop n go.
View 4 Replies
View Related
Feb 10, 2013
Does custom roms, rooting, developing tricks etc. that work on a certain phone will work on another phone with same hardware...In other words are custom roms work on phones with same hardwares.For eg. Mmx a110 and a89 have the same processor,so will custom roms for a110 work for a89..If not why??
View 2 Replies
View Related
Sep 24, 2010
Do I get my battery use to look like this http://geekfor.me/wp-content/uploads/2010/08/flipz-180x300.png
Am I doing something wrong? mine still has like 58% android system. Is my phone faulty?
View 10 Replies
View Related
Oct 27, 2010
The brightness of my sony xpreia x8 keeps varying on its own, even while i am using any application. Any idea on why this may be happening?
View 2 Replies
View Related
Nov 24, 2010
I have searched here and via Google searches about Rooting and custom ROMs. I still am not quite sure what any of it means. I know rooting allows access to things that you normally cannot do such as removing HTC and Sprint apps. Which I would LOVE to do. I mean, who the hell wants the stock widget anyway?
View 9 Replies
View Related
Oct 26, 2010
Can anybody provide some pro's and con's to using custom roms like LeeDroid etc. I am not sure i want to use a custom rom or stick to a stock rom.
View 4 Replies
View Related
Nov 16, 2010
Has anyone tried this to build your own custom ROM? There are bits and pieces of different ROMs that I want to have in one, but haven't found the one that will work for me, so I'm considering trying to make my own to have *EXACTLY* what I want, but I know *NOTHING* about coding. I found this link over on XDA, has anyone tried it before?
View 2 Replies
View Related
Sep 4, 2010
Can someone explain to me the advantages of using custom roms instead of the stock one I flashed when I rooted. What do the different roms actually do?
View 6 Replies
View Related
Jul 2, 2010
Ok after I patched my Evo with the OTA update, I am wishing I had rooted first. In an attempt to figure out what I want to do at this point, I'm leaning toward rooting and flashing a custom rom. The questions in my mind are:
1) What are the benefits/disadvantages of the different ROMs out there today? Has anyone made any sort of review site for roms, or a comparison chart?
2) Is there one source that would have all major ROMs in one place? (I'm thinking xda forums, but haven't had time to try to pour through that yet).
3) If all one is looking for is to be able to run root-required apps (Backups, Tether, screen shots, etc..) Is a root + stock ROM the best way to go?
4) Should I Plan on losing ALL my data/settings on the first root? (I know google and other cloud stuff remains intact, as well as the SD card items). Coming from a Palm OS (sadly not WebOS), I find Android great in some respects, but the lockdown of a true backup still boggles my mind. I'm sure these have been asked elsewhere, and if you know where feel free to boot me in that direction, sadly after sifting through a few hours worth of root forums I still can't find the basic info above when it comes to the Evo 4G (I found answers for a few other models)
View 5 Replies
View Related
Jun 30, 2010
I know that FRESH does. Do any others? I thought I'd ask instead of installing each one and looking.
View 1 Replies
View Related
Dec 21, 2009
So Im kinda confused of this whole custom rom thing, is it like a custom firmware on PSP or jailbreak on iphone? Does HTC update the hero a lot? I mean what if I just wanted to stick with HTCs firmwares? Are they good? What is the most significant advantage of the custom roms? I like things simple.
View 4 Replies
View Related
Oct 11, 2010
Im using Miui and its completely different experience from sense and most of the roms that are out. I was wondering if there any other roms that are completely different like this. I see alot use fresh but whats the big difference over Sense?
View 1 Replies
View Related
Feb 23, 2014
I'm currently running the Carbon ROM (Nightly) (4.3.1) on my GT-N7100 Note II phone. With Kernel version 3.0.64-CM-gd6f2fa. I have my phone but i'm curious as to about the findmymobile service not being able to work on this phone simply because all samsung services have stopped. In fact it was the only service I would've most likely used from Samsung.
On the Samsung website trying to access my phone as a test, it simply comes up saying 'offline' which is obvious considering it's not installed on my mobile. Is there a way to be able to get findmymobile information on my phone?
View 1 Replies
View Related
Aug 6, 2010
I'm new to installing custom roms so I have a question when using rom manager after I download the rom and check the two boxes the phone goes into recovery mode and I'm not sure what I have to do after that my screen just shows a phone with an exclamation mark next to it what do I have to do after that?
View 7 Replies
View Related
Aug 11, 2010
coming from moto droid rooted, rom manager, setcpu, all that. got the x on release day. i know we can root and oc now, but are there any custom roms that will work with the droid x ?
View 3 Replies
View Related
Sep 13, 2010
I'm already obsessing over when we'll see the first custom roms for the Epic. I know we're also waiting on a custom recovery. Being as there are about a billion android websites and people are all over the place...has anyone heard any news as to when we can hope/expect a custom recovery or custom rom for the Epic?
View 6 Replies
View Related
Jan 31, 2010
Are there any compatible Custom Roms for the eris and do you believe that a CDMA Hero Rom (Such as fresh 1.1) will work on our Eris?
View 8 Replies
View Related
Aug 3, 2010
Hi, im new to the smartphone/android scene and i've recently rooted my desire. I was going to look around for a nice custom ROM, but now i'm hearing about this new official froyo 2.2 that is out..would i be better going for the froyo, or is there better custom roms out there?
View 4 Replies
View Related
Nov 10, 2010
I'm looking to upgrade my Hero to either an EVO or Epic and want to get an idea of what custom ROMs are available for each. I'm looking for a stripped down, clean, barebones install with no Sense UI. CM 6.1 seems like a good choice, but reportedly, 4G doesn't work (I have great 4G coverage in my area). So clean, Senseless, with 4G?
View 9 Replies
View Related
Oct 14, 2010
I am thinking of rooting .Just wondering if there is anywhere i can look at custom roms available for my HTC DESIRE .
View 9 Replies
View Related
Jul 1, 2013
Recently I lost my HTC Explorer and I have been wondering which phone to go for next. Life with the HTC Xplorer was fun as I got to play with a lot of custom Roms. Now that its gone I'm thinking of a better performance HTC phone (at a decent price of cos) with a good number of available custom Roms. I found this: [URL] .... but only two replies.
View 3 Replies
View Related
Dec 19, 2012
Could it be able to create an emulator for droid to emulate another Droid, like that you are stock and want to know if a rom Nightly is stable or want to test in in some other way, always flashing back and forth is not very convenient, I think something like an Emu would be better...
Is there a method, would it need root or is it even able to develop such a thing???
View 8 Replies
View Related
Jun 12, 2012
How would i go about download, editing and compiling android source code. preferable on windows known but i have use ao ubuntu as well.
View 2 Replies
View Related
Jul 23, 2012
I recently rooted my htc inspire using AAHK(it worked very well). But whenever I use it it is recognized as an htc evo. I'm not sure if the BIOS was changed or what. But I still want to flash custom roms. Should I look for inspire custom roms or evo custom roms or does it matter?
View 1 Replies
View Related
Jul 13, 2013
Did they get custom roms for Xperia ZR ???
View 6 Replies
View Related
Jul 25, 2012
I installed few custom ROMs from xda I9001 devs but was not able to find the TV out functionality in any of those. Is there any custom ROM with TV out working propery.
View 3 Replies
View Related