Related
Anybody knows if there is a version of silverlight for android?There are a lot of rumors but i am not sure and i need silverlight for a video streaming..i will be pleased with answers..thanx in advance..
Sent from my HTC Desire using XDA App
Unbelievable..So long time still no answer..No body has any clue???Maybe a trick just to make silverlight work on android also will be appreciated..Thnx..
Sent from my GT-I9100 using XDA Premium App
Maybe because no-one knows or "kissass" no-is bothered lol
Sent from my GT-I9000 using XDA Premium App
actually that's a good question. There's gotta be a way to bring Silverlight to android. Any Devs volunteer for the job?
ilya.glants said:
actually that's a good question. There's gotta be a way to bring Silverlight to android. Any Devs volunteer for the job?
Click to expand...
Click to collapse
I dont think it would be a big of a problem for any developer since android is fully capable with flash already..Any ideas??
Sent from my GT-I9100 using XDA Premium App
silverlight is a microsoft product, if microsoft doesnt choose to make a version for android then you are out of luck. what i would suggest is to vnc into a desktop and then watch the jerky unwatchable video through that =)
Funny, I'm still waiting for silverlight with full drm support for linux. Android was based off of linux. So all I can tell you is keep waiting for microsoft to port it over. BTW, no dev I know is going to touch a microsoft branded software.
killersnowman said:
silverlight is a microsoft product, if microsoft doesnt choose to make a version for android then you are out of luck. what i would suggest is to vnc into a desktop and then watch the jerky unwatchable video through that =)
Click to expand...
Click to collapse
How can i vnc in to a desktop??Sorry i am very new to android
Sent from my GT-I9100 using XDA Premium App
bkilit said:
How can i vnc in to a desktop??Sorry i am very new to android
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
Search on the market, there are lots of client + an official one from the VNC team. You install a server on your computer, configure the connection, and that s ok.
Really easy !
And how about porting moonlight?
Sent from my GT-I9000 using Tapatalk
mathijs727 said:
And how about porting moonlight?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
Or sunlight along with project bluebeam
From something awesome
hey after searching the net I found that Devs are trying to port moonlight to android and working on that for some time now. hope it will be released by the end of the year. source: http://www.geek.com/articles/mobile/moonlight-dev-crew-brings-silverlight-to-android-20110415/
I found this on twitter on a new site:
http://www.mobilesnitch.com/?p=365
They seem to have decompiled and are willing to share any files needed for devs.
Figured I would share.
I follow them on twitter and facebook (Both names are mobilesnitch)
I just got another tweet from them with updated info: Here we go again: We are updating the RIL snitch with more code! http://www.mobilesnitch.com/?p=365
Would this help with getting data on the Sensation rom by chance?
Breakthecycle2 said:
Would this help with getting data on the Sensation rom by chance?
Click to expand...
Click to collapse
If someone with the know how can figure stuff out and perhaps make some comments to those guys. Maybe they can drop more src of files needed.
I cannot see why not though
What's missing from it?
Sent from my ADR6400L using XDA Premium App
hmm, I'm not a developer, yet, but from my basic coding classes at school I always had the impression that RIL would be written in a low level language like C. Was surprised to find Java in there.
Java can be used. Alot more complex. Not that I can do it.
Sent from my ADR6400L using XDA Premium App
Lol dex2jar ain't hard
Sent from my SCH-I500 using XDA App
StDevious said:
hmm, I'm not a developer, yet, but from my basic coding classes at school I always had the impression that RIL would be written in a low level language like C. Was surprised to find Java in there.
Click to expand...
Click to collapse
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
jt1134 said:
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
r2DoesInc said:
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Seriously lol. Decompile a stock framework.jar and its all there too
Sent from my SCH-I500 using XDA App
jt1134 said:
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
r2DoesInc said:
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
WOW, one little file you say. I haven't done any real world programming and nothing close to the amount of code in that file. But I'm curious, how many programmers do you think were needed to come up with all that code. Also how do you guys go about understanding that many lines of code without documentation ?
StDevious said:
WOW, one little file you say. I haven't done any real world programming and nothing close to the amount of code in that file. But I'm curious, how many programmers do you think were needed to come up with all that code. Also how do you guys go about understanding that many lines of code without documentation ?
Click to expand...
Click to collapse
Run stock and aosp framework.jar files through dex2jar, use jd-gui to break the .class files into .Java. then compare Documentation is in the aosp git repos.
Sent from my SCH-I500 using XDA App
Why not decompile the ril then to get source? Haha
Sent from my ADR6400L using XDA Premium App
jt1134 said:
Run stock and aosp framework.jar files through dex2jar, use jd-gui to break the .class files into .Java. then compare
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
aha, I have been enlightened by the masters!
Any guides for stuff and tricks like this ?
StDevious said:
aha, I have been enlightened by the masters!
Any guides for stuff and tricks like this ?
Click to expand...
Click to collapse
College
Sent from my ADR6400L using XDA Premium App
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
Lol
No, thats not a storm. Its just my Thunderbolt layin down this post.
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
lol, I'm doing that but they don't teach cool tricks like these. They always want you to write increasingly difficult code from scratch.
But we did do some cool stuff this sem, just implemented a shell in C, before that did Y86 assembly (GAWD!), and have to deliver a normal and a multithreaded merge sort within the next 5 days as the last project of the sem.
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
self taught thank you very much
college next year
Slayher has tweeted that it is real, and the one he, used.
Sent from my ADR6400L using XDA Premium App
@LayherDaddy @Afox2015 @DrMacinyasha It looks real... I didnt do anything to stop anyone from decompiling the stuff i released :\
Sent from my ADR6400L using XDA Premium App
Hi everyone. I need a team of experienced developers to make a revolutionary rom for our device. I plan to make a full iOS7 Rom. Can we make it?
P.S. I know this will be not an easy work, but we can afford it. Waiting for your advises.
I'm sure you'll have an army of devs working on it within hours. I mean, devs sit around reading Q&A with nothing better to do with their time after all. Not as if they have families/jobs/stuff they're already working on after all.
/end sarcasm
As much as the concept seem promising i can't help but wonder why someone who opted for android instead of iOS would want this ...
We all like exclusive things. This rom is going to be much more than just a little exclusiveness. That's why i think Andro users would like to have a mix of iOS design and Android soft.
Sent from my GT-I9505 using xda app-developers app
Ain't that already called Miui? It's Basicly a mix of Android and iOS imo.
Sent from my GT-I9505 using XDA Premium 4 mobile app
hakob1992 said:
We all like exclusive things. This rom is going to be much more than just a little exclusiveness. That's why i think Andro users would like to have a mix of iOS design and Android soft.
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
By definition exclusivity will infer that it's not used by many, therefore not much demand, therefore why would devs work on it......
pinsb said:
By definition exclusivity will infer that it's not used by many, therefore not much demand, therefore why would devs work on it......
Click to expand...
Click to collapse
Well said
Sent from my GT-I9500 using xda premium
hakob1992 said:
Hi everyone. I need a team of experienced developers to make a revolutionary rom for our device. I plan to make a full iOS7 Rom. Can we make it?
P.S. I know this will be not an easy work, but we can afford it. Waiting for your advises.
Click to expand...
Click to collapse
it's already done long ago.
http://forum.xda-developers.com/showthread.php?p=17551983
Sent from my GT-I9505 using Tapatalk 2
I did a video about the history of Android
Thought I would put it in this forum since I did it with a HTC One in the video
Hope you guys like it anyway
https://www.youtube.com/watch?v=DFjl_7Uaxfo
I feel like most of us didn't really need this but it was well done
Sent from my One using XDA Premium 4 mobile app
bmtdan said:
I feel like most of us didn't really need this but it was well done
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah true. some people may have been curious though
thanks for the positive feedback too!
nice work
nice work, but I wished for some android 1.0 actions ^^
I just joined the android community on 2.3.7 gingerbread....was on Samsungs marvelous Wave with the incredible Bada OS before that...
http://www.zpsjbbs.com/thread-6172-1-1.html
Looks like LG is busy building 4.4 out.
I am searching for a beta that I can download and convert for ROM for us to use...
Thanks to Chippah for Droid-Life news post for pointing out article.
If anyone can read Chinese or figure out how to download the KDZ please let me know
We've known about this for a while now. The site is a pay site. The Rom is Korean. I'm not sure if it was helpful or not. I remember reading somewhere that it wasn't helpful for porting to other devices. Especially since this is a few weeks old and I haven't heard any more movement on it or any breakthroughs in KitKat porting.
AndroidUser00110001 said:
http://www.zpsjbbs.com/thread-6172-1-1.html
Looks like LG is busy building 4.4 out.
I am searching for a beta that I can download and convert for ROM for us to use...
Thanks to Chippah for Droid-Life news post for pointing out article.
If anyone can read Chinese or figure out how to download the KDZ please let me know
Click to expand...
Click to collapse
You might want to talk to StarFighter
http://forum.xda-developers.com/showthread.php?t=2528843
Towards the end of the thread, they have test builds already
*insert witty banter
Ha I guess I am behind the times...I did a quick look over here but did not see anything about it
I am sure it can be ported since release Korean ROMs were ported to to other G2 models without any major issues.
player911 said:
We've known about this for a while now. The site is a pay site. The Rom is Korean. I'm not sure if it was helpful or not. I remember reading somewhere that it wasn't helpful for porting to other devices. Especially since this is a few weeks old and I haven't heard any more movement on it or any breakthroughs in KitKat porting.
Click to expand...
Click to collapse
AndroidUser00110001 said:
Ha I guess I am behind the times...I did a quick look over here but did not see anything about it
I am sure it can be ported since release Korean ROMs were ported to to other G2 models without any major issues.
Click to expand...
Click to collapse
Believe me we are having issues!
If someone just uploaded the kdz file, the issues will be solved a lot faster. 50 devs around the world are waiting for it, including me.
Sent from my LG-D802 using Tapatalk
Fraxon said:
If someone just uploaded the kdz file, the issues will be solved a lot faster. 50 devs around the world are waiting for it, including me.
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
It is not ours to share
Sent from my LG-D802 using XDA Premium 4 mobile app
StarFighter said:
It is not ours to share
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sharing is caring...Isn't that the whole point of XDA...
If he was so worried about losing his job than maybe he should have not sent it out
If you want to keep it to yourself for whatever reasons that is fine.
I was just looking for a few files too see if the compass issue on the 4.4 builds could be fixed...
Can you at least post the lib, etc and vendor folders?
StarFighter said:
Pretty sure that'd not what the person who gave it to us looses his job because we sent it out thinks. If someone trusts us why break that? And no XDA does have a limit about sharing cause I'm using a ROM I haven't even shared.
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sent from my LG-D800 using XDA Premium 4 mobile app
AndroidUser00110001 said:
If he was so worried about losing his job than maybe he should have not sent it out
If you want to keep it to yourself for whatever reasons that is fine.
I was just looking for a few files too see if the compass issue on the 4.4 builds could be fixed...
Can you at least post the lib, etc and vendor folders?
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
+1000.. If he was worried about losing his job, he wouldn't send it it.. If u were to ask me OP,I personally think starfighter and whoever else has it doesn't want to share as they want the prestige of building the first official/unofficial ROM... It's not worth arguing with them.. It's hard to explain sharing to a 17 year genius ... I'm not gonna argue more as it will turn into a personal slugging match.. Back to work now..
Sent from my LG-D802 using xda app-developers app
And to think how much XDA has fixed terribly broken problems and kept devices on current software for Oems...
Sent from my VS980 4G using XDA Premium 4 mobile app
I guess we can confirm that the stingy Chinese write code for LG and the devs come here for help.
Sent from my VS980 4G using XDA Premium 4 mobile app
I am willing to bet $100 he does not even have it but the only way he can prove it that he does is to post the file to verify
Some people are just like that. If that Korean site is a paid site and you need to pay for the download link than I will and post it up for all to share
It was hard to understand even with Google Translate so will look at it more tonight.
Sean473 said:
+1000.. If he was worried about losing his job, he wouldn't send it it.. If u were to ask me OP,I personally think starfighter and whoever else has it doesn't want to share as they want the prestige of building the first official/unofficial ROM... It's not worth arguing with them.. It's hard to explain sharing to a 17 year genius ... I'm not gonna argue more as it will turn into a personal slugging match.. Back to work now..
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Sent from my LG-D800 using XDA Premium 4 mobile app
Thread Cleaned...
Members if you are not here to provide and or assist, move on...
We are indeed working on a stock 4.4 build. We are running into issues getting it to boot. We've enlisted a few other devs to lend us a hand.
So why not post it up so more devs can try to fix it up? If you guys are going to post it anyway why not have others try too?
Lockett said:
We are indeed working on a stock 4.4 build. We are running into issues getting it to boot. We've enlisted a few other devs to lend us a hand.
Click to expand...
Click to collapse
Sent from my LG-D800 using XDA Premium 4 mobile app
AndroidUser00110001 said:
So why not post it up so more devs can try to fix it up? If you guys are going to post it anyway why not have others try too?
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
We have devs like BigFau, Vertigo, Houstonn and theDroidFanatic. That is enough. We promised not to leak this so we aren't breaking that promise
Sent from my LG-D802 using XDA Premium 4 mobile app
AndroidUser00110001 said:
So why not post it up so more devs can try to fix it up? If you guys are going to post it anyway why not have others try too?
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
People tend to forget there are a lot more people with knowledge about developing and fixing roms. But most of them have a job and can't update a rom like Starlighter. There is simply no time for that. But they can help out fixing a KDZ base (Korean/verizon).
When it's available for everyone with knowledge it will be booting a lot faster.
Sent from my LG-D802 using Tapatalk
StarFighter said:
We have devs like BigFau, Vertigo, Houstonn and theDroidFanatic. That is enough. We promised not to leak this so we aren't breaking that promise
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Exactly. I was asked not to share and I'm a man of my word.
AndroidUser, what's your knowledge with kernels. That is the last key element
Sent from my LG-D802 using XDA Premium 4 mobile app