Video chat would be great, heck since it can run native C++, it might be able to do really performant video chat compared to Java based solutions, what would be really awesome would be some l33t h4x0rs reverse engineering the other video chat protocols and making a OSS client that's compatible with the other major clients, like apple video chat and google video chat and microsoft video chat and zoom video chat and uh, whatsapp video chat, etc. Then you have like one app with notifications that can just handle all the other video apps and connect to them and their protocols, like how Pidgin used to do instant messaging with all the other IM clients back in the day.
Best posts made by Sam Strelitz
-
RE: Wish list : which apps do you need?
Latest posts made by Sam Strelitz
-
RE: Difficulty downgrading Pixel 3a from 11 to 9
Yep, I did the tap 8 times thing, plus the slider that the ubports downloader tool said to set. Also I'm not using windows terminal, lol, gonna put ubuntu on a usb drive and boot off that, so basically just a clean linux install that I can put all my phone stuff on. Also could people click the up vote on my posts please so I can post more than every 3 minutes? Thanks.
-
Android ABI / Variable instruction sets on various CPUs
Anyone know about Android ABI? Some sketchy github site was claiming that these phones all have different instruction sets, possibly to make it so it's really hard to bypass android, and that could be why there's so many android builds - google has a custom compiler to target various instruction sets that they modify on each new CPU? Is that true, and does that mean this "ABI", which might be some sorta VM since anything we compile isn't going to target the right instruction set, or is the instruction set of the supported phones known and we have compilers that target them? I guess the BUS/interface to devices is similar, I assume they're using non standard protocols and drivers that might be sorta 'obfuscated' or 'encrypted' to the hardware? And then to access those, I guess are we bringing in android core and android drivers, and then ABI + uh, what's their other VM, ART, in order to run more programs in this environment, or are we not using those?
-
RE: Difficulty downgrading Pixel 3a from 11 to 9
@davedanger I'm using chrome on windows, looks like I have to make a custom phone building OS. Some guy on Facebook was claiming you can run native C++ on android, but after believing him for a while and grabbing NDK, I determined, no they're running NDK code in a vm/runtime, just like java runs in a vm/runtime layer, as per google docs. So yeah, I got the 128GB USB 3 drive and the USB 3 hub, so I should make my Ubuntu USB linux pretty soon, and then well hopefully ubuntu regular installer is fine with a USB drive, should be probably, and then I can put the phone tools on its own linux. Near future though. I guess I download the right version of the files from the website, and flash the phone from the command line, uh, if I do break the software, I can re-flash the phone by holding down some buttons while it boots? Or I can't?
-
RE: Wish list : which apps do you need?
Video chat would be great, heck since it can run native C++, it might be able to do really performant video chat compared to Java based solutions, what would be really awesome would be some l33t h4x0rs reverse engineering the other video chat protocols and making a OSS client that's compatible with the other major clients, like apple video chat and google video chat and microsoft video chat and zoom video chat and uh, whatsapp video chat, etc. Then you have like one app with notifications that can just handle all the other video apps and connect to them and their protocols, like how Pidgin used to do instant messaging with all the other IM clients back in the day.
-
RE: Difficulty downgrading Pixel 3a from 11 to 9
If the device already says Pixel 3a (sargo) does that mean I can just flash it with uTouch, or should I not do that? Is there a way to flash it if I brick it? Or does it have to have good software on there to flash it?
-
RE: Difficulty downgrading Pixel 3a from 11 to 9
@davedanger I did select a device, so I tried again, and selected a device again. I tried two different versions of 9 too, both the right one and another one! Not sure why it's still saying no builds available?
-
Difficulty downgrading Pixel 3a from 11 to 9
Anyone know what I'm doing wrong to downgrade my Pixel 3a from Android 11 to 9? Also what happens if I skip that step? Is the phone still flashable if the software gets in a bad state? I'm trying to use google's android flasher and it says 'no builds found'
-
RE: New wannabe user / helper
Hey I'm trying to downgrade my new Pixel 3a from 11 to 9, but the android flash program says no sargo image available? Any idea why? What happens if I flash ubtouch with android 11 on there?
-
RE: New wannabe user / helper
Hey is there a bug report section? I'm doing UBPorts Installer for Windows for Pixel 3A, and in the instructions it says developer mode is in settings, but it's actually in system settings -> advanced, that could be more clear. Thanks.
-
RE: New wannabe user / helper
Hey I was browing the open store, that's where the apps are right, and I spotted a facebook app, I use that a lot on my android, but I noticed the app was in javascript? Anyone got a C++ version of that, or is that an option yet, or do we need to add ez c++ app support? I assume a C++ facebook client would run really well? And could be derived from the javascript code, anyone good at porting javascript to c++?