install android on windows phone 7.5 LG-E900 - General Questions and Answers

HI all!! My question is very ridiculous... I want to develop applications with Android and I want to know if it is possible to install android on windows phone 7.5, model LG-E900.
Thank you very much!!!

Search in google, i look most posts! bye

.
Thread moved to Q&A due to it being a question. Would advise you to read forum rules and post in correct section.
Failure to comply with forum rules will result in an infraction and/or ban depending on severity of rule break.

jessPHP said:
HI all!! My question is very ridiculous... I want to develop applications with Android and I want to know if it is possible to install android on windows phone 7.5, model LG-E900.
Thank you very much!!!
Click to expand...
Click to collapse
Just in case you didn't know, once you've installed Eclipse (Java IDE), the Android SDK and Android Development Tools you can develop on Windows or Linux by using the packaged emulator. It's a bit slower than an actual handset (depending on your PC, of course), but it does mean you don't even need a device. You can set the emulator to run as many different configurations as you can think of as well, so you can develop for specific devices or factors etc.. I'd really recommend just getting going with that before you start looking to wreck your current phone Maybe a cheap low-end device might be a better idea in the long run, but the emulator should suffice for now.

Related

Tracelogview???

How i can download TraceLog or traceview
best regards
http://wiki.xda-developers.com/wiki/TraceLogView
( I added the links to the binaries, they got lost in the conversion to wiki format )
Thanks, but I'm developing on SmartPhone in eVC 4.0!
Where can i find an example on Ril for exctracting the cell ID?
then why do you ask where to get tracelogview, if you mean to ask how to get the cellid?
I think you should pay a bit of attention to what the subject of the thread is. you have 3 different questions of which you mix up the answers in all threads. that makes it kind of difficult to answer.
The exactly Question is How can i exctract the cell id on my Smartphone (no pcketpc phone edition but smartphone)?
I've read that tracelogview allow to read them.
Thank's for your patience.
this site is based on pocketpc phone edition
and tools on this site may not work with smartphones at all
apart from that then more programmers read the hacking it
forum then this forum where posts disaper much faster because people are asking much more questions here

Developing Debate

Okay, so I'm starting to develop apps for my XDA2 and having come from a standard PC development background I was always told that software should uphold the basic principles of software quality IE reliability, reusability, maintenance and so on
I thought it would be an idea to here from people that develop for the mobile platform weather they feel it is possible to develop apps with these software engineering fundamentals.
Do we have to abandon object orientated programming, and go back to the procedures in order to develop?
Sorry if this is a, a silly debate, or b, been talked about before
lets have ya
first of all this post would prob belong more in hacking it being that thats where most the devoleping stuff is being adressed
other then that some people use gcc some people use win stk
where you have to make oo from the buttom if you want being that both are c++ it's by far impossible
and some program mfc and .net where oo is very much a part of the way things are don of cause using these tech's you can still program without following the guidelines of oo
i think the name of this forum confuse many people
even though it's xda developers few people here develop software for these devices
most people talk about spc xda stuff and how to upgrade and general pda stuff
hacking it is where most the software stuff is at
Hello Rudegar
Thanks you for the tip, Have no doubt that I shall be taking that on board and be re-posting my message in the hacking it forum (Hope that I am not breaking any rules by doing this, we don't want to do that! ).
nop it's not a forum rule or anything it's just that your post will get pushed out of the view before many people will read or answer it in this part of the forum
the development environment for pocketpc provides you with all the same tools as you would use under 'normal / win32' circumstances.
if you are used to using your own oo wrappers for most microsoft api's you can probably port them without much effort to the ppc platform.
the boost libraries work fine with embedded vc++.
don't know about stuff like qt.

[Q] Developer for hire?

There are so many talented developers here on xda and their passion for creativity only led many to working for free just to express their art. Fellow flashers (including myself) would not exist if it weren't for the developers.
I've been searching for an Android apps developer everywhere, and the thought just crossed my mind, XDA. A place I've gained respect for the development community.
So, I pose a question (with much respect), how to approach a Developer and find out if they would be interested in a "small app project for hire?"
If you are a Developer, I would love your pm.
Btw, I hope I'm not breaking any rules or offending anyone, as my pure intention is only driven by the developers passion here on XDA (otherwise, I have searched guru, but don't know anything about those developers).
-Alex H
I recommend posting in the general (non device specific) android apps section. U will find more ppl. Also of the app is really simple u can use buzztouch.com or appsbar (both are free) to make it on your own with not much technical knowledge. Ive made a few simple apps using those and I'm a pretty basic user.
Sent from my Galaxy S2
.
Thread moved to Q&A due to it being a question. Would advise you to read forum rules and post in correct section.
Failure to comply with forum rules will result in an infraction and/or ban depending on severity of rule break.
ravizzle said:
I recommend posting in the general (non device specific) android apps section. U will find more ppl. Also of the app is really simple u can use buzztouch.com or appsbar (both are free) to make it on your own with not much technical knowledge. Ive made a few simple apps using those and I'm a pretty basic user.
Sent from my Galaxy S2
Click to expand...
Click to collapse
I went to buzztouch and it seems like creating menus and content management is easy to use, but the actual app is created with eclipse? I don't have the coding knowledge (example, moving objects etc...). I'm decent with design/ drag and drop but not at all with codes. Looking forward to developers response
eclipse is only used to compile the app and is pretty straightforward to do. no coding necessary, and the buzztouch also spits out source for an ios app at the same time so u can have your app on multiple platforms all at once.

[Q] Noob trying to become a dev.

This thread may be pointless but I don't care. I can't find a straight general answer.
I am kind of new to Android modding but have ok skills with coding and decent skills with Linux (I know how to survive in a shell).
What are good code examples or what are the best methods(exploits) used to privilege escalate a shell?
Do I need to find a hole in the Linux kernel or try to hijack an active process running as root?
What is needed to crack the bootloader? I know I'm asking a lot and most of my terms used may be wrong but I find it hard to take that next step. Would I find answers by reading an Android developers book?
Please, where do I start???
There are many options in the development criteria, the two main consist of OS Development (Roms) and Application Development.
Judging by what you're stating, I think you're trying to work towards OS Development? Correct me if I'm wrong.
I know I'm being a bit cheap by not typing out everything needed, as I will have to put some time into that... But the official CyanogenMod wiki shows you how to set up a building environment on Mac, Windows and Linux.
From there they explain in detail on what shell commands you must use to run exploits and such. They also explain what specific components and files do and how you can modify and update them from what I have previously seen. The site also shows you how to build a ROM for your device itself, using the CyanogenMod source of course, the method applies to all source to be honest.
Here's a link to the website - http://wiki.cyanogenmod.org/w/Main_Page
If this wasn't what you were asking for let me know so I can explain furthermore.
Krish.
Sent from my Nexus 5 using Tapatalk

Restoring and/or booting old Android image backups

So I've got some old full image backups of my long dead Samsung phone, as well as a couple of others. I need to get some information off of them, however attempting to extract data from these images is turning out to be pretty complicated and to be quite honest, I don't know exactly what I'm looking for and so I'm looking to see if there is a way to simply restore these image files to an emulator. I'm aware that images are device specific but I don't know to what extent is the failure. Should I manage to "restore" an image and boot it, is android setup to just halt the moment it sees it's not the original hardware, or do certain functions just not work? And if any of you guys have any knowledge of QEMU and if it has the ability to emulate more than just system core architecture (x86, arm, etc...) but maybe it can emulate Samsung devices in a general way? I know this last question is a bit out of place, I'll be asking on the QEMU board as well, but just thought I'd toss it in here since it pertains.
Sorry for the total nub question, but since my case isn't device specific, I couldn't find a better place for it.
Tin_Man_0 said:
So I've got some old full image backups of my long dead Samsung phone, as well as a couple of others. I need to get some information off of them, however attempting to extract data from these images is turning out to be pretty complicated and to be quite honest, I don't know exactly what I'm looking for and so I'm looking to see if there is a way to simply restore these image files to an emulator. I'm aware that images are device specific but I don't know to what extent is the failure. Should I manage to "restore" an image and boot it, is android setup to just halt the moment it sees it's not the original hardware, or do certain functions just not work? And if any of you guys have any knowledge of QEMU and if it has the ability to emulate more than just system core architecture (x86, arm, etc...) but maybe it can emulate Samsung devices in a general way? I know this last question is a bit out of place, I'll be asking on the QEMU board as well, but just thought I'd toss it in here since it pertains.
Sorry for the total nub question, but since my case isn't device specific, I couldn't find a better place for it.
Click to expand...
Click to collapse
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum

Categories

Resources