[Q] need helps - Desire Q&A, Help & Troubleshooting

i want to know how do i do to build a kernel for my htc desire, and ov/uc please thx

Try the Q&A section, where this should've been posted. Maybe you shouldn't be cooking kernels when you can't even manage to read forumpolicies

lol everyone learns and i want to learn how to make it just it

Alkan2 said:
lol everyone learns and i want to learn how to make it just it
Click to expand...
Click to collapse
There is a q&a section on this forum, try there. This thread will probably soon be locked down once mods found out about it and most importantly, you won't get any help here.

hello noob!
http://www.youtube.com/watch?v=JmvCpR45LKA&

Someone needs to take that ****e video off YouTube as it's harsh. How are we meant to build a community if people just shoot n00bs down before they know anything??

EddyOS said:
Someone needs to take that ****e video off YouTube as it's harsh. How are we meant to build a community if people just shoot n00bs down before they know anything??
Click to expand...
Click to collapse
Don't wanna b adding too much to this thread but agree 1000 times with this comment...if it wasn't for noob threads I'd still be stuck with stock rubbish
Sent from my HTC Desire using XDA App

This thread -> LOL

bailz2506 said:
Don't wanna b adding too much to this thread but agree 1000 times with this comment...if it wasn't for noob threads I'd still be stuck with stock rubbish
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
I agree noob threads are great, they helped me immensely.. but the android development thread is there for a specific reason and so is the q&a thread
Sent from my HTC Desire using XDA App

I've been noticing the increase of stupid questions for a while but more importantly, I am getting fed up with the aggressive nature of some of the users. So people post in the wrong section, move post with warning, end of.
Also if the ROMS were cross posted to FAQ by default then more people would end up there instead of using the search to find the ROM title and ending up at the DEV thread.
xda is getting a bad rep for their mods and i'm not surprised. . . .

Alkan2 said:
i want to know how do i do to build a kernel for my htc desire, and ov/uc please thx
Click to expand...
Click to collapse
Returning to the original question.
The prerequisites for rolling your own kernel are:
- A linux system
- Terminal Know-how
- A synched GIT (such as the Bravo CM7 branch)
- Patience
That is just for building the stock kernel.
The additional prerequisites for changing stuff:
- A text editor
- A set of OC/UV values (such as Eviolett's)
- Experience in the linux terminal - more than for just compiling the stock kernel.
It doesn't seem like a lot of work - Sync the GIT, chuck in a few values, and build it. In reality, however, there is a stack of other stuff to do. I have a fairly good knowledge of the linux terminal, but still spent a stack more time getting everything ready than I wanted to (hours, in fact).
As motivated as you may be, it ain't a walk in the park, even with a detailed set of instructions. Stuff is going to go wrong, and a lot of the time, problems differ from those prescribed in the instructions.
Having been there, done that (or more accurately, failed to do that), this is just my two cents.
EDIT: Just to clarify, I failed miserably.

Bradshort said:
Also if the ROMS were cross posted to FAQ by default then more people would end up there instead of using the search to find the ROM title and ending up at the DEV thread.
Click to expand...
Click to collapse
Nice idea but look at Robo's "RCMix S v2.0 Evolutionary Sense" thread" it has a separate RCMix Guide/Tutorial/FAQ + 2 irc channels now have a look through the 12000 odd posts in that thread maybe 50% are total spam by people who don't understand how a forum works, fail to do any independent research but expect someone to hold their hand and explain everything slowly to them. I don't condone it but i fully understand the reaction a lot of "dumb" superfluous posts get

This. Simple fact is most people are incredibly lazy and thinking that devs are here to answer their every stupid question.

Terepin said:
This. Simple fact is most people are incredibly lazy and thinking that devs are here to answer their every stupid question.
Click to expand...
Click to collapse
Must agree.. I spent probably 10+ hours researching before I flashed my first ROM..
Sent from my HTC Desire using XDA App

I totally agree with fllash. It looks easy, but it certainly isn't.
Just start with downloading a copy of Ubuntu, version 10.04 and up will do just fine.
Why Ubuntu? Well, if you're only starting out with Linux and the more advanced topics such as compiling your own kernel, you'll need all the help you can get. XDA is a great community with a lot of information to be found, but it sure won't cover all the questions you'll have, so you might want to search trough the Ubuntu forums etc., as they might have more specific answers to your questions. There are also numerous books about starting with Linux, so you might want to check those out as well.
When you got a nice grip on working in Linux and the terminal, it's time to get busy programming!
If you're not a programmer already, you might want to start with Java. (Maybe write a little Android program? That way you'll also learn how Android works)
The Linux kernel is written in C and that might be a bit harsh to start out with. However, if you feel confident enough (or if you have programming skills already), go get yourself a book about programming in C, search some tutorials and start off writing some easy and silly programs, just to get a good grip on the language.
When you feel like you got a good grip on programming in C, feel free to download a kernel which is already compatible with the HTC Desire, one from CM or one from Thalamus (from Oxygen ROM) and take a look at the source code. Try to understand what makes it tick. Please note, that these kenels are for AOSP ROM's only! If you want a HTC Sense compatible kernel, go get the source from HTC which you can find here: http://developer.htc.com
By the time you got this far, it's only a piece of cake to compile and install. (Compiling and installing really isn't the hardest part about all this, so you'll manage to find your way out of this one)
Right now, you're probably thinking: "Is this all necessary? I just want my own kernel.." Well, yeah, it kinda is. You just can't follow a tutorial and end up with a kernel which is going to be great. There are going to be bugs, you're going to have problems, nothing will work from the first try.
Maintaining a kernel is hard work and requires a lot of knowledge in order to do a proper job.
Also, take a look at http://developer.android.com/. Knowing how Android works is kinda a requirement as well (at least, I consider it to be a requirement).
Oh, and for the record, please post in the correct forums next time. There's a Q&A section where you can search for, or ask questions. I understand that this is a dev-related question and you might have figured that the dev section would do fine, but unfortunately, it doesn't.
Okay? Well, happy learning! Don't let other forum members or some tough luck get you down.

Related

Development Q&A - Ask Development Questions Here!

If you have any questions that may be development related please post them in here instead of making a new thread. Me and hopefully others will try to answer your question to the best of your abilities. Plus it saves me from moving a few hundred threads a day
Thanks!
CK
Where is the best place to learn Linux Kernel Development, or more specifically, Android Kernel Development (if there's any major differences in the two).
I have a slight Computer Science background from being self-taught in basic C programs, an understanding for Object Oriented Programming, and also learning Java throughout school.
I've heard that http://kernelnewbies.org/ is good as well as the standard www.kernel.com website to grab the latest kernel and start tinkering.
phragg said:
Where is the best place to learn Linux Kernel Development, or more specifically, Android Kernel Development (if there's any major differences in the two).
I have a slight Computer Science background from being self-taught in basic C programs, an understanding for Object Oriented Programming, and also learning Java throughout school.
I've heard that http://kernelnewbies.org/ is good as well as the standard www.kernel.com website to grab the latest kernel and start tinkering.
Click to expand...
Click to collapse
The sites you listed are pretty good, also try and learn a little C, or some google searching does wonders
overclocking issues
is it normal for the phone to not be overclocked as soon as the screen goes out?
akamu23 said:
is it normal for the phone to not be overclocked as soon as the screen goes out?
Click to expand...
Click to collapse
Well im not sure of your question, but you can set profiles in SetCPU so that when your screen goes off it can slow the clock down
[Q] Is the G2 capable of Screen Sharing/DLNA
I love my G2, but one feature that I wish the it incorporated is the DLNA screen sharing feature that the MyTouch 4g is touting. Does anyone know if this is something that's possible on the G2?
wrong forum!
i have to ask only because im clueless, wtf is DLNA screen sharing?
thanx, veritas
veritasaequita said:
i have to ask only because im clueless, wtf is DLNA screen sharing?
thanx, veritas
Click to expand...
Click to collapse
My understanding of it is this, it's the ability to stream content directly from your phone to a DLNA compliant device, kind of like a networked media storage device would do. It can be a substitute for TV out in some cases. I have some movies (home movies, photos, etc) that I just recorded on my G2 and want to watch them on my TV. Well, my PS3 is DLNA compliant and I would stream these movies through my PS3. If anyone else has anything to add or wants to correct anything that I may have misstated please do.
How can I enable the long-hold action for the Menu button that pops up the on-screen keyboard?
While I am foaming at the mouth to know how to make my g2 dlna, i have a far moar simple question.
Just need some help starting an app.. such as setcpu from visionary.sh.
I know i can set it from app to start on boot, but have run into it not having su permission at that point. yes I am a script or cmd line no0b but any help would be appreciated.
haensgn said:
While I am foaming at the mouth to know how to make my g2 dlna, i have a far moar simple question.
Just need some help starting an app.. such as setcpu from visionary.sh.
I know i can set it from app to start on boot, but have run into it not having su permission at that point. yes I am a script or cmd line no0b but any help would be appreciated.
Click to expand...
Click to collapse
I feel that's a bit more specific question to be asked in the visionARY app thread located: http://forum.xda-developers.com/showthread.php?t=808514
--
In regards to my posting, is there a decent Guide or Bible that has the various complexities of the Android Kernel?
What is QMI, What is Fastboot, all these types of important Acronyms and Terms that are not known to the general joe schmoe.
Thanks
phragg said:
I feel that's a bit more specific question to be asked in the visionARY app thread located: http://forum.xda-developers.com/showthread.php?t=808514
--
In regards to my posting, is there a decent Guide or Bible that has the various complexities of the Android Kernel?
What is QMI, What is Fastboot, all these types of important Acronyms and Terms that are not known to the general joe schmoe.
Thanks
Click to expand...
Click to collapse
Your answer to my question was sooo unhelpful. Read that thread my question is posted there, and it has gone unanswered. I have also read most of the threads in general, app, and have done a search with no real clear answer.
So now you can either help me or give me some moar useless links.
haensgn said:
Your answer to my question was sooo unhelpful. Read that thread my question is posted there, and it has gone unanswered. I have also read most of the threads in general, app, and have done a search with no real clear answer.
So now you can either help me or give me some moar useless links.
Click to expand...
Click to collapse
Dont get upset
ok , l know !
can someone please help point me in the right direction to overclock my g2. i have read and read but havent been able to completely understnad too well. im a new member here but been lurking for a few months.
93pgt said:
can someone please help point me in the right direction to overclock my g2. i have read and read but havent been able to completely understnad too well. im a new member here but been lurking for a few months.
Click to expand...
Click to collapse
If you could tell me what part of the first post here
you dont under stand i can surely walk you through it.
pls tell if you have the temp. root yet and if you have the new ota
93pgt said:
can someone please help point me in the right direction to overclock my g2. i have read and read but havent been able to completely understnad too well. im a new member here but been lurking for a few months.
Click to expand...
Click to collapse
Take a look at this thread. Should help you get through it easily.
to tell you the truth i was afraid to root my cliq because i didnt want to brick the phone, so no i havent temp rooted yet. i have the new ota. with the temp root if i shut my my off or it dies will it revert back to stoc because of the backup installed
edit. i downloaded visionary about 5 minutes ago so i did the 1 click root.
First off, its not a backup. Secondly, if you reboot you'll clear the cache and will have to re-root. Its temp, so you won't brick your phone.
Sent from my T-Mobile G2 using Tapatalk

Rooting?

Could anyone point me to the correct tutorial to root your HTC Touch Pro 2 ?
I'v been reading up on the android builds past few days. I'm totally new to this.
I got android to work with the project android build. And i want to use Whatsapp.
But it won't let me open Whatsapp. 3rd party task manager is killing it. So i guess its ATK ? But i can't just uninstall it trough settings>applications etc. Same trough android market. I read somewhere you'd have to root it then. But i don't know how. Any help would be appreciated alot !!!.
If i'm not suppose to post this, because i haven't looked or w/e, fine delete this. But i did look. And if been reading alot of topics and iv seen alot of flaming just because of asking a question. might have been a stupid one, but still, people just want some help. Why not help out ? We all start somewhere. And im starting right here. haha.
Oh and if im totally off map by saying rooting, let me know how i can get whatsapp to work. Iv seen it works for others so im just waiting to fix mine. haha.
Anyway, great job on the forum and great builds for TP2.
Peace,
from the spacestronaut.
It is already rooted. Next time spend some time reading
Spacestronaut said:
Could anyone point me to the correct tutorial to root your HTC Touch Pro 2 ?
I'v been reading up on the android builds past few days. I'm totally new to this.
I got android to work with the project android build. And i want to use Whatsapp.
But it won't let me open Whatsapp. 3rd party task manager is killing it. So i guess its ATK ? But i can't just uninstall it trough settings>applications etc. Same trough android market. I read somewhere you'd have to root it then. But i don't know how. Any help would be appreciated alot !!!.
If i'm not suppose to post this, because i haven't looked or w/e, fine delete this. But i did look. And if been reading alot of topics and iv seen alot of flaming just because of asking a question. might have been a stupid one, but still, people just want some help. Why not help out ? We all start somewhere. And im starting right here. haha.
Oh and if im totally off map by saying rooting, let me know how i can get whatsapp to work. Iv seen it works for others so im just waiting to fix mine. haha.
Anyway, great job on the forum and great builds for TP2.
Peace,
from the spacestronaut.
Click to expand...
Click to collapse
well you didnt search enough nor read enough...and i started by reading and searching (only 2 posts in first year as member)
Like i said before, i did search the past few days, and i did read, but its not like theres a topic out there called "TP2 rooting". Or "how to get rid of preinstalled apps". So cool it. And help me out. That would be greatly appreciated it. i knew i shouldn't expect a mature response...
Spacestronaut said:
Like i said before, i did search the past few days, and i did read, but its not like theres a topic out there called "TP2 rooting". Or "how to get rid of preinstalled apps". So cool it. And help me out. That would be greatly appreciated it. i knew i shouldn't expect a mature response...
Click to expand...
Click to collapse
Well that's the problem, XDAndroid is rooted - but don't expect every app that works on native Android phones to work on these - this isn't exactly an approved or sanctioned port.
arrrghhh said:
Well that's the problem, XDAndroid is rooted - but don't expect every app that works on native Android phones to work on these - this isn't exactly an approved or sanctioned port.
Click to expand...
Click to collapse
im not using the XDandroid build, im using the project android build. And i read somewhere in order for whatsapp to be working you need to get rid of ATK by rooting your phone and then get rid of the app (ATK). So, some are saying it should be rooted. And it's not like no one is running whatsapp on a HTC android mod. it should be working. but i can't seem to get rid of ATK. iv read other could just get rid of it trough settings>applications but i can only delete the updates. Please some real anwsers instead of saying things i allready know.
Hey,
first of all welcome to the xda-developers forum...
like u and i guess everyone i hate answers like some of the ones you got..
i think a froum is made to ask questiuons however that might be about...
and it took me month back in my old htc kaiser days to get the whole android thing.
so when you want to install apps that are not from the store then u have to check one checkbox first.
ull find it under settings->applications-> and there should be a checkbox that says unsigned apps or untrusted apps...something like that.
normally this page should pop up if u click on a app that u have on the sd card...
i hope that is what u asked for...
and the phone is already rooted whatever build u are using
and if u have any questions but dont want to ask them in the forum cuz u might think that u get answers that dont suit ure question just pm me
nick
the-nj said:
Hey,
first of all welcome to the xda-developers forum...
like u and i guess everyone i hate answers like some of the ones you got..
i think a froum is made to ask questiuons however that might be about...
and it took me month back in my old htc kaiser days to get the whole android thing.
so when you want to install apps that are not from the store then u have to check one checkbox first.
ull find it under settings->applications-> and there should be a checkbox that says unsigned apps or untrusted apps...something like that.
normally this page should pop up if u click on a app that u have on the sd card...
i hope that is what u asked for...
and the phone is already rooted whatever build u are using
and if u have any questions but dont want to ask them in the forum cuz u might think that u get answers that dont suit ure question just pm me
nick
Click to expand...
Click to collapse
Hi, i appreciate your response. Thanks alot.
So it's allready rooted. Ok cool. Let me explain. I want to use Whatsapp. But when i open it, i get the 3rd party task manager is blocking it. And im guessing its the ATK. but i can't get rid of it. I know how to install unsigned and untrusted apps. But now i want to get rid of it. haha. Anyway, i shoot you a message maybe tomorrow to explain more i guess. A mod can close this, as i proberly won't get a straight answers anyway.
Spacestronaut said:
im not using the XDandroid build, im using the project android build. And i read somewhere in order for whatsapp to be working you need to get rid of ATK by rooting your phone and then get rid of the app (ATK). So, some are saying it should be rooted. And it's not like no one is running whatsapp on a HTC android mod. it should be working. but i can't seem to get rid of ATK. iv read other could just get rid of it trough settings>applications but i can only delete the updates. Please some real anwsers instead of saying things i allready know.
Click to expand...
Click to collapse
Do you even know what you're talking about? ATK hasn't been included in any builds for a while, and what do you mean you're not using XDAndroid you're using the "project android build" - this makes me think you have NO clue what you're talking about. Please, prove me wrong.
arrrghhh said:
Do you even know what you're talking about? ATK hasn't been included in any builds for a while, and what do you mean you're not using XDAndroid you're using the "project android build" - this makes me think you have NO clue what you're talking about. Please, prove me wrong.
Click to expand...
Click to collapse
Your right, i don't know, that's why im asking... smh at the ignorance at this forum.
hey,
ok now i got what ure asking...
so then it is important what method u are using? do you have a system.ext2 file that you load with haret?
or do you have a partioned sd card with the android system on a ext2 partition.
when you have the whole system in a system.ext2 file you would need to unpack it, delete the .apk of the app, and then pack it into a .ext2 file again...
when you have the second method that just browse into the folder system/apps/ and delete the file...
that should work for every normal app but it is not easy to do it...
Spacestronaut said:
Your right, i don't know, that's why im asking... smh at the ignorance at this forum.
Click to expand...
Click to collapse
Well you certainly answered my questions with a confidence only stupidity can be responsible for.
FYI, there's a difference between ignorance & stupidity. Ignorant people just don't know. Stupid people know, but are willingly ignorant. You have all the information available to, yet you insist on being ignorant.
It's OK to ask questions - but if it has been answered before, answering the same questions over and over again gets old. So some of us will respond a little less amicably than others - 9 times out of 10, this was because the OP didn't do their due diligence.
the-nj said:
hey,
ok now i got what ure asking...
so then it is important what method u are using? do you have a system.ext2 file that you load with haret?
or do you have a partioned sd card with the android system on a ext2 partition.
when you have the whole system in a system.ext2 file you would need to unpack it, delete the .apk of the app, and then pack it into a .ext2 file again...
when you have the second method that just browse into the folder system/apps/ and delete the file...
that should work for every normal app but it is not easy to do it...
Click to expand...
Click to collapse
I just sent you a pm. i don't load anything, i start winmo, open up, project android, hit boot, android starts... that's all i do. i don't have a system.ext2 file on my sd. if this method is "wrong" or dated, let me know where to get the newest build. seems like that is the problem ?
hm...so you have to have some files that are behind that...
and i would think that you have a system.ext2 file somewhere...
should be in the andboot folder on your sd card.
but in builds that are used now here that task manager you want to get rid of isnt used anymore...so i would suggest just try the xdandroid build and kernels or the neopeek version which is very fast and you have all files on a spare partition on your sd card.
if you want to get started with the neopeek build just check neopeek.com and then the forum. there are all the build he has developed and instructions how to install. if u have any questions about that just let me know...
i guess art your point it would be the easiest to switch to another build
nick
arrrghhh said:
Well you certainly answered my questions with a confidence only stupidity can be responsible for.
FYI, there's a difference between ignorance & stupidity. Ignorant people just don't know. Stupid people know, but are willingly ignorant. You have all the information available to, yet you insist on being ignorant.
It's OK to ask questions - but if it has been answered before, answering the same questions over and over again gets old. So some of us will respond a little less amicably than others - 9 times out of 10, this was because the OP didn't do their due diligence.
Click to expand...
Click to collapse
Listen, i understand your point of view. Iv been reading up on alot of threads in the Touch Pro 2 section. And i saw alot of normal questions being asked. And there was alot of flaming just because of those questions. That's disrespect in my opinion. Because you guys now, just point a newb to the right place. I mean it's not that hard... or is it ? Believe i do understand it though. But it doesnt hurt to be a bit more helpfull. Im willing to learn. I signed up because i wanted to participate and learn. That might not have been in my OP but im sure you understand by now, i do want to learn. And to be honest, alot of those frequently asked questions aren't in the provided tutorials or aren't easy findable. Wich makes it totally legit to ask a question. Forgive me for not reading 1000 pages of a thread. I only wanted a quick response to my question. A url to the right place to continue to search for a fix. and to learn. not to piss you guys off. Because it's allready been done about a million times. Again, i do understand your attitude, but give a new guy a chance to learn.
the-nj said:
hm...so you have to have some files that are behind that...
and i would think that you have a system.ext2 file somewhere...
should be in the andboot folder on your sd card.
but in builds that are used now here that task manager you want to get rid of isnt used anymore...so i would suggest just try the xdandroid build and kernels or the neopeek version which is very fast and you have all files on a spare partition on your sd card.
if you want to get started with the neopeek build just check neopeek.com and then the forum. there are all the build he has developed and instructions how to install. if u have any questions about that just let me know...
i guess art your point it would be the easiest to switch to another build
nick
Click to expand...
Click to collapse
Thanks nick, you the man
I guess if your whole issue is ATK, then just use a newer build. I don't think ATK has been included in any of the 2.2 builds, but it hasn't been in a build for a while. So I'm guessing your build is old if you still have ATK on there.
Spacestronaut said:
Listen, i understand your point of view. Iv been reading up on alot of threads in the Touch Pro 2 section. And i saw alot of normal questions being asked. And there was alot of flaming just because of those questions. That's disrespect in my opinion. Because you guys now, just point a newb to the right place. I mean it's not that hard... or is it ? Believe i do understand it though. But it doesnt hurt to be a bit more helpfull. Im willing to learn. I signed up because i wanted to participate and learn. That might not have been in my OP but im sure you understand by now, i do want to learn. And to be honest, alot of those frequently asked questions aren't in the provided tutorials or aren't easy findable. Wich makes it totally legit to ask a question. Forgive me for not reading 1000 pages of a thread. I only wanted a quick response to my question. A url to the right place to continue to search for a fix. and to learn. not to piss you guys off. Because it's allready been done about a million times. Again, i do understand your attitude, but give a new guy a chance to learn.
Click to expand...
Click to collapse
its a double-edged sword this kinda thing, because its easy for both sides it is just tedious and requires an abnormal amount of patience which some of us (like myself) have little of to begin with
also there are times, like this, that a noob cant simply be pointed in the right direction
all that said i agree with nick, just use xdandroid for tp2 especially since that is what the people around here are most accustomed to
So I am new with the Android world.
I got Blazn up and running, but that's all where I am at lol.
So i see all those extra information that I am not knowledgeable about (not ignorant so people don't start flaming) , so I am going to call myself a NOOB when it comes to Android and learning bit by bit everyday.
So long story short, You guys got WhatsApp up and running properly?
Because I heard back in the 2.1 eclair , WhatsApp was not working correctly.
If working, what alterations have you guys done to make it run (if any needed).
bteljuice said:
So I am new with the Android world.
I got Blazn up and running, but that's all where I am at lol.
So i see all those extra information that I am not knowledgeable about (not ignorant so people don't start flaming) , so I am going to call myself a NOOB when it comes to Android and learning bit by bit everyday.
So long story short, You guys got WhatsApp up and running properly?
Because I heard back in the 2.1 eclair , WhatsApp was not working correctly.
If working, what alterations have you guys done to make it run (if any needed).
Click to expand...
Click to collapse
Ok, after a quick google search I see what it is... why not just use Google Voice? Seems like a much better alternative IMHO.

[Q] HTC TyTN II does'nt boot with Android

Hi, I have read and follow al the steps in the thread "How to replace Windows Mobile with Android (Guide)", including the step by step "HowToInstallWithAtoolsNand" in SourceForge.net but I'm sure I'm doing something wrong.
I have my TyTN II with 3.34 HardSPL and the latest Radio ROM that I use to load alll the Windows ROM without any problem. But when I flash my ROM with and Android build what it happens is that afterward it installs it, when the device is booting it appears a message saying "Intall module for this kernel" and the boot process stops there.
Y tried putting inside /andboot folder directly the "androidinstall.tar" that I downloaded from the thread's build (for example the "Incubus26Jc's Super E Cmod 5.0.8 T4 Beta 3". Also I tried to open that "androidinstall.tar" in atools, mix it with 2.6.32 modules and generating a new androidinstall.tar and putting it together with install-seq.sh inside /andboot following all the steps explained in "HowToInstallWithAtoolsNand" but always happens the same.
Can anybody know what could be happening?
Thanks in advanced.
Guido.
Common problem answered here 10.000 times... just try to search...
Perhaps you need http://forum.xda-developers.com/showthread.php?t=848921
To start, use a newer build. Then you won't need any updates. The latest builds from thoughtless kyle,clemsyn,scoot and I all have the necessary fix needed. If you want Cyanogen Mod then use scoot or mine. Our builds are based on CM 6.1 which is much newer with more features.
When you participate in a forum, you always have the posibibility to not replying or do it. If you are gonna do it, try to reply something clever. Nobody is putting a gun against your head to reply. If you don't feel like replying, just don't do it.
I have a problem, I do a quick search and if I don't find what I'm looking for, I just open a new thread. I don't have all my life to look for the answer of the problem. If you like to spend all your time indise this forum, go ahead, nobody is gonna stop you. I don't like to do it. I look for answers, no foolishness.
guido_7701 said:
When you participate in a forum, you always have the posibibility to not replying or do it. If you are gonna do it, try to reply something clever. Nobody is putting a gun against your head to reply. If you don't feel like replying, just don't do it.
I have a problem, I do a quick search and if I don't find what I'm looking for, I just open a new thread. I don't have all my life to look for the answer of the problem. If you like to spend all your time indese this forum, go ahead, nobody is gonna stop you. I don't like to do it. I look for answers, no foolishness.
Click to expand...
Click to collapse
You you get all your answers from quick searches, you start to become lazy and unable to search properly. This is a BB, where all forums, threads, and posts are permanent. Available always. They are, so that others can come, read, SEARCH, and if, and only if they don't find the answer, open a thread.
Now, if we didn't wanted this... perhaps the dev's would have opened a chatroom on IRC and we could all be there to answer THE SAME ANSWERS over and over again.
Oh by the way, please explain how can you participate in a forum... without ever replying ? And he did answer something... as you putted it yourself... clever.
Listen...why don't you spend your time answering my question instead of bla bla bla about forum uses.
Do you like to spend all your time making searches, searches, searches and more searches?? Go ahead...Let others do what they want. If you don't agree, just keep your mouth closed and go to another thread more important than mine.
guido_7701 said:
Listen...why don't you spend your time answering my question instead of bla bla bla about forum uses.
Do you like to spend all your time making searches, searches, searches and more searches?? Go ahead...Let others do what they want. If you don't agree, just keep your mouth closed and go to another thread more important than mine.
Click to expand...
Click to collapse
You don't like to read
Your question has already been answered
I like to solve the problems on my own
If i can't, i like to read. I don't want to solve it, i want to understand it
This is XDA devs. We develop, and help to develop and test. You wan't answers ? Call microsoft, htc, or whatever.
this is NOT your support forum. No one, owes you nothing here, except for respect.
Respect, you showed NO ONE when you don't even try to read the posts others have put here for you.
Now, stop being like that, go to the sugested thread, and learn how to fix your problem and to have some humility and respect.
daedric said:
You don't like to read
Your question has already been answered
I like to solve the problems on my own
If i can't, i like to read. I don't want to solve it, i want to understand it
This is XDA devs. We develop, and help to develop and test. You wan't answers ? Call microsoft, htc, or whatever.
this is NOT your support forum. No one, owes you nothing here, except for respect.
Respect, you showed NO ONE when you don't even try to read the posts others have put here for you.
Now, stop being like that, go to the sugested thread, and learn how to fix your problem and to have some humility and respect.
Click to expand...
Click to collapse
I understand why your "thanksmeter" is in cero.
Please...shut up and don't write any more in this thread...From now you are not allow to write a word in this thread.
Go to c++ forums if you like to develop.
guido_7701 said:
I understand why your "thanksmeter" is in cero.
Please...shut up and don't write any more in this thread...From now you are not allow to write a word in this thread.
Go to c++ forums if you like to develop.
Click to expand...
Click to collapse
Well... if a mod/admin forbids me, i will. You have no authority here.
As for the thanks meter, i have no comments.
lol now its not zero.
aceoyame said:
lol now its not zero.
Click to expand...
Click to collapse
cause that is what the real community is ment to be or not?
So this guy thinks devs are forced to solve his problem? Have some selfesteem and try to solve it by urself, even my toddler could do it... Im starting to realize one of my college proffesors is right.... Windows stupifies people! (look at win7 logo: your PC simplified) Its like a black box when you cant see whats going on inside, you only have to now the input and output part of the system, ubuntu in the other hand forces users to learn some basic commands... the world would be a better place to live if we all had linux on our computers...
I just love it when people think that every site that offers something is required to offer support.
Not true, infact in the real world almost EVERY company in the U.S. of A does NOT have their own support, in fact it comes from 3rd party.
Same concept here, infact on this site, the userbase is filled with hardware tinkerers, software programmers, developers, IT professionals, etc, etc. They provide this stuff to you at no cost, and without warranty, meaning NO support unless it's something on their end (ex. programming error, etc), and then they provide fixes, which in case they did provide a fix in terms of a update package for android to fix the modules error.
I was the unfortunate one to run into this problem as well, and tried frantically to search for a reason why until I made a post explaining I couldn't find the source of the problem, and then they pointed me in the right direction and I went from there. Granted I ran into a second problem of my device running out of memory trying to apply the update, but that was an entirely un-related issue that I solved myself.
I myself am a hardware tinkerer, I love to break things, then fix them. I repair PCs, Laptops, hell even TVs in my spare time.
In retrospec. Things don't always work 100%, but for 95% of the people here, they go out of their way to try and fix it themselves and solve it themselves.
Everyone's right, there is a search button on these forums, and it takes probably 2 clicks to run a search, very simpl..... oh wait, Windows 7 can do it in 1 click, so I'm guessing 2 clicks is too complicated for you....

[Q] What to do to install android

Hi
I am new in this site. I am using HTC TP2 T7373 Window mobile 6.1. I would like to install android in my sd. What after what I have to do? What and from where I have to download? I will be greatfull if any one instruct me in details.
Thanks
Please read http://forum.xda-developers.com/showthread.php?t=980079
Or http://forum.xda-developers.com/showthread.php?t=951962
helicopter88 said:
Please read http://forum.xda-developers.com/showthread.php?t=980079
Click to expand...
Click to collapse
That freakin thread is so confusing, I don't see how it's easier than mine...
[BUILD] **Complete Froyo Bundle!!** FRX06 - "Stable" - Minor Fixes - get it straight from the horses mouth!
That other thread covers a lot of other topics, which isn't bad... it's just kinda confusing IMHO!
arrrghhh said:
That freakin thread is so confusing, I don't see how it's easier than mine...
[BUILD] **Complete Froyo Bundle!!** FRX06 - "Stable" - Minor Fixes - get it straight from the horses mouth!
That other thread covers a lot of other topics, which isn't bad... it's just kinda confusing IMHO!
Click to expand...
Click to collapse
Confusing? heh ;P
It offers an introduction as well as install instructions and troubleshooting and basic pc connectivity.
ryannathans said:
Confusing? heh ;P
It offers an introduction as well as install instructions and troubleshooting and basic pc connectivity.
Click to expand...
Click to collapse
Yes, but my thread is very to-the-point. Not saying your thread is useless, just not the first thing a newbie should see IMHO. Once they work thru my thread, yours would be a good one to look at... assuming they actually read my thread or yours at all.
This isn't a thread battle,and Arrrghhh,i've not suggested your thread because your thread isn't for newbies and covers less topics
But i'll add it to my post
Is it possible to install a full blown rooted Android rom on the Rhodium? Thanks
arrrghhh said:
Yes, but my thread is very to-the-point. Not saying your thread is useless, just not the first thing a newbie should see IMHO. Once they work thru my thread, yours would be a good one to look at... assuming they actually read my thread or yours at all.
Click to expand...
Click to collapse
I wasn't particularly eager to install xdandroid (even though I was excited about the concept) until I read ryannathans' thread. Granted it isn't organized well, but it doesn't assume knowledge that isn't there, which makes it ideal for the type of noob that will read.
Waynehead69 said:
Is it possible to install a full blown rooted Android rom on the Rhodium? Thanks
Click to expand...
Click to collapse
Both XDAndroid builds are rooted - do you mean replacing WinMo? It's possible, but not stable. Doesn't play nice at all with GSM devices, and it's not easy/simple on CDMA ones.
See
NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery if you want to know moar.
fortunz said:
I wasn't particularly eager to install xdandroid (even though I was excited about the concept) until I read ryannathans' thread. Granted it isn't organized well, but it doesn't assume knowledge that isn't there, which makes it ideal for the type of noob that will read.
Click to expand...
Click to collapse
Is there something I should add to mine? I'm always open to suggestion, if you feel my first post is missing something that's essential, please do tell
arrrghhh said:
Is there something I should add to mine? I'm always open to suggestion, if you feel my first post is missing something that's essential, please do tell
Click to expand...
Click to collapse
I don't see the point, everything I needed was in ryan's thread. They serve different purposes. You seem to mostly be focused on FRX06, getting people onto that entry level stable build. You mention kernels and the new rootfs in your thread, leaving someone like me to wonder WTF is a rootfs and kernel? Ryan fills in the blanks and focuses on getting people who don't know squat to FRX6.5, and gives us just enough info to understand the threads he links to. There's no reason for you to duplicate that.

Please don't kill me but ...

i know this don't sound professional and to be honest a litttle annoying but
i wanted to try this mod
http://forum.xda-developers.com/showthread.php?p=32385441
the BB10 lockscreen but i don't understand it's instructions
How to :
1) Apply patch(diff) with resources.
2) Compile.
3) Done
...? huh ? i don't get it ...any help ?
I think the patch method is for more experienced users. I don't understand it either. It seems like it might not matter though. As long as you are running a ROM with the T Mobile theme engine, it's going to be available through the Play Store soon. Just a heads up, rather than starting a new thread, wait a couple of days to see if the requests for more information in the original thread turn anything up. Someone might well be writing up a how-to guide, but that kind of thing takes time to do right. We just need to be respectful of the fact that the people who are able to provide that kind of information are doing so as a hobby. Good work takes time, so let a little time pass.
Edit: Seems like there's already a how-to link posted.
Sent from my Galaxy Nexus using xda premium
The patch is for people that compile their own roms from source.
good day.
there's tutorials on both subjects.
i would think most don't have the determination to get there.

Categories

Resources