[Q] Is there a Chromium for Android APK? - Android Q&A, Help & Troubleshooting

I found some build instructions at chromium.org and some public repo (not google's) at github, but so far no apk.
I'm asking because I couldn't find a video or demo of chromium running on android either which makes me wonder if it works at all or just limited to a webview basic mode.

MGREX said:
I found some build instructions at chromium.org and some public repo (not google's) at github, but so far no apk.
I'm asking because I couldn't find a video or demo of chromium running on android either which makes me wonder if it works at all or just limited to a webview basic mode.
Click to expand...
Click to collapse
I saw it once and tried researching it but could not find it again. Not 1 apk but 2. You need them both. I do not remember their names.

mint-an said:
I saw it once and tried researching it but could not find it again. Not 1 apk but 2. You need them both. I do not remember their names.
Click to expand...
Click to collapse
Sounds like some modded whatsapp apks I seen, but couldn't find anything either
Wonder how difficult would it be to couple the chromium-based webview with a browser UI

MGREX said:
I found some build instructions at chromium.org and some public repo (not google's) at github, but so far no apk.
I'm asking because I couldn't find a video or demo of chromium running on android either which makes me wonder if it works at all or just limited to a webview basic mode.
Click to expand...
Click to collapse
https://storage.googleapis.com/chro...oid/32eaa6c2911c647846e31071e4e02efe56c8cd1c/
mint-an said:
I saw it once and tried researching it but could not find it again. Not 1 apk but 2. You need them both. I do not remember their names.
Click to expand...
Click to collapse
here is the link
download the zip

4Freedom said:
https://storage.googleapis.com/chro...oid/32eaa6c2911c647846e31071e4e02efe56c8cd1c/
here is the link
download the zip
Click to expand...
Click to collapse
Needs to be flashed via custom recovery?

Dr. Krieger said:
Needs to be flashed via custom recovery?
Click to expand...
Click to collapse
nope, last version 15-01-2015 download from here https://www.googleapis.com/download...oid.zip?generation=1421347610268000&alt=media

Yes, but it gets released everyday.
The trick with the official build of Chromium for Android is that it's constantly being released by the Chromium team.
These builds don't auto-update, so you need to install new builds occasionally( I install a new build every day, personally).
I put together an app getChromium that's available on Google Play(can't link anything in here yet) that securely pulls the latest build from the official repository and installs it.
Code's on github.

andDevW said:
The trick with the official build of Chromium for Android is that it's constantly being released by the Chromium team.
These builds don't auto-update, so you need to install new builds occasionally( I install a new build every day, personally).
I put together an app getChromium that's available on Google Play(can't link anything in here yet) that securely pulls the latest build from the official repository and installs it.
Code's on github.
Click to expand...
Click to collapse
You should place the link to your app here for the playstore

ink718 said:
You should place the link to your app here for the playstore
Click to expand...
Click to collapse
The app wasn't being used correctly by most of the users acquired on Google Play, so I've actually permanently moved it to GitHub. https://github.com/andDevW/getChromium. People all over the world were using it to install Chromium and then uninstalling it, unaware that the Chromium browser they're using will never update itself.

Related

Modified updates in cyanogenmod 7

Hi guys I am creating a new ROM and I would like to change the database of updates of CyanogenMod to receive updates released by me and not relased by CyanogenMod, as I do?and how do I get the anonymous stats to me and not to CyanogenMod? Thanks for the answers and excuse me for my bad english
Are you talking about your github log? It will be updated as you commit your changes.
thewadegeek said:
Are you talking about your github log? It will be updated as you commit your changes.
Click to expand...
Click to collapse
But how do I make him get the updates from my Github account and not from CyanogenMod account? What file should I change?
---blacksoul--- said:
But how do I make him get the updates from my Github account and not from CyanogenMod account? What file should I change?
Click to expand...
Click to collapse
You need to be more specific as in what you mean by updates. Rom updates as in downloading the lastest rom when there is a new version, changelogs? What?
lithid-cm said:
You need to be more specific as in what you mean by updates. Rom updates as in downloading the lastest rom when there is a new version, changelogs? What?
Click to expand...
Click to collapse
I want the ROM update itself (obviously, the first requiring the consent of the user) when I release a new version and that the anonymous statistics come to me and not to CyanogenMod
Ok so you want to have a OTA updater, and you want to collect anonymous statistics. Write a Java app that checks a server, compares the version of the current ROM with the one present there, if it's less then downloads the file and prompts the user to reboot into recovery. As to the statistics, that's in the CyanogenMod repo, and if you can't figure it out you shouldn't be collecting them.
thewadegeek said:
Ok so you want to have a OTA updater, and you want to collect anonymous statistics. Write a Java app that checks a server, compares the version of the current ROM with the one present there, if it's less then downloads the file and prompts the user to reboot into recovery. As to the statistics, that's in the CyanogenMod repo, and if you can't figure it out you shouldn't be collecting them.
Click to expand...
Click to collapse
Sorry maybe Google translator sucks but I do not understand the issue of anonymous statistical

[Q] Download System Source without Ubuntu

Hello
My internet is too slow so i want go to my friend and please him to download Android source. My Question is - where I Found full Source Code of Android? I Found this
http://grepcode.com/snapshot/repository.grepcode.com/java/ext/com.google.android/android/2.2.2_r1/
Click to expand...
Click to collapse
But I Don't know it is this.
Can you help me? Thanks
The full AOSP source code is on github:
https://github.com/android
You can download it all there.
Sent from my Galaxy Nexus running Android 4.2 JB
Thanks - i see this Page but I don't know how I Can Find Source Code Aps and System core from android 2.2.2?
cheqolada said:
Thanks - i see this Page but I don't know how I Can Find Source Code Aps and System core from android 2.2.2?
Click to expand...
Click to collapse
Here is the System Core for Froyo (2.2.x) https://github.com/android/platform_system_core/tree/froyo-release. You can find the source code for the app packages by going to https://github.com/android as previously mentioned and then selecting the app package repository you want for example "packages_apps_phone". Then in the upper right hand corner above the app package name you should see a button that says branch select that then froyo-release for the branch name. This will allow you to view the source code for the apps from Froyo 2.2.x. Let me know if you still have questions .
Sent from my SCH-I535 using xda premium
Here is the System Core for Froyo (2.2.x) https://github.com/android/platform_.../froyo-release. You can find the source code for the app packages by going to https://github.com/android as previously mentioned and then selecting the app package repository you want for example "packages_apps_phone". Then in the upper right hand corner above the app package name you should see a button that says branch select that then froyo-release for the branch name. This will allow you to view the source code for the apps from Froyo 2.2.x. Let me know if you still have questions .
Click to expand...
Click to collapse
Thanks You very much but I Have one more question. Can I Find in this all elements in froyo-relase(app,System_core) or i must download every zip from every 'platform'? I never download from github and I can't find this.
cheqolada said:
Thanks You very much but I Have one more question. Can I Find in this all elements in froyo-relase(app,System_core) or i must download every zip from every 'platform'? I never download from github and I can't find this.
Click to expand...
Click to collapse
You have to download the zip file for every app package you want the source code for unfortunately. So for example if you wanted both the browsers source code and the phones source code you would have to download the source code zip for both platform_packages_apps_browser and platform_packages_apps_phone.

[Q] Open source OTA updates?

I know you can get OTA updates on a custom ROM via rom manager but its proprietary. Are there any open source solutions to OTA updates on custom roms?
SHAWDAH said:
I know you can get OTA updates on a custom ROM via rom manager but its proprietary. Are there any open source solutions to OTA updates on custom roms?
Click to expand...
Click to collapse
One open source OTA update solutions for custom roms is OTA-UpdateCenter. It's open source and easy to start using, you can check it out here, and check out the source code on their github. Let me know if you have any other questions.
shimp208 said:
One open source OTA update solutions for custom roms is OTA-UpdateCenter. It's open source and easy to start using, you can check it out here, and check out the source code on their github. Let me know if you have any other questions.
Click to expand...
Click to collapse
Yea I saw that while googling around but it seems pretty... outdated.
https://github.com/OTAUpdateCenter/ota-updater-2.0/graphs/contributors
I saw the cyanogenmod ota updater which seems good.
http://www.androidpolice.com/2012/0...ng-rom-manager-for-its-own-ota-update-system/
SHAWDAH said:
Yea I saw that while googling around but it seems pretty... outdated.
https://github.com/OTAUpdateCenter/ota-updater-2.0/graphs/contributors
I saw the cyanogenmod ota updater which seems good.
http://www.androidpolice.com/2012/0...ng-rom-manager-for-its-own-ota-update-system/
Click to expand...
Click to collapse
What you could do is fork the cyanogenmod OTA updater and then modify it to suit your own needs fairly easily.
shimp208 said:
What you could do is fork the cyanogenmod OTA updater and then modify it to suit your own needs fairly easily.
Click to expand...
Click to collapse
That seems like the best solution, thanks.
Hello, we have dedicated own OTA server. We cann't use OTA UpdateCenter or other services. What is the best way for use OTA update in aosp?
I have S905x with AOSP provided by amlogic. For OTA update, OTAUpgrade2 app is used.
I set...
Code:
PRODUCT_PROPERTY_OVERRIDES += \
ro.product.firmware=0002\
ro.product.otaupdateurl=h_t_t_p/myurl/myfile
It works. I see incoming requests in my HTTP log. But i don't know the structure and format of checked file (I think, it contains actual_version, url_to_zip, md5...). Thus when I start UPDATE&BACKUP and press "online update button", "No New Version Discovered message" is showed. I tried find in source code, but I think, this all is in one library without source codes (/vendor/amlogic/apps/OTAUpgrade2/libs/libotaupdate.jar). I could not find anywhere on the internet that file format. Thank you for help.
cizek.milan said:
Hello, we have dedicated own OTA server. We cann't use OTA UpdateCenter or other services. What is the best way for use OTA update in aosp?
I have S905x with AOSP provided by amlogic. For OTA update, OTAUpgrade2 app is used.
I set...
Code:
PRODUCT_PROPERTY_OVERRIDES += \
ro.product.firmware=0002\
ro.product.otaupdateurl=h_t_t_p/myurl/myfile
It works. I see incoming requests in my HTTP log. But i don't know the structure and format of checked file (I think, it contains actual_version, url_to_zip, md5...). Thus when I start UPDATE&BACKUP and press "online update button", "No New Version Discovered message" is showed. I tried find in source code, but I think, this all is in one library without source codes (/vendor/amlogic/apps/OTAUpgrade2/libs/libotaupdate.jar). I could not find anywhere on the internet that file format. Thank you for help.
Click to expand...
Click to collapse
Did you find a solution? The protocol or any ready-to-use server application?
Thanks

[MOD][XPOSED] JodelXposed - Enhancements for Jodel

Check out the Github repo for an updated feature list and info
Download
Via XDA Labs, Xposed Installer, the online xposed repo or compile from source
XDA:DevDB Information
Jodel Xposed, Xposed for all devices (see above for details)
Contributors
esun, Unbrick, charliekelly2
Source Code: https://github.com/krokofant/JodelXposed
Xposed Package Name: com.jodelXposed
Version Information
Status: Stable
Created 2016-04-02
Last Updated 2017-03-24
Reserved
Will it work for the newest version (4.4.9)?
julius1504 said:
Will it work for the newest version (4.4.9)?
Click to expand...
Click to collapse
The current version is specifically for that version of Jodel. I'll add that to the title.
Am i missing the download link or is it not released yet?
yanniclord said:
Am i missing the download link or is it not released yet?
Click to expand...
Click to collapse
You mean for Jodel? The download is available via apkpure if you haven't gotten it via the Play Store yet.
esun said:
You mean for Jodel? The download is available via apkpure if you haven't gotten it via the Play Store yet.
Click to expand...
Click to collapse
No, your XPOSED module.
yanniclord said:
No, your XPOSED module.
Click to expand...
Click to collapse
It should be accessible via XDA Labs, Xposed Installer and via the xposed repo. You should be able to download the apk from here http://repo.xposed.info/module/com.jodelxposed
esun said:
It should be accessible via XDA Labs, Xposed Installer and via the xposed repo. You should be able to download the apk from here http://repo.xposed.info/module/com.jodelxposed
Click to expand...
Click to collapse
Not via the XPOSED Installer no, just the XPOSED Repo.
Improvements
I'd like to suggest some UI improvements, also sent you a PM.
Here is my improved version (some UI changes, some code changes, your code is still the main code):
https:// drive.google .com /open?id=0B5hyDdyAoWioSzlDWUl1WjQ2M0U
(Remove spacing, i have not enough posts to post links)
http :// i.imgur.com /vZGM P2b.png (Example screenshot)
Implemented Unbrick's changes and removed blur effect on images.
Does anyone know how to backup Karma points?
I want to install a new ROM and have to make a clean install. But then I would loose my 150k Points.
Update with changes from Unbrick :victory:
PowerOfTwo said:
Does anyone know how to backup Karma points?
I want to install a new ROM and have to make a clean install. But then I would loose my 150k Points.
Click to expand...
Click to collapse
When are you gonna reinstall the phone? I might have something for you soon.
esun said:
Update with changes from Unbrick :victory:
When are you gonna reinstall the phone? I might have something for you soon.
Click to expand...
Click to collapse
I want to change ROM from CM13 to Exodus6 but I'm not in hurry It doesn't has to be this week.
Constantly getting "Could not save location, try again", it doesn't succeed once.
yanniclord said:
Constantly getting "Could not save location, try again", it doesn't succeed once.
Click to expand...
Click to collapse
Does the place picker get any gps coords and are you sure you're selecting a city that exists?
esun said:
Does the place picker get any gps coords and are you sure you're selecting a city that exists?
Click to expand...
Click to collapse
It does get GPS coords, and i pick my home location, also i don't exactly live out on the ocean. Besides that, there are many here using Jodel, wouldn't see a reason for it not to work.
yanniclord said:
It does get GPS coords, and i pick my home location, also i don't exactly live out on the ocean. Besides that, there are many here using Jodel, wouldn't see a reason for it not to work.
Click to expand...
Click to collapse
Does it work for you now?
I had this problem first time, too. The problem was that the module wasn't activated automatically in xposed after installation and reboot.
@esun:
Any news about backup?
Sent from my A0001 using XDA-Developers mobile app
PowerOfTwo said:
Does anyone know how to backup Karma points?
Click to expand...
Click to collapse
I'm in the same situation. I want to switch my custom rom but would lose all my Karma points. Has anyone tried Titanium Backup or another root backup manager?
I use Titanium Backup, but it doesn't save the Karma points. The points are part of the nandroid backup but that's not very helpful.
Sent from my A0001 using XDA-Developers mobile app

[Deprecated][Bacon][7.1.1][LineageOS]Lineage OS Unofficial Nightlies

Deprecated take a look at this post​
Lineage OS unofficial nightlies for the OnePlus One!!​
These builds pick up where cm nightlies left off.
I've not made any changes to the source files, so these builds are vanilla Lineage. Builds are made from the repos located at https://github.com/LineageOS
Requirements: You must be running cm already, stable or nightly build.
FAQ:
Q: Can I flash this over a cm nightly that I'm already running?
A: Yes!
Q: Do I need to flash gapps if I was not using a nightly before?
A: Yes!
Q: Are otas available?
A: No, I don't have a server to host the otas on.
Edit: OTAs are now available starting from lineage-14.1-20170104-UNOFFICIAL-bacon.zip.
I plan to post nightlies every day until LineageOS gets a build server setup.
Downloads:
https://www.androidfilehost.com/?w=files&flid=140911
Mirror: https://programming4life.com/dl/bacon/
XDA:DevDB Information
LineageOS, ROM for the OnePlus One
Contributors
Programming4life
ROM OS Version: 7.x Nougat
Version Information
Status: Nightly
Created 2016-12-30
Last Updated 2017-01-23
I might as well go in dry...
.props to the speed.
keep up the good work
*I hope this thread gets merged with cm nightly for bacon*
So far so good.
http://i.imgur.com/R3Q7Hfx.png
Tnx
I'll wait for the official builds.. But, thanks for building it..
I'll flash it when everything is settled..so that data won't be lost..
jkmangang said:
..so that data won't be lost..
Click to expand...
Click to collapse
You'll only lose the data if your not on cm nightly already.
jkmangang said:
I'll wait for the official builds.. But, thanks for building it..
I'll flash it when everything is settled..so that data won't be lost..
Click to expand...
Click to collapse
Save for the kernel string, it's literally an unbranded build of CM.
Functionally identical to the final CM builds for bacon. Same stability.
Programming4life said:
You'll only lose the data if your not on cm nightly already.
Click to expand...
Click to collapse
Thanks for the information.. I'll give it a shot.. ?✌
Not found download section sent me the link
It's at the top of the page.
shivaraj.khangembam said:
Not found download section sent me the link
Click to expand...
Click to collapse
Open site in a browser, look at the top of the page. There will be a tab called "Downloads".
shivaraj.khangembam said:
Not found download section sent me the link
Click to expand...
Click to collapse
http://forum.xda-developers.com/devdb/project/?id=18602#downloads
Cmxlog should switch to lineage gerrit now. There is no any simple place to read changelog
can anyone upload Lineage bootanimation
A$h!$h said:
can anyone upload Lineage bootanimation
Click to expand...
Click to collapse
I don't think Lineage has an official boot logo/animation yet, that's why you see the aosp "android" text.
Good Job @Programming4life
Thanks a lot! So odd question anyway you can make a user build instead of userdebug and with ro.debuggable = 0 ? Once the su disable patch makes it through should be able to run all the apps without deroot and using magisk I think if that's the case. Currently I have to use a bunch of magisk scripts to use Pokemon GO, Miitomo, Android Wear, and Android Pay but currently Android Pay doesn't seem to work but it might be because it's user debug not user according to what this one lineage os dev said.
Also, there are two other bugs YouTube gets stuck on 60fps videos. The last one is it can't play certain wav codec audio files that Allo uses for message sounds.
Other than these few bugs the cm14.1 builds have been almost perfect.
Link_of_Hyrule said:
Thanks a lot! So odd question anyway you can make a user build instead of userdebug and with ro.debuggable = 0 ? Once the su disable patch makes it through should be able to run all the apps without deroot and using magisk I think if that's the case. Currently I have to use a bunch of magisk scripts to use Pokemon GO, Miitomo, Android Wear, and Android Pay but currently Android Pay doesn't seem to work but it might be because it's user debug not user according to what this one lineage os dev said.
Also, there are two other bugs YouTube gets stuck on 60fps videos. The last one is it can't play certain wav codec audio files that Allo uses for message sounds.
Other than these few bugs the cm14.1 builds have been almost perfect.
Click to expand...
Click to collapse
I pass safety net just fine with magiskhide activated.
Just flash the unsu script by osmosis (http://forum.xda-developers.com/showpost.php?p=63615067) and afterwards install magisk and phh superuser zips (don't forget to download the phh superuser app from google play) and enable magisk hide in magisk manager.
Can't talk about android pay though as it's not available in germany
om22 said:
I pass safety net just fine with magiskhide activated.
Just flash the unsu script by osmosis (http://forum.xda-developers.com/showpost.php?p=63615067) and afterwards install magisk and phh superuser zips (don't forget to download the phh superuser app from google play) and enable magisk hide in magisk manager.
Can't talk about android pay though as it's not available in germany
Click to expand...
Click to collapse
Passing SafetyNet let's you play Pokemon GO it doesn't let you use Android Pay or Miitomo.
Miitomo detects that ro.debuggable = 1 in the kernel. There is a magisk script I use to fix this however.
Android Pay requires other things and I was hoping to get a regular user build to see if the gui pops up when I try to use it at a terminal. Currently nothing happens if you touch a terminal even though you pass SafetyNet and can add a card to it. NFC works normally for everything else.
What I was told here https://review.lineageos.org/#/c/154019/
"PGo only detects su and removing (or even renaming) it does the trick. As for Android Pay, it indeed only works in user builds with release keys and verifiedbootstate has to be hidden: https://review.lineageos.org/#/c/152044/."
We have a thread about this for our device. Myself and a few others are trying to get to the bottom of the actual problem and try and fix it. http://forum.xda-developers.com/showthread.php?t=3504989

Categories

Resources