I would work on 720p for HD2 but before that i need some info on HD2
1. How do u substitute for the radio.img on native android phones as they play an important part in DSP
2. what camera libs do u use for liboemcamera.so and libcamera.so. Which phone are they from.
3. Are devs using the latest venc, vdec drivers in their kernel or are they using the one before froyo rolled out for nexus one. The new drivers encode faster.
these are my 3 questions for now, may ask more when i know the answer to these. I dont have a HD2 so i need either a tester or a phone to test on. I would prefer a tester.
Look forward to see your work can done soon!!
Thanks for your effort, lets keep it up!!!
charnsingh_online said:
I would work on 720p for HD2 but before that i need some info on HD2
1. How do u substitute for the radio.img on native android phones as they play an important part in DSP
2. what camera libs do u use for liboemcamera.so and libcamera.so. Which phone are they from.
3. Are devs using the latest venc, vdec drivers in their kernel or are they using the one before froyo rolled out for nexus one. The new drivers encode faster.
these are my 3 questions for now, may ask more when i know the answer to these. I dont have a HD2 so i need either a tester or a phone to test on. I would prefer a tester.
Click to expand...
Click to collapse
Oh my! Charan Singh did excellent job for the Nexus and the HTC Dream!!! Now the 720p is definitely going to be a possibility with his involvement! Woot!
You should join htc-linux and htc-linux-chat IRC channels. The devs are about to fixs the camera and implement 720p. So please join, your help will be greatly appreciated.
Oh charn, wellcome to our house.
Our dream is a 720p full working camera on Desire HD,Z builds.....would make HD2 the best machine in last years on geek world.
fix "720p mkv playback" instead of 720p camera pls. markinus got that covered
slayerns said:
fix "720p mkv playback" instead of 720p camera pls. markinus got that covered
Click to expand...
Click to collapse
720p playback is silly, why waste so much power when your screen cant cope with the resolution? besides coreplayer on android will probably play 720p mkv in a few weeks
gl chan
there are players that can play 720p mkv files but the issue is that they don't support neocore acceleration for 720p mkv and that's why they play slow. In addition, if you have all your videos as 720p mkv, then it is necessary! I don't want to mess with conversion and etc.
Tweeted a link to this thread in hopes someone knows this info. everyone should do the same please. Perhaps drop the link in htc-linux-chat on irc?
charnsingh_online said:
I would work on 720p for HD2 but before that i need some info on HD2
1. How do u substitute for the radio.img on native android phones as they play an important part in DSP
2. what camera libs do u use for liboemcamera.so and libcamera.so. Which phone are they from.
3. Are devs using the latest venc, vdec drivers in their kernel or are they using the one before froyo rolled out for nexus one. The new drivers encode faster.
these are my 3 questions for now, may ask more when i know the answer to these. I dont have a HD2 so i need either a tester or a phone to test on. I would prefer a tester.
Click to expand...
Click to collapse
anyway, go to #htc-linux in webchat.freenode.net
There has been a commit update saying that 720p has now been enabled for camera.
latest commit didn't work for me, camera stopped working.
shadiku said:
latest commit didn't work for me, camera stopped working.
Click to expand...
Click to collapse
+1 I have error message 2
pack21 said:
Oh charn, wellcome to our house.
Our dream is a 720p full working camera on Desire HD,Z builds.....would make HD2 the best machine in last years on geek world.
Click to expand...
Click to collapse
Are you insinuating it's not possible on a Nexus based CM6 build? or did you mean all Android builds for the HD2?
The Devs have already enabled 720p on the HD2...
http://gitorious.org/linux-on-wince-htc/linux_on_wince_htc/commits/master
18:42
markinus committed 7d8b0f7
htcleo: enabled 720p camera
Click to expand...
Click to collapse
bhilgeman said:
Are you insinuating it's not possible on a Nexus based CM6 build? or did you mean all Android builds for the HD2?
Click to expand...
Click to collapse
First i must say, i like very much Nexus One!
But for us, who have a wm device, but able to have Droid smooth and the possibility to have in curt future, WP7s will turn HD2 in a amazing machine in geek scene.
Saw the numbers in XDA Portal page.
Like I said I appreciate Nexus geek scene too.
http://gitorious.org/linux-on-wince...mmit/7d8b0f7344ff23f92905ef95e990838e56fc3ef4
this commit doesnt do anything for 720p. U need the code in for 720p. Just making a config with 720p wont do. Also i need to know the camera model in HD2. If its similar to Nexus One then u guys are in for a party as i recently did a lot of research on camera.
One thing, y are u guys using msm_camera as the driver. If u guys know the camera model and have drivers for it use that. There are many devices with 5mpx camera, camera could be similar. The greatest chance of similarity is with nexus one. So try using native drivers for hardware that has to perform. U should use common drivers for stuff like flash etc but not for camera, screen etc
charnsingh_online said:
http://gitorious.org/linux-on-wince...mmit/7d8b0f7344ff23f92905ef95e990838e56fc3ef4
this commit doesnt do anything for 720p. U need the code in for 720p. Just making a config with 720p wont do. Also i need to know the camera model in HD2. If its similar to Nexus One then u guys are in for a party as i recently did a lot of research on camera.
One thing, y are u guys using msm_camera as the driver. If u guys know the camera model and have drivers for it use that. There are many devices with 5mpx camera, camera could be similar. The greatest chance of similarity is with nexus one. So try using native drivers for hardware that has to perform. U should use common drivers for stuff like flash etc but not for camera, screen etc
Click to expand...
Click to collapse
Here, most of us, have very little knowledge of code stuff, you can share your knowledge, and get those questions, in our devlopment channel.
we are very grateful for the help demonstrated.
http://irclog.netripper.com/?chan=htc-linux&msgonly=1
I want working camera in desire hd build.. recording at 720 isn't a priority
charnsingh_online said:
http://gitorious.org/linux-on-wince...mmit/7d8b0f7344ff23f92905ef95e990838e56fc3ef4
this commit doesnt do anything for 720p. U need the code in for 720p. Just making a config with 720p wont do. Also i need to know the camera model in HD2. If its similar to Nexus One then u guys are in for a party as i recently did a lot of research on camera.
One thing, y are u guys using msm_camera as the driver. If u guys know the camera model and have drivers for it use that. There are many devices with 5mpx camera, camera could be similar. The greatest chance of similarity is with nexus one. So try using native drivers for hardware that has to perform. U should use common drivers for stuff like flash etc but not for camera, screen etc
Click to expand...
Click to collapse
So far as we know we use the driver of the desire look at gitorious markinus said that a few weeks ago.
This the camera:
s5k3e2fx as seen in hero200 device
http://htc-linux.org/wiki/index.php?title=Leo_Camera
Related
hi guys,
I don't know if you're familiar but for some time there are some options available to jailbreak your PS3.
The smart guys of the world managed to do so via an USB Dongle and as well via N900 and it seems PalmPre.
Would this be possible via Android/HD2? I suppose it should..
Below are some links so that you devs can have a look at it:
http://psx-scene.com/forums/showthread.php?t=65289
http://psx-scene.com/forums/showthread.php?t=65355
Update: it seems someone is working on an Android version: http://psx-scene.com/forums/showthread.php?t=65246
there's a version for Nokia N900.. hope a port for Android is coming up next
great http://www.ps3news.com/PS3-Hacks/ps-jailbreak-tiny-clone-android-psgroove-port-in-development/
it's absolutely incredible what the devs and technology can do today. wish I knew all that much to do it myself!
this would end up being a app not a build , better in general section ....or better yet in the android general where all those developers are
thatruth132 said:
this would end up being a app not a build , better in general section ....or better yet in the android general where all those developers are
Click to expand...
Click to collapse
Yeah, perhaps. I only wanted to know if it would be ported to Android if we could have it on our HD2
i found this link to screens of the guy who says he is working on an android version.
http://howtohackps3.com/psgroove-on-android-updates-openpsjailbreak/
I really want to help program, I am on the github and reviewing the code and seeing if ill be able to convert it myself. i have some free time so ill fool with it.
omg thats so amazing! after this all done all i need is the ps3 lol
http://forum.xda-developers.com/showthread.php?t=772795&goto=newpost
There's also a Nexus One PSFreedom out but it sucks that none of them will work for the HD2
iaes said:
There's also a Nexus One PSFreedom out but it sucks that none of them will work for the HD2
Click to expand...
Click to collapse
and why do you say it won't work on the HD2?
i have read that android must be on the root of the phone. so hd2 has no android root. i'm a noob so if i say it wrong than someone correct me.
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Let's just hope the smart devs will get this on our beloved HD2s. I have complete faith in them! Just look around and you'll see impossible is nothing!
But I read in a website there that people were getting banned, so it kinda beats the purpose if you want to play online games. You would only be able to play story mode games with your internet disconnected.
Sent from my bad ass evo using XDA App
i'm not afraid of a ban. i think i will buy a second ps3 for backupgames. so one for online and one for backups...........
Sent from my hd2 with nexus one 2.2 using the XDA mobile application powered by Tapatalk
Let's keep it "warez-discussion-free" guys! We all know what it does and what are the risks..if not...google is your friend!
digitalhater said:
Let's keep it "warez-discussion-free" guys! We all know what it does and what are the risks..if not...google is your friend!
Click to expand...
Click to collapse
Actually no.. These things aren't actual illegal..
I remember some lawsuit from apple which they lost on this firmware modding.
All this PSFreedom thing does is load the PS3 into debug mode.
Don't really see what's illegal about that..
BLAST3RR said:
Actually no.. These things aren't actual illegal..
I remember some lawsuit from apple which they lost on this firmware modding.
All this PSFreedom thing does is load the PS3 into debug mode.
Don't really see what's illegal about that..
Click to expand...
Click to collapse
exactly. I'm rubbing my hands in anticipation of all the homebrew that'll be available. Proper mkv playback, better PS1/2 emulation than the original fat PS3's "hardware" PS2 emu capabilities, snes emulation, better browser (firefox?)... once it's opened up to run anything, the possibilities are endless
oooh yeaah.. 1080p mkv in PS3 willbe juuust right.. I hope someone will port xbmc to ps3..
sony released a new up date that has closed the door so dont update guys
Hi all devs..
The Desire has now been blessed with a kernel patch that actually allows true 2-way call recording directly from the line, and not just recordings from the Mic..
It has also been developed for the HTC HD2 Android nand builds.
I'm not a developer so I don't really know what I am talking about, but it seems that ones this baby was cracked, it easily ports to different builds and hardware..
Sooo wouldn't it be pure awesomeness if the DHD developers could do some magic with this also??
It seems to be a patch for kernels, but I guess it needs some sort of fundamental change if it should work on DHD..
If you are a developer or a Rom/kernel cooker, please take a look at it! Specially you LeeDroid;-)
Sent from my Desire HD using XDA App
I think lots of good things like this will come once htc releases their source for the gingerbread kernel... have patience
if only we had a link to the desire patch...
here you go
As far as I could read it is radio-dependent.
We must wait for a radio that can allow us to do so.
(it controls the chips on the board)
As far as I can see, it's a few rpcs and ioctls.
The radio version shouldn't be a problem. As for the DHD, we'd need to port the code to qdsp5v2, since the original patch is intended for qdspv6
i really hate asking dumb questions like this, so sorry in advance
but could someone please paste a link on how to apply update.zip
renaming it to update.zip and running it is saying updating kernel in clockwork.
then no boot, what do i do after i installed the apk
Im on leedroid 2.2.2 kernel 2.2.9
adwinp said:
As far as I can see, it's a few rpcs and ioctls.
The radio version shouldn't be a problem. As for the DHD, we'd need to port the code to qdsp5v2, since the original patch is intended for qdspv6
Click to expand...
Click to collapse
Nice! Is this something you can do or maybe explain to some dev? I'm really out of my league on this one
Sent from my Desire HD using XDA App
is there something new with the recording on DHD?
I am running gingerblur 4.0 and loving it. Problem I am having is when I play HBO go or something simular it is 90 degrees out. Am I missing something or is there a setting to correct it? And before anyone asks no I am not going to turn my television on its side.
The mirroring app for the Atrix doesn't support landscape mode. I believe people are currently working on this, using the app from the Droid X2.
Thank you very much. I was sure it was me and didn't want to ask.
Sent from my rooted Atrix 4g running Gingerblur by kennethpenn @ XDA.
Hi all
Because i have fewer than 10 posts, i can't post to this thread
so i decided to Post here, hope that a developer read this.
I've just installed the Photon Alien ROM on the Atrix and it works basically (no cam, wifi etc. etc...).
But the great message is that the HDMI mirroring works smooth like hell and in landscape mode, youtube, videos, games how it should to be(the resolution could be better).
So any developer please port this to Atrix!!! this can not be that hard now?
BlackX777 said:
Hi all
Because i have fewer than 10 posts, i can't post to this thread
so i decided to Post here, hope that a developer read this.
I've just installed the Photon Alien ROM on the Atrix and it works basically (no cam, wifi etc. etc...).
But the great message is that the HDMI mirroring works smooth like hell and in landscape mode, youtube, videos, games how it should to be(the resolution could be better).
So any developer please port this to Atrix!!! this can not be that hard now?
Click to expand...
Click to collapse
You realize kennethpenn also develops for Atrix?
BlackX777 said:
Hi all
Because i have fewer than 10 posts, i can't post to this thread
so i decided to Post here, hope that a developer read this.
I've just installed the Photon Alien ROM on the Atrix and it works basically (no cam, wifi etc. etc...).
But the great message is that the HDMI mirroring works smooth like hell and in landscape mode, youtube, videos, games how it should to be(the resolution could be better).
So any developer please port this to Atrix!!! this can not be that hard now?
Click to expand...
Click to collapse
So it boots? That is good news.
CancerJesus said:
You realize kennethpenn also develops for Atrix?
Click to expand...
Click to collapse
Well, he also mentioned that the photon's ROM has working landscape HDMI.
BlackX777 said:
Hi all
Because i have fewer than 10 posts, i can't post to this thread
so i decided to Post here, hope that a developer read this.
I've just installed the Photon Alien ROM on the Atrix and it works basically (no cam, wifi etc. etc...).
But the great message is that the HDMI mirroring works smooth like hell and in landscape mode, youtube, videos, games how it should to be(the resolution could be better).
So any developer please port this to Atrix!!! this can not be that hard now?
Click to expand...
Click to collapse
anyone want to try this and confirm?
andy2na said:
anyone want to try this and confirm?
Click to expand...
Click to collapse
Take the files that's letting HDMI mirror on the Photon and put them on the Atrix, BAM!
BravoMotorola said:
Take the files that's letting HDMI mirror on the Photon and put them on the Atrix, BAM!
Click to expand...
Click to collapse
I think its a lot deeper than that - probably kernel level
BravoMotorola said:
Take the files that's letting HDMI mirror on the Photon and put them on the Atrix, BAM!
Click to expand...
Click to collapse
i'm about 98% sure he's being sarcastic
Actually, he's right. It's a matter of separating out the correct files, tweaking a few others, and having HDMI mirroring on the Atrix.
andy2na said:
I think its a lot deeper than that - probably kernel level
Click to expand...
Click to collapse
I just downloaded kens photon rom and extracted it , it does not even have a boot img in it. So it is probably a matter of porting the the hdmi apk and its dependencies.
Sent from my MB860 using XDA App
NYG-SBXLII said:
I just downloaded kens photon rom and extracted it , it does not even have a boot img in it. So it is probably a matter of porting the the hdmi apk and its dependencies.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
If it is kernel level then I think we all know that faux is pretty darn good with kernels.
The-Milkybar-Kid said:
If it is kernel level then I think we all know that faux is pretty darn good with kernels.
Click to expand...
Click to collapse
I pretty sure its at a Kernal Level, but it shouldn't be to difficult. Our current kernel contributers, Kholk, Faux, and Edgar, with the collaboration of Ken should be able to figure this out.
Another approach would to work backwards. Take Kens Photon Alien and patch it to make it work for Atrix perfectly
primeboss said:
I pretty sure its at a Kernal Level, but it shouldn't be to difficult. Our current kernel contributers, Kholk, Faux, and Edgar, with the collaboration of Ken should be able to figure this out.
Another approach would to work backwards. Take Kens Photon Alien and patch it to make it work for Atrix perfectly
Click to expand...
Click to collapse
it is not at the kernel level I have installed it and it works on the stock atrix kernel.
NYG-SBXLII said:
it is not at the kernel level I have installed it and it works on the stock atrix kernel.
Click to expand...
Click to collapse
So you have perfectly working landscape and portrait HDMI mirroring?
OMG multiple threads!! http://forum.xda-developers.com/showpost.php?p=17051323&postcount=173
See?? Yes landscape works on photon rom!
Sinful Animosity said:
So you have perfectly working landscape and portrait HDMI mirroring?
Click to expand...
Click to collapse
Yes it works great.. Im having trouble porting it to 4.5.91 but i have fixed wifi and cellular data on the photon rom.
Once this gets going is it possible to have an option for mirroring when inserted into lapdock? Sometimes i don't need webtop and the extra ram and performance would be preferable.
I voided my warranty and your mum.
Hi,
I would like to start a donation pool towards a fully working Skype video calling.
I will be the first to donate.
I would like to see it on the ICS (Alpha2) or its off spring.
Good luck,
Developers : please post your interest here, and how you want to proceed
Users: please make your pledges here
thanks
Dundroid
Might be a tough bill to fill as there isnt even a video app available for WebOS. Maybe they just never got around to it, or the hardware just doesnt support it. Even though it was an advertised feature
http://www.hp.com/hpinfo/newsroom/press/2011/110209xc.html
With its 1.3-megapixel front-facing webcam, TouchPad offers video calling capability.(11)
Click to expand...
Click to collapse
That or its just more of HP's famous false advertising...you decide.
After searching a bit, looks like it was the same as it was with the Palm Pixi, an advertised feature that didnt exist at launch, but was later introduced in an OS update. I believe WebOS v3.04 gave support for Camera and Video Recording, Making Skype video calls possible. So it is certainty hardware capable. Id imagine as soon as any other ICS ROM gets a working camera, this one will be soon to follow.
Sent from my Nexus S 4G using XDA App
I am not a big fan of bounty threads and will close this thread down if people start asking for any money to work on this.
However, if people would like to pledge money that they pledge to donate to a developer after the work is done...so be it.
Just don't start sending donations until you see the goal realized and send your donation directly to the developer. No middlemen or THREAD CLOSED.
OF COURSE XDA has nothing to do with these pledges, and will do nothing to ensure they paid...so user beware.
krook6023 (moderator)
jhayton said:
Might be a tough bill to fill as there isnt even a video app available for WebOS. Maybe they just never got around to it, or the hardware just doesnt support it. Even though it was an advertised feature
http://www.hp.com/hpinfo/newsroom/press/2011/110209xc.html
That or its just more of HP's famous false advertising...you decide.
Click to expand...
Click to collapse
I've done video calls using my touchpad multiple times using the "Phone and Video Calls" application. You can add your Skype account on there as well.
+1
I dont know what jhayton is talking about but you can certainly make video calls in webOS.
Im sure any progress towards using all of the touchpads capabilities on android are appreciated.
Sent from my Touchpad using Tapatalk
jhayton said:
Might be a tough bill to fill as there isnt even a video app available for WebOS. Maybe they just never got around to it, or the hardware just doesnt support it. Even though it was an advertised feature
http://www.hp.com/hpinfo/newsroom/press/2011/110209xc.html
That or its just more of HP's famous false advertising...you decide.
After searching a bit, looks like it was the same as it was with the Palm Pixi, an advertised feature that didnt exist at launch, but was later introduced in an OS update. I believe WebOS v3.04 gave support for Camera and Video Recording, Making Skype video calls possible. So it is certainty hardware capable. Id imagine as soon as any other ICS ROM gets a working camera, this one will be soon to follow.
Click to expand...
Click to collapse
Uhhh. Yeah. You're edit is getting there. I've used WebOS for Skype video calls with my HPTP, works great.
dundroid said:
Hi,
I would like to start a donation pool towards a fully working Skype video calling.
Dundroid
Click to expand...
Click to collapse
I dont know if this will help or not, but I thought I would throw is out there.
rootzwiki.com/topic/7664-how-to-make-skype-video-chat-work-with-cm7-alpha-21-and-presumably-later/
I don't care about skype but I will donate for working camera and mic
Camera is not working in Android is because of Driver issue...its works great in Webos for taking pictures and skype calling...Cm team is already working on the fix...so is other teams....
jhayton said:
Might be a tough bill to fill as there isnt even a video app available for WebOS. Maybe they just never got around to it, or the hardware just doesnt support it. Even though it was an advertised feature
Click to expand...
Click to collapse
Skype video calling works in WebOS, it's built into the messaging app.
waiting for camera fix
it will be great if some one can find camera driver.
wolfgr said:
I don't care about skype but I will donate for working camera and mic
Click to expand...
Click to collapse
ROM Xron 2.9.1 (CM7) has the camera and mic working
sweetboy02125 said:
ROM Xron 2.9.1 (CM7) has the camera and mic working
Click to expand...
Click to collapse
+1
In my case I used it
Enviado desde mi LT15i usando Tapatalk
even if camera and mic working, would skype be compatible with out TPs ?
vvskiies said:
even if camera and mic working, would skype be compatible with out TPs ?
Click to expand...
Click to collapse
I use Skype with camera and mic in version 2.9.1 CM7 XRON-ified, I'm waiting to ICS with full support of them.
Hi everyone,
After suffering a failure with portal 2(snif), I decided to try another game.
I successfully launch Counter Strike : Source on the Shield Tablet.
This is a proof of concept so there is a lots of bugs, thank you for your comprehension.
Edit : First video(uncut), game at 1:18
First screen
Dude...please share what you've done thus far...that sick
berryman13 said:
Dude...please share what you've done thus far...that sick
Click to expand...
Click to collapse
More screen from game
Bump. Video added.
First post update.
What are you using for recording the screen? I can't see anything like shadow play or something similar.
Not that i don't believe you but a video showing the tablet running it will give a bit more idea.
CM17X said:
What are you using for recording the screen? I can't see anything like shadow play or something similar.
Not that i don't believe you but a video showing the tablet running it will give a bit more idea.
Click to expand...
Click to collapse
I use screen record pro, it was must faster than take my camera for recording and upload this video. Anyway, that's not ready yet for play. I'm working on it. Thank you for your support.
By the way you can see SCR Pro at the end of the two videos.
I would love to play left4dead, I am surprised that they arent already out officially
matyas69 said:
I use screen record pro, it was must faster than take my camera for recording and upload this video. Anyway, that's not ready yet for play. I'm working on it. Thank you for your support.
By the way you can see SCR Pro at the end of the two videos.
Click to expand...
Click to collapse
It's okay. Thank you for this. Hope to see you take it to the next level.
xabierd said:
I would love to play left4dead, I am surprised that they arent already out officially
Click to expand...
Click to collapse
I think the same thing so that why i'm working on it
Mate, can you share your process for porting source games??
I know it must involve the current HL2 or something. I want Garry's Mod!!!
I'm working on a kernel for our device and dont ave the time to research the porting but can you PM me how exactly you do it? Cheers, I won't ever release anything!
berryman13 said:
Mate, can you share your process for porting source games??
I know it must involve the current HL2 or something. I want Garry's Mod!!!
I'm working on a kernel for our device and dont ave the time to research the porting but can you PM me how exactly you do it? Cheers, I won't ever release anything!
Click to expand...
Click to collapse
For now it is not working properly, I'm not going to share something not functional, the garry's mod is planned, don't worry.
-snip-
LiquidRabbit said:
This is really great! I love that you're able to port it over so well.
Though, this is a Tegra K1 only thing, right, we won't be seeing this on a Note 3 any time soon?
Click to expand...
Click to collapse
With GLTools yes but with lacks of texture and low framerate
http://forum.xda-developers.com/showthread.php?t=2770105
Glad you like it.
-snip-
Wow, very impressive. Now i'm very glad ive sold my ps vita and bought me a nvidia shield tablet. What was wrong with Portal 2 and do you want to continue the work on that? The game i want next is garrys mod, that would be very awesome. Yes, we have Tibers Box 2 but i want the real stuff.
Some news
matyas69 said:
For now it is not working properly, I'm not going to share something not functional, the garry's mod is planned, don't worry.
Click to expand...
Click to collapse
I am a developer myself, I am writing this now as I build a shield tablet kernel....will be releasing that too, but I was just asking how you did it, what the process was, so I could try myself (as a developer) -- it's not that I want an unfinished product and really want you to port&release gmod, I am interested in how you programmed it.
Either way, cheers. Look forward to seeing your thread once development kicks off....it feels super lonely being a shield tab developer because there's like 3 others who all maintain stuff for other devices
---------- Post added at 12:24 AM ---------- Previous post was at 12:22 AM ----------
Awesome. Looks like you've streamlined the port and installation, what kind of bugs are you tackling?
Come to think of it, us who are actually building stuff and getting the latest nvidia source and seeing what we can do with it....we should really have a chat or something. Do you have a skype or something maybe we can make a group for the 5 of us?
Wow this is awesome!!! Does this work with a bluetooth keyboard and mouse? Also, I know these ports run on different architectures, but do you think the Shield port could play online against PC users?
Selim873 said:
Wow this is awesome!!! Does this work with a bluetooth keyboard and mouse? Also, I know these ports run on different architectures, but do you think the Shield port could play online against PC users?
Click to expand...
Click to collapse
Maybe with the unofficial hacked versions of the game on PC. To play with the mainstream game, you need Steam integration
(SteamID, Steamworks, etc....), which is impossible since there is 0 Steam support for Android (Steam app doesn't include support for games).
But LAN should be possible in the long run.