De-googled Rom which is safe (Data), Privacy, without tracking?!?! - OnePlus 6 Questions & Answers

Hello Mates,
i am really glad to be a member of this great forum and respect all the Devs and members here. They do alot work and give us great Roms for testing and daily using. I just wonder why there are no Roms which have special functionality which safes our privacy, no tracking, backdoors and listening and so on. I know google is listening to us cause i always got advertising on instagram and faceboot about what i talked with my friends.
I use hygrogen Os and use aurora store but many apps doesnt work withour google services like Line, Paypal and so on. And i am not shure if hydrogen is good for privacy cause it is for chinese users.
Best Regards
Coktail

You're not looking hard enough. Heck, LineageOS is easy to find.

remewer said:
You're not looking hard enough. Heck, LineageOS is easy to find.
Click to expand...
Click to collapse
Hello,
thanks for reply...i try LineageOs already and try to use it with microG but Now i use hydrogen OS after flash microg but it doesnt work too cause not support signature spoofing. Some apps not work...
Thanks
Regards

Related

Android Rom Tool

Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
zuenaerox said:
Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
Click to expand...
Click to collapse
First off, I am not sure if this is in the right section...perhaps putting it under General might be a better option, as it does not have to do specifically with developing a ROM.
Secondly, the idea seems promising. I am not fluent with ADB, but if you can flash roms with it (IE: boot the phone into recovery, and use adb to flash the rom), then yeah, I think it would be a great idea. And again, depending on what ADB can do, haev it control nandroid/bart as well for backing up and restoring. I know ADB has the shell command, so if you can use stdin/stdout to read/write to that shell prompt, it would be feasible.
But that is forcing every user to go ahead and keep a db of the ROMs they download...perhaps using an external host to manage the images (keep a listing, changelogs, etc) of the individual roms would be an idea...then you can have the application pull roms directly from that repo. This, of course, would require you to manage the remote repository and keep it up to date.
Thats my $0.02
jmhecker said:
First off, I am not sure if this is in the right section...perhaps putting it under General might be a better option, as it does not have to do specifically with developing a ROM.
Click to expand...
Click to collapse
This is ANDROID Development, not ROM Development.
My $0.02.
Bavilo said:
This is ANDROID Development, not ROM Development.
My $0.02.
Click to expand...
Click to collapse
Thats why I said "I'm not sure"...I stand corrected though.
If we want to get technical, this is Htc Dream (G1) Android Development. If we want to be nitpicky this should be in Android development unless it is only for the Dream (G1) and will not work for any other Android phone, which I doubt. But who's being nitpicky anyway?
JAguirre1231 said:
If we want to get technical, this is Htc Dream (G1) Android Development. If we want to be nitpicky this should be in Android development unless it is only for the Dream (G1) and will not work for any other Android phone, which I doubt. But who's being nitpicky anyway?
Click to expand...
Click to collapse
First off, I love the last line of your signature...classic
I just know that the mods and certain 'Senior Members' like to trash talk about threads in the wrong section, rather than simply stating that it would be more appropriate elsewhere. I was just trying to stop the bashing before it started, heh.
This thread is getting sidetracked though. I do think that the idea is a good one, whether it be strictly for G1, or across the board for all Android devices.
Sorry...
Sorry for posting this in the wrong section, i thought it should be in this section becouse it involves rom's.
Putting up a rom repo, would involve PHP and Mysql(a large one, saving all roms and radio's).
I would be very interested starting this project. I could use some help however. I don't mind building such a repo, but the content should be community managed.
I think android is going to be the mobile future so building such a repo would pay off since we're getting more and more rom's. Ill experiment with php and mysql tonight. I don't have a host, i run it locally.
Maybe someone with mysql/ bandwith to spare?
greetings
zuenaerox said:
Sorry for posting this in the wrong section, i thought it should be in this section becouse it involves rom's.
Putting up a rom repo, would involve PHP and Mysql(a large one, saving all roms and radio's).
I would be very interested starting this project. I could use some help however. I don't mind building such a repo, but the content should be community managed.
I think android is going to be the mobile future so building such a repo would pay off since we're getting more and more rom's. Ill experiment with php and mysql tonight. I don't have a host, i run it locally.
Maybe someone with mysql/ bandwith to spare?
greetings
Click to expand...
Click to collapse
It wouldn't necessarily have to be done with MySQL/SQLite/etc...XML would work just as well, but can be a bit more tricky to manage. SQL probably would be the better option now that I think about it.
This idea would have 2 parts to it then, correct? The backend (database hosted online somewhere), and the frontend for the user desktop.
As far as the bandwidth required, there are plenty of places on the net that are geared towards hosting of open source projects...perhaps you could use one of their offerings.
The idea first involved a client managed application only. However the idea in the other post about a web based repo liked me better . Ill try to develop a simple web application to add rom's,track changes. I will try to put a test application online tomorrow.
I hope this repo will be used and managed. I like this forum very much and the community could not live without it. This repo would absolutely be and addition to xda!
Using the repo, you could view all available rom's, installation instructions, track changes.
Check the thread tomorrow. Ill try to upload an example
Have a nice day
zuenaerox said:
The idea first involved a client managed application only. However the idea in the other post about a web based repo liked me better . Ill try to develop a simple web application to add rom's,track changes. I will try to put a test application online tomorrow.
I hope this repo will be used and managed. I like this forum very much and the community could not live without it. This repo would absolutely be and addition to xda!
Using the repo, you could view all available rom's, installation instructions, track changes.
Check the thread tomorrow. Ill try to upload an example
Have a nice day
Click to expand...
Click to collapse
I think anything is better than what we have now: Threads scattered all over the place with new ROMs getting posted. We need something more centralized.
bro you look like a fake maxisma .. hahahhaha .. sorry had to point that out
@georgegreco86
Well thank you for your kind reply...
@jmhecker
I've put together a quick php,mysql script on a temporary host. It's not possible to add roms. But you can view rom information in an organized way.
This is just an example of what is possible. Never mind the layout.
Its just a quick preview.
androidrepo.zxq.net/index.php
Greetings
Great idea!!!
im not a developer, but im a flashaholic he he, cant wait for this info....
zuenaerox said:
@georgegreco86
Well thank you for your kind reply...
@jmhecker
I've put together a quick php,mysql script on a temporary host. It's not possible to add roms. But you can view rom information in an organized way.
This is just an example of what is possible. Never mind the layout.
Its just a quick preview.
androidrepo.zxq.net/index.php
Greetings
Click to expand...
Click to collapse
The one thing to think about with this is when you allw people to add/update/delete their roms. You will have to have some sort of permission system in place that would prevent UserA from deleting a ROM that was created and uploaded by UserB.
Also, this creates another login/password that the rom creators need to remember.
Yeah i thougt about that, unfortunatly we live in a world where you can't trust people. So yes i need to build an user auth system
This was just preview
I'm going to bed now, ill be working on it tomorrow
have a nice day
I like to help
well I am just putting a new linux server online in the next day or so
toss one of my google adds on the page and you can host it there
and as space requirements grow I can add more np
it would at ther very least get it hosted so you guys can get it off the ground
by the way I have been lurking around here for months
some of the stuff you guys have done is truely sweet my phone
will never be the say again unless rogers has its way
Hello guys,
I've been working very hard on the repo and i'm glad to announce that the admin part is allmost fully finished!!
@Broncosis
Thank you for your reply!!!!
i hope your host can run php, and mysql. I use the mysql to upload foto's and roms are saved to the server harddisk. Will this be possible?
Thanks in advance for helping get this project off the ground !!
greetings
zuenaerox said:
Hello guys,
I've been working very hard on the repo and i'm glad to announce that the admin part is allmost fully finished!!
@Broncosis
Thank you for your reply!!!!
i hope your host can run php, and mysql. I use the mysql to upload foto's and roms are saved to the server harddisk. Will this be possible?
Thanks in advance for helping get this project off the ground !!
greetings
Click to expand...
Click to collapse
If I may make a suggestion: When you are working on the frontend (what the users (not devs) will see, code it using proper XHTML standards, and utilize classes from within your CSS. The reason I say that is I would be willing to make a desktop application that would scrape your webpage at load, and obtain the ROM categories, rom information, download links, etc, and the user would then be able to simply choose a ROM from the application, which in turn would download it, and create a nandroid backup of the phone, move the ROM over, and flash it, without any user interaction. (thats assuming I can work out a few of the troubles I am running into with ADB and Fastboot)
zuenaerox said:
Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
Click to expand...
Click to collapse
You may want to partner with the guy who built Droid Explorer. This sounds like a natural extension to that tool (if it's not already baked in). I know you can push things like APKs to the phone from Droid Explorer.
maxawesome said:
You may want to partner with the guy who built Droid Explorer. This sounds like a natural extension to that tool (if it's not already baked in). I know you can push things like APKs to the phone from Droid Explorer.
Click to expand...
Click to collapse
Do we know who it was that created Droid Explorer? I would love to be able to improve upon what he has already done.

[Q] What are most widely used android apps......?

Hi guys, I'm new to xda-developers. Can anybody help me which android apps are mostly widely used now a days...
Thanks in advance...
Your question is a little broad. Games? Productivity? Flashing?
I think most people on this forum would agree that Titanium Backup is near the top of any list.
Seems like everyone but me is playing Angry Birds.
Most people get a lot of use out of the Music apps. And if you have functioning GPS (you should be able to get there from studying the posts on the forum) you'll get a lot of use out of Google Maps and Navigation.
Soccer_Dad said:
Your question is a little broad. Games? Productivity? Flashing?
I think most people on this forum would agree that Titanium Backup is near the top of any list.
Seems like everyone but me is playing Angry Birds.
Most people get a lot of use out of the Music apps. And if you have functioning GPS (you should be able to get there from studying the posts on the forum) you'll get a lot of use out of Google Maps and Navigation.
Click to expand...
Click to collapse
Thanks for the reply, Soccer_Dad.
Well, I'm asking about the Android Games. I've bought a new android mobile and I don't know what games to be played. I like adventurous kind of games.
Can u suggest me some websites...?
http://www.appbrain.com/
http://www.appaware.org/
some starting point
http://forum.xda-developers.com/showthread.php?t=676109
To have an xda member's preference overview
Thanks a ton PhilDsT and Jamay for the your support.
Can I know which is best among Android, Iphone, Blackberry, Symbian and others. I've searched a lot for this, but I can't get right answer.
Of course this is not a poll, I'm just waiting for someone telling me the effective answer.
Thanks in advance.
I will try with my simple english (and a little help from google =)
(for thanks, there is a button at the bottom right of each post)
This is not a poll, this is a troll
There is no best mobile operating system, and no right answer...
That depend on your needs, android is open (a little free), iOS is closed (but can be open), Symbian doesn't have the success it deserve and i don't know blackberry.
My favorite is AOSP ; android open source project (with custom rom), because I find all apps I need and all mods I need...
@ Jamay......Sorry for my bad English......
see my signature =)
Thaks
Jamay said:
http://forum.xda-developers.com/showthread.php?t=676109
To have an xda member's preference overview
Click to expand...
Click to collapse
Thanks found this very helpful. There is a lot out there nice to see what others are using and like.

[GROUP] MicroG Discussion (UNOFFICIAL)

Hi people!
Although MicroG development seems to have slowed down, We know there are still thousands of people using this handy little piece of software to claim back their performance, their battery life, their storage, and above all, their privacy.
Using MicroG for beginners is no easy job. You might run into problems. You might wanna try different combinations of MicroG and Google (Hey, what's free software for?).That's why having a support system is essential.
Yes, we're aware that there seems to already be a Telegram group in the official MicroG OP. But to be honest, that group is crap. The admin bans random newcomers and old veterans alike for expressing their disagreements or being in another group, or randomly, even being 'Alts'. From what we've heard, discussion has basically bottlenecked in that group because of fear (Cannot personally confirm. Was banned for using Chrome).
So, here is the other group.
We're basically a set of channels and groups that discuss and provide everything MicroG, FOSS, and Android. We have guides and experts and cool reaction GIFs and whatnot to help you work through either your first or 1000th issue in MicroG. And guess what, we don't ban people for expressing their views or using Gapps (Though we still hate people that wanna sync Google Photos).
We also have our own, up-to-date (UNOFFICIAL) forks of MicroG with installers just with bumped version numbers so that no app will bother you with that 'Update Play Services' message.
The rules are quite simple. Please use common sense, and English. Both mandatory.
(On the request of the MicroG developer, we would like to assert that this group is quite unofficial. If you want Official, try your luck in russian roulette with the official MicroG group. Don't worry, we welcome you dead or alive)
Due to the new XDA rules about chats, we can't post our telegram links here, so here is our MicroG pack github, which links to our channel, which has links to our group. (might not be convenient, but rules)
MOD EDIT: LINK REMOVED
Please try to spread the word.
Good luck, and stay free (as in freedom).
I am here too. Not sure if you are on TG I9082 Group, but count me in mate. Lemme know what is needed of, and I will oblige.
Btw, the TG link for the channel is:
mod edit - link removed
To join the group chat:
mod edit - link removed
mod edit
please read this
https://forum.xda-developers.com/galaxy-s9-plus/how-to/telegram-chat-channels-forward-t3763967
Thank you !
Thanks dude, totally agree what you said, I'm one of the victims of the evil g333k.
btw I would really suggest you to use other browser than Chrome though, at least try ungoogled-chromium or inox
dic1911 said:
Thanks dude, totally agree what you said, I'm one of the victims of the evil g333k.
btw I would really suggest you to use other browser than Chrome though, at least try ungoogled-chromium or inox
Click to expand...
Click to collapse
Firefox, Dual Browser, Rocket Browser. I use the last 2. They are best. Even Naked Browser is awesome.
rottenwheel said:
Quoting @devrruti:
Is there any way we can get a debloated package? Say, no GApps included whatsoever. GMS Core, Framework proxy and a couple of location backends along with Google Play Store (might be offered optional as @Shadow53's .zip files - one that comes bundled with GPlay and the other that does not have the Store,) that way, we may make the flashable zip considerably lighter and offer an option for hardcore microG users.
Click to expand...
Click to collapse
Delete the files from the zip
rottenwheel said:
That's a hacky solution. It's better if you provide the solution from the release itself. But okay, every developer has the right to develop and do as it pleases.
Click to expand...
Click to collapse
I've been working on the installer, but the primary devs are busy. Probably this wekend, we'll release a newer version of the zip with loads of new stuff, compatibility with x86/64, mips/64, magisk module support, customizable install, etc. Basically pack 2.0
rottenwheel said:
That's great news. I insist, making a debloated GMS Core, Framework Proxy with say, Mozilla and Deja Vu backends should be an appealing deal for those who want to avoid the package coming bundled with GApps and root installers. KISS - Keep It Simple Stupid.
As for a customizable install I hope you are not loading it with Aroma, huh. I don't intend to bring up a pun but, a simple flashable installer with the barebone of what's required for MicroG to work is fair enough.
Click to expand...
Click to collapse
Nope. A text file, from which you can remove items you don't wanna install. But, still a WIP
Here is the latest version 1.4 from telegram channel mod edit - link removed
https://transfer.sh/gY3od/MicroG_Packs_Installer-arm_arm64-v1.4.zip
May I seriously ask, why Google Photos backup isn't implemented and what are the obstacles? Is there any way to help?
ashirviskas said:
May I seriously ask, why Google Photos backup isn't implemented and what are the obstacles? Is there any way to help?
Click to expand...
Click to collapse
If you want to share your whole life with Google, go ahead and use normal Gapps.
What Are the benefits really of microg as I haven't had a single app fooled that I actually did have real gcf. Why install it at all? Unified NLP is cool (and I use it) but I don't get microg...
dibt359 said:
What Are the benefits really of microg as I haven't had a single app fooled that I actually did have real gcf. Why install it at all? Unified NLP is cool (and I use it) but I don't get microg...
Click to expand...
Click to collapse
Works fine for me.
Latest microg apk from mod edit - link removed
https://transfer.sh/dF3Nd/MicroG_GMS_Core-v0.2.4-118.apk
Sources https://github.com/NoGooLag
It's not a fork, it just bumps the version number to bypass the warnings from some apps that ask you to update Google services. Like Marvin did in previous occasions
What has been forked is the telegram group to bypass g333k
Hello guys !
Telegram links are no longer allowed on XDA if they do not belong to a developer as part of his development tools along with direct download links to his work.
Please read this Whatsapp / Telegram Chat Channels - Way Forward
That being said I have removed the links but I`ve left the thread opened for discussion on XDA as has been always, XDA is the place to discuss, random channels can`t be only advertised here.
Thanks for understanding
Dan - forum moderator
xanthrax said:
Hello guys !
Telegram links are no longer allowed on XDA if they do not belong to a developer as part of his development tools along with direct download links to his work.
Please read this Whatsapp / Telegram Chat Channels - Way Forward
That being said I have removed the links but I`ve left the thread opened for discussion on XDA as has been always, XDA is the place to discuss, random channels can`t be only advertised here.
Thanks for understanding
Dan - forum moderator
Click to expand...
Click to collapse
Thank you.
The telegram channel is the most active and liberal place with microG related discussion. There is much off-toppic, noob bashing, dissing etc. I think it's good to have a corresponding XDA thread. Not for invitation, but for presenting results.
kurtn said:
Thank you.
The telegram channel is the most active and liberal place with microG related discussion. There is much off-toppic, noob bashing, dissing etc. I think it's good to have a corresponding XDA thread. Not for invitation, but for presenting results.
Click to expand...
Click to collapse
No doubt about it although I've never used and never will a telegram chat to get info, to me, a healthy and properly organized forum is the choice, people can always discuss and also post a decent off topic at the OP's discretion here on xda, we just can't turn xda into a cool forum advertising cool chat links, one Google searches "microG xda" and what he finds instead of download links and feedback is a telegram link, isn't fair I would say, is it?
Short summary of last hours' discussion in telegram group: Marvin was there and gave us a lesson in FOSS ethics.
We shall not call the group or the microG fork "official"
We shall do pull request in github
Marvin does not care about fighting between telegram groups, but using bots or fake accounts in this war is not acceptable.
vdbhb59 said:
Firefox, Dual Browser, Rocket Browser. I use the last 2. They are best. Even Naked Browser is awesome.
Click to expand...
Click to collapse
I use bromite browser,you can try it.Open source blocks ads
Souvikhazra80 said:
I use bromite browser,you can try it.Open source blocks ads
Click to expand...
Click to collapse
I already use it. I use it as system webview as well.
kurtn said:
Telegram Post from June 2nd @ NoGoolag
Click to expand...
Click to collapse
I tried to join this
vdbhb59 said:
I am here too. Not sure if you are on TG I9082 Group, but count me in mate. Lemme know what is needed of, and I will oblige.
Btw, the TG link for the channel is:
To join the group chat:
Click to expand...
Click to collapse
I installed an app for telegram, but it requires a mobile phone number which I do not have. Is there a direct link to the newest apk of microG service ?

Google's opinion about GApps ? Is it legal ?

Hi all.
As I recently unlocked my smartphone and installed a custom ROM, I was wondering what were Google position about GApps. I read some quick news online about this but there's nothing clear. To me it's not "piracy" or "hacking" as most of us don't modify their apps. Actually I think we really enjoy Google's services and this is why we need those packages.
My point is we're customers of Google even we make some changes on our devices. As far as I know, this company is more or less in an "open source mood". Do you guys know if there's (somewhere) an official response to this ?
Thanks. :good:

Time Location Off - Android

Hello. does anyone know of a module, magisk or app for rooted android that will turn off Location (or even other features like WiFi) after a certain time?
Thanks!
ghosty999 said:
Hello. does anyone know of a module, magisk or app for rooted android that will turn off Location (or even other features like WiFi) after a certain time?
Thanks!
Click to expand...
Click to collapse
I think this should be possible by "Tasker"; however, it's a paid application, and therefore I don't provide a link to it here. Personally, I don't use it as I've no requirement for it. Many, many years ago, I used Llama and believe to remember it had probably similar features.
Regarding Tasker, here's the forum with tips & tricks:
Tasker Tips & Tricks
Tasker is one of the most powerful apps available for Android. Discuss all of its amazing uses here!
forum.xda-developers.com
Regards
Oswald Boelcke

Categories

Resources