Keep seeing this mentioned in rom features and haven't been able to find the difference.
Sent from my Galaxy Nexus using xda premium
Stock anything is just that, the manufacturer stock app or ui, CM (Cyanogen Mod) is a highly tweaked and modified Pure Android (also called Vanilla) experience with no Manufacturer, Carrier or Google bloatware.
Edit: forgot to mention, you may see apps or themes that say CM with them to show that they are compatible with cyanogenmod roms, because not everything may be.
MoPhoACTV Initiative
This is from the Cyanogenmod wikipedia Page
http://en.wikipedia.org/wiki/CyanogenMod
CyanogenMod is a replacement firmware of over 60 smart phones and tablet computers, based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices. Features supported by CyanogenMod include native theming support (also called the "T-Mobile Theme Engine"), Free Lossless Audio Codec (FLAC) support, a large Access Point Name list, an OpenVPN client, a reboot menu, support for Wi-Fi, Bluetooth, and USB tethering, CPU overclocking and performance enhancements, soft buttons and other "tablet tweaks", toggles in the notification pull-down (such as Wi-Fi, Bluetooth and GPS), app permissions management, as well as other interface enhancements. CyanogenMod is also stated to increase performance and reliability compared with official firmware releases. [2]
CyanogenMod is developed as free and open source software based on the official releases of Android by Google, with added original and third-party code. Although only a subset of total CyanogenMod users elect to report their use of the firmware, [3] as of 26 January 2012, CyanogenMod has recorded over 1.1 million active[4][5]
MoPhoACTV Initiative
Thanks for your input. I welcome all the tweaks and modifications cyanogen and
other developers use as they sometimes are highly beneficial.
Sent from my Galaxy Nexus using xda premium
Hello Developer Community,
I am presently using a bluetooth home automation device from a company called Plugable. The device is being controlled by a stock/default Android app provided by Plugable in Google Play. After testing the product, I realized I wanted a hour:minute:second count down style timer and presets features added to what Plugable describes as a completely customizable open source application.
I am not a programmer, so I was wondering if someone would be willing to take a look at the open source code to see if the features I want can be built into the open source app and be willing to design a new UI layout that would be more appealing(features that look similar to Control 4 Android app available in Google Play.) I am open to any new app development and program design as long as the device can communicate in the manner intended by Plugable.
If anyone feels my request is practical, I would be willing to pay a fair value for your time and service. I would need to also start this project ASAP. And I mean ASAP!
You can find more information about Plugable-BTAPS Python Library for Creating Custom Applications with the Plugable PS-BTAPS1 and the Bluetooth Home Automation Device on Plugable's website.
Thank you for your time and assistance anyone can provide.
Hi all
I a searching for someone who is very experienced in making a secure custom rom for Android.
I have given some example links as a reference.
Create Custom ROM for Android —* which phones do you recommend ?
I have a recent Huawei. I would like to avoid spending many hundreds of euros on phones if possible
I would like a custom Secure firmware, that will be*
-*Protection from zero-days viruses
-*Hardened kernel
-*Stronger sandboxing and isolation for apps & services
-*Firewall & network hardening -**MAC Randomization
-*Security-centric user experience changes
-*Man in the middle doctor* —* Protection from SS7 attacks
-*IMSI catcher decor
-*Verifiable Source Code
-*Protection from silent sms
-*Protect your contacts and call history from unauthorised access
- How to change phone identifiers if I wanted to*
An example of phone software that I would like to emulate as much as possible.
sorry I had to remove the links as its my 1st post. It will be easy to find with this info.
esdcryptophone cryptophone-600g
esdcryptophone comparison
Thank you all for taking time to read my request
Felix
Hello,
I took over as the developer for a company that currently has a PHP code base and native apps written for Android and iOS. One of the key features of the native apps is that it takes geolocation data points constantly and sends them off for processing. It needs to keep taking those data measurements even when the screen is not in use. I'm struggling to find an answer to the question -> "Is it possible to satisfy that requirement using a progressive web app or hybrid app?" Not having 3 separate code bases would be ideal for future development projects.
Currently running latest Xamarin version for mobile app, backend is .NET. Also have a web-app that syncs with the mobile app. We are planning a full UI revamp with minor feature enhancments and have been pushed to rebuild in React/Flutter. Reasons given for this include:
xamarin being phased out
React more efficient to code
Xamarin incompatibility with the new designs (which is not believable tbh)
All we care about is the efficiency of build and strong long-term, scalable solutions. We care about compatibility with third parties (like Google cal) but overall, the app is very simple (it does not have any heavy development features like video streaming, chatting, etc).