Suppose i have a device that passes the minimum requirements for android OS , now can i program the bootloader and all and run android OS in it?
the device is : LG gt350i
i wouldnt want to run android 3.0 , perhaps 1.6 or 2.1.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since the code is open source, you can port it to anything you want, if you have the development tools for your device and can write drivers for it’s peripherals. Unfortunately companies usually don’t provide that tools for users (you can develop an app for their OS, but you can’t change the OS itself), nor hardware spec that would allow you to do so.