[share][Nubia Z17 nx563j][eOS official rom][Android10/12 De-Google] - ZTE Nubia Z17 Guides, News, & Discussion

/e/OS is a complete, fully “deGoogled”, mobile ecosystem​
/e/OS is an open-source mobile operating system paired with carefully selected applications. They form a privacy-enabled internal system for your smartphone. And it’s not just claims: open-source means auditable privacy.
We could have just focused on an OS, but apps and online services are crucial components of our everyday experience, too.
These online services, including our search engine, email platform, cloud storage and other online tools, create a unique privacy enhanced environment
Therefore, eOS is very suitable for use in countries without Google.
Home page:https://e.foundation/
rom download:https://doc.e.foundation/devices/nx563j
thanks

Android 12 release
e-1.9-s-20230312268558-dev-nx563j

Related

Windows phone 7 FAQs,everything you want to know...

Credited and thanks so much to WINFONE7 in official windows phone 7 backstage forum by provide us these useful information. What I do is just copy and paste it here to share with XDA users and reduce the confusion.
So far we know Microsoft broke away from its native Windows Mobile stack and introduced a managed API platform for developers. Developers can use this platform to build third-party mobile apps that run on Microsoft Windows Phone OS 7.0 devices, which are expected at retail in October. The company's new line of attack rests on driving .NET developers and designers to use familiar tools and skill sets to build WP7 apps for a consumer marketplace. The WP7 application development platform is based on the Microsoft rich Internet application framework Silverlight, its gaming framework XNA and the .NET Compact Framework for micro devices. In February, Microsoft announced the XNA Framework -- which is used to build Xbox 360, Windows PC and Zune apps -- now supports Windows Phone and Silverlight. Microsoft is also leveraging its consumer-focused product channels and services by integrating Zune Media, Xbox Live and Windows Azure cloud services, a major focus throughout all of its products going forward. The Windows Phone System Design, which is code-named "Metro" for its allegiance to international signage in a clean layout with an original typeface, is closer to the Microsoft media player Zune HD than Windows. WP7 applications will be distributed through the Windows Phone Marketplace -- accessible via an integrated "hub" on all WP7 devices -- and through desktop PCs. In a model that's similar to the Apple App Store, developers can monetize their apps and earn up to 70 percent of revenues from applications that pass the Microsoft certification requirements. WP7 features an Office hub with Excel, Word, OneNote, SharePoint integration and networking in Silverlight, with Windows Communication Foundation (WCF), HttpWebRequest and WebClient. The user's personalized content on the phone drives the contextual experience, from live dynamic tiles on the Start screen to task--oriented hubs that offer a wider-than-the-screen panoramic view. Developers can build apps that take up a single screen, plug in to a Windows Phone app like the photo editor, or build hub-based panoramic experiences. You'll be able to create apps that look and feel like the Windows Phone apps that come in the box, but you'll also be able to go away from that. If you want to build a video game that's full screen and doesn't use any of the look-and-feel of Windows Phone, you can certainly do that as well. Microsoft is trying to ensure a consistent user experience for end users on both the hardware and software platforms. The WP7 devices, despite having different manufacturers, will all use an ARMv7 architecture with Cortex/Scorpion processor (or better) from Qualcomm Inc., a unified graphics subsystem (DirectX9), only two screen sizes and support capacitive touchscreens with four contact points. Other hardware specifications include 256MB RAM, 8GB Flash and a 5MP camera. First-generation WP7 devices will ship with a 800x480 WVGA touchscreen, with 480x320 HVGA expected sometime after the launch. When the second resolution is shipped, application and game developers will be expected to support both.WP7 supports standard phone-specific functionality and sensors that developers can tap into, such as location (Wi-Fi, cellular and GPS) and map control (Bing), compass, light proximity and accelerometer and push notifications. The location API works with Windows Azure cloud services. Despite the uniformity, WP7 devices will be available in different form factors; so far three prototypes have been shown. Chassis 1 is the ASUS phone used in engineering and demos by Microsoft with the onscreen keyboard. A second design is a sliding QWERTY keyboard by LG Electronics; the third is the Samsung slab-style phone.
I don't think these are final representations. Manufacturers are getting a great deal of flexibility in the look and feel of the phone. There will be a lot of innovation and industrial designs that are going to be available between now and the foreseeable future.
_________________________________________________________
Q: Will my current Windows Mobile phone get a Windows Phone 7 (WP7) update?
A: It's been announced that no current WinMo phone device (inc. the HD2) will be receiving an official WP7 update.
Q: How much will a WP7 phone cost; Who will manufacturer the phone?
A: WP7 isn't a phone, it's an all new Mobile Operating System from Microsoft. WP7 devices will be available from several device makers; HTC, Dell, LG, Samsung, Asus, etc. Prices will vary and is expected to be along the lines of current smartphone pricing.
Q: When will WP7 phone devices be available?
A: According to the announcement from Microsoft, phones will be available for the Holiday season, speculation is some of the first devices will be announced late September. Official release is rumored to be in October for Europe and November for the United States.
Q: Which US wireless service providers, will offer WP7 phones?
A: All the major wireless service providers in the US will offer WP7 phone devices. AT&T was announced as a Premier partner; might be the first to offer a WP7 phone or/and sell exclusive devices or features.
Q: Will there be Copy & Paste?
A: As it stands, No, this feature will not be available at release, according to Microsoft, WP7 will have smart links / smart sensing, this takes away the need for the copy/paste method in many situations. Smart links; which recognize a block of text, such as a hyperlink, phone number, or address, allow a specific action to be taken.
For a phone number, such "smart links" would allow the number to be dialed. An address might get pulled up in the mapping program, while clicking on a hyperlink would open that page in the browser. Implementing Copy/Paste would delay WP7's release, so MS is giving us the smart sensing feature at release, but several sources have reported Copy/Paste will come in form of an early update, but there is no official confirmation from Microsoft as of yet.
Q. Does Windows Phone support multitasking?
A.Yes, WP7 supports full out multitasking but 3rd party applications will not be allowed to run in the background unless it is through a MS service; instead the app will be paused when changing to another app., (Dehydrated state). This will allow the app to be brought back to the exact same state it was in before it was paused; reducing the strain on the phone's resources. (Hydrated state) (iPhone OS4 multitasking is similar)
Scenario: If an application is running when you the user switches to another application (by using the Start menu, or tapping on a notification, or via some other means) then the assumption as a platform is that the user now wants to focus on the new application, and doesn’t want the previous one interrupting their experience by grabbing memory, CPU, network bandwidth, or other resources. When an application is suspended, during this time, the application can save global state to disk, sign-off from web sites, or perform other clean-up operations. In general this should be relatively simple, because the page-based model of Windows Phone applications facilitates a relatively stateless programming model – much of your application’s state can be encoded in page URIs (as query-string data) or as small blobs of state, stored and retrieved on each page navigation, just like the web. After your application has finished pausing, it will be suspended and no further user code will execute. Note that you can still have push notifications coming in from the cloud, so the user can be kept up-to-date via toasts or you can have your tile updated with the latest information from the web. When your application is suspended, it is not killed immediately. If the user returns to the application “soon” then it can be resumed very quickly and the state saved during pause may not even be necessary. But if the user launches other applications that end up needing a lot of memory, your process will be killed and the memory will be relinquished to the foreground application. This is a key difference between Windows Phone 7 and previous versions of Windows Mobile – the foreground application gets access to virtually all the resources on the phone (memory, CPU, etc.) without having to worry about being starved by background apps that are doing random things at unpredictable times in the background.
If your process was not killed, resume is trivial – you don’t need to restore any state from disk, but you may need to re-start device features like accelerometer or location, and you may need to re-connect to any web services. Assuming your process was killed, the app uses the previously-saved data from pause to re-create your global state, and the per-page state / query-string data to recreate the page state for each page on the back stack. The end result of all this is that users can switch back and forth between applications and have the illusion of full multi-tasking without the downside of erratic resource usage.
Q. Will I be able to customize my OS?
A.Not to the extent you could in WinMo, but in some respects - yes. The O.S. will not allow extreme tweaking. However, it is known that there are at least two themes (black on white and white on black...more are speculated to come at launch) and the tile colors can be changed currently to your choice of six colours. On a deeper level, such as modifying the underlying OS and accessing the file system - it may not be possible to do this "out of the box".
Q: Is WP7 geared just toward the consumer market only?
A: No, WP7 offers many business features at release and will continue to add more.
Business features of the WP7 OS:
Is built from the ground up using industry best practices in secure software development (Secure Development Lifecycle).
Deeply Integrates email, calendar and contacts with Exchange Server enabling rich, seamless email and calendar management to enhance productivity.
Integrates with SharePoint through the SharePoint Workspace client, enabling enhanced collaboration through offline document access and syncing.
Helps protect corporate informationby securing the device through PINs and passwords. Information is further protected by not allowing access to data via PC tethering or support for removable SD cards. In addition, Windows Phone 7 supports IT managed EAS policies such as Require Password, Password Strength, Remote Wipe and Reset to Factory Settings with multiple failed unlock attempts.
Helps ensure data reliability and integrity through application sandboxing and managed code.Windows Phone 7 ensures communications channels between applications cannot be opened and critical system resources cannot be accessed. Most malware threats are introduced through the browser. IE Mobile helps ensure that malicious code cannot be launched from web sites, thus reducing this threat.
Provides certification and verification of applications and content through Windows Phone Marketplace, further enhancing security.
Enables secure data transmission through 128 or 256 Bit SSL Encryption.
Supports secure accessto on-premise applications and network resources using Forefront Universal Access Gateway (UAG).
Is future ready with cloud / services integration. Through the Business Productivity Online Suite (BPOS), Microsoft offers hosted Exchange and SharePoint services. Windows Phone 7 will support mobile access to BPOS from Outlook Mobile and the Office Hub.
Check out Windows Phone for business:
www.microsoft.com/windowsmobile/en-us/business/default.mspx">http://www.microsoft.com/windowsmobile/en-us/business/default.mspx
Q: What are the hardware specifications for the WP7 devices.
A: Microsoft put an end to freestyle design. Minimum hardware requirements are as follows:
Screen
Capacitive touch with 4 or more contact points
WVGA (800×480) or HVGA (480×320) resolution
No screen size requirements announced; rumors for Chassis 1 is 3.6" or larger.
Sensors
A-GPS, Accelerometer, Compass, ambient Light, Proximity sensor
Camera
5 mega pixels or more, flash required, camera shutter button required
Multimedia
No detailed specs, Codec Acceleration
Memory
256 MB RAM or more, 8 GB Flash or more
GPU
DirectX 9 and video acceleration
CPU
ARMv7 Cortex/Scorpion (1GHz) or better
5 Required Hardware Buttons
On/Off & Camera. These three, Start, Search (BING), and Back must be fixed to the front of the device.
Q: Will WP7 phones have a slide-out keyboard; what form factor will the phones be?
A: Several sources confirm that there will be three Chassis/form factors at this stage.
Chassis 1 (first devices to hit the market): Will be a slab, large touch screen with high performance specs, no hardware keyboard. Ex: HTC's rumored HD3 pictured, with a 4.5" screen.
Chassis 2: described as a portrait device with a sliding keyboard, DELL Lightning pictured, assumed to be this form factor.
Chassis 3: All we know is that it may have a smaller screen and rumors are that it may be a BB Curve or Palm Centro styled form factor.
Rumored WP7 devices
(W-stands for world phone; CDMA & GSM)
Based on research I've come across. Not confirmed.
HTC
Gold_W - Sprint
Shubert - GSM
Mondrian - GSM
Spark_W - Verizon
Scorpio, aka Olympian - Verizon
Mozart - GSM
T8788 (slide out speaker) - GSM - AT&T
HD7 (rumored to be HD3)
LG
GW910, aka Panther - GSM/CDMA
E900 - GSM
C900 - GSM
Optimus - GSM
Samsung
I917, aka Cetus
Taylor
SGH i707
i8700
DELL
Lightning - GSM
ASUS
Name unknown
______________________________________________________________________________________________________________
Make your PC look like WP7!
http://www.howtogeek.com/howto/13901/make-your-pc-look-like-windows-phone-7/
______________________________________________________________________________
Device Connectivity (From the Windows Phone 7 Developer Forums)
Is ActiveSync still used to connect the device to the PC?
No, synchronization is automatic similar to the way the Zune HD connects to the PC.
How should I transfer information over the Internet?
Web technologies such as HTTPGET and WebServices are supported as methods of communicating on the Internet. You can also use Push Notifications for communication when your application is not running.
Can I use Sockets for peer to peer communication?
Windows Phone 7 Series currently does not expose the Socket classes. While the version of Silverlight on the phone follows closely the feature list for Silverlight 3 on the desktop, it is a subset of those features and will not contain all classes. (It also holds a superset of classes not available in Silverlight 3.)
How can I connect with another client in real-time?
Peer-to-peer communication is not supported with this initial release of Windows Phone 7 Series. We are always evaluating the needs of our developers and users though and it may be determined that this feature be added in the future.
From the Windows Phone 7 Developer Forums
Thanks dscammell
_____________________________________________________________________________________________
VOICE/SPEECH RECOGNITION:
Great article on what Microsoft has in store for WP7's www.computerworld.com/s/article/9180144/Microsoft_hopes_WP_7_speech_features_surpass_Android_iPhone">http://www.computerworld.com/s/arti...s_WP_7_speech_features_surpass_Android_iPhone
_______________________________________________________________________________
Info about Microsoft's Azure Cloud
Currently Azure cloud includes:
LiveMesh
Skydrive
Microsoft’s HealthVault service
energy-monitoring Hohm service
Services currently not running on Azure: but will eventually.
Hotmail
Xbox Live
Microsoft’s hosted Exchange Online
SharePoint Online
CRM Online
Business Productivity Online Suite (BPOS)
Danger services for mobile devices
Microsoft hasn’t provided a timetable as to when it will transfer all services to Azure but one thing is certain WP7 will be highly integrated with cloud services. The thought of having all this and other services MS is currently working on, gives WP7 fans a reason to get excited.
Windows Phone 7 Series Developer General FAQ
http://social.msdn.microsoft.com/Fo...s/thread/2892a6f0-ab26-48d6-b63c-e38f62eda3b3
Thanks again to WINFONE7
Cheers...hope this help....

TeamSpeak Systems [Europe]: Senior Android Developer

NOTE: European residency required as you will be working with our Germany-based dev team. English fluency required. German fluency is ideal but not required.
HOURS: Full time preferred, part time will also be considered.
JOB DESCRIPTION:
We are looking for an experienced Android developer to create a mobile version of our popular, cross-platform client which is primarily used for voice chat (VoIP). You will have the opportunity to look at sample code for an already existing version of this mobile app (former developer code) which utilizes a client lib for most of its operational, non-GUI features. Our intent, however, is for you to recreate this app with a more polished GUI look and feel, in addition to adding numerous missing features which will bring the app up to par with its iOS counterpart.
RESPONSIBILITIES:
- Review and understand our existing Windows/Mac/Linux client-server voice chat product, how it operates, and what sorts of features and functionality our existing users will expect for its Android version.
- Work with our development team to determine initial set of requirements, and contribute ideas for improving the Android app's usability and overall user experience.
- Write clean, modular code to implement the desired requirements with little supervision, and submit periodically to dev team for review via subversion.
- Engage in primary, core testing of the app although our development team will also conduct some testing and report bugs/issues back to you as well.
- Work with our support team to document and fix bugs with reasonable turnaround. You will need to setup, manage, and maintain your own bug-tracking software (eg - Mantis or similar). Our support team will require access to this system and assist in reporting bugs and issues for you to work on.
REQUIREMENTS:
- You must reside in Europe since you will be working with our Germany-based dev team.
- At least 4 years in mobile development experience, with 2 years in-depth experience in Android development.
- Demonstrated track record for developing and releasing Android applications. You will be asked for sample work and code.
- Strong understanding of Android OS, developing in ADS, interactive application development paradigms, memory management, network programming, audio playback and microphone hardware integration, concurrency and multi-threading.
DESIRED QUALITIES:
- Strong interpersonal and communication skills.
- Ability to work within a small collaborative team and have a great passion in producing quality products.
- Demonstrated experience in working with others to solve challenging technical problems related to performance and usability.
- Self-starter with the ability to assess and resolve complex technical problems.
COMPENSATION:
You will be compensated as follows:
- A fixed, one-time fee to be paid in 3 parts.
Part 1 to be paid once the developer agreement is signed.
Part 2 to be paid once the initial, documented and agreed upon set of requirements has been completed.
Part 3 to be paid upon release of the Android app to the public.
- Ongoing percentage-based rev share based on actual (net) income received from app sales.
- Details to be negotiated and determined prior to hire.
Applicants should apply by submitting their resume or inquiry to the Business Development department via TeamSpeak’s ticket system at
http://support.teamspeakusa.com
Thank you for your time and consideration.

Firefox OS Experimental Build released for Xperia E . Porters get ready to port

Full information on Firefox OS by Sony :
UPDATE : More Info can be founded here: http://dknite.wordpress.com/2012/07/18/desktop-builds-now-available-for-firefox-os/
Experimental firefox os for Xperia™ E available for developers [ROM] :
Earlier this week, Sony and Telefónica announced in a joint press release that we are evaluating the Firefox operating system for mobile phones. To show you our current progress, we now also provide an experimental version of the Firefox OS software for Xperia™ E, so that advanced developers can try it out and so that we can get valuable community feedback. In this article, we give you the background of Firefox OS, instructions how to flash Firefox OS on Xperia™ E, as well as an introduction to h ow to start developing applications for Firefox OS.
Firefox OS is a new mobile operating system built entirely upon open web standards, and Sony is interested in exploring this technology with Telefónica to help bring the power of the web to mobile. This sentiment is further expressed by Bob Ishida, Deputy Chief Executive Officer and Head of Products Business Group at Sony Mobile Communications, who says:
“At Sony Mobile, we continue to evaluate innovative technologies that can help deliver the premium user experiences that Sony’s consumers expect. Our engineers are now working with Firefox OS Mobile and HTML5, evolving technologies which show great potential.”
Now we’re ready to share our initial experiments on Firefox OS with the tech community, to get valuable feedback. More importantly, we want to reach out to the application community and support the early adopters who can start to develop applications for Firefox OS. Therefore, Sony experts Andreas Sandblad and Per Åstrand have put to together an experimental Firefox OS ROM for you to flash on Xperia™ E.
This software is not intended for daily use, and several important limitations apply. You can read more about this in the section “How to flash Firefox OS on Xperia™ E” below, but first Anders Isberg, Web Researcher from Sony, will introduce you to the Firefox OS.
An introduction to Firefox OS – the newest mobile platform
Firefox OS is based on the idea of taking the web application model a step further and enabling support for all types of applications. This includes applications that today are done with native programming languages, such as the camera application or the traditional dialler application. To facilitate these requirements, Firefox OS provides a richer set of device APIs compared to traditional web browsers. *In addition to traditional web browsers, Firefox OS also have a privileged access model for applications. This ensures that applications cannot access sensitive APIs without proper authorization.
One of the cornerstones of the web application model is the openness, which is one of the reasons for the popularity of web. Therefore, it is essential that this technology becomes standardised to avoid creation of new proprietary technology. W3C has established a new working group, Web System Application working group, which has support by a broad range of players in the industries. Sony also supports this initiative, and we are committed to contribute to the work of defining a new standard for web system applications in W3C.
The architecture of Firefox OS :
Now let’s take a brief look on the Firefox OS software architecture. In simplest terms, Firefox OS consists of three key components:
Illustration of the Firefox OS architecture.
Gonk, which is the middleware that consists of a Linux kernel together with several software libraries and a hardware abstraction layer. Gonk runs on top of the mobile chipset that includes hardware and device drivers.
Gecko, which is the application runtime that implements the HTML5, CSS and JavaScript execution environment.
Gaia, which is the user interface in Firefox OS and provides the home screen and application launcher user experience.
Since Firefox OS’s primary application model is based on web technologies, there is no real concept of native applications. All user experience are developed using HTML, CSS and JavaScript technologies.
How to flash Firefox OS on Xperia™ E :
Now that you have a basic understanding of Firefox OS, and if you’re ready to start tinkering with it on an Xperia™ device (for now, Xperia™ E), the next step is to flash Firefox OS on it. Before you flash this experimental ROM, please consider the following carefully:
Before you unlock the boot loader, make sure that you have read and understood that unlocking the boot loader may void the warranty of your device.
You must be using an*unlocked*Xperia™ E. It*will not work on a locked*Xperia™ E.
You should be an advanced developer with extensive knowledge in how to flash and switch between different ROMs. If you are a consumer without these developer skills, then we strongly recommend you not do try this as you may damage your phone.
Some of the features are not switched on or implemented:
No radio connectivity available, due to that this software has not passed certification and type approval. This means that you cannot make any phone calls or use Wi-Fi or Bluetooth.
The functionality of the SD card might be unstable.
The touch sensitivity is not fully calibrated.
This software can be flashed on an Xperia™ E that has similar hardware specifications as the initial scope of the first version of Firefox OS and is therefore a natural candidate.
Flash Firefox OS on your Xperia™ E by performing the following steps:
Unlock the boot loader using our unlock boot loader service. Note that the possibility to unlock a device can sometimes be restricted due to operator restrictions. Also note that once you’ve unlocked your phone, you will not get any official software updates from Sony.
Download and install the flash tool for Xperia.
Start the flash tool and connect your phone as described in the flash tool instructions. When you connect your unlocked Xperia™ E, the Firefox OS software will be available to flash. There is also a standard Sony software version that you can flash, if you want to go back to Android™ from the Firefox OS software.
If everything went well, your device is now ready to boot with Firefox OS. Turn on the power and after the initial boot sequence, you can start to explore Firefox OS.
There is already B2G Firefox OS for Nexus:
http://forum.xda-developers.com/showthread.php?t=1805282
Why do people post ****ing news on here? Post the damn link...
I'll try to port for XP
Sent from my LT22i using xda premium
What does this have to do with the nexus?
Sent from my Galaxy Nexus
Sorry, but isn't this OS aimed for a lower end phones?
lonestrider said:
Sorry, but isn't this OS aimed for a lower end phones?
Click to expand...
Click to collapse
yeah, i saw a vid of it running and it screams lower end
not that th gnex is a beast or anything but still
Sent from my Galaxy Nexus using Tapatalk 2

System One Services [Torrance, CA] Android Developer

Summary
The Android Developer / Programmer works as a member of the Internet Development team to develop and implement Android applications for our line of products.
Responsibilities
Work with colleagues and Project Managers to build and refine functionality for Android applications.
Develop innovative, Android-based tools for our line of air purifier products.
Work closely with Project Managers and other members of the Development Team to both develop detailed specification documents with clear project deliverables and timelines, and to ensure timely completion of deliverables.
Produce project estimates during R&D process, including expertise required, total number of people required, total number of development hours required, etc.
Work with raw images and layouts from a graphic designer and incorporate them into an app that will run on multiple Android operating system versions and multiple screen sizes
Determine appropriate architecture, and other technical solutions, and make relevant recommendations to R&D.
Communicate to the Project Manager with efficiency and accuracy any progress and/or delays. Engage in outside-the-box thinking to provide high value-of-service to clients.
Alert colleagues to emerging technologies or applications and the opportunities to integrate them into operations and activities.
Attend meetings during the R&D process and during development.
Qualifications
3-5 years minimum Android development experience
Strong object-oriented design and programming skills in Java (J2EE/J2ME)
Demonstrated ability to take an app design from inception to implementation, including publication in the Google App Store
Experience developing Android apps for the Enterprise (in-house) environment
3 years minimum experience working with relational database systems such as SQLite, MySQL, or similar database management system
Development experience utilizing Android SDK
Experience with web service integration (SOAP, REST, JSON, XML)
Experience using social media APIs (Twitter, Facebook, etc.)
Excellent debugging and optimization skills
Experience with version control (e.g. GIT)
BS in computer science or a related field preferred, or significant equivalent experience
Excellent English communication skills, both written and verbal
Small Details
Work in a small, flexible international team
Extensive on the job training
Company with strong value system
A 50 year history of excellence
A competitive salary and benefits package that includes:
Medical, dental & Vision
401K Plan with company match
On-site gym
A Slide!
Weekly catered lunches
And much, much more!

Mobile applications on Android and iOS

Hello,
A group of highly qualified developers provides you with mobile applications on Android and iOS platform. During last few years over 30 projects have been executed by us. Our mobile applications are mostly:
• Social networks
• Geo information services
• Business applications
• Different services
We use the whole software development life cycle: preliminary estimation, analysis, UI-design, requirements specification, development, testing and registration on the market. Our customers are always in touch with the application development process.
We would be happy to talk to you about the details of your needs and ideas. Contact us: [email protected], skype: maria.kriskovich

Categories

Resources