[Q] Guide for developing - Tilt, TyTN II, MDA Vario III Android Development

Hi, is anywhere guide for developing.. i want dev too but i dont know how

What you want to develop? Kernel? System? Both?
on which host (Win/Linux/Mac)?

i want to dev too
i want do dev both kernel and system on windows ... so any advices? and thank you in advance

(EX/OR)
i want to develop both but maybe ony system. because when i wil dev kernel, i will can brake my phone
and im on win exactly win7. but on Notebook i have linux.. so its Win or Lin
And im think it will be better with guide.. Later can be more developers and it is better because updates release frequently

It is possible to put together a build using windows, but for serious development work you will need a Linux system for compiling, building from an already developed base only requires a good text editor, ( not notepad), and 7zip really.

so i need only good text editor? and source data.. its all?
and what sam knowledge of C/+/++/# Java.. nothing?

C for kernel
java for system
linux for both
Develop on windows is quite painful and on mac there are some problem with libs.
The only good system for fast develop is linux. Use a virtual system and setup a simple virtual machine with linux.
Then follow the fresh froyo thread to compile the first time (a lot of time).

Hi Michga,
have you development knowledge in any environment?
Are you for the first time approaching software developing?
Obviously you need programming language knowledge if you want to develop software (every kind of software: applications, utilities, system tools, kernel and so on)
moreafter, if you mind developing operating system's module (kernel, drivers and so on) you need deep understanding of general operating systems mechanisms in addition to specific knowledge about the OS you are developing for.
If this is your first step in software developing, I can suggest you try little application first, then step to system programming...
As a software is made up of simple text, as Zenity said, what you need is AT LEAST a good text editor and this is correct if you plan to write or modify simple pieces of software but if you mind to develop something more, a software developing environment maybe a better choice.
More, have a look at http://developer.android.com/sdk/index.html where you can find the SDK toolkit for Android.
Sorry not being more helpful: I'm a software developer but don't develop for Android yet... (Time... Time... Time... )
See you

thanks for answers.. i think it is all i need..thanks

Related

[Q] Making roms

what i must know for makin my own roms?
Where to start!!! There is so much to know, i think if you are interested in this you should get googling and searching the forums, here isn't a bad place to start http://forum.xda-developers.com/forumdisplay.php?f=611. You can easily modify the ringtones and apps in a pre-built rom by unzipping the androidinstall.tar and deleting the apks you don't use from /system/app/ and ringtones you don't want from /media/ and re-zipping using 7zip but i get the feeling you want to do more then that. Get searching and hopefully see some of your work on the forums sometime!!!
Nees i linux? or i can do it under Windows?
Michga said:
Nees i linux? or i can do it under Windows?
Click to expand...
Click to collapse
Linux is very handy for compiling from git repositories etc... and it is also easy to set up the eclipse IDE for android developing in linux. People also seem to have more sucess with setting up ADB in linux which is very handy when developing. That being said the android kitchens will also run in windows and 7zip is for windows when it comes to creating the final tar installer so it's certainly not impossible. I think you will find most of the developers will have used linux for one thing or another. You can always run it in a virtual machine using virtualbox from within windows.
working ADB on linux (Ubuntu or Suse) with Kaiser?
Must I know Java for developing??
i dont using Virtualbox, but VMWare..
Michga said:
working ADB on linux (Ubuntu or Suse) with Kaiser?
Must I know Java for developing??
i dont using Virtualbox, but VMWare..
Click to expand...
Click to collapse
VMWare is fine, Virtualbox is just an opensource alternative. ADB works fine on ubuntu with Kaiser, i'm guessing it works on Suse too but i don't use it. Look here for more information : http://forum.xda-developers.com/showthread.php?t=502010. If you want to develop apps then you need to know java, a lot of the source code (i.e. libs and the kernel) are written in C.
so its bad for me.. when im 16 year old and i dont know Java and C i cant developing it.. but thanks for advice
At 16 you have a lot of time to learn, start now, I regret not taking the opportunity to learn coding when I was younger, do it, and do it soon

[Q] How to complement till full toolchain?

Hello everybody!
I have FW4, VS2010 Ult, XNA Game Studio 4, ExpressionBlend 4. I want to start development for WP7 and found MS' toolchain (467Mb ISO!), but it's huge! (and no separate components is available). What else do I need to develop for WP7? Guessed I need phone emulator and some libraries/SDK, but cannot find appropriate packages. Can somebody help me, please?
Also, do I need unlocked image? What exactly is locked in emulator?
Thanks in advance.
The only basics you really need Visual Studio, and this download which is the Developer Tools Package, it contains all the files, the emulators, etc
http://www.microsoft.com/downloads/...cf-a63a-4f97-952c-8b51b34b00ce&displaylang=en
One thing you should certainly take a look at is the Silverlight for Windows Phone Toolkit, which you can get here:
http://silverlight.codeplex.com/releases/view/55034
It's stuff that really should be in the main SDK download, but it simply isn't.

Development Setup

Hi
I am looking into starting out in developing Android Apps and modding the Source OS itself. I have had a little search round on here but given the fact it seems impossible to force the search to use the exact search its bringing up hundreds of non-sense results (had to use google to find the modded Google Currents apk on this site).
Anyway what I am interested to know is what environment dev's are using and is it possible to do it all in a Windows OS or is this not a good idea?
Any help very much appreciated with getting good setup from the start and all opinions welcome.
Thanks in advance
James
1. Wrong section - should be in General
2. You'd have seen stickied right at the top of the General section this thread - http://forum.xda-developers.com/showthread.php?t=1386615
1. seeing as this is about android development I think it is in the right section especially as I have posted the exact same question in the general Android Q&A (Not phone specific) area and not got a single reply.
2. I would have seen the sticky if the search function on this site was written by a coder that died after Jesus!
Thanks for the pointer though its exactly what I wanted - thank you
The Development forum here is pretty much exclusively for ROM/Kernels, anything else goes elsewhere. Not my rules but you'll get flamed so better just to use General/Q&A for anything not ROM-related
Ah I see - I didn't know - thanks for this and the link!
Much appreciated!
all the best
J
Generally the development forums are reserved for sharing your work with others. ROMs, kernels, scripts, etc.
If you're familiar with Linux it's usually easiest to do everything from there, however I do a lot of my work while booted in to Win7 and run Ubuntu through Virtual Box. I'm set up to dualboot with linux mint, but I'm so used to windows that it's usually more convenient. Cygwin is also a very helpful tool to use if you are using windows.
The Android Development & Hacking and Chef Central forums are also good places to look for information.
xHausx said:
Generally the development forums are reserved for sharing your work with others. ROMs, kernels, scripts, etc.
If you're familiar with Linux it's usually easiest to do everything from there, however I do a lot of my work while booted in to Win7 and run Ubuntu through Virtual Box. I'm set up to dualboot with linux mint, but I'm so used to windows that it's usually more convenient. Cygwin is also a very helpful tool to use if you are using windows.
The Android Development & Hacking and Chef Central forums are also good places to look for information.
Click to expand...
Click to collapse
I understand and hope I can do a bit of sharing in the future . What IDE are you using if you don't mind me asking?
jamesmcuk said:
I understand and hope I can do a bit of sharing in the future . What IDE are you using if you don't mind me asking?
Click to expand...
Click to collapse
I use Eclipse but just because that's what was suggested by google when you download the android sdk. I started to set up netbeans to try it out but never got around to using it
yeah I have eclipse and also read about it through google. Thanks for confirming this to be the best method, I shall give it a go.
Thanks very much for your help
J
if you want to develop android apps in java you install eclipse in windows. If you want to develop the kernel or roms in c++ you install ubuntu linux in a virtuak machine on windows.

which programming language????

hi all
i want to know what programming language i have to learn to help other devs in porting things like linux 3.4 kernel or android 4.2.2(and newer version to start them from 0) and things like that
i have searched but i found nothing
i want to start learning these things but i dont know where to start from
pedyvirus said:
hi all
i want to know what programming language i have to learn to help other devs in porting things like linux 3.4 kernel or android 4.2.2(and newer version to start them from 0) and things like that
i have searched but i found nothing
i want to start learning these things but i dont know where to start from
Click to expand...
Click to collapse
Depends on what exactly u want to do. For kernels U will need to do C but most people would say you are best starting on Java although that's an argument in itself. Java, XML , C, C++. Android is a bit of everything. If you don't know bash though u should learn that before anything IMO. Maybe some Python also. Search the web there are many basic tutorials. As it is with everything u need to learn the fundamentals first.
thank too much
i will try to learn bash and python then i will start learning c

How do I compile/develop/port ROM(s)?

Hi there!
I would like to learn more about compiling/developing and maybe 'porting' roms.
I know there are a few threads out there that cover some of the basics, but I see most of them are quite old and I think they are outdated.
Can anyone link me some relevant information regarding:
-> Compiling a ROM?
-> Porting a ROM?
-> General information about the subject. (Video's, books, threads, guides ...)
I'd like to understand the general structure and how to break it down/understand the entire process. I also have the following question:
-> What's required to compile my own Lineage OS version for the ZUK Z2 for example?
-> What's required to port a ROM from one device to another. (I know similar specifications make it easier but I'd like to know whats the main difference and what to look for)
I have a healthy portion of knowledge regarding: C#, Java, Linux server management, Windows server management, bash, python and a few other languages. (I am a programmer)
Thanks in advance!
I hope there are some viable options out there.
If you cant use google compiling rom isnt for you...
Single_Core said:
Hi there!
I would like to learn more about compiling/developing and maybe 'porting' roms.
I know there are a few threads out there that cover some of the basics, but I see most of them are quite old and I think they are outdated.
Can anyone link me some relevant information regarding:
-> Compiling a ROM?
-> Porting a ROM?
-> General information about the subject. (Video's, books, threads, guides ...)
I'd like to understand the general structure and how to break it down/understand the entire process. I also have the following question:
-> What's required to compile my own Lineage OS version for the ZUK Z2 for example?
-> What's required to port a ROM from one device to another. (I know similar specifications make it easier but I'd like to know whats the main difference and what to look for)
I have a healthy portion of knowledge regarding: C#, Java, Linux server management, Windows server management, bash, python and a few other languages. (I am a programmer)
Thanks in advance!
I hope there are some viable options out there.
Click to expand...
Click to collapse
Check this-
https://wiki.lineageos.org/devices/bacon/build

Categories

Resources