Hi, I was just browsing through YouTube and came across a very old video about the [meanwhile dead] iDroid-Project which made it possible to install Android as a Dual-Boot-Option on an iPhone 2G/3G. The group of the devs which was working on it didn't got along with each other anymore after some time, Apple fixed the security holes which made this possible and the project died off. I was just wondering if such a project would still be possible on newer (jailbroken) iPhones if somebody would discover the necessary exploits What are your thoughts about this? :good:
https://www.youtube.com/watch?v=uJj0kHQgC9w
Related
Hello all,
Being relatively new here, I haven't yet discovered quite what is possible for hacks, I have one main question at the moment. I currently own a nokia lumia 800 and I love the GUI, but I am getting frustrated with the app store as it doesn't have lots of the apps that iphone and android users have. So because it will probably be a while until there is a fully working operating system hack for this phone, OR the app store vastly improves, I was wondering if it was possible to hack a specific app such as draw something or epicwin to change the platform it is on?
Thank you for any help everyone!
Hi guys just sharing an opinion piece I wrote about the future of Android.
My current theory is that eventually Android could be replaced by Chrome OS, or merged and it could happen as soon as the next major update (5.0)
My article is here and I just wanted to get some input from you guys: my fellow Android Enthusiasts,
exekias said:
Hi guys just sharing an opinion piece I wrote about the future of Android.
My current theory is that eventually Android could be replaced by Chrome OS, or merged and it could happen as soon as the next major update (5.0)
My article is here and I just wanted to get some input from you guys: my fellow Android Enthusiasts,
Click to expand...
Click to collapse
doesn't sound all bad! interesting thoughts.. thanks
Sent From My Paranoid Nexusâ´
The Thanks Button Is There
To Stop Thanks Posts Filling
The Thread.. Use It!?
Nice piece... And that first picture inspires me to make a Chrome Launcher/Chrome OS Theme.
Also, I think android should just natively support web apps that use HTML5 or Unity or whatever the Chrome Browser supports naively as if they were android apps except the big upgrade/catch is that it runs it natively like an app without an internet connection. So maybe android will just become the chrome browser but also runs android apps (which Google will call something else so that they aren't hanging on to the android name anymore and people will no longer call it android).
I also don't understand anything HTML or Java so maybe impossible
Sent from my SCH-I500 using Tapatalk 2
Android MAY be MERGED with Chrome OS... but it will NEVER be REPLACED by it.
Chrome OS is based on the cloud, and our phones not allways have an internet connection.
Nope it will not be Chrome OS. Things will get merged eventually but Android will remain:good:
Just wondering if anyone knows if its possible to remove IOS from an ipod or iphone and install Android instead, I had seen a video a year or so ago on youtube of someone who did it but was having issues with battery and other hardware / software issues, googling seems to only offer the fake Android screen not the OS.
Hello Folks,
I seen a rumor that Android may about to support iOS on its wear platform. Think Moto360 with iPhone.. See This
Since Android shipped about 720,000 device in 2014, compared to 4.6 million wearable devices in 2014 by estimates. See Here
I have been working on developing an application for the Android Wear platform that will allow iOS communication, but there is a well known bug in Android that is preventing connecting to an iOS device. This is despite Android Wear supporting Bluetooth LE GATT profile, and will connect with most other bluetooth devices over Bluetooth LE using the GATT profile. You would think it seems like an iOS issue. When you dive into the communication handshake between the devices when attempting a connection between Android Wear and iOS, you get an error.
This has been reported to Android and since then, not fixes. I understand they have bigger fish to fry than allowing their watches to support iOS, but since their devices are not selling well this may push them into fixing the bug.
See This ... It explains how the bug in android is failing connecting to iOS devices due to their bug..
I did some deep diving and reviewed the code for the BluetoothDevice.java file in the Android Development Studio and found that there is the option to select either Normal Bluetooth or LE via a transport parameter with connecting... BUT... When android implemented their specific code, they OMITTED the transport parameter and it SHOULD connect via LE, but doesn't.
Here is my comment on the above thread (Issue 58896):
Reviewing the android code for BluetoothDevice.java I found that connectGatt() function has a hidden int TRANSPORT variable that will allow you to use AUTO or specific LE or BR/EDR only.
For some reason, this is available in the BluetoothDevice.java file in android studio, but not listed in the android code reference. When you attempt to use this, it gives you an error. If someone can explain how we can fix the compiler on android studio to compile our code using the TRANSPORT_LE option instead of TANSPORT_AUTO which I assume is being used.
I see someone with Broadcom has requested that the transport parameter be added in May 2014 on the android GIT page (https://android.googlesource.com/platform/frameworks/base/+/b88fa82^!/) which is almost 7 months ago. If this is such a seemingly prominent problem and so many fixes since then and this hasn't been fixed??
So this has been reported by Broadcom in May 2014..... and no fix as of yet???
I am curious how MohammadAG bypassed this snafu. Any thoughts?
Here is his proof..
hhttps://www.youtube.com/watch?v=DIIYmVSc9Yw
Hello!
I too am working on such a project and during my studies have successfully connected my android to my iPhone with one extra step: since android can only act as the central and connect to a peripheral, the iPhone has to be put into peripheral mode, for which I used LightBlue (look in the app store). After they connected I was able to discover the GATT service, but I'm new to android and this is a huge project so I'm kinda lost after that. Would you mind sharing your code with me so I can collaborate with you on this? I'd love to release something like this to the XDA community, and if you're closer than I, I'd love to help!
I hope this answer helps you, but I may be completely misunderstanding the question.
Thanks!
Zachal
Hi Guys,
This is my first post but I've used lots of the information on this website over the years. I build custom automotive interiors and have in the past 5 years integrated dozens of android and ios systems into cars. I'm trying to figure out a way to skip all the fabrication of dash bezels by directly integrating into the existing factory lcd touch screens.
I would like to use the existing touch screen in my Ford Edge to interface with an android tablet.
Ideally I'd like to take an existing tablet or phone that I own (Galaxy tab 2 10.1 or Galaxy s4 phone) and send the touch and video information to my stock Ford Screen
CarPerformance .se has a kit that includes an android system with a board that switches the source being sent to the screen with the push of a button allowing you to switch between the Ford information screen, android computer with touchsceen interfacing and video inputs
below is a link to the install instructions and a video of its operation
carperformance.se/wp-content/uploads/2016/05/My-ford-touch-Android-install-manual.pdf
carperformance.se/?product=2001-2014-ford-edge-android-system
(links are broken because I'm too new to post links)
I would like to know if there is a prebuilt video switcher similar to the one above that would allow me to switch between sources and woulld allow me to connect one of my android devices
The reason I want to do this on my own instead of ordering the above product is that it runs older android software and does not have cellular capability.
if someone could point me to the right information I would greatly appreciate it as I'm sure these screens are fairly universal however I don't know what exactly to search.
adam1364 said:
Hi Guys,
This is my first post but I've used lots of the information on this website over the years. I build custom automotive interiors and have in the past 5 years integrated dozens of android and ios systems into cars. I'm trying to figure out a way to skip all the fabrication of dash bezels by directly integrating into the existing factory lcd touch screens.
I would like to use the existing touch screen in my Ford Edge to interface with an android tablet.
Ideally I'd like to take an existing tablet or phone that I own (Galaxy tab 2 10.1 or Galaxy s4 phone) and send the touch and video information to my stock Ford Screen
CarPerformance .se has a kit that includes an android system with a board that switches the source being sent to the screen with the push of a button allowing you to switch between the Ford information screen, android computer with touchsceen interfacing and video inputs
below is a link to the install instructions and a video of its operation
carperformance.se/wp-content/uploads/2016/05/My-ford-touch-Android-install-manual.pdf
carperformance.se/?product=2001-2014-ford-edge-android-system
(links are broken because I'm too new to post links)
I would like to know if there is a prebuilt video switcher similar to the one above that would allow me to switch between sources and woulld allow me to connect one of my android devices
The reason I want to do this on my own instead of ordering the above product is that it runs older android software and does not have cellular capability.
if someone could point me to the right information I would greatly appreciate it as I'm sure these screens are fairly universal however I don't know what exactly to search.
Click to expand...
Click to collapse
Greetings and welcome to assist. It sounds like a very interesting concept but there is very little information on this type of thing on xda. I'd try asking in this forum
http://forum.xda-developers.com/general/connected-car
hopefully the experts there can assist your further
Good Luck
Sawdoctor