Q|How can I use UART connection to send commands - Hardware Hacking General

Hello,
I wanted to know how to connect to a device thorogh UART cable and send commands (wipe and so), also how can I learn the command set? (I think its AT commands )

..

fffft said:
Google
Read
Read some more
Try something
Repeat
Try something different. Confirm a missing piece. Have a beer
Repeat
Seriously. There are no step by step guides for this. The manufacturers do not provide any public documentation and the small number of people who have figured it out themselves are typically marketing programming tools based on that knowledge and reluctant to subvert that by disclosing a lot of detail to random strangers. An intelligent Google search will provide a wealth of information. But even so, you will need to do a substantial amount of first hand work to confirm information, fill in blanks, details and develop procedures.
As a bonus you will also gain experience in unbricking your test phones. The bottom line is that if you can't proactively search for the appropriate posts yourself and deduce the missing pieces empiracally, you simply aren't going to learn how to do this. Nevertheless a lot of people have at least a passing interest in this, so look here for details.
.
Click to expand...
Click to collapse
Thank you! You just gave me all the references I needed to start, btw great post (hope there is more to come).
Sent from my GT-I9300 using XDA Free mobile app

Related

Materials For Learning Android Development?

Hey guys, I'd like to learn how to develop for the Android OS.
What materials would to recommend that start from a beginner level that fully explain every step? Examples and learning tasks would be excellent too.
Was shown Professional Android 2 Application Development by Reto Meier which I'm considering buying, but will it be too advanced to start with?
Thanks for any help.
Im looking for exactly the same thing, although i do know a bit of java, it would be nice too have some comprehensive guides.
video learnings
xtensivearts.com have posted 11 series on how to do development on android
and
follow this link for an hour tutorial on android development http://www.youtube.com/watch?v=j8XseabG5j0&feature=player_embedded
and u can find many more videos on related section
First you need to learn java
Here:
http://java.sun.com/docs/books/tutorial/getStarted/index.html
http://java.sun.com/docs/books/tutorial/java/index.html
http://java.sun.com/docs/books/tutorial/essential/index.html
http://java.sun.com/docs/books/tutorial/collections/index.html
http://java.sun.com/docs/books/tutorial/ui/index.html
http://java.sun.com/docs/books/tutorial/deployment/index.html
Depends on how beginner you are
What sort of programming experience do you have? Are you familiar with Java?
It's probably worth taking a look at some of the examples at the Dev Guide section of the Android Developer site (developer dot android dot com). If you're comfortable with that you should be fine to use Professional Android 2.
The book assumes you're a fairly experienced developer who is comfortable with Java (or at least experienced with similar OO languages), but that you have little to know knowledge of Android or mobile development.
houseonfire said:
First you need to learn java
Here:
http://java.sun.com/docs/books/tutorial/getStarted/index.html
http://java.sun.com/docs/books/tutorial/java/index.html
http://java.sun.com/docs/books/tutorial/essential/index.html
http://java.sun.com/docs/books/tutorial/collections/index.html
http://java.sun.com/docs/books/tutorial/ui/index.html
http://java.sun.com/docs/books/tutorial/deployment/index.html
Click to expand...
Click to collapse
You shouldn't include that first link in my opinion
About the Java Technology
Java technology is both a programming language and a platform.
The Java Programming Language
The Java programming language is a high-level language that can be characterized by all of the following buzzwords:
# Simple
# Architecture neutral
# Object oriented
# Portable
# Distributed
# High performance
# Multithreaded
# Robust
# Dynamic
# Secure
Click to expand...
Click to collapse
It's just sounds like marketing and someone stroking themselves.
[Second link]
http://java.sun.com/docs/books/tutorial/java/concepts/object.htm
I'm so ****ed... does anyone any where ever teach things in a manner that shows how things work, besides the bull****???
I'm never going to learn at this rate. Seems like their are peices of the puzzle people don't understand, which i fully understand and have no patience for.. and the stuff every one grabs onto easily is that stuff i can't find taught
[Next page]
http://java.sun.com/docs/books/tutorial/java/concepts/class.html
For some reason I doubt if I plug that code in its just going to flat out work...
Any tutorials that teach in a fashion that says... hey this is what you need to know..
There are variables, classes and this is what needs to go into place for them to work.
In the real world, you'll often find many individual objects all of the same kind. There may be thousands of other bicycles in existence, all of the same make and model. Each bicycle was built from the same set of blueprints and therefore contains the same components. In object-oriented terms, we say that your bicycle is an instance of the class of objects known as bicycles. A class is the blueprint from which individual objects are created.
Click to expand...
Click to collapse
Who CARES??
I want to see the tools and see what needs to be in place for them to work and how to work them.
This turtorial isn't for me
I need a no bull**** tutorial for newbies that flat out says these are the things you needto know how to utilize and this is how you utilize them, in explainable code that works, that isn't missing code someone assumes ill know to put there.
I'm coming to the conclusio that the most difficult part about developing is finding out where you need tolearn from and a good resource to teach you in your own learning style.
I'm a genius in an area everyone is retarded in and a retard in an area that makes the rest of the world seem to have genius about something im missing..
I'd recommend the book called Hello, Android.
I was thinking the same thing... i just can't afford to spend any more money on something that isn't going to teach me in my style...
I'm afraid something might be wrong with the area of my brain that handles communication, language and the english language because there seems to be something about specific things that i just can never grasp unless shown piece by piece a couple of times.
nobody seems serious about showing me anything eer.. they just want to tell me :/
[edit\
Starting here.. ill just tough through what I can but im certain ill be asking some basic stupid questions because there will be something ill be having trouble wraping my head around
2.1 The Big Picture
Let’s start by taking a look at the overall system architecture—the key
layers and components that make up the Android open source software
stack. In Figure 2.1, on the next page, you can see the “20,000-foot”
view of Android. Study it closely—there will be a test tomorrow.
Each layer uses the services provided by the layers below it. Starting
from the bottom, the following sections highlight the layers provided by
Android.
Click to expand...
Click to collapse
**** it, i just skipped to the creating menus section.... who in the world has time for people wanting to jolly themselves by talking a bunch of bull****?
I need to know "how" not "why"...damn it,
Bunnnyman said:
I'd recommend the book called Hello, Android.
Click to expand...
Click to collapse
The example code for enabling the menu button to pop up a menu appears to be incomplete.
I might be stupid but im not that stupid...

ADB Workshop

How many would be interested in an adb tutorial/ workshop via IRC? I would cover what adb is, how to install it and set it up properly, as well as some examples on how to use it. I would start with Windows only.
Depending on the interest is whether it will happen.
Edit: Looks like there is a decent enough interest in this. I am tentatively planning this for Saturday, at 4pm MST, aka 6pm EST.
Channel will be #android-learning on Freenode.
I will post the channel I will be setting up before tomorrow evening.
If you have trouble with IRC, please take the time to learn now.
http://www.multiplaygameservers.com/help/irc-guide/
Also, please download, and read this PRIOR to the workshop. There are some steps you need to have performed prior to the beginning of the workshop.
http://adrynalyne.us/files/Android Debugging Bridge.pdf
Also, in the interest of time, and not wasting it for anyone, I will not be repeating parts of the workshop for those who arrive late. There will be a small Q and A section afterward.
I'd ask that some folks could log this workshop so that those who do come in late can fill in the blanks later.
Rules
Ok folks, this is how tonight will proceed. I will leave the channel muted until 6pm. I will then make a general introduction and repeat these rules. From there, the channel will be unmuted and we will continue. PMs will be ignored unless its a matter of great importance.
1. No arguing, bickering, or disrespecting anyone. First time violators will be warned, second time violators will be banned from the channel, and will not be allowed to attend any future workshops in the channel.
2. Respect folks with their questions. I will answer them in the order they are asked. If a question is asked that has already been answered, it will be ignored.
3. Thats it! I hope I can provide a useful skill to those who need it.
Captainkrtek was kind enough to log the 1.5 hour session.
> http://rom.galaxysense.com/adb.log
I'm always willing to learn new stuff!
i wonder if i could get a virtual room setup at work for recording and desktop sharing for something like this...
I have no idea but if you could find out that would be nice.
That would be great, thanks.
Sent from my SCH-I500 using XDA App
adrynalyne said:
I have no idea but if you could find out that would be nice.
Click to expand...
Click to collapse
I'll look into it, because IRC is not really the best forum for something like that. Let me see if my HP Virtual Room account says anything about "work only" or if session recording is active.
adrynalyne said:
How many would be interested in an adb tutorial/ workshop via IRC? I would cover what adb is, how to install it and set it up properly, as well as some examples on how to use it. I would start with Windows only.
Depending on the interest is whether it will happen.
Click to expand...
Click to collapse
I am interested I really want to learn more on how adb works and be able to get more out of my android.... but it would depend on when it was going to happen.
Drootz!
If you do go through with the tutorial on IRC, let me know so I can be sure to be logged in to capture the chat log then. I feel that I've gotten better with adb, but I'm sure there is still more to learn.
I'd try and catch it. I've never had to use adb, but I'm confident I could learn it.
I would definitely be interested.
Good stuff, nice to see someone in the community kind enough to step forward and offer help.
I'll be there.
adrynalyne said:
How many would be interested in an adb tutorial/ workshop via IRC? I would cover what adb is, how to install it and set it up properly, as well as some examples on how to use it. I would start with Windows only.
Depending on the interest is whether it will happen.
Edit: Looks like there is a decent enough interest in this. I am tentatively planning this for Saturday, at 4pm MST, aka 6pm EST.
I will post the channel I will be setting up before tomorrow evening.
If you have trouble with IRC, please take the time to learn now.
http://www.multiplaygameservers.com/help/irc-guide/
Also, please download, and read this PRIOR to the workshop. There are some steps you need to have performed prior to the beginning of the workshop.
http://adrynalyne.us/files/Android Debugging Bridge.pdf
Also, in the interest of time, and not wasting it for anyone, I will not be repeating parts of the workshop for those who arrive late. There will be a small Q and A section afterward.
I'd ask that some folks could log this workshop so that those who do come in late can fill in the blanks later.
Click to expand...
Click to collapse
Still so generous after everything that's happened... I applaud you sir.
I down! I always take the opportunity to learn
Sent from my SCH-I500 using XDA App
It would be great if you could record the whole thing, and save any chat text, for those that can't watch but are interested. I am a novice with adb, but know a little, but would love to watch a tutorial for all the little shortcuts and things that I am sure I don't know.
I have some adb experience, but I have much to learn. Count me in!
Sent from my SCH-I500 using XDA App
Two pdf files have been posted to the channel topic in #android-learning.
These are whats on the agenda for Saturday evening, if you wish to get a peek.
Bump for the procrastinators. Less than 9 hours from now, read the .pdf
Swyped w/ XDA App. When in doubt, mumble.
I have to work. No irc access... Damn, this would be awesome.
Sent from my SCH-I500 using XDA App
I'll log it for you.

Proprietary Viewsonic Gtablet Android Binaries & Drivers Pack

Viewsonic Gtablet Specific Binaries & Drivers​
For everyone who may have been waiting for this I present to you the proper Proprietary Viewsonic Gtablet Binaries & Drivers according to Cyanogen Mods Tutorial of Compiling Gingerbread Rom which also discusses how to pull the Proprietary Drivers and Binaries from a Malata smb_a1002 Device which is a Viewsonic Gtablet specifically.
To all who want to test with these Binaries and Drivers before testing with these please understand that these are the Binaries and Drivers the Viewsonic Gtablet Stock ROM uses. When using these specific Binaries and Drivers understand that these files may already exist and that replacing just one of these can disrupt the way a current ROM may be running. This can be caused for a number of reasons...
1. When replacing the libraries and binaries with these understand the alot of these specific files are tied together to make the Gtablet work the way it does, so in essence replacing one of these libraries or binaries with one on another ROM can cause the ROM itself to look for the other libraries and binary files that are specifically in this package.
2. You may get away with mixing and mingling these files but it's a hard and time consuming process to debug which ones can and can't work with other vendors binaries and libraries but this is how the work must be done
3. If there is a file missing do not blame me this is what I know according to Cyanogen MODs Wiki. If you wan to view there tutorial go to there website, and look through there WIKI.
Proprietary Android Binaries & Drivers: http://linuxboxsolution.com/linux-b...t-Proprietary-Android-Binaries--and--Drivers/
Issues have seemed to be resolved with submission to github.
That zip file would've been slightly more useful had it contained the original paths of those proprietary files.
Issues have seemed to be resolved with submission to github.
** deleted **
Thanks for the work LBS
mmenzie said:
can a MODERATOR please step in on this??? the above comments do NOTHING to further the development of this or any other thing!!! i'm not a developer or anything... i am just a tester testing all the wonderful things all the Devs let us test. are you a developer??? are you a programmer??? are you even using the products of this developer??? i am guessing the answer is NO to all questions. if thats the case please just sit back and read and do not interact with this thread or any other thread where your business is to knock the product. unless you are a developer, a programmer, or a tester willing to add CONSTRUCTIVE CRITISIM or "thank yous" there is no need for you to post anything at all in this or any other thread.
CONSTRUCTIVE CRITISIM and helpful hints and positive feedback are the only things that further development and we should all consider this before making a post.
i will now climb down from my soap box and let thgis get back on topic (hopefully)
Click to expand...
Click to collapse
Critisism and words of caution are equally as important as praise.
Be wary of of folks trumpetting the quality of their product to increase profit while doing nothing to provide evidence to support those claims.
That said, what TnT build do these files come from and are they different than what is used in CM7 or some of the AOSP based projects ?
nunjabusiness said:
What exactly does this group of files bring to the table?
If it is simply the extracted stuff from the original TapNCrap that it came with, the only thing I can think of that we are really missing now in the HC ROMs is camera support.
Click to expand...
Click to collapse
In my eyes the only major issues with HC are:
1 camera support (possibly fixed with these files)
2 hardware acceleration (probaly not fixed with these files)
So, one of the two major HC drawbacks might be fixed. IMO camera support isn't as importent as hardware acceleration, but it's still on my 'must have' list. Who cares if camera support came from TapNCrap, as long as it works?
All of the HC ROMS are on par with each other (pre-packaged apps and launchers aside) so if one HC ROM gets camera working then that would be the better ROM IMO.
ramerco said:
That said, what TnT build do these files come from and are they different than what is used in CM7 or some of the AOSP based projects ?
Click to expand...
Click to collapse
Excellent question, I'd like to know the answer too. Does it come from a ROM with keyboard/mouse support, for example?
macbroom said:
Another attempt to drive your site traffic up for profit using open source material.
Click to expand...
Click to collapse
I went to his site and I saw no ads, no banners, no links for a donation or links to other products. MAybe those links were there but they were not prominent, so it hardly looks like an ad scheme, it's not like thousands of people will flock to his site to download files and be drawn into his tangled web of crafty salesmanship. How many people are developing ROMs for the gTab?
Why does it matter if it's his site vs another site?
edirector said:
His behavior is like cyber bullying because he is following this developer from forum to forum to post often-times character assassinating stuff. He might want to consider someone pulling his ip address and seeing who he really is and if he is affecting the developers income, be sued.
Click to expand...
Click to collapse
I'm going to go out on a limb and guess that you have very little knowledge of the law in general and zero about civil law as it relates to defamation.
Regardless of provocation, please do not threaten legal action against someone (albeit groundless) as that is just as heinous a violation of forum rules.
Here they are for your edification (I particularly like #8 and #12):
Forum & Marketplace Rules
--------------------------------------------------------------------------------
FORUM RULES
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
2. Member conduct.
2.1 Language: XDA is a worldwide community. As a result what is ‘ok’ to say in your part of the world may not be ok in someone else’s part of the world. Please think about who is reading what you write. Keep in mind that what you think of as acceptable use of language may not be acceptable to others. Conversely, while reading member posts, remember that word you find offensive may not be to the writer. Tolerance is a two way street.
2.2 Nudity: XDA is used by people of all ages, including minors. It's not acceptable to post nude/pornographic imagery, which includes exposure of the male or female genitalia or of female breasts.
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
2.4 Personal attacks, racial, political and/or religious discussions: XDA is a discussion forum about certain mobile phones. Mobile phones are not racial, political, religious or personally offensive, therefore none of these types of discussions are permitted on XDA.
2.5 New Members: Treat new members the way you would have liked to have been treated when you were a new member. Provide the new members with guidance, advice and instruction always with respect and courtesy.
2.6 All members are expected to read and adhere to the XDA rules.
3. Post only using a clear subject and message.
You're most likely to receive a helpful answer to your question if you use a short subject title that describes your problem and a message that explains in detail what your problem is and what you've tried to solve it.
4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation.
5. Post a message only once.
As a large forum we don't need unnecessary clutter, You're free to edit your message as you like, so if you do not receive an answer revisit your message and see if you can describe your problem better. Not everyone is online at the same time, it might take a while before you receive an answer.
6. Do not post warez.
If a piece of software requires you to pay to use it, either pay or find your cracks and serials somewhere else. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained.
7. Do not spam.
If you wish to advertise a product, contact us we provide ads. But do not post it in the forums, it will be removed and you're likely to receive a ban.
You are however allowed to sell used goods like your own device, parts of your device or accessories for your device in the marketplace forum, please read the rules there before posting. (This rule includes signatures, if you use a signature it will appear in your post)
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
9. Don't get us in trouble.
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does not mean we agree with everything the software piracy lobby try to impose on us, it simply means you cannot break any laws here, since we'll end up dealing with legal hassle caused by you. Please use common sense: respect the forum, its users, and those that write great code.
10. Help others if you can.
If you see posts from others where you can help out, please do. This place exists because people are helping each other, and even if you are relatively new to the matter, there's probably already quite a few people newer than you that would benefit from what you've learned. Don't be shy.
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.)
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.
What if macbroom and LBS are the same person. He created an alter ego just to stir interest and attention to himself because he loves it. Twist!
Directed by M. Night Shamwamthankyoumam
nunjabusiness said:
...
Here they are for your edification (I particularly like #8 and #12):
...
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
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.
Click to expand...
Click to collapse
Well said.
The vast majority of the responses in this thread are pretty shameful. And I think the most a moderator could do is edit some of these comments (which, imo, they should).
Some advise - on occasion I've lost my cool and written things I later regretted. I suggest that some of you use the edit button, clean up the hateful comments and maybe drop in a "I apologize" retraction while you're at it.
And @LBS, keep in mind that most people do appreciate what you do (myself included). I know how hard it is to make ROM's, and support them, but there will always be a few bad apples. I have pulled back from here (and Slatedroid and TR) this summer as I decompress a bit, so I'm not sure if there's some history outside of this thread which created this tension. But from my vantage point, all LBS is doing is using his own web site to better control how he disseminates information. How is that any different than what goodintentions is doing, for example? Isn't the end goal to help users make the most of their GTAB?
bebopblues said:
What if macbroom and LBS are the same person. He created an alter ego just to stir interest and attention to himself because he loves it. Twist!
Directed by M. Night Shamwamthankyoumam
Click to expand...
Click to collapse
Lol! WHAT A TWIST! Well done on the robot chicken reference
roebeet said:
The vast majority of the responses in this thread are pretty shameful. And I think the most a moderator could do is edit some of these comments (which, imo, they should).
Some advise - on occasion I've lost my cool and written things I later regretted. I suggest that some of you use the edit button, clean up the hateful comments and maybe drop in a "I apologize" retraction while you're at it.
And @LBS, keep in mind that most people do appreciate what you do (myself included). I know how hard it is to make ROM's, and support them, but there will always be a few bad apples. I have pulled back from here (and Slatedroid and TR) this summer as I decompress a bit, so I'm not sure if there's some history outside of this thread which created this tension. But from my vantage point, all LBS is doing is using his own web site to better control how he disseminates information. How is that any different than what goodintentions is doing, for example? Isn't the end goal to help users make the most of their GTAB?
Click to expand...
Click to collapse
Thank you, Roebeet I have been tirelessly supporting LBS's effort. It was starting to feel like a full time job. I am glad you jumped in. It is bad when conversation is not about the rom but gets more personal in nature. People were coming at me because I expressed my like of his work which is pretty darn good at that. But you know I am a fan of your work too. You pioneered the HC rom industry for G Tab, so you know we appreciate you. I trbardelljr I hope I got his name right of Flashback is doing an incredible job as well even though I haven't tried his rom yet. My problem is I got hooked on illuminate because it is that good.
I noticed some have gotten into the dual rom running and I might try that so I can check out different roms at the same time, too.
Enjoy your down time. We look forward to your return.
roebeet said:
The vast majority of the responses in this thread are pretty shameful. And I think the most a moderator could do is edit some of these comments (which, imo, they should).
Some advise - on occasion I've lost my cool and written things I later regretted. I suggest that some of you use the edit button, clean up the hateful comments and maybe drop in a "I apologize" retraction while you're at it.
And @LBS, keep in mind that most people do appreciate what you do (myself included). I know how hard it is to make ROM's, and support them, but there will always be a few bad apples. I have pulled back from here (and Slatedroid and TR) this summer as I decompress a bit, so I'm not sure if there's some history outside of this thread which created this tension. But from my vantage point, all LBS is doing is using his own web site to better control how he disseminates information. How is that any different than what goodintentions is doing, for example? Isn't the end goal to help users make the most of their GTAB?
Click to expand...
Click to collapse
I have edited some of my posts in the interest of cleaning up some of the residual mess in this thread. I also suggest that some others do the same so we can get back on track.
I hope that you are enjoying your break and time with your family and we all hope that you will return in the near future. You were the main reason that I purchased my Gtab.
P.S. You may also want to edit your last post after catching up on the other threads.
macbroom said:
I have edited some of my posts in the interest of cleaning up some of the residual mess in this thread. I also suggest that some others do the same so we can get back on track.
I hope that you are enjoying your break and time with your family and we all hope that you will return in the near future. You were the main reason that I purchased my Gtab.
P.S. You may also want to edit your last post after catching up on the other threads.
Click to expand...
Click to collapse
I just went back and re-read the posts I have made in the past couple of weeks here and stand behind every one 100%.
Now ... on the OTHER forum I (and others) may have gotten a little bit too zealous in some posts but ultimately, the mods agreed with us and locked the threads.
To be completely fair though, none of those posts got really combative until "autistic" started it.
Hey,
Folks, there is a new version of illuminate that was released yesterday that is outstanding... to spin off on from the fact we are on LBS's thread. While many of us may not know how to use these "binaries and drivers" but LBS and other devs do and they are more then likely included somewhere in his updated rom. It is a pretty incredible HC rom.
The speed on it is astounding with no hick-ups. I spent last night driving it hard just to see what it could do and matching the differences in his previous releases. It is pretty incredible. Loads multimedia files...pics, videos and music like they are text.
Update from the LBS kernel thread
jerdog said:
Kernel source needs provided as per GPL. All this looks like is a rebranding of someone else's kernel - to dispel that belief please provide source and changes or else this will be removed as it would be in violation of the rules.
Click to expand...
Click to collapse
Hmmm, deja vu anyone?
macbroom said:
I have edited some of my posts in the interest of cleaning up some of the residual mess in this thread. I also suggest that some others do the same so we can get back on track.
I hope that you are enjoying your break and time with your family and we all hope that you will return in the near future. You were the main reason that I purchased my Gtab.
P.S. You may also want to edit your last post after catching up on the other threads.
Click to expand...
Click to collapse
I had mentioned that I wasn't sure if there was a history, but I suspected that there might be as these things usually are a slow boil. Since I've been out-of-the-loop, if there were other threads I hadn't seen them, at least not yet.
Honestly, I haven't delved into these other HC ROMs recently, so I don't know what's in them. So I can't base an opinion unless I ripped them apart -- the last one I did open up was Flashback, so I know that tlbardelljr had some unique stuff in the framework.
The point was that people need to be careful as these things can be taken out of context if they don't know the history (if there is a history). I know this from personal experience, unfortunately.

Project

I just hope this is the right place to post this, as I do not intend to misuse this forum, it has been very helpful to me over the past few years and I love seeing what yall come out with. That being said here is what I am proposing.
I am looking for some people who know how to build apps for android. As well apps for windows. ( pick whatever programing language you like we just need it to work) I can not pay anyone, but if a small team of people will join me and help get my ideas built as a team I believe we will become successful in the first prototype of what will be the future of cell phones.
I don't get to check the forum often so please reach me via email [email protected]
thank you all for taking the time to read this.
When you say "apps for windows" are you suggesting applications for Windows Phone OS or Windows OS (as in the OS that runs on PCs)?
People will find it hard to work without getting paid and they definitely don't want to work on an idea without getting paid that wont take off so I suggest you give some hints about what your idea is to let people make a better decision?
camp sheckbo
Thanks for the response, and I should have clarified that. Sorry. I was referring to Windows os for pc. I can completely understand people not wanting to work for free as what I am asking I imagine will be quite some work and most likely quite a bit of testing. I have to admit I am apprehensive about just laying any part of my idea out there but for the sake of giving everyone a vague idea of what I have in mind ( please forgive grammar and spelling at this point) is google glass but trust me when I say far better then google. and for now we aren't even building the "phone part" the app on both the phone and its counterpart on the pc should be generic in the sense that any android phone & windows pc user can use the prototype once it is done. Then we shop it around with the concept for the new phone. anyone willing to know more please just shoot me an email. I realize yall don't know what it is yet but I am convinced if made this product would make those involved if not as big as google then pretty close (maybe not in terms of there money but in terms on the name)
Brand is everything.
You could ask here: http://forum.xda-developers.com/showthread.php?t=2349036
Re
nikwen said:
You could ask here: http://forum.xda-developers.com/showthread.php?t=2349036
Click to expand...
Click to collapse
Thank you for the feedback. I will be checking it out.
A developer, looking for collaboraion
Hi Guys,
I am a long time developer for Android, iOS, BB etc with bunch of apps on the app stores, some dead on arrival, some successful, nothing like the next Bill Gates tho . Apps development is side job for me "for now", I am sure you know the feeling.
I guess what I am looking for here is somewhat the opposite to most of the posts here, where folks with amazing ideas looking for developers to "just make it happen". I have bunch of ideas, as well! (too many to count some for apps and some for other areas - chemistry, physics etc). I am looking for *developers* to work and collaborate, basically to brain storm and run through their ideas and my ideas, take our time to proper research and figure out business model, patents etc, maybe throw few baits in apps stores and see where it's going.
My thinking is that if bunch of us developers get together we stand a chance, I find it close to impossible to do it alone..
Of course we can sign all NDAs required etc to make everyone happy. I hope I did not violate any written or conceptual guidelines here.. please feel free to contact me, [email protected]
Thanks!
Udi
udihamudi said:
Hi Guys,
I am a long time developer for Android, iOS, BB etc with bunch of apps on the app stores, some dead on arrival, some successful, nothing like the next Bill Gates tho . Apps development is side job for me "for now", I am sure you know the feeling.
I guess what I am looking for here is somewhat the opposite to most of the posts here, where folks with amazing ideas looking for developers to "just make it happen". I have bunch of ideas, as well! (too many to count some for apps and some for other areas - chemistry, physics etc). I am looking for *developers* to work and collaborate, basically to brain storm and run through their ideas and my ideas, take our time to proper research and figure out business model, patents etc, maybe throw few baits in apps stores and see where it's going.
My thinking is that if bunch of us developers get together we stand a chance, I find it close to impossible to do it alone..
Of course we can sign all NDAs required etc to make everyone happy. I hope I did not violate any written or conceptual guidelines here.. please feel free to contact me, [email protected]
Thanks!
Udi
Click to expand...
Click to collapse
You can ask in this thread: http://forum.xda-developers.com/showthread.php?t=2349036
Another possibility would be making it open-source.
We'll be happy to make it open source when we actually get to work on something
I will be happy to make "it" open source when I finally get to work on something exciting .. need to figure out first what it is thus first step before this need to get together with some bright minds here and decide what we want to work on.. then get it to format where folks can look at and work with as open source
nikwen said:
You can ask in this thread: http://forum.xda-developers.com/showthread.php?t=2349036
Another possibility would be making it open-source.
Click to expand...
Click to collapse
udihamudi said:
I will be happy to make "it" open source when I finally get to work on something exciting .. need to figure out first what it is thus first step before this need to get together with some bright minds here and decide what we want to work on.. then get it to format where folks can look at and work with as open source
Click to expand...
Click to collapse
Of course, you need an idea. Check the thread I linked. You might find an idea there.
For example you could join the WidgetsEverywhere project. It's working and it's open-source.

Response from Kingo

Just wanted to share Kingo's response to an email I sent them today. I basically told them they need to straighten out the mods' concerns before sh goes really south. Very positive response.
______________
We are aware of that and dealing with it right now.
The serial number is collected when adb is called, which is inevitable and unavoidable when you make connection with android device in android developing process. The information we collected are basic such as model, android version and root results, for statistic analysis purpose only. No private information involved. You can check in whatever way you want.
We will remove the IMEI collection, which is only used for device identification, in our next version. But serial no. is necessary because of adb, which should be acceptable.*
We have all the doubts clarified with admins and they are now under discussion and hopefully get it resolved anytime soon.
Thanks for your concern.*
*
Cameron
________
Sent from my SAMSUNG-SM-N900A using xda app-developers app
So far this has been their response in a couple of threads. The main reason they were shut down here is because they are being so secretive with their methods and "closed source" doesn't exactly go around here expecially not with root methods. Expecially not with root methods originated from china. Go to www.wmshua.com and look how simular these two programs are.... This is where they are getting the patches from.
As a very similar discussion thread was just opened in this very same thread, please use it http://forum.xda-developers.com/showthread.php?t=2515851

Categories

Resources