General [INFO] Device Forum Rules (Please Read before Posting) - Oppo Reno5

In this thread, we will provide a short Q&A for your stay on this forum. Please read thoroughly and act accordingly. While most that is needed to know is pointed out in the Forum Rules, history shows that some points of these rules are not clearly understood by some users, and others leave room for interpretation. With this Q&A, we give you some additional guidelines regarding how the forum for this device is moderated.
Spoiler: Index
Post #1
Who are the moderators for this forum?
How do I contact the moderator team?
What's the best prefix to use for my thread?
Where can I post things that are not allowed in a Device Forum?
What do I do when I do not understand a moderator's decision?
Post #2
XDA-Developers and the GPL
Post #3
Threads Prefixed by [Development]
Post #4
Thread Naming
Post #5
WhatsApp/Telegram Groups and Channels - Going Forward
Who are the moderators for this forum?
The Team Leaders (Senior Moderators) for ASUS, HTC, Nokia, Nothing, nubia, OnePlus, OPPO, Realme, Sony, Xiaomi and ZTE devices are Az Biker, coal686, engloa and Stephen.
The Moderators for the sections listed above are alecxs, Funk Wizard, roirraW "edor" ehT, and Sib64.
How do I contact the moderator team?
While you are free to contact any of us via PM, for moderating purposes, it is much more advisable to use the report system. You can find the report button in the lower left corner of every post or conversation message. If you do that, your request reaches all moderators, thereby multiplying the chance of a fast reaction to your request. If you PM a moderator, he/she does not know whether you have contacted others also and therefore it is possible that your request is handled by different moderators, possibly overruling one another. Or, the moderator you messaged might not even be online for some time (for example, due to real life issues, etc.). Our ticket system avoids that. Therefore, please always use the report system.
What's the best prefix to use for my thread?
With XDA's transition from vBulletin to XenForo, all newly created device forums are flattened (i.e. they have a single forum structure) and don't contain sections or sub-forums like the ones you're used to from pre-XenForo times any longer; these new forums use prefixes instead to identify the nature of the thread. Use or selection of a prefix is enforced in order to create a thread.
Selection of the right prefix is very important and decides not only whether you achieve the goal you intend with your thread, but also whether it might be regarded as off-topic/not allowed and therefore be closed or removed. So here is a list to help you decide the best prefix to use for your thread (or maybe to not post it at all). However, prior to creating a new thread, please study Rules 5 and 15 of the Forum Rules (i.e. search if a relevant thread already exists in which you could post).
To understand which prefix is best suited for your thread, please read below:
[Question]
What's prefixed this way:
All device related questions (questions pertaining to a ROM/kernel/theme/mod, etc. should be asked in the ROM/kernel/theme/mod's specific thread, if it exists)
[How To Guide]
What's prefixed this way:
Guides and tutorials
Tips and tricks
[Development]
What's prefixed this way:
Publications and releases of your own development (ROMs, kernels, recoveries, etc.; for exact rules for creating such threads, please refer to Post #2 and Post #3 below)
[Themes / Apps / Mods]
What's prefixed this way:
All discussions related to device specific theming or applications (self-made or shared)
Announcements and discussions regarding modifications made to device specific theme or application
[Accessories]
What's prefixed this way:
All discussions related to accessories relevant to the device
[General]
What's prefixed this way:
Everything that does not fit in the above mentioned prefixes
Collections, repositories, indexes
General information or discussion about the device
What's not prefixed this way: (by far an uncomplete list, just some examples for topics that are not acceptable):
Everything prohibited by the Forum Rules.
Trolling, arguing, etc.
"What was your last phone/will be your next phone" (Off-topic for a device forum, you can post this in the Off-topic Forum)
"Hello", "Goodbye", "Merry Christmas/Easter/Hannukkah/whatever" (Obviously off-topic, just imagine if every user posts this!)
"I'll never buy XYZ brand/phone again", "Why Sony/Xiaomi/whoever sucks" and all other "hate" threads (Tell that to those guys, not us)
"Help!", "How do I...", "Why..." and all other questions (must be prefixed by [Question])
NOTE: Not allowed in any section (including signatures):
Everything prohibited by the Forum Rules.
Specified or implied off-topic threads.
Discussion of/linking to work of developers that are banned from XDA. If they are banned, so is their work.
Political/religious statements of any kind.
Where can I post things that are not allowed in a Device Forum?
You might want to have a look in the General Discussion Forum for forums like:
General
Off-topic
Android Development and Hacking
What do I do when I do not understand a moderator's decision?
Please feel free to contact the moderator via PM to request clarification. They are approachable people, not robots. If that does not satisfy you, you can contact one of the Team Leaders (Senior Moderators). Do not, however, discuss any moderating issues in any of the forums. This will always be regarded off-topic (which it actually is).
Now let's all have fun on this forum and help each other to make XDA a place where users can gather useful information instead of sipping through knee deep piles of unorganized rubbish.
Regards,
Your Moderating Team for ASUS, HTC, Nokia, Nothing, nubia, OnePlus, OPPO, Realme, Sony, Xiaomi and ZTE devices

XDA-Developers and the GPL​
Hello everyone,
As many of you know, here at XDA we have a strict policy regarding GPL v2. What you may not understand is what that means and what effects it may have on you. Simply put, "the GNU GPL is a software license agreement, under which parts of the Android operating system are licensed. The majority of Android is licensed under the Apache license, but the Linux Kernel (which is present in every running Android ROM in some shape or form) is licensed under the GPL (version 2)".
So what does this mean for the average user?
To keep things simple, this license is one of the reasons Android exists in the open source capacity that it does. It requires developers to keep their kernel source open and has created the community sharing programs that have made Android so wonderful.
If you are a developer, what does this mean for you?
It doesn't matter if you are creating a whole ROM or just the kernel, the process of being GPL compliant is a very simple one to explain. Basically, we expect you to either link the source that you have chosen to use or upload the source you have created into a format that can be viewed by anyone and everyone. Below are the 3 most common situations that developers run into when needing to stay GPL compliant under XDA rules:
1. If you are using a stock kernel, you MUST mention where you obtained your source kernel. Also, having a link leading to where the manufacturer has uploaded their source is always helpful.
2. If you are using a community driven source build (e.g. LineageOS, AOSP, etc.) or a singular developer's source, you MUST link directly to the repository that contains the kernel for that specific device. If you are only linking to another thread or to a general repository, this will not be considered as being GPL compliant unless the code has not been modified.
3. If you are forking a repository that is similar to the examples listed above in #2, you MUST publish and link your entire kernel source. This includes any and all changes that you have made. Two of the most common ways developers publish their source on XDA are either with GitHub, or GitLab. While these two methods are recommended, they are not the only routes you can choose to accomplish this. All that is required is that the source can be viewed and downloaded by anyone who wishes to do so. When releasing an update, your repository must be updated the moment you release your ROM or kernel on XDA. If you can post your update to XDA, there should be no reason as to why you cannot release your source.
What if the manufacturer for my device has not released their kernel source?
In a perfect world this would not happen, but unfortunately, this is not the case. Pulser-G2 wrote a portal article in 2013 explaining a certain situation that has come across our desks. You'll find more examples here. We can only advise you to reach out to these manufacturers with a kind request to comply with GPL v2.
With all of that being said I will leave you with this...
By posting your work on XDA-Developers, you are agreeing that it complies with relevant licensing conditions. As such, by posting a kernel or other work containing GPL code, you are confirming to us that you have made this source code available publicly under the GPL. Failure to follow this policy will result in the closure of your thread and the removal of the download links.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Threads Prefixed by [Development]
This prefix is exclusively reserved for ROMS, Kernels, Recoveries etc. provided they are your own development.
Try to keep the development threads clean. No off-topic posting and no question prefixed with [Development].
Use the report button in the lower left corner of an offending post to let us mods know we need to take action. Don't take matters into your own hands.
Sources need to be posted for all kernels. They're also needed for all ROMs where license demands it. Please refer to Post #2 above for more on this.
You need to use tags in the thread title, like [ROM], [KERNEL], etc. throughout XDA. Please refer to Post #4 below for more on this.
Any disputes between developers should be handled by PM; always try to solve the issue amicably first via PM. No public posting in a development thread regarding these matters.
ROM issues should be discussed within their respective threads.
Thread titles should always coincide with ROMS already available for download. Notification of an upcoming ROM through thread title/placeholder thread is not allowed. A changelog for the yet unreleased ROM can be included in the OP or in another post clearly marked as expected changelog.
All threads prefixed with [Development] that are NOT about one's own development may be closed or deleted. Posters that will choose to disregard these guidelines will be infracted.

THREAD NAMING
The purpose of this thread is to explain how you can name threads in forums thereby making their content easier to read and understand.​
Following are the recommended tags:​
Click to expand...
Click to collapse
[INDEX] - Index for a specific device (more information here)
[DEV] - Development for projects
[ROM] - Custom ROMs
[KERNEL] - Custom kernels
[MOD] - Hacks and modifications for the device
[FIX] - Fixes for known issues and bugs
[GUIDE] - Guides
[TOOL] - Tools
[RECOVERY] - Custom recoveries
[RADIO] - Radios for the device
The title of the thread should also include the following in a chronological order:​
Click to expand...
Click to collapse
[Tag] - From the above list
[Date] - Date of latest version
[Name] - Of the project
[Android Version] - Of the project
[CDMA/GSM] - If the project is only for a specific band
Example:​
Click to expand...
Click to collapse
[ROM][18 JUL]LineageOS[12.1][GSM]
More guidelines:​
Click to expand...
Click to collapse
If you are unsure of which prefix to use for your new thread, then please refer to the first post in this thread.
When possible, please include screenshots for your ROM/mod/theme/app as it's expected by our members.
Placeholder threads are not permitted with the [Development] prefix and will be removed.
Password must be provided for all password protected files.
Please respect these simple rules, and if you don’t, your thread will be closed or deleted.​
Click to expand...
Click to collapse

WhatsApp/Telegram Groups and Channels - Going Forward​
Hello XDA family! Just notifying all members that posting certain links to Telegram and other sites like WhatsApp is now allowed on XDA.
What does that mean?
We will allow links to messages on Telegram and/or other platforms anywhere, as long as they provide content for a discussion, question, or is pertinent news. This is exactly like the guidelines for YouTube links.
What about download links?
Download links from hosts, platforms or other sources are allowed as long as they do not require registration. Some Telegram links require registration for downloads, so they will not be allowed. Please check them before posting.
What is NOT changing?
Only one link to a Telegram support group is allowed in the first post of a development thread on the condition that main support is still provided on XDA. This means you can mention Telegram group: https://t.me/abc in the first post as long as you're providing thorough support in your XDA thread.
What is NOT allowed?
Posts like For support, join my Telegram group: https://t.me/abc. This means you're not willing to provide support to users on XDA.
Drop-and-run posts/threads are still not allowed under the self-promotion rule. So posts/threads like "Come to my channel for xyz" or "Watch my video and like my channel" are still not allowed. Such links will be removed and the member will be contacted regarding XDA Forum Rule #5 for self-promotion (under bullet point #6):
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
Click to expand...
Click to collapse
We thank all members for their cooperation in this matter, and wish you a pleasant stay on XDA.
Regards,
Your XDA Moderating Team

Related

[Roll up] Important threads for: Sprint HTC One

GREETINGS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SOME GUIDES REGARDING S-OFF AND FLASHING WILL BE ALLOWED IN DEVELOPMENT BUT MOST WILL BE LINKED TO THIS THREAD.
"COLLECTIONS", "REFERENCES" "LIBRARIES/INDEXES" and HOW TOS BELONG IN GENERAL SECTION.​
Please keep Development forums CLEAN! Read the OP (opening post) of any thread for posting etiquette.
Please use the report button (instructions found Here) regarding an offending post, PLEASE do not take matters into your own hands!
Source code must be posted for all kernels!
Please use TAGS such as [ROM] or [KERNEL] for all development forums, throughout XDA
Any disputes between developers should be handled through pm or with the interaction of a moderator.
Rom issues should be discussed within their respective threads, or in a corresponding Q&A thread
Thread titles should ALWAYS coincide with ROMS ALREADY AVAILABLE FOR DOWNLOAD!!! No advance notification of incoming ROM through thread title. A changelog for the yet unreleased Rom can be included in the OP or in another post CLEARLY MARKED as EXPECTED CHANGELOG
If you are a developer or want to be one, please consider using the DevDB
Posting in a Development section means automatic ACCEPTANCE of the above Rules
Forum specifics:
Attention all Android Developers - GPL
Forum Rules
Forum Search
Preset Google search for XDA Developers.
FAQ:
Frequently Asked Questions - HTC One-Sprint(m7wls)
How to/Guides:
How To Videos on the Sprint HTC One!
[Resource][Guide][Root]Unlock-Recovery-SuperSU for HTC One-Sprint
[HOW TO] ADB Sideload/Push if you Wipe Internal Storage And have no ROM to Flash
Stock ROM Reset
[GUIDE-HOW TO] Project Rookie III - ROM Building steps, tricks and tips for M7SPRhttp://forum.xda-developers.com/showthread.php?t=2476698
Indexes:
Roms, Kernels, and Recoveries for the Sprint HTC One (m7spr)
List of Sense 5.0/5.5 Android 4.3 & 4.4 ROMs and Kernels for the Sprint HTC One
[Tutorial][Resource][Root]Unlock-Recovery-SuperSU for HTC One-Sprint
Tools:
RootLinux Recovery Flasher ( Aroma multi select )
[TOOLKIT][HBOOT] Plugin for RegawMOD Bootloader Customizer
[TOOL]smw6180 Superwipe
Attention developers or those just starting out
How do I determine if my work belongs in Original Development?​
These are the determining factors:
~The following are most likely “Original Development”:
Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
~The following are most likely not “Original Development”, and should be posted in the “Android Development” sub forum:
Your own “unofficial” stock build of your favourite original, source-built (or otherwise) ROM, particularly where an official or maintainer-endorsed thread exists already.
Minor derivatives of other ROMs with little or no changes, or ROMs consisting of “placebo” features as a main constituent or claim.
Renames or rebadges of others’ work – these don’t belong on XDA at all! Refer to rule 12 for more information.
Reposts of existing ROMs with small changes (i.e. kitchen work, such as adding a couple of apps). If you could realistically distribute your changes as an “addon pack” above and beyond a ROM, you should do so. In addition, your “ROM” would not be original development as it would be substantially identical to the original ROM.
A thread created with unrealistic goals that are clearly unachievable by those starting the thread. This is not intended to discourage high aspirations, rather to prevent threads porting Windows Phone 8 to the HTC Wallaby. This is pretty much common sense.
A ROM where a main or significant claim/feature is graphical changes to the user interface (ie. Themed ROM)
Forum section rules:
To help keep this forum section tidy and easy to use, here are some rules and guidelines.
Only the following topics are allowed in the DEVELOPMENT area:
[DEV] - Development for any projects or Apps.
[ROM] - Custom ROMs.
[KERNEL] - Custom Kernels.
[MOD] - Hack & Modifications for the phone. (See below for more details)
[FIX] - Fixes for known issues & bugs.
[R&D] - Research & Development for Devs only, when gathering data for a new projects.
Please keep all non Development relevant chatter out of development threads, It is recommended to make a separate thread in the Q&A section for non Development related comments and questions, valid replies within a development thread are: BUG Reports, Problem, Troubleshooting Steps & Logs.
Note: If you are unsure where your new topic should go, then please post it in General.
For more information on the Original Android Development section check out this portal post
All kinds of Best Rom/Kernel/etc threads are unwelcome and they will be closed. Read, research and make your own mind up, as the question is very subjective.
Please Include Screen Shots for ROM / MOD / THEME / Apps & Games, when possible as it's expected by our members.
[MOD]'s that are primarily theming related or simply adjust stock application or framework functionality or behavior belong in the themes and apps section rather than the development section.
Unmodified Stock ROM and Source Codes does not count as a DEVELOPMENT project unless it's part of an active project you have already started, and so should be posted in the general section.
Placeholder threads posted in the development section will be removed or moved.
Howto's and Guides should be posted in the general section.
Password must be provided for all password protected files.
Direct download links preferred, due to stipulations stated in forum rule #11
11. Don’t post with the intention of selling something.
[*] Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
[*] Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
[*] Encouraging members to participate in forum activities on other phone related sites is prohibited.
[*] Off-site downloads are permitted if the site is non-commercial and does not require registration.
[*] Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Click to expand...
Click to collapse
Extra emphasis on rule #12
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
... and Please! keep all your personal bickering via PMs, do not pollute the forum with your personal indifferences.
If you have a problem with a specific member please contact the Moderators for help, that's what we're here for, but we are not babysitters, we are here to gather, organize and provide useful information for our over priced phones
...for additional details please read the full Forum & Marketplace Rules
Thank you for your cooperation.
[SIZE=+1]If there are new threads needing to be added from either the Q&A or General sections, please contact one of the Moderators. Your Moderators can be found at the top of each sub category. General, Q&A, Help & Troubleshooting, Android Development etc...
~Thank you~[/SIZE]​

[Roll up] Important threads for: HTC Incredible S

GREETINGS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SOME GUIDES REGARDING S-OFF AND FLASHING WILL BE ALLOWED IN DEVELOPMENT BUT MOST WILL BE LINKED TO THIS THREAD.
"COLLECTIONS", "REFERENCES" "LIBRARIES/INDEXES" and HOW TOS BELONG IN GENERAL SECTION.​
Please keep Development forums CLEAN! Read the OP (opening post) of any thread for posting etiquette.
Please use the report button (instructions found Here) regarding an offending post, PLEASE do not take matters into your own hands!
Source code must be posted for all kernels!
Please use TAGS such as [ROM] or [KERNEL] for all development forums, throughout XDA
Any disputes between developers should be handled through pm or with the interaction of a moderator.
Rom issues should be discussed within their respective threads, or in a corresponding Q&A thread
Thread titles should ALWAYS coincide with ROMS ALREADY AVAILABLE FOR DOWNLOAD!!! No advance notification of incoming ROM through thread title. A changelog for the yet unreleased Rom can be included in the OP or in another post CLEARLY MARKED as EXPECTED CHANGELOG
If you are a developer or want to be one, please consider using the DevDB
Posting in a Development section means automatic ACCEPTANCE of the above Rules
Forum specifics:
Attention all Android Developers - GPL
Forum Rules
Forum Search
Preset Google search for XDA Developers.
FAQ:
Frequently Asked Questions- HTC Incredible S (VIVO)
Index threads
[INDEX]HTC Incredible S [ROMs/Kernels/Radios/Recoverys/Guides]
How to/Guides:
[GUIDE] Unlock bootloader and install Recovery (aka. how to install custom roms)
All in One Noob Guide For Downgrade and S Off
{[GUIDE]} HTC Incredible S Unlock Bootloader, flash recovery, Root, S-OFF
[RADIO] HTC Incredible S Radios [PG32IMG.zip]
Rooting Incredible S - AlphaRevX in Public Beta
[FIRST AID] Collection of solved problems for IncS
Tools:
[TOOL][SCRIPT][05 Sep 2012]S-off for HBOOT 1.16 and above[v3.4.1]
Attention developers or those just starting out
How do I determine if my work belongs in Original Development?​
These are the determining factors:
~The following are most likely “Original Development”:
Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
~The following are most likely not “Original Development”, and should be posted in the “Android Development” sub forum:
Your own “unofficial” stock build of your favourite original, source-built (or otherwise) ROM, particularly where an official or maintainer-endorsed thread exists already.
Minor derivatives of other ROMs with little or no changes, or ROMs consisting of “placebo” features as a main constituent or claim.
Renames or rebadges of others’ work – these don’t belong on XDA at all! Refer to rule 12 for more information.
Reposts of existing ROMs with small changes (i.e. kitchen work, such as adding a couple of apps). If you could realistically distribute your changes as an “addon pack” above and beyond a ROM, you should do so. In addition, your “ROM” would not be original development as it would be substantially identical to the original ROM.
A thread created with unrealistic goals that are clearly unachievable by those starting the thread. This is not intended to discourage high aspirations, rather to prevent threads porting Windows Phone 8 to the HTC Wallaby. This is pretty much common sense.
A ROM where a main or significant claim/feature is graphical changes to the user interface (ie. Themed ROM)
Forum section rules:
To help keep this forum section tidy and easy to use, here are some rules and guidelines.
Only the following topics are allowed in the DEVELOPMENT area:
[DEV] - Development for any projects or Apps.
[ROM] - Custom ROMs.
[KERNEL] - Custom Kernels.
[MOD] - Hack & Modifications for the phone. (See below for more details)
[FIX] - Fixes for known issues & bugs.
[R&D] - Research & Development for Devs only, when gathering data for a new projects.
Please keep all non Development relevant chatter out of development threads, It is recommended to make a separate thread in the Q&A section for non Development related comments and questions, valid replies within a development thread are: BUG Reports, Problem, Troubleshooting Steps & Logs.
Note: If you are unsure where your new topic should go, then please post it in General.
For more information on the Original Android Development section check out this portal post
All kinds of Best Rom/Kernel/etc threads are unwelcome and they will be closed. Read, research and make your own mind up, as the question is very subjective.
Please Include Screen Shots for ROM / MOD / THEME / Apps & Games, when possible as it's expected by our members.
[MOD]'s that are primarily theming related or simply adjust stock application or framework functionality or behavior belong in the themes and apps section rather than the development section.
Unmodified Stock ROM and Source Codes does not count as a DEVELOPMENT project unless it's part of an active project you have already started, and so should be posted in the general section.
Placeholder threads posted in the development section will be removed or moved.
Howto's and Guides should be posted in the general section.
Password must be provided for all password protected files.
Direct download links preferred, due to stipulations stated in forum rule #11
11. Don’t post with the intention of selling something.
[*] Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
[*] Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
[*] Encouraging members to participate in forum activities on other phone related sites is prohibited.
[*] Off-site downloads are permitted if the site is non-commercial and does not require registration.
[*] Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Click to expand...
Click to collapse
Extra emphasis on rule #12
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
... and Please! keep all your personal bickering via PMs, do not pollute the forum with your personal indifferences.
If you have a problem with a specific member please contact the Moderators for help, that's what we're here for, but we are not babysitters, we are here to gather, organize and provide useful information for our over priced phones
...for additional details please read the full Forum & Marketplace Rules
Thank you for your cooperation.
[SIZE=+1]If there are new threads needing to be added from either the Q&A or General sections, please contact one of the Moderators. Your Moderators can be found at the top of each sub category. General, Q&A, Help & Troubleshooting, Android Development etc...
~Thank you~[/SIZE]​

[Roll up] Important threads for: HTC Vivid, Raider, Velocity

GREETINGS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SOME GUIDES REGARDING S-OFF AND FLASHING WILL BE ALLOWED IN DEVELOPMENT BUT MOST WILL BE LINKED TO THIS THREAD.
"COLLECTIONS", "REFERENCES" "LIBRARIES/INDEXES" and HOW TOS BELONG IN GENERAL SECTION.​
Please keep Development forums CLEAN! Read the OP (opening post) of any thread for posting etiquette.
Please use the report button (instructions found Here) regarding an offending post, PLEASE do not take matters into your own hands!
Source code must be posted for all kernels!
Please use TAGS such as [ROM] or [KERNEL] for all development forums, throughout XDA
Any disputes between developers should be handled through pm or with the interaction of a moderator.
Rom issues should be discussed within their respective threads, or in a corresponding Q&A thread
Thread titles should ALWAYS coincide with ROMS ALREADY AVAILABLE FOR DOWNLOAD!!! No advance notification of incoming ROM through thread title. A changelog for the yet unreleased Rom can be included in the OP or in another post CLEARLY MARKED as EXPECTED CHANGELOG
If you are a developer or want to be one, please consider using the DevDB
Posting in a Development section means automatic ACCEPTANCE of the above Rules
Forum specifics:
Attention all Android Developers - GPL
Forum Rules
Forum Search
Preset Google search for XDA Developers.
FAQ:
General Knowledge Thread
Indexes:
[INDEX]HTC Vivid / Velocity / Raider [ROM's/Kernel's/Recovery's/Guide's]
How to/Guides:
[SUPERGUIDE] ICS-Root-Flash-Stock
[UNBRICK] HTC Unbricking Project
Tools:
[TOOL] [10.16.13] WinDroid HTC Vivid Toolkit v2.1 | Unlock | Root | Flash | S-OFF |
HTC Vivid Fastboot OEM Commands
Attention developers or those just starting out
How do I determine if my work belongs in Original Development?​
These are the determining factors:
~The following are most likely “Original Development”:
Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
~The following are most likely not “Original Development”, and should be posted in the “Android Development” sub forum:
Your own “unofficial” stock build of your favourite original, source-built (or otherwise) ROM, particularly where an official or maintainer-endorsed thread exists already.
Minor derivatives of other ROMs with little or no changes, or ROMs consisting of “placebo” features as a main constituent or claim.
Renames or rebadges of others’ work – these don’t belong on XDA at all! Refer to rule 12 for more information.
Reposts of existing ROMs with small changes (i.e. kitchen work, such as adding a couple of apps). If you could realistically distribute your changes as an “addon pack” above and beyond a ROM, you should do so. In addition, your “ROM” would not be original development as it would be substantially identical to the original ROM.
A thread created with unrealistic goals that are clearly unachievable by those starting the thread. This is not intended to discourage high aspirations, rather to prevent threads porting Windows Phone 8 to the HTC Wallaby. This is pretty much common sense.
A ROM where a main or significant claim/feature is graphical changes to the user interface (ie. Themed ROM)
Forum section rules:
To help keep this forum section tidy and easy to use, here are some rules and guidelines.
Only the following topics are allowed in the DEVELOPMENT area:
[DEV] - Development for any projects or Apps.
[ROM] - Custom ROMs.
[KERNEL] - Custom Kernels.
[MOD] - Hack & Modifications for the phone. (See below for more details)
[FIX] - Fixes for known issues & bugs.
[R&D] - Research & Development for Devs only, when gathering data for a new projects.
Please keep all non Development relevant chatter out of development threads, It is recommended to make a separate thread in the Q&A section for non Development related comments and questions, valid replies within a development thread are: BUG Reports, Problem, Troubleshooting Steps & Logs.
Note: If you are unsure where your new topic should go, then please post it in General.
For more information on the Original Android Development section check out this portal post
All kinds of Best Rom/Kernel/etc threads are unwelcome and they will be closed. Read, research and make your own mind up, as the question is very subjective.
Please Include Screen Shots for ROM / MOD / THEME / Apps & Games, when possible as it's expected by our members.
[MOD]'s that are primarily theming related or simply adjust stock application or framework functionality or behavior belong in the themes and apps section rather than the development section.
Unmodified Stock ROM and Source Codes does not count as a DEVELOPMENT project unless it's part of an active project you have already started, and so should be posted in the general section.
Placeholder threads posted in the development section will be removed or moved.
Howto's and Guides should be posted in the general section.
Password must be provided for all password protected files.
Direct download links preferred, due to stipulations stated in forum rule #11
11. Don’t post with the intention of selling something.
[*] Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
[*] Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
[*] Encouraging members to participate in forum activities on other phone related sites is prohibited.
[*] Off-site downloads are permitted if the site is non-commercial and does not require registration.
[*] Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Click to expand...
Click to collapse
Extra emphasis on rule #12
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
... and Please! keep all your personal bickering via PMs, do not pollute the forum with your personal indifferences.
If you have a problem with a specific member please contact the Moderators for help, that's what we're here for, but we are not babysitters, we are here to gather, organize and provide useful information for our over priced phones
...for additional details please read the full Forum & Marketplace Rules
Thank you for your cooperation.
[SIZE=+1]If there are new threads needing to be added from either the Q&A or General sections, please contact one of the Moderators. Your Moderators can be found at the top of each sub category. General, Q&A, Help & Troubleshooting, Android Development etc...
~Thank you~[/SIZE]​

[Roll up] Important threads for: HTC Droid Incredible

GREETINGS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SOME GUIDES REGARDING S-OFF AND FLASHING WILL BE ALLOWED IN DEVELOPMENT BUT MOST WILL BE LINKED TO THIS THREAD.
"COLLECTIONS", "REFERENCES" "LIBRARIES/INDEXES" and HOW TOS BELONG IN GENERAL SECTION.​
Please keep Development forums CLEAN! Read the OP (opening post) of any thread for posting etiquette.
Please use the report button (instructions found Here) regarding an offending post, PLEASE do not take matters into your own hands!
Source code must be posted for all kernels!
Please use TAGS such as [ROM] or [KERNEL] for all development forums, throughout XDA
Any disputes between developers should be handled through pm or with the interaction of a moderator.
Rom issues should be discussed within their respective threads, or in a corresponding Q&A thread
Thread titles should ALWAYS coincide with ROMS ALREADY AVAILABLE FOR DOWNLOAD!!! No advance notification of incoming ROM through thread title. A changelog for the yet unreleased Rom can be included in the OP or in another post CLEARLY MARKED as EXPECTED CHANGELOG
If you are a developer or want to be one, please consider using the DevDB
Posting in a Development section means automatic ACCEPTANCE of the above Rules
FAQ:
How to/Guides:
[HOW-TO] Fix 5 vibrate and black screen
HTC DROID INCREDIBLE (Guides and How to's)
[GUIDE] How To Root HBOOT 1.02/1.07 and gain S-OFF
[How To] Fix md5 mismatch nandroid restore
[How to][Fix] 3G Drops
Tools/Mods:
[MOD] BUNKER BUSTER DTR
Social:
HTC Incredible Wiki
Attention developers or those just starting out
How do I determine if my work belongs in Original Development?​
These are the determining factors:
~The following are most likely “Original Development”:
Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
~The following are most likely not “Original Development”, and should be posted in the “Android Development” sub forum:
Your own “unofficial” stock build of your favourite original, source-built (or otherwise) ROM, particularly where an official or maintainer-endorsed thread exists already.
Minor derivatives of other ROMs with little or no changes, or ROMs consisting of “placebo” features as a main constituent or claim.
Renames or rebadges of others’ work – these don’t belong on XDA at all! Refer to rule 12 for more information.
Reposts of existing ROMs with small changes (i.e. kitchen work, such as adding a couple of apps). If you could realistically distribute your changes as an “addon pack” above and beyond a ROM, you should do so. In addition, your “ROM” would not be original development as it would be substantially identical to the original ROM.
A thread created with unrealistic goals that are clearly unachievable by those starting the thread. This is not intended to discourage high aspirations, rather to prevent threads porting Windows Phone 8 to the HTC Wallaby. This is pretty much common sense.
A ROM where a main or significant claim/feature is graphical changes to the user interface (ie. Themed ROM)
Forum section rules:
To help keep this forum section tidy and easy to use, here are some rules and guidelines.
Only the following topics are allowed in the DEVELOPMENT area:
[DEV] - Development for any projects or Apps.
[ROM] - Custom ROMs.
[KERNEL] - Custom Kernels.
[MOD] - Hack & Modifications for the phone. (See below for more details)
[FIX] - Fixes for known issues & bugs.
[R&D] - Research & Development for Devs only, when gathering data for a new projects.
Please keep all non Development relevant chatter out of development threads, It is recommended to make a separate thread in the Q&A section for non Development related comments and questions, valid replies within a development thread are: BUG Reports, Problem, Troubleshooting Steps & Logs.
Note: If you are unsure where your new topic should go, then please post it in General.
For more information on the Original Android Development section check out this portal post
All kinds of Best Rom/Kernel/etc threads are unwelcome and they will be closed. Read, research and make your own mind up, as the question is very subjective.
Please Include Screen Shots for ROM / MOD / THEME / Apps & Games, when possible as it's expected by our members.
[MOD]'s that are primarily theming related or simply adjust stock application or framework functionality or behavior belong in the themes and apps section rather than the development section.
Unmodified Stock ROM and Source Codes does not count as a DEVELOPMENT project unless it's part of an active project you have already started, and so should be posted in the general section.
Placeholder threads posted in the development section will be removed or moved.
Howto's and Guides should be posted in the general section.
Password must be provided for all password protected files.
Direct download links preferred, due to stipulations stated in forum rule #11
11. Don’t post with the intention of selling something.
[*] Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
[*] Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
[*] Encouraging members to participate in forum activities on other phone related sites is prohibited.
[*] Off-site downloads are permitted if the site is non-commercial and does not require registration.
[*] Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Click to expand...
Click to collapse
Extra emphasis on rule #12
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
... and Please! keep all your personal bickering via PMs, do not pollute the forum with your personal indifferences.
If you have a problem with a specific member please contact the Moderators for help, that's what we're here for, but we are not babysitters, we are here to gather, organize and provide useful information for our over priced phones
...for additional details please read the full Forum & Marketplace Rules
Thank you for your cooperation.
[SIZE=+1]If there are new threads needing to be added from either the Q&A or General sections, please contact one of the Moderators. Your Moderators can be found at the top of each sub category. General, Q&A, Help & Troubleshooting, Android Development etc...
~Thank you~[/SIZE]​

[Roll up] Important threads for: HTC First

GREETINGS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SOME GUIDES REGARDING S-OFF AND FLASHING WILL BE ALLOWED IN DEVELOPMENT BUT MOST WILL BE LINKED TO THIS THREAD.
"COLLECTIONS", "REFERENCES" "LIBRARIES/INDEXES" and HOW TOS BELONG IN GENERAL SECTION.​
Please keep Development forums CLEAN! Read the OP (opening post) of any thread for posting etiquette.
Please use the report button (instructions found Here) regarding an offending post, PLEASE do not take matters into your own hands!
Source code must be posted for all kernels!
Please use TAGS such as [ROM] or [KERNEL] for all development forums, throughout XDA
Any disputes between developers should be handled through pm or with the interaction of a moderator.
Rom issues should be discussed within their respective threads, or in a corresponding Q&A thread
Thread titles should ALWAYS coincide with ROMS ALREADY AVAILABLE FOR DOWNLOAD!!! No advance notification of incoming ROM through thread title. A changelog for the yet unreleased Rom can be included in the OP or in another post CLEARLY MARKED as EXPECTED CHANGELOG
If you are a developer or want to be one, please consider using the DevDB
Posting in a Development section means automatic ACCEPTANCE of the above Rules
Forum specifics:
Attention all Android Developers - GPL
Forum Rules
Forum Search
Preset Google search for XDA Developers.
Tutorial
Guides/How to:
[HOW TO] Remove bloatware and at&t apps
Moonshine S-OFF for HTC First
[How to] root
Tools:
Wizzrah's HTC First Toolkit [Unlock bootloader, flash a recovery, root]
Attention developers or those just starting out
How do I determine if my work belongs in Original Development?​
These are the determining factors:
~The following are most likely “Original Development”:
Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
~The following are most likely not “Original Development”, and should be posted in the “Android Development” sub forum:
Your own “unofficial” stock build of your favourite original, source-built (or otherwise) ROM, particularly where an official or maintainer-endorsed thread exists already.
Minor derivatives of other ROMs with little or no changes, or ROMs consisting of “placebo” features as a main constituent or claim.
Renames or rebadges of others’ work – these don’t belong on XDA at all! Refer to rule 12 for more information.
Reposts of existing ROMs with small changes (i.e. kitchen work, such as adding a couple of apps). If you could realistically distribute your changes as an “addon pack” above and beyond a ROM, you should do so. In addition, your “ROM” would not be original development as it would be substantially identical to the original ROM.
A thread created with unrealistic goals that are clearly unachievable by those starting the thread. This is not intended to discourage high aspirations, rather to prevent threads porting Windows Phone 8 to the HTC Wallaby. This is pretty much common sense.
A ROM where a main or significant claim/feature is graphical changes to the user interface (ie. Themed ROM)
Forum section rules:
To help keep this forum section tidy and easy to use, here are some rules and guidelines.
Only the following topics are allowed in the DEVELOPMENT area:
[DEV] - Development for any projects or Apps.
[ROM] - Custom ROMs.
[KERNEL] - Custom Kernels.
[MOD] - Hack & Modifications for the phone. (See below for more details)
[FIX] - Fixes for known issues & bugs.
[R&D] - Research & Development for Devs only, when gathering data for a new projects.
Please keep all non Development relevant chatter out of development threads, It is recommended to make a separate thread in the Q&A section for non Development related comments and questions, valid replies within a development thread are: BUG Reports, Problem, Troubleshooting Steps & Logs.
Note: If you are unsure where your new topic should go, then please post it in General.
For more information on the Original Android Development section check out this portal post
All kinds of Best Rom/Kernel/etc threads are unwelcome and they will be closed. Read, research and make your own mind up, as the question is very subjective.
Please Include Screen Shots for ROM / MOD / THEME / Apps & Games, when possible as it's expected by our members.
[MOD]'s that are primarily theming related or simply adjust stock application or framework functionality or behavior belong in the themes and apps section rather than the development section.
Unmodified Stock ROM and Source Codes does not count as a DEVELOPMENT project unless it's part of an active project you have already started, and so should be posted in the general section.
Placeholder threads posted in the development section will be removed or moved.
Howto's and Guides should be posted in the general section.
Password must be provided for all password protected files.
Direct download links preferred, due to stipulations stated in forum rule #11
11. Don’t post with the intention of selling something.
[*] Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
[*] Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
[*] Encouraging members to participate in forum activities on other phone related sites is prohibited.
[*] Off-site downloads are permitted if the site is non-commercial and does not require registration.
[*] Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Click to expand...
Click to collapse
Extra emphasis on rule #12
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
... and Please! keep all your personal bickering via PMs, do not pollute the forum with your personal indifferences.
If you have a problem with a specific member please contact the Moderators for help, that's what we're here for, but we are not babysitters, we are here to gather, organize and provide useful information for our over priced phones
...for additional details please read the full Forum & Marketplace Rules
Thank you for your cooperation.
[SIZE=+1]If there are new threads needing to be added from either the Q&A or General sections, please contact one of the Moderators. Your Moderators can be found at the top of each sub category. General, Q&A, Help & Troubleshooting, Android Development etc...
~Thank you~[/SIZE]​

Categories

Resources