[Q]About suorce code download! - Android Q&A, Help & Troubleshooting

hi at all
i'll try to compile my first rom from suorce,but not have a good internet bands.
my question is:
can i download the suorce in two or three different times???
for example:
the first part at 6am
shutdown my pc
the second at 8pm
thanks to all!

antonio8297 said:
hi at all
i'll try to compile my first rom from suorce,but not have a good internet bands.
my question is:
can i download the suorce in two or three different times???
for example:
the first part at 6am
shutdown my pc
the second at 8pm
thanks to all!
Click to expand...
Click to collapse
You can start the sync (download) whenever it is convenient for you and when you need to "pause" the sync simply do CTRL-C at the terminal window and that will allow you to do other things with your bandwidth. When you are ready to start up again simply repo sync and it will pick up where you left off. Keep in mind however, that if there were any changes made to content you initially synced, those changes will also be made to that data therefore increasing time and bandwidth.

bobpantsspongesquare said:
You can start the sync (download) whenever it is convenient for you and when you need to "pause" the sync simply do CTRL-C at the terminal window and that will allow you to do other things with your bandwidth. When you are ready to start up again simply repo sync and it will pick up where you left off. Keep in mind however, that if there were any changes made to content you initially synced, those changes will also be made to that data therefore increasing time and bandwidth.
Click to expand...
Click to collapse
tried at work.
i stay syncing aosp repos,but i'll delete it.
can i delete the repo synced without finished the process??

antonio8297 said:
tried at work.
i stay syncing aosp repos,but i'll delete it.
can i delete the repo synced without finished the process??
Click to expand...
Click to collapse
Sure. If it's not finished, you won't be able to build though..
Sent from my Galaxy Nexus running Android 4.2 JB

mDroidd said:
Sure. If it's not finished, you won't be able to build though..
Sent from my Galaxy Nexus running Android 4.2 JB
Click to expand...
Click to collapse
if I do not want to finish the download, how can I delete the downloaded files?

antonio8297 said:
if I do not want to finish the download, how can I delete the downloaded files?
Click to expand...
Click to collapse
For example, you downloaded the source in directory WORKING_AOSP, you just delete the folder.
If you synced it home directory (not smart), you delete the .repo and .git directories. Beware that you may delete files you want to keep!
Sent from my Galaxy Nexus running Android 4.2 JB

Related

[Q] Building Torch

Ok I am trying to build a Torch APK from git sources from Wayland_Ace. I went to repository and downloaded them as a zip. I've set up ADT and have Eclipse running. I chose to create a project with existing sources and chose the folder I extracted from the zip.
Now, I want to make some edits to this and I already know how and what I am going to, but I figured I would make sure the app would build before I made any changes and it won't. I get four "TORCH_STATE cannot be resolved or is not a field" errors and few warnings about some imports never being used.
I have a feeling this is because it's importing the settings from stock Android and not CM10.1. Can anyone help me fix this so I can build a Torch APK. I've Googled and fooled around with this for hours and have not had any success and am getting a bit frustrated.
admiralspeedy said:
Ok I am trying to build a Torch APK from git sources from Wayland_Ace. I went to repository and downloaded them as a zip. I've set up ADT and have Eclipse running. I chose to create a project with existing sources and chose the folder I extracted from the zip.
Now, I want to make some edits to this and I already know how and what I am going to, but I figured I would make sure the app would build before I made any changes and it won't. I get four "TORCH_STATE cannot be resolved or is not a field" errors and few warnings about some imports never being used.
I have a feeling this is because it's importing the settings from stock Android and not CM10.1. Can anyone help me fix this so I can build a Torch APK. I've Googled and fooled around with this for hours and have not had any success and am getting a bit frustrated.
Click to expand...
Click to collapse
How are you trying to build the apk? Through eclipse or through the android sdk?
fairct said:
How are you trying to build the apk? Through eclipse or through the android sdk?
Click to expand...
Click to collapse
Eclipse.
admiralspeedy said:
Eclipse.
Click to expand...
Click to collapse
I took a look at the source (CMs, not the one you pulled), and it is indeed because you don't have the CM SettingsProvider. It may sound foolish, and I'm not sure what will happen, but you could try commenting it out. I think that's just updating a system var so that things like the power widget can update appropriately. Worst case scenario you get a force-quit, or your LED won't turn off, forcing a battery pull
fairct said:
I took a look at the source (CMs, not the one you pulled), and it is indeed because you don't have the CM SettingsProvider. It may sound foolish, and I'm not sure what will happen, but you could try commenting it out. I think that's just updating a system var so that things like the power widget can update appropriately. Worst case scenario you get a force-quit, or your LED won't turn off, forcing a battery pull
Click to expand...
Click to collapse
I'm not going to do that, however your answer is extremely helpful now that I know it's caused by settings provider. Do you know how I could use a different settings provider in Eclipse? I could take the CM10.1 from the git of the ROM I'm using and somehow use it in Eclipse.
I really find it strange that I can only find a couple other people asking the same question as I. Do people not edit a single app from Cyanogenmod or some other ROM like AOKP without rebuilding the entire source? Upon doing some more Googling, it seems I need an Android.jar from Cyanogenmod.
Hoew I get this, I'm not sure.
admiralspeedy said:
I really find it strange that I can only find a couple other people asking the same question as I. Do people not edit a single app from Cyanogenmod or some other ROM like AOKP without rebuilding the entire source? Upon doing some more Googling, it seems I need an Android.jar from Cyanogenmod.
Hoew I get this, I'm not sure.
Click to expand...
Click to collapse
Well, I think they generally pull whatever APK they want, and then modify it to make it work. In some instances, that means changing other apks due to interdependency. Maybe someone who's familiar with building in eclipse could point you in a better direction...
I did it. I followed a guide to build a custom Android.jar from my phones framework.jar and Eclipse wouldn't build after because of it, so instead I only replaced the class files for settingprovider and my app had no errors after. I then saved the class files I edited, decompiled the classes.dex from the existing Torch APK and replaced the classes in it with my edited ones, recompiled that into a new classes.dex and put that in the Torch APK and it worked!

[Q] Unable to get GPS fix from a custom-built AOSP source for Hammerhead 4.4.4

Hi there,
I was able to build a custom AOSP from source and flash it on my device (hammerhead, 4.4.4/KTU84P). I also installed the appropriate device drivers on developers.google.com/android/nexus/drivers.
However, my phone is unable to get any location fix. The location setting is set to "High Accuracy" mode, but none of the apps are able to get location updates, even after me waiting for 2+ minutes. I was able to confirm that LocationManager.getAllProviders() actually returns both "passive" and "gps". Has anyone else seen this?
When I flash the device to factory setting, getting a location lock is not a problem. Any suggestions?
Cheers,
Minh T. Nguyen
enderminh said:
Hi there,
I was able to build a custom AOSP from source and flash it on my device (hammerhead, 4.4.4/KTU84P). I also installed the appropriate device drivers on developers.google.com/android/nexus/drivers.
However, my phone is unable to get any location fix. The location setting is set to "High Accuracy" mode, but none of the apps are able to get location updates, even after me waiting for 2+ minutes. I was able to confirm that LocationManager.getAllProviders() actually returns both "passive" and "gps". Has anyone else seen this?
When I flash the device to factory setting, getting a location lock is not a problem. Any suggestions?
Cheers,
Minh T. Nguyen
Click to expand...
Click to collapse
What you could do is look at the gps drivers that are extracted by the neuxs 5 driver binary script, then take the nexus 5 factory image pull those same drivers as the script extracts, and then using "PRODUCT_COPY_FILES += your/path/to/files" in the Android.mk file to copy those files to the right places when compiling.
shimp208 said:
What you could do is look at the gps drivers that are extracted by the neuxs 5 driver binary script, then take the nexus 5 factory image pull those same drivers as the script extracts, and then using "PRODUCT_COPY_FILES += your/path/to/files" in the Android.mk file to copy those files to the right places when compiling.
Click to expand...
Click to collapse
Hi shimp208. Thanks for the suggestions. I ended up doing this and it turns out that the files pulled from the (working) factory image are the exact same as the one I downloaded and have currently in my build script. So it might be something else. Thanks though.
enderminh said:
Hi shimp208. Thanks for the suggestions. I ended up doing this and it turns out that the files pulled from the (working) factory image are the exact same as the one I downloaded and have currently in my build script. So it might be something else. Thanks though.
Click to expand...
Click to collapse
For what it's worth, I was able to get a geo fix after installing Google Play Services.
enderminh said:
For what it's worth, I was able to get a geo fix after installing Google Play Services.
Click to expand...
Click to collapse
That was going to be the next suggestion, truth be told despite the open nature of AOSP it still is often the case nothing seems to be quite as polished or work as seamless as intended, unless Google Play Services and basic Gapps are installed, just my two cents though.

Problem building cm12

When I run the ./get-prebuilts command i get "no such file or directory exists". I also get a "remote object '/system/app/CIRModule.apk' does not exist" when running the ./extract-files.sh. Any help? Thanks.
go to your device tree and open proprietary-files.txt and delete the line then save it bud.
Evolutionmods said:
go to your device tree and open proprietary-files.txt and delete the line then save it bud.
Click to expand...
Click to collapse
Why just delete it? I did this then it complained about "system/app/EasyAccessService/EasyAccessService.apk" so I removed it and it complained about "system/vendor/lib/libtime_genoff.so"
Something doesn't seem right here.
I am trying to build cm 12.1 btw.
jfain said:
Why just delete it? I did this then it complained about "system/app/EasyAccessService/EasyAccessService.apk" so I removed it and it complained about "system/vendor/lib/libtime_genoff.so"
Something doesn't seem right here.
I am trying to build cm 12.1 btw.
Click to expand...
Click to collapse
You don't have to delete them , it's just a work around. Those errors are are initially from the vendor, when you ran the extract-files.sh it didn't pull those most likely. You can gather from the Rom itself or find a more complete m8 vendor on github.
OK, those three files was the only missing from the current nightly I believe. I'll look on git hub this evening.
Thanks!

[Q][RESOLVED] Browser app settings and sync contacts

Hi ,
Yesterday, I installed ubuntu touch in my nexus 4 and decided to use it as my daily rom.
So, i tried to modify some settings. Everything is working well, however i have two problems.
The first one : I failed to synchronized contacts with syncevolutions. It's working but it synchronise only one or few contacs in my .csv file. As a solution i used google contacts sync. But if somebody have (or had) the same problem it can be interesting to share the solution with evryvody.
The second one : I tried to change the browser app settings, but it didn't work. I used these two websites to help me :
"bazaar.launchpad.net/~phablet-team/webbrowser-app/trunk/view/head:/README#L71" and
"lists.launchpad.net/ubuntu-phone/msg10301.html" I removed the first part, because i'm not able to post outside links.
According to the first website, we can change the homepage and the searche engine, you can use the second website to understand how to do it, i followed the instructions, but it didn't work for me. So, if somebody want to try or already have the solution, it would be amazing.
Thanks.
Edit : Apparently It is now possible to change the search engine directly in the browser (18 June update)
Although it's about calendar sync, this might be helpful: http://forum.xda-developers.com/ubuntu-touch/help/calendar-app-doesnt-sync-t3054933
What's the content of your browser settings files? I have that working fine for me here.
Code:
[email protected]:~$ cat ~/.config/webbrowser-app/settings.conf
homepage=https://duckduckgo.com
searchengine=duck
allowOpenInBackgroundTab=true
[email protected]:~$ cat ~/.local/share/webbrowser-app/searchengines/duck.xml
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Duck Search</ShortName>
<Description>Search Duck Duck Go</Description>
<Url type="text/html"
template="https://duckduckgo.com/?q={searchTerms}"/>
<AdultContent>false</AdultContent>
<Language>en-au</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>
thank you for your answer,
so i only had some problems in my duck.xml files, and it is working now.:good:
Thanks for everything, it might help other people too.
PS: i don't know have to change the title to [SOLVED]
Great to hear that. I'm glad that it's working now.
If you're using the web interface, you can click on the edit button below the first post, then on "Go Advanced" and then you can edit the title.
Sent from my awesome Ubuntu Touch device using the Forum Browser app
directory not found
Hello:
I can't find the directory: /home/phablet/.config/webbrowser-app /
on my bq aquaris 4.5 device...
When I try:
cat~/.config/webbrowser-app/settings.conf
the answer is:
No such file or directory
Thanks in advance.
natxuno said:
Hello:
I can't find the directory: /home/phablet/.config/webbrowser-app /
on my bq aquaris 4.5 device...
When I try:
cat~/.config/webbrowser-app/settings.conf
the answer is:
No such file or directory
Thanks in advance.
Click to expand...
Click to collapse
The file and directory isn't created by default. You have to create it manually.
Btw, a settings UI is coming soon.
Thx
nikwen said:
The file and directory isn't created by default. You have to create it manually.
Ok, I thought I only had to modify an existent file
I'll try...
Thanks a lot for your answer, nikwen.
Click to expand...
Click to collapse
natxuno said:
The file and directory isn't created by default. You have to create it manually.
Ok, I thought I only had to modify an existent file
I'll try...
Thanks a lot for your answer, nikwen.
Click to expand...
Click to collapse
The file is automatically generated on devel-proposed build 166 now. However, it's called webbrowser-app.conf there.
If you're on the stable channel, expect that your browser settings will break in the future. However, you'll simply have to apply your changes to the new file then.
Hello,
I decided to install ubuntu touch again after all the new things they made.
However, changing the browser is no more working for.
I just wanted to know if there was another way to do it or if it was only my fault ?
Moreover, is that possible to uninstall preinstalled scopes like 7digital, amazon, ebay ... ?
@Remy.L There is just one browser for Ubuntu (except one third party browser). You can switch tabs by swiping up from the bottom edge though.
No, uninstalling preinstalled scopes isn't possible using the GUI as long as they aren't in the store.
Sent from my awesome Ubuntu Touch device using the Forum Browser app
---------- Post added at 12:07 AM ---------- Previous post was at 12:04 AM ----------
Now I get what you mean with "changing the browser". There should be a settings option in the browser itself now (install the update from this week if you haven't already). Give it a try.
If there is still something you want to change manually, check out the contents of the browser's data directory. I think they renamed the settings file.
Sent from my awesome Ubuntu Touch device using the Forum Browser app
Sorry, i did not mean browser but search engine (replace google by duckduckgo).
I did not managed to have it working in the new version.
Anyway, do not bother you, i'm not using ubuntu touch anymore because i'm do not like that path they are taking with this OS (you can not uninstall what you do not want).
As i prefer to use open source software, the best thing to do now is to use an AOSP rom (or maybe firefox OS)
Thanks a lot for all your answers and have a nice day
PS: Sorry for my English, i'm not totally fluent
Edit : Apparently with the new version it is possible to change and chose the search engine you want.:good:
However, I guess that it is still impossible to remove unwanted stock scopes (however, as it is possible to remove unwanted stock apps, it may be possible to do it soon)
Remy.L said:
Sorry, i did not mean browser but search engine (replace google by duckduckgo).
I did not managed to have it working in the new version.
Anyway, do not bother you, i'm not using ubuntu touch anymore because i'm do not like that path they are taking with this OS (you can not uninstall what you do not want).
As i prefer to use open source software, the best thing to do now is to use an AOSP rom (or maybe firefox OS)
Thanks a lot for all your answers and have a nice day
PS: Sorry for my English, i'm not totally fluent
Edit : Apparently with the new version it is possible to change and chose the search engine you want.:good:
However, I guess that it is still impossible to remove unwanted stock scopes (however, as it is possible to remove unwanted stock apps, it may be possible to do it soon)
Click to expand...
Click to collapse
You could try removing them with the terminal-app like this:
Code:
sudo click unregister --user=phablet com.ubuntu.badscope
That should actually work. Pretty much everything can be uninstalled, even though not easily.
nikwen said:
You could try removing them with the terminal-app like this:
Code:
sudo click unregister --user=phablet com.ubuntu.badscope
That should actually work. Pretty much everything can be uninstalled, even though not easily.
Click to expand...
Click to collapse
Ok tried to use this command, however if i want to uninstall amazon scope, it says to me that com.ubuntu.amazon does not exist.
Moreover it seems that we still cannot change the search engine directly in the browser ( I tried the devel/ubuntu version via Multirom)
Remy
Remy.L said:
Ok tried to use this command, however if i want to uninstall amazon scope, it says to me that com.ubuntu.amazon does not exist.
Moreover it seems that we still cannot change the search engine directly in the browser ( I tried the devel/ubuntu version via Multirom)
Remy
Click to expand...
Click to collapse
You need to find out the right package name of the amazon scope (given that it is installed as a click package, of course; I was unable to find it using "click list").
The reason why you don't see the option to change the search engine is that the devel builds are really, really outdated. I think they are half a year old or something like that. Either install the stable channel or devel-proposed.
Ok, thank you for all your answers, it may help a lot of people
Unfortunatly I broker my Nexus 4 screen last week (I'm planning to repair it but not yet [in few month]) so i can not try this rom right now.
Once more, thanks again for your help and for your answers,
Have a nice day
Oh, I'm sorry to hear that. Did you know that the Meizu MX4 Ubuntu Edition has just been released?
Sent from my awesome Ubuntu Touch device using the Forum Browser app
Hi nikwen,
I'm back on this forum because i repaired my nexus 4. Everything is now workinh, and the rom seems very nice.
However it is still impossible to uninstall unwanted scopes (like amazon) even with the terminal. (impossible to know the name of the scope).
I also tried this sudo dpkg --get-selections >liste but it does not list the scopes name.
Thank you for all your answers
Remy.L said:
Hi nikwen,
I'm back on this forum because i repaired my nexus 4. Everything is now workinh, and the rom seems very nice.
However it is still impossible to uninstall unwanted scopes (like amazon) even with the terminal. (impossible to know the name of the scope).
I also tried this sudo dpkg --get-selections >liste but it does not list the scopes name.
Thank you for all your answers
Click to expand...
Click to collapse
Hi,
Yes, there's been a discussion about this on the ubuntu-phone mailing list recently. The reason why they can indeed not be uninstalled is that they are remote scopes with the code lying on a Canonical server and not on the device itself. I didn't follow the whole discussion, so if you are interested, check out the mailing list archive and you should be able to find the conversation within the first 5 pages.
Hi Nikwen,
So i checked your link and found what i needed
So yes, it is impossible to uninstall these scopes like you said, the only way is to keep it without using it.
But the thing i was thinking about is : If you do not use these scopes does it still get informations from you (in background) ? (because and do not want it to use my data continuously)
Sorry for all these questions
Have a nice day,
Remy
@Remy.L No, they won't be giving any information away. Scopes only run when they are in the foreground and even if they are, they are confined by a software called "apparmor", which means that they cannot access any data besides that which you enter into the search box. They don't have access to any of your private stuff.
Sent from my awesome Ubuntu Touch device using the Forum Browser app

FydeOS with full Google sync and without using a FydeOs account

FydeOs is a good chromium fork and it supports android, but it lacks a full google sync and that’s not so good, since sync across multiple devices is the best thing ever and that’s where Google services do play their best. At least I think so.
Moreover, FydeOs by default sends the user’s data to their servers. They do such thing in an open way, through a FydeOs account, so they shouldn’t be blamed, but we are free to use the Os which is in our device without sharing our data with FydeOs so as some don’t like sharing their data with Google.
So, I have found a quite easy way to remove those limitations. The purpose is to use FydeOs without a FydeOs account, without sharing our data (passwords and so on) with them, while retaining a fully functional play store and a full google sync.
This is a simple how-to written in a few spare time. If I get more time, I will make it less rough.
First of all, press CTRL + ALT + T
then use this commands
shell
sudo su
and you’ll have got to insert the password chronos
then go on and mount the system to read and write
sudo mount -o remount,rw /
then remove a couple of files
cd /etc/chromium/policies/managed
sudo rm *.*
Then edit the conf file
cd /etc
sudo vim chrome_dev.conf
(disclaimer: please google for vim commands, it’s preinstalled in chrome os)
comment the lines referring to FydeOs account like that and add a line referring to google account (maybe useless)
#--fydeos-account-enabled
#--fydemina
--google-account-enabled
Close the tab and open a chromium tab in incognito mode, then type
chrome://flags
Look for the flag Support secondary accounts for Sync standalone transport
and switch it on.
Then reboot and you’ll be able to add a secondary account, then you'll be prompted to insert your google account.
Follow the usual steps to configure the device and your apps and settings will be restored (if you already have got another chromebook). The file manager now will show your google drive folder
To install the play store you have got to edit chrome_dev.conf, by uncommenting the lines which you had previously commented, and reboot...
Then you can use the app provided by FydeOs to install the Play store. This step will remove the google sync and you won’t see google drive inside the file manager.
Now you can comment those lines again and reboot and everything will be fine i.e. google sync will be back.
After rebooting, you can go to chromium extensions and remove the FydeOs extension (the one which sends your data to their servers) and you can go to the shelf and remove the installer with the chinese name, by simply clicking it.
Now you can use the secondary account, which is fully working and syncing to google servers (only) and forget about the other one (i.e. the FydeOs one).
I tested these steps once only and maybe not all of them were required, but my device has been working fine for 3 days straight without any issue.
lucaoldb said:
FydeOs is a good chromium fork and it supports android, but it lacks a full google sync and that’s not so good, since sync across multiple devices is the best thing ever and that’s where Google services do play their best. At least I think so.
Moreover, FydeOs by default sends the user’s data to their servers. They do such thing in an open way, through a FydeOs account, so they shouldn’t be blamed, but we are free to use the Os which is in our device without sharing our data with FydeOs so as some don’t like sharing their data with Google.
So, I have found a quite easy way to remove those limitations. The purpose is to use FydeOs without a FydeOs account, without sharing our data (passwords and so on) with them, while retaining a fully functional play store and a full google sync.
This is a simple how-to written in a few spare time. If I get more time, I will make it less rough.
First of all, press CTRL + ALT + T
then use this commands
shell
sudo su
and you’ll have got to insert the password chronos
then go on and mount the system to read and write
sudo mount -o remount,rw /
then remove a couple of files
cd /etc/chromium/policies/managed
sudo rm *.*
Then edit the conf file
cd /etc
sudo vim chrome_dev.conf
(disclaimer: please google for vim commands, it’s preinstalled in chrome os)
comment the lines referring to FydeOs account like that and add a line referring to google account (maybe useless)
#--fydeos-account-enabled
#--fydemina
--google-account-enabled
Close the tab and open a chromium tab in incognito mode, then type
chrome://flags
Look for the flag Support secondary accounts for Sync standalone transport
and switch it on.
Then reboot and you’ll be prompted to insert your google account.
Follow the usual steps to configure the device and your apps and settings will be restored (if you already have got another chromebook). The file manager now will show your google drive folder
Click to expand...
Click to collapse
Thanks for the walkthrough! Thankfully I'm familiar with VIM so your instructions were easy peasy.
I did up until here on my flash drive with my main laptop but since it's AMD and won't run Android apps or Linux, I switched to my Intel. First boot let me log into Google right away and appeared to have Android enabled but kept erroring when trying to connect so I proceeded with the steps to progress and was successful. I don't even have a fydeos account on here at all!
I assume you could follow these steps the way I did to get it on a he's without having the fydeos account as well (this was all on a flash drive)
coolloser said:
Thanks for the walkthrough! Thankfully I'm familiar with VIM so your instructions were easy peasy.
I did up until here on my flash drive with my main laptop but since it's AMD and won't run Android apps or Linux, I switched to my Intel. First boot let me log into Google right away and appeared to have Android enabled but kept erroring when trying to connect so I proceeded with the steps to progress and was successful. I don't even have a fydeos account on here at all!
I assume you could follow these steps the way I did to get it on a he's without having the fydeos account as well (this was all on a flash drive)
Click to expand...
Click to collapse
Yes, I had just reported the way I had gone, but I was quite sure that some steps were redundant
lucaoldb said:
Yes, I had just reported the way I had gone, but I was quite sure that some steps were redundant
Click to expand...
Click to collapse
I'm just glad you were successful, I knew there had to be a way to do it!
I'll try installing it onto the hard drive maybe tonight, it'll be a triple boot setup with win 7 and 10 though so I may try and find a different old computer to try instead to save the head ache...
I have fyde os on USB working but my issue is full install on my laptop is using EMMC storage and when installing it aborts at the end. What are the commands to install on EMMC drive? Thanks again.
primod808 said:
I have fyde os on USB working but my issue is full install on my laptop is using EMMC storage and when installing it aborts at the end. What are the commands to install on EMMC drive? Thanks again.
Click to expand...
Click to collapse
I just followed these instructions https://neverware.zendesk.com/hc/en-us/articles/213131287-Manual-Installation-Via-the-Cmd-Line
Hello. Thank you very much for these instructions.
But i got stuck at this point
"After rebooting, you can go to chromium extensions and remove the FydeOs extension (the one which sends your data to their servers) and you can go to the shelf and remove the installer with the chinese name, by simply clicking it."
I can't delete these apps because they seem to be installed with enterprise policies. Can someone help please?:silly:
Ah... I did a powerwash and logged in with my Google account. I could then delete the fydeos extensions
Ok feeling stupid I did his before but now I'm having trouble putting the commands. Stuck after incognito enabled secondary account sync flag then it ask to reboot browser. Not the computer reboot but chrome browser reboot but it doesn't prompt me to login to my Google account. Went back to she'll mount remount to try again but get this. After cd etc/chromium/policies/managed hit enter add sudo rm *.* It say cannot remove no such file found. When i did it the first time I can get to the vim part I commented last 2 lines and added the Google enabled line then i :wq to save and quit. Do suppose save and quit right or does it save automatically?
primod808 said:
Ok feeling stupid I did his before but now I'm having trouble putting the commands. Stuck after incognito enabled secondary account sync flag then it ask to reboot browser. Not the computer reboot but chrome browser reboot but it doesn't prompt me to login to my Google account. Went back to she'll mount remount to try again but get this. After cd etc/chromium/policies/managed hit enter add sudo rm *.* It say cannot remove no such file found. When i did it the first time I can get to the vim part I commented last 2 lines and added the Google enabled line then i :wq to save and quit. Do suppose save and quit right or does it save automatically?
Click to expand...
Click to collapse
The file is removed which is why it can't find it. wq saves and quits the editor so that's ready. Try a full reboot and see if adding a new account goes through Google now instead of fyde servers.
coolloser said:
The file is removed which is why it can't find it. wq saves and quits the editor so that's ready. Try a full reboot and see if adding a new account goes through Google now instead of fyde servers.
Click to expand...
Click to collapse
Thanks I tried but still didn't work.
primod808 said:
Thanks I tried but still didn't work.
Click to expand...
Click to collapse
Open up the chrome_dev.conf and see if your changes are there perhaps?
coolloser said:
Open up the chrome_dev.conf and see if your changes are there perhaps?
Click to expand...
Click to collapse
I checked it's like it never saved the first time i don't see google-account-enabled I always have to keep adding the line.
[
primod808 said:
I checked it's like it never saved the first time i don't see google-account-enabled I always have to keep adding the line.
Click to expand...
Click to collapse
you'll have to mount the drive as read and write again then apply changes.
shell
sudo su (enter your pw)
sudo mount -o remount,rw /
Then edit the conf file
cd /etc
sudo vim chrome_dev.conf
coolloser said:
[
you'll have to mount the drive as read and write again then apply changes.
shell
sudo su (enter your pw)
sudo mount -o remount,rw /
Then edit the conf file
cd /etc
sudo vim chrome_dev.conf
Click to expand...
Click to collapse
Strange I always do that but it never keeps my changes every time I check to see if my changes applied it never saves it. In the instructions op it didn't say to save I use :wq close tab and go to chrome://flags enabled secondary account let it reboot also did full system reboot and still doesn't prompt me for my Google account. Check again in vim and I always see that my changes never is saved.
primod808 said:
Strange I always do that but it never keeps my changes every time I check to see if my changes applied it never saves it. In the instructions op it didn't say to save I use :wq close tab and go to chrome://flags enabled secondary account let it reboot also did full system reboot and still doesn't prompt me for my Google account. Check again in vim and I always see that my changes never is saved.
Click to expand...
Click to collapse
It is weird!
Try saving the file with :w before quitting with :q to see if there are errors shown
coolloser said:
It is weird!
Try saving the file with :w before quitting with :q to see if there are errors shown
Click to expand...
Click to collapse
Damn have to head in to work I'll give a try when I get home. Thanks for the help and advise and will report my findings.
primod808 said:
Damn have to head in to work I'll give a try when I get home. Thanks for the help and advise and will report my findings.
Click to expand...
Click to collapse
Have fun at work! Hope it works out for you in the end, sorry if I haven't helped
What is chrome.dev.conf.swp I see this after entering vim command. Do I suppose to delete this ?
primod808 said:
What is chrome.dev.conf.swp I see this after entering vim command. Do I suppose to delete this ?
Click to expand...
Click to collapse
It's like a temp copy of the configuration file, you shouldn't need to delete it but it won't hurt if you do.

Categories

Resources