Android device codenames ...where do they come from? - General Questions and Answers

Is there any rhyme or reason to them? For example, I just got a Sony Xperia XZ1 compact...it appears to be referred to as "lilac" ...who/what makes these designations? The manufacturer? ROM-makers? Many of the builds of LineageOS don't seem entirely arbitrary.
Or are they distinct and I've got the wrong idea? Is "lilac" only the name of the Android build for a particular phone model?

I guess it's manufacturer's choice.
Honestly codenames for Xperia's sounds like a names for me (Anzu, Ayame, Honami, Suzu, Huashan, etc).

OzzyFyshmaster said:
Is there any rhyme or reason to them? For example, I just got a Sony Xperia XZ1 compact...it appears to be referred to as "lilac" ...who/what makes these designations? The manufacturer? ROM-makers? Many of the builds of LineageOS don't seem entirely arbitrary.
Or are they distinct and I've got the wrong idea? Is "lilac" only the name of the Android build for a particular phone model?
Click to expand...
Click to collapse
The manufacturer or their hardware R&D team designates the name, probably the primary engineer that comes up with the device design, whoever that may be at the time for that device. The names usually follow a theme, such as Google devices using types of fish as the codename. Btw, operating systems also use codenames such as Linux distros using names such as Rebecca or Google using candies and cakes for the name of each android version.
Sent from my LGL84VL using Tapatalk

Related

Android on Bookeen-Cybook Odyssey (eBook Reader)?

Hello everyone, I know this is a long shot but: is anyone interested in porting Android to this excellent eBook Reader?
Device description is here: http://www.bookeen.com/en/cybook/odyssey
It is basically a Nook Touch Simple/Sony PRS T1 like device that features a very fast e-Ink display (amazingly fast for an e-Ink) and should support some tablet like use (browsing the web, reading a RSS feed) quite well. You can see here and here what HSIS (High Speed Ink System) can do.
Stock version is using a Linux 2.6.31 based OS (doesn't specify what flavor)
From the little I know the main problems with porting a Android whould be:
- possible locked bootloader on the Cybook Odyssey -> no way to know without the device
- supported chipset -> an ARM A8 based chipset is listed
- display drivers -> maybe those from regular pearl e-Ink can be used?
- wi-fi drivers -> again, depends on the chipset
I'm out of my league (php, web stuff) here but I plan to buy the device next month if there's hope for it
Ideas?
Hi!
I would point out, before getting your hopes up on the porting, the fact that you asked just one day after the launch of the device, makes one think that you're thoughts are audaciously early. So unless some xda-developers are Bokeen insiders and, ahem, unbound by their job to work on this matter, either waiting or is the thing to do. Or, ahem, , learning how to port?
The chances I see for this port to happen are small (but than again still possible). Perhaps we could see if the linux running it might offer more flexibility and run apps directly (?). Porting would would have it's obvious advantages ... an Android with it's screen technology superior to any current eInk readers, except the Mirasol powered ones perhaps (those are limited to Korea for now) would we awesome.
csioucs said:
Hi!
I would point out, before getting your hopes up on the porting, the fact that you asked just one day after the launch of the device, makes one think that you're thoughts are audaciously early. So unless some xda-developers are Bokeen insiders and, ahem, unbound by their job to work on this matter, either waiting or is the thing to do. Or, ahem, , learning how to port?
The chances I see for this port to happen are small (but than again still possible). Perhaps we could see if the linux running it might offer more flexibility and run apps directly (?). Porting would would have it's obvious advantages ... an Android with it's screen technology superior to any current eInk readers, except the Mirasol powered ones perhaps (those are limited to Korea for now) would we awesome.
Click to expand...
Click to collapse
Is there any news on debugging and or development possibilities on that platform? I have seen the gpl'ed linux source released at bookeen's site.
I have yet not found any pictures of a disassembled device and do not know if customized firmware updates are possible.
Would very much appreciate any news on that topic!
NonsenseInc said:
Is there any news on debugging and or development possibilities on that platform? I have seen the gpl'ed linux source released at bookeen's site.
I have yet not found any pictures of a disassembled device and do not know if customized firmware updates are possible.
Would very much appreciate any news on that topic!
Click to expand...
Click to collapse
I would also be interested in customized firmware for cybook odyssey. thanks
Any news on this anybody?
Anyone still watching this? I'd like to try to do it, but it's over my head, skill wise...
Sent from my GT-I9300 using Tapatalk
thirstythirsty said:
Anyone still watching this? I'd like to try to do it, but it's over my head, skill wise...
Sent from my GT-I9300 using Tapatalk
Click to expand...
Click to collapse
I know that internally some version of android ran on the device, but it's really not worth to do this. Android is absolutely not suited for such device and screen.
To install personalised linux/software, first crack the update format, then the device will be open to you...

DUAL Boot Android and ios5

Hi Friends,
Have anybody tried to dual boot android with ios5. It will be great if someone can do this.
While searching came across this
http://code.google.com/p/bootdroid
http://bootdroid.blogspot.in/
Any solutions?
I don't think that's possible.
Sent from my HTC A510e using xda premium
You can't run iOS as a rom because its closed source. It would be impossible to port because all the libs are different even though its based off linux
IOS is based off of Mac OSX which is based off of *Unix*
Sent from my Samsung Galaxy Brick using XDA
so the info on the links is just bull**** ?
BUT: it is possible to have your android phone "transformed" to look like ios with miui rom and iphone theme.
that still doesnt give access to the appstore but its as near as we can get to ios looks
Got none of the required devices I would have tried otherwise :/
i have a desire hd but i dont really think this is legit.. probably just some guy hunting payperclicks
This will never be possible. IPhone and android phones havedifferent processor architecture.
Sent from my Nook Tablet using XDA
It IS possible to dual boot an iPhone with Android and iOS, the project is called iDroid (idroidproject[.]org) but some of the iPhone jail breakers (like @chronic) are creating a linux-based OS (called Magenta) that replicates iPhone OS 1.0, my source says that it currently runs on ARM7 hardware
Magenta is an implementation of Darwin/BSD on top of the Linux kernel. It is made up of a number of kernel and userland components that work together. It is fully binary compatible with iPhone OS 5.0 (as in, it uses the same binary format).
Click to expand...
Click to collapse
The final goal is probably recreating the iPhone OS 1.0 stack. I think this is a pretty feasible goal, considering the fact that there are so many open source libs that can be used to replace the proprietary libs used by Apple. Just as an example:
* CoreGraphics -> Cairo
-> FreeType
-> libpng/jpg
* Celestial -> Various open source media decoding libs.
* UIKit -> Chamelleon
Click to expand...
Click to collapse
see my source for the news post: ht.tp://bit[.]ly/KZZ1up (9to5Mac)
More information about Magenta: ht.tp://bit[.]ly/Oo6eV4
Or this for the source code: ht.tp://crna[.]cc/magenta_source.html
The original ios firmware? ? I think its cool, hope they develop for the new ios though. Number one was pretty lame
Sent from my DROID3 using Tapatalk 2
Dri94 said:
The original ios firmware? ? I think its cool, hope they develop for the new ios though. Number one was pretty lame
Sent from my DROID3 using Tapatalk 2
Click to expand...
Click to collapse
I think so, they say the aim is to run iOS
The project does not wish to build a platform that can run Appleā€™s App Store apps; it appears to just aim at running iOS.
Click to expand...
Click to collapse
As you can see it isn't for running App Store apps, but if it has root access like a rooted android, then you can just put any app on the device..
Like a Cydia app (for the ones who don't know: Cydia is an App Store that you get when you jailbreak your iPhone)
Dual boot iOS and Android. Hm... why not to try Linux instead? iOS is not flexible as Android and what's the point of it? Also we can start porting Windows 8 and other stuff.
arpitsinghi said:
Hi Friends,
Have anybody tried to dual boot android with ios5. It will be great if someone can do this.
While searching came across this
http://code.google.com/p/bootdroid
http://bootdroid.blogspot.in/
Any solutions?
Click to expand...
Click to collapse
iOS 5 is designed to run only on apple's specified hardware design. It is next to impossible to have apple software running on android hardware, but there have been reports of android running on apple hardware. This all involves a lot of lib tweaking, proper execution of binaries, andjust plain coding genius.
Sent from my Galaxy Nexus using Tapatalk 2
k28king1 said:
iOS 5 is designed to run only on apple's specified hardware design. It is next to impossible to have apple software running on android hardware, but there have been reports of android running on apple hardware. This all involves a lot of lib tweaking, proper execution of binaries, andjust plain coding genius.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Look at post #9 It IS possible if someone tries to get it on an android with a bit porting of the Magenta-project. And yes it is possible to run android on iPhone (post #9 as well) it is called iDroid (as mentioned in post #9)
here is the source code from cronic, who is an apple dev, who is working on porting it for us, http://crna.cc/ , if any dev is wishing to finish it off with his android intel
why doenst just buy an iPhone ?
android_isda_**** said:
here is the source code from cronic, who is an apple dev, who is working on porting it for us, ht.tp://crna.cc/ , if any dev is wishing to finish it off with his android intel
Click to expand...
Click to collapse
That is exactly what's said in post 9! Don't people read the whole topic, or do you just post blindly and hope that someone before you didn't post that ?? Sorry for getting off-topic
Sent from my iPhone 4S using Tapatalk
For those asking "why?", I found this thread because I would like an Android tablet, but I'm worried I'll want the latest app or game and it will be only on iOS for too long before going to Android. I'd like the best of both worlds, someday (perhaps when iDroid is out of alpha).
therussman2002 said:
For those asking "why?", I found this thread because I would like an Android tablet, but I'm worried I'll want the latest app or game and it will be only on iOS for too long before going to Android. I'd like the best of both worlds, someday (perhaps when iDroid is out of alpha).
Click to expand...
Click to collapse
If you want the best of both worlds, let me give you some suggestions:
Buy a jailbreak-able iPhone (4S or 4 recommended) jailbreak it on iOS 5.1.1 (if that's the current OS) and then with Cydia you can customize your iPhone as much as you want.
Buy both of them (which I have done) and enjoy
But do not expect iDroid to be stable anytime soon, for now..
That was a bit off-topic, sorry, but I hope this helps!

Qualcomm TOQ: too weak to run Android Wear ROMs I guess...

So, a "number" of OEMs are using Qualcomm SOCs for their Android Wear devices.
So my guess would be that Qualcomm TOQ is a "reference platform" for Android Wear.
Perhaps there may be ROMs released.... or leaked given that OEMs surely have them already.
No source code for now....
I'm guessing the kernel will be the more or less usual Android variant of the Linux kernel, perhaps with fewer drivers/features. And it's ARM of course.
How similar to standard Android on the higher level ?
I'm still pretty new to smart-watches. I haven't looked at the preview SDK yet.
EDIT: Uses an STM micro, too weak I'd guess to run Android (Wear variant).
EDIT: Looking now, and wondering if the code will even be open sourced ? Google may want to have more control this time around. Google, and the HW OEMs, might even put in roadblocks to custom ROMs even if the source is open, including the usual device locking of course.
http://developer.android.com/wear/preview/start.html :
Caution: Do not install apps on the Android Wear emulator. The system does not support traditional Android apps and the result of running such apps is unpredictable.
Click to expand...
Click to collapse
LOL. Time to try some of my apps and see what happens.
EDIT2: My app UI works !, although the UI is very squished. Looks almost like normal Android (from the app/dev point of view, Launcher or whatever UI is very different). I'm sure a whole bunch of APIs don't work and some will never work.
hm they use their cpus, why not the displays?
mirasol displays seem to be the perfekt ones
http://www.qualcomm.com/mirasol/technology
I really doubt that the toq can run google wear. It is using a 200mhz non snapdragon soc.
yerand said:
I really doubt that the toq can run google wear. It is using a 200mhz non snapdragon soc.
Click to expand...
Click to collapse
Is there a teardown of it somewhere ?
I really think the android wear platform is going to be locked down. I even doubt google will allow oem customization beyond maybe some skinning. Wearables is too fragile of a market to allow the amount of freedom we have on android phones/tablets. So, that means it'll probably have specific hardware requirements and such that prevent it from running on devices that weren't intended to run it. Even if it were remotely possible it wouldn't work very well. Look at other porting projects like Windows phone to android devices and sense for non-htc devices.
I'm leaning towards Google treating "Android Wear" the same as "Android Phone/Tablet".
Google has never hesitated to be open with the "basic" code to run Nexus devices. Open source is good for them.
That's the low level stuff that they build upon and REALLY protect with closed source and licensing requirements: Google Play, GMail, etc.
It's in their interest for everybody to be build the compatible low level.
I don't think Google has committed on the matter publicly yet, funny.
mikereidis said:
Is there a teardown of it somewhere ?
Click to expand...
Click to collapse
I was looking up a part number after tearing down one and found theTech Insights report: http://www.techinsights.com/uploade...ts/Wearable-Wellness_Survey_Sample_Report.pdf
Fencesitter said:
I was looking up a part number after tearing down one and found theTech Insights report: http://www.techinsights.com/uploade...ts/Wearable-Wellness_Survey_Sample_Report.pdf
Click to expand...
Click to collapse
Thanks ! I thought there was only one teardown and it cost $1250 to see.
So, STMicroelectronics STM32F207IGH6 ARM Cortex-M3 32-Bit Microcontroller...
Not a Qualcomm SOC/CPU. And only 16 MB of RAM ???
I don't think this will ever run Wear.
I guess it's just an early prototype, of Mirasol among other things.
mikereidis said:
Thanks ! I thought there was only one teardown and it cost $1250 to see.
Click to expand...
Click to collapse
Which company was that?
Let me say for the purposes of CYA that I found the Tech Insights link merely by searching for the term "wcn2243 data sheet" Which is one on of the smaller chips on the Toq.
Fencesitter said:
Which company was that?
Let me say for the purposes of CYA that I found the Tech Insights link merely by searching for the term "wcn2243 data sheet" Which is one on of the smaller chips on the Toq.
Click to expand...
Click to collapse
Same company, more detailed report, including some die photos. Advertised for $1250 here: http://www.techinsights.com/reports...market-reports/Report-Profile/?ReportKey=9830
You linked to a legitimate sample report, linked from this page: http://www.techinsights.com/teardown.com/teardown-sample-reports/
I looked at the firmware for the 1st Sony smartwatch and could see several of the hardware components and some proprietary RTOS. Sony supposedly "opened" the watch, but it's just a toy OS last I looked. They weren't releasing anywhere near enough code to replicate stock.
Anyway, the TOQ parts list seems somewhat reasonably similar; there's probably just a few common designs out there. But things may be changing if the new watches will run an actual variant of Android; ARM based micro-controllers being replaced with I guess more powerful "SOCs", not that it's too easy to distinguish a SOC from a micro...
...Now I'm wondering what's in the Chromecast I just got, LOL... Google is going more deeply embedded now.

why no one porting android pie from Other Xperia Phones?

Can anyone make porting of Android Pie from Xperia XZ Premium ,XZ1,XZ2 or XZ3?
all hardwares are same except one or two .
pretty differences between them
do it then lol, they were pretty much different hardware

			
				
They are entirely different chipsets with different manufacturing processes to boot, they are as different from each other as a single device upgrade can be.

Ematic EGQ235SK

Anyone know where to find a ROM for an Ematic EGQ235SK tablet?
Thanks
RoDnSuE said:
Anyone know where to find a ROM for an Ematic EGQ235SK tablet?
Thanks
Click to expand...
Click to collapse
Didn't find anything for your device, maybe try it yourself :
https://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763
RoDnSuE said:
Anyone know where to find a ROM for an Ematic EGQ235SK tablet?
Thanks
Click to expand...
Click to collapse
Do a google search for:
"Custom ROMs for (your specific model number)"
If that doesn't find anything, nothing exists. It is just that simple. No one hides the information under a rock so it isn't like it is secret or hidden.
For future reference, cheap, obscure, unknown, unpopular devices such as yours do not get ROMs because no "real" developer would ever be interested in devices like that. If you want to use ROMs, you'll have to get a more commonly used device. Even the flagship brands such as Samsung, LG, etc... don't have ROMs for all of their models, only the high end, popular devices such as the Galaxy S devices or the LG K series device.
If a device is cheaply made, generically branded, has low end specs, is obscure, unknown or unpopular, it will not have custom ROMs available for it unless an owner of that device gets fed up with not being able find anything for their device and decides to build a ROM themself and then it isn't the best ROM because they typically do not know what they are doing and have to learn how to build ROMs on the fly just to get their ROM built.
Sent from my SM-S767VL using Tapatalk

Categories

Resources